0 Replies Latest reply on Sep 19, 2007 3:09 AM by venuc_vgp

    Problem in deployment : MBeans waiting for other MBeans

    venuc_vgp

      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