Description:
|
When deploying a new version of the .war file when the .war file already exists (over-writing the current .war file) within the webapps directory, sometimes when Resin deploys that version over-writing the current folder / version Resin crashes completely and Java uses 100% CPU.
To reproduce this, placing a .war file in webapps directory of any virtual host for example myapp.war that file is then deployed into the myapp directory within webapps. You then update that file and replace myapp.war which makes Resin re-deploy the application in the webapps directory, sometimes this causes Resin to crash and Java to use 100% CPU. |