10.11.3.2. In case error occurs during WAR file deployment in Resin¶
- Causes and Actions when [Time Out] message is displayed during war file deployment are described.
10.11.3.2.1. Console Information Confirmation and its Actions when Resin is started¶
It confirms if the next message is output when Resin is deployed.java.lang.IllegalStateException: future timeout
10.11.3.2.2. Causes and Actions¶
In case this message is confirmed, this error occurs if the size of deployed war file is big and consumes more time than[web-app-deploy dependency-check-interval] specified in [%RESIN_HOME%/conf/resin.xml] (default 2 seconds).Please make the value of [%RESIN_HOME%/conf/resin.xml] of [dependency-check-interval] bigger.<dependency-check-interval>300</dependency-check-interval>[*] Setting value may be different depending on Environment.
Or please set [redeploy-mode=”manual”] to [web-app-deploy] of [%RESIN_HOME%/conf/resin.xml].<host-default> <!-- creates the webapps directory for .war expansion --> <web-app-deploy path="webapps" redeploy-mode="manual" expand-preserve-fileset="WEB-INF/work/**" multiversion-routing="${webapp_multiversion_routing}" path-suffix="${elastic_webapp?resin.id:''}"/> </host-default>Note
Since the update check for war file is not performed by setting [redeploy-mode=”manual”],above message will not be displayed.