1 Reply Latest reply on Jun 3, 2004 3:50 AM by maha

    Nested deployment

    jacklyn

      When I run my server, in the console I get a part that is like this:

      [MainDeployer] Starting deployment of package: file:/C:/jboss-3.2.3/server/all/deploy/jboss-net.sar/
      12:44:27,335 INFO [SARDeployer] nested deployment: file:/C:/jboss-3.2.3/server/all/deploy/jboss-net.sar/axis.jar
      12:44:27,345 INFO [SARDeployer] nested deployment: file:/C:/jboss-3.2.3/server/all/deploy/jboss-net.sar/commons-discovery.jar
      12:44:27,345 INFO [SARDeployer] nested deployment: file:/C:/jboss-3.2.3/server/all/deploy/jboss-net.sar/commons-logging.jar
      12:44:27,345 INFO [SARDeployer] nested deployment: file:/C:/jboss-3.2.3/server/all/deploy/jboss-net.sar/jaxrpc.jar
      12:44:27,355 INFO [SARDeployer] nested deployment: file:/C:/jboss-3.2.3/server/all/deploy/jboss-net.sar/jboss-net.jar
      12:44:27,355 INFO [SARDeployer] nested deployment: file:/C:/jboss-3.2.3/server/all/deploy/jboss-net.sar/jboss-net.war/
      12:44:27,355 INFO [SARDeployer] nested deployment: file:/C:/jboss-3.2.3/server/all/deploy/jboss-net.sar/jmx-net.wsr/
      12:44:27,355 INFO [SARDeployer] nested deployment: file:/C:/jboss-3.2.3/server/all/deploy/jboss-net.sar/saaj.jar
      12:44:27,355 INFO [SARDeployer] nested deployment: file:/C:/jboss-3.2.3/server/all/deploy/jboss-net.sar/wsdl4j.jar
      12:44:27,886 INFO [MainDeployer] deployment waiting for deployer: file:/C:/jboss-3.2.3/server/all/deploy/jboss-net.sar/jboss-net.war/
      12:44:27,896 INFO [MainDeployer] deployment waiting for deployer: file:/C:/jboss-3.2.3/server/all/deploy/jboss-net.sar/jmx-net.wsr/
      12:44:27,996 WARN [NestedThrowable] Duplicate throwable nesting of same base type: class org.jboss.deployment.DeploymentException is assignable from: class org.jboss.deployment.DeploymentException
      12:44:28,016 ERROR [MainDeployer] could not create deployment: file:/C:/jboss-3.2.3/server/all/deploy/jboss-net.sar/
      org.jboss.deployment.DeploymentException: create operation failed for package file:/C:/jboss-3.2.3/server/all/deploy/jboss-net.sar/; - nested throwable: (org.jboss.deployment.DeploymentException: - nested throwable: (java.lang.reflect.UndeclaredThrowableException))
       at org.jboss.deployment.SARDeployer.create(SARDeployer.java:202)
       at org.jboss.deployment.MainDeployer.create(MainDeployer.java:786)
       at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:641)


      What is the meaning of this "nested deployment"? Is it responsible for the errors generated after? How can I fix this?

        • 1. Re: Nested deployment
          maha

          We have the same Problem (with same "nested" Message) and as a final Conclusion this means we cannot use Hot Deploying!
          We use JBoss 3.2.3 running the "all" Configuration and we can see also this Message:
          Caused by: java.lang.NoClassDefFoundError: org/jboss/net/axis/Deployment
          But we found the jboss-net.jar is already there inside Dirctory jboss-net.sar (all\deploy)
          Does anybody know whats going wrong?