I need a little help trying to diagnose a problem getting an EAR to properly deployed as an exploded EAR through MyEclipse.
I am running MyEclipse 7.5 and WAS 7.1.
I have done the following:
– Built and deployed my app through the WAS console
– Shut down WAS
– Exploded the EJB.jar in the WAS profile
– Create and attempted a expoloded redeploy using the replace option
Failure. The error indicates that the deployment process was unable to undeploy the EAR because it could not delete the old deployment.
The interesting thing is that I have two separate workspaces (two versions of our software) which are never open at the same time. One works fine the other fails and they seem to be configured exactly the same.
On the one that fails, I have tried recreating the workspace in its entirety with no success.
Can you suggest where to look next???