-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redeploying war/ear on cluster fails #492
Comments
Disabling application works, re-enabling them works as well. Disabling application and then undeploy/deploy works. It's only when undeploying a running application, the application still keeps on running on the nodes. |
Have you tried also version 4.1.1.154? It seems better, we had the same problem in 4.1.152 ... |
Didn't have the issue in 4.1.153, but there we encountered issues with redeploying after a certain time, so upgraded to 4.1.154 and then this issue appeared. |
OK thanks we'll investigate. |
Will see if we can deploy a snapshot version to our cluster for testing. Is it possible to simply copy the domain.xml from the current to new version to upgrade or is there a preferred upgrade path? |
I would wait at the moment as our Jenkins is being temperamental so the pull request hasn't been incorporated yet. |
…ly on a cluster due to not matching the cluster target name with the server name
When deploying an application(war or ear) for the second time on a cluster, the deployment fails with messages that certain parts already exist (virtual server already has a xxx module loaded at...) or are greeted with the 'Error linking in security policy - Inconsistent module state' message in the cluster's logs.
It happens with both simple projects and big projects. Checking the force redeploy checkbox does nothing. We have to restart the cluster instances to alleviate the issue, which kind of beats the purpose of having a cluster. We encounter the issue both at the instances -> applications -> undeploy and also when undeploying via the applications of the DAS.
What's strange is that we don't even get undeployment messages in the nodes when undeploying an application and timers seem to continue running.
The text was updated successfully, but these errors were encountered: