JBAS015052: Did not receive a response to the deployment operation within the allowed timeout period [60 seconds]
To resolve this error, edit the below in \jboss-as-7.1.1.Final\standalone\configurationstandalone.xml
<subsystem xmlns="urn:jboss:domain:deployment-scanner:1.1">
<deployment-scanner path="deployments" relative-to="jboss.server.base.dir" scan-interval="5000"/>
</subsystem>
<subsystem xmlns="urn:jboss:domain:deployment-scanner:1.1">
<deployment-scanner path="deployments" relative-to="jboss.server.base.dir" scan-interval="5000" deployment-timeout="1200"/>
</subsystem>
Comments
Post a Comment