The deployment of the AAI microservices are failing with the error message in the failed *.war or *.jar file.
"WFLYDS0022": Did not receive a response to the deployment operation within the allowed timeout period[7200 seconds]. Check the server configuration file and the server logs to find more about the status of the deployment.
Within the deployments directory:
Product: Automation Analytics & Intelligence 6.5.x
The deployment is timing out due to long startup time.
Please do the steps below.
-Stop AAI process
-Remove all the failed deployment within the <AAI installation>/jboss/deployments directory
-Make a backup the standalone.xml
-Within the standalone.xml, modify the parameter deployment-timeout from 7200 to 14400
From:
<deployment-scanner path="deployments" relative-to="jboss.server.base.dir" scan-interval="0" deployment-timeout="7200" runtime-failure-causes-rollback="${jboss.deployment.scanner.rollback.on.failure:false}"/>
To:
<deployment-scanner path="deployments" relative-to="jboss.server.base.dir" scan-interval="0" deployment-timeout="14400" runtime-failure-causes-rollback="${jboss.deployment.scanner.rollback.on.failure:false}"/>
-Start AAI