0 Replies Latest reply on Sep 23, 2002 10:01 AM by xpgao

    Why is a deployed application got undeployed immdiately?

    xpgao

      I am trying to upgrade my application from Jboss 2.4.4-Jetty 3.1.7 to
      Jboss
      2.4.9-Tomcat 4.0.4 becuase I want to have my application run on Apache
      webserver integrated with the Jboss-Tomcat bundle.

      I had the Apache-Jboss-Tomcat integrated and tested by deploying the
      tomcat-test.ear (from Jboss) with success. When I replaced the
      tomcat-test.ear with my application ear file, I ran into the problem of
      the
      deployed application got undeployed immediately.

      Here is the details:

      [INFO,ContainerFactory] Deployed application:
      file:/C:/jbosstom/jboss/tmp/deploy
      /Default/glstar.ear
      [ERROR,J2eeDeployer] Unable to stop module glstar.war:
      DefaultDomain:service=Emb
      eddedTomcat
      [INFO,J2eeDeployer] Stopping module glstar.ear
      [INFO,ContainerFactory]
      Undeploying:file:/C:/jbosstom/jboss/tmp/deploy/Default/g
      lstar.ear
      [INFO,ContainerFactory] Undeployed application:
      file:/C:/jbosstom/jboss/tmp/depl
      oy/Default/glstar.ear
      [ERROR,J2eeDeployer] unable to stop application glstar.ear:
      org.jboss.deployment
      .J2eeDeploymentException: Error(s) on stopping application glstar.ear:
      Unable to stop module glstar.war: fatal error while calling
      :service=EmbeddedTom
      cat: DefaultDomain:service=EmbeddedTomcat/n
      [INFO,J2eeDeployer] Destroying application glstar.ear

      The difference between the jboss.jcml for the tomcat-test.ear
      deployment and
      that of my application is that I have UDB as the database and have more
      than
      one databases.

      I am still trying to figure out why. Any suggestions/advices would be
      really
      appreciated.