JBOSS7 Startup Timeout Issue JBAS015052

Source: Internet
Author: User
Tags jboss

Recently using JBOSS7 to develop the web system, in the development environment to run normally, but sent to the scene when the error started, just start feeling very inexplicable, and then sent back to the JBoss log, found that the following error Jbas015052:did not receive a response To the deployment operation within the allowed timeout period [seconds]. Check the server configuration file and the server logs to find more about the status of the deployment. probably see the problem of time-out. So I looked at the logs in the development environment, basically loaded within 60s, and the live log shows loads far more than 60s. 60s should be the default time, so fix the problem by setting the time-out to a bit longer.

Workaround, modify the configuration of the Standalone.xml

<subsystem xmlns= "urn:jboss:domain:deployment-scanner:1.1" >
<deployment-scanner path= "Deployments" relative-to= "Jboss.server.base.dir" scan-interval= "the"/>
</subsystem>

Add deployment-timeout= "1000"

<subsystem xmlns= "urn:jboss:domain:deployment-scanner:1.1" >
<deployment-scanner path= "Deployments" relative-to= "Jboss.server.base.dir" scan-interval= "the" deployment-timeout= "/>"
</subsystem>


JBOSS7 Startup Timeout Issue JBAS015052

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.