Reputation: 159
After I copy the EAR in the deployments folder, it got deployed, but after ~ 5 seconds the EAR got undeployed again and a XY.ear.failed
file is generated.
When I touch the EAR, the same happens again. I can see nothing in the log(only that the ear is deployed/undeployed).
When I delete the XY.ear.failed
file, the EAR will be deployed correctly, but the XY.ear.failed
file is generated again.
Upvotes: 0
Views: 679
Reputation: 166
I faced the same problem once and the two problems i found and changed were :
Re-Compiled the classes(if any) in the deployed application
Checking the versions of the jars.
Upvotes: 1