We are migrating our j2ee application from weblogic platform to Jboss4.0.1 for development purpose.
There is no problem in Jboss initial setup. When i deploy my application its giving below error, and its failing. MBeans waiting for other MBeans: ObjectName: jboss.web.deployment:id=1284123126,war=MyApp.war state: FAILED I Depend On: Depends On Me: org.jboss.deployment.DeploymentException: URL file:/D:/jboss-4.0.1sp1/server/default/tmp/deploy/tmp63326 MyApp-exp.war/ deployment failed ObjectName: jboss.web.deployment:id=-616563590,war=Login.war state: FAILED I Depend On: Depends On Me: org.jboss.deployment.DeploymentException: URL file:/D:/jboss-4.0.1sp1/server/default/tmp/deploy/tmp63327 Login-exp.war/ deployment failed MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM: ObjectName: jboss.web.deployment:id=1284123126,war=MyApp.war state: FAILED I Depend On: Depends On Me: org.jboss.deployment.DeploymentException: URL file:/D:/jboss-4.0.1sp1/server/default/tmp/deploy/tmp63326 MyApp-exp.war/ deployment failed ObjectName: jboss.web.deployment:id=-616563590,war=Login.war state: FAILED I Depend On: Depends On Me: org.jboss.deployment.DeploymentException: URL file:/D:/jboss-4.0.1sp1/server/default/tmp/deploy/tmp63327 Login-exp.war/ deployment failed Note: We have used EJB client call in our application. Please help me to resolve this issue. -V View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085870#4085870 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085870 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
