mp5
mp5

Reputation: 159

JBoss EAP 6 / AS 7 deployment

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

Answers (1)

Nazia
Nazia

Reputation: 166

I faced the same problem once and the two problems i found and changed were :

  1. Re-Compiled the classes(if any) in the deployed application

  2. Checking the versions of the jars.

Upvotes: 1

Related Questions