I'm trying to deploy a war on my remote server which is continuously failing with an error like TimeOutException.
I've checked over the web for similar issue but is out of luck as of now:
Please have a look below of the Logs generated out of it as I'm not sure what I'm missing here. Also I've updated my standalone.xml (added the deployment-timeout="240L" ) file as below:
<subsystem xmlns="urn:jboss:domain:deployment-scanner:2.0">
<deployment-scanner path="deployments" relative-to="jboss.server.base.dir" scan-interval="5000" deployment-timeout="240L" runtime-failure-causes-rollback="${jboss.deployment.scanner.rollback.on.failure:false}"/>
</subsystem>
But still I'm getting a same exception seems like I'm missing something here, Logs are as below: