Sunday, August 5, 2012

Deployment Failure

Case: Recently I came across a deployment error-
[Application MyApp stopped and undeployed from Server Instance IntegratedWebLogicServer]

Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
# Cannot run application MyApp due to error deploying to IntegratedWebLogicServer..

Solution :
This Errror may occur when the applications UIModel project has created a web.xml file on it's own.
The only solution I could find was to delete the duplicate web.xml file from the project and redeploy the application. And it worked!

Note:JSRException may also occur in case the connection is not available.

2 comments: