5 Replies Latest reply on Mar 18, 2003 3:35 PM by arabinow

    INIT_WAITING_DEPLOYER

    ugya

      When I deploy my.ear file,
      I also installed jdom.jar to the directory $JBOS_DIST/server/default/lib/jdom.jar.

      My servlet and ejb worked.
      But I had following messages.

      What can I do....

      15:38:25,382 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()'
      Cause: Incomplete Deployment listing:
      Packages waiting for a deployer:
      [org.jboss.deployment.DeploymentInfo@684c3057 { url=file:/C:/jboss/jboss-3.0.2/server/default/lib/jdom.jar }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/C:/jboss/jboss-3.0.2/server/default/lib/jdom.jar
      lastDeployed: 1031726296449
      lastModified: 1031726288000
      mbeans:
      , org.jboss.deployment.DeploymentInfo@684c3057 { url=file:/C:/jboss/jboss-3.0.2/server/default/lib/jdom.jar }
      deployer: null
      status: Starting
      state: START_SUBDEPLOYMENTS
      watch: file:/C:/jboss/jboss-3.0.2/server/default/lib/jdom.jar
      lastDeployed: 1031726302358
      lastModified: 1031726304000
      mbeans:
      , org.jboss.deployment.DeploymentInfo@684c3057 { url=file:/C:/jboss/jboss-3.0.2/server/default/lib/jdom.jar }
      deployer: null
      status: Starting
      state: START_SUBDEPLOYMENTS
      watch: file:/C:/jboss/jboss-3.0.2/server/default/lib/jdom.jar
      lastDeployed: 1031726302358
      lastModified: 1031726304000
      mbeans:
      ]Incompletely deployed packages:
      [org.jboss.deployment.DeploymentInfo@684c3057 { url=file:/C:/jboss/jboss-3.0.2/server/default/lib/jdom.jar }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/C:/jboss/jboss-3.0.2/server/default/lib/jdom.jar
      lastDeployed: 1031726296449
      lastModified: 1031726288000
      mbeans:
      , org.jboss.deployment.DeploymentInfo@684c3057 { url=file:/C:/jboss/jboss-3.0.2/server/default/lib/jdom.jar }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/C:/jboss/jboss-3.0.2/server/default/lib/jdom.jar
      lastDeployed: 1031726296449
      lastModified: 1031726288000
      mbeans:
      , org.jboss.deployment.DeploymentInfo@684c3057 { url=file:/C:/jboss/jboss-3.0.2/server/default/lib/jdom.jar }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/C:/jboss/jboss-3.0.2/server/default/lib/jdom.jar
      lastDeployed: 1031726296449
      lastModified: 1031726288000
      mbeans:
      , org.jboss.deployment.DeploymentInfo@684c3057 { url=file:/C:/jboss/jboss-3.0.2/server/default/lib/jdom.jar }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/C:/jboss/jboss-3.0.2/server/default/lib/jdom.jar
      lastDeployed: 1031726296449
      lastModified: 1031726288000
      mbeans:
      , org.jboss.deployment.DeploymentInfo@684c3057 { url=file:/C:/jboss/jboss-3.0.2/server/default/lib/jdom.jar }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/C:/jboss/jboss-3.0.2/server/default/lib/jdom.jar
      lastDeployed: 1031726296449
      lastModified: 1031726288000
      mbeans:
      ]MBeans waiting for classes:

      MBeans waiting for other MBeans:


      15:38:25,402 INFO [URLDeploymentScanner] Started

        • 1. Re: INIT_WAITING_DEPLOYER
          ugya

          I read deploy docment...

          How do I package a library jar in an ear ?
          Assume that your library jar is called mylib.jar. Then put mylib.jar into the ear file.
          It can be at the root of the file or in a sub-directory,for example library/mylib.jar.
          Mylib.jar should NOT be mentioned in the application.xml file in the ear.
          In all other jars (or wars or sars) in the ear that needs classes from mylib.jar you have to
          add a Class-Path entry in those jars manifest file. The manifest files should look something like:

          Manifest-Version: 1.0
          Class-Path: library/mylib.jar library/myotherlib.jar

          Remember that the direction is one-way, so the EJB will find classes in mylib.jar.
          But the classes in mylib.jar will not find classes in the EJB.
          If you got that kind of circularity you should put the classes
          that needs something from the EJB in the EJB jar itself.

          Note that even if the Unified Classloaders in 3.0 might handle this anyway, that behaviour is not portable



          I include all library jar into my.ear
          message changed...


          17:37:45,596 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()'
          Cause: Incomplete Deployment listing:
          Packages waiting for a deployer:
          [org.jboss.deployment.DeploymentInfo@7e05b1c0 { url=file:/C:/jboss/jboss-3.0.2/server/default/tmp/deploy/server/default/
          deploy/victoread.ear/62.victoread.ear-contents/lib/jdom.jar }
          deployer: null
          status: Starting
          state: START_SUBDEPLOYMENTS
          watch: file:/C:/jboss/jboss-3.0.2/server/default/tmp/deploy/server/default/deploy/victoread.ear/62.victoread.ear-conte
          nts/lib/jdom.jar
          lastDeployed: 1031733463764
          lastModified: 1031733464000
          mbeans:
          , org.jboss.deployment.DeploymentInfo@7e05b1c0 { url=file:/C:/jboss/jboss-3.0.2/server/default/tmp/deploy/server/default
          /deploy/victoread.ear/62.victoread.ear-contents/lib/jdom.jar }
          deployer: null
          status: Starting
          state: START_SUBDEPLOYMENTS
          watch: file:/C:/jboss/jboss-3.0.2/server/default/tmp/deploy/server/default/deploy/victoread.ear/62.victoread.ear-conte
          nts/lib/jdom.jar
          lastDeployed: 1031733463764
          lastModified: 1031733464000
          mbeans:
          , org.jboss.deployment.DeploymentInfo@7e05b1c0 { url=file:/C:/jboss/jboss-3.0.2/server/default/tmp/deploy/server/default
          /deploy/victoread.ear/62.victoread.ear-contents/lib/jdom.jar }
          deployer: null
          status: Starting
          state: START_SUBDEPLOYMENTS
          watch: file:/C:/jboss/jboss-3.0.2/server/default/tmp/deploy/server/default/deploy/victoread.ear/62.victoread.ear-conte
          nts/lib/jdom.jar
          lastDeployed: 1031733463854
          lastModified: 1031733464000
          mbeans:
          , org.jboss.deployment.DeploymentInfo@7e05b1c0 { url=file:/C:/jboss/jboss-3.0.2/server/default/tmp/deploy/server/default
          /deploy/victoread.ear/62.victoread.ear-contents/lib/jdom.jar }
          deployer: null
          status: Starting
          state: START_SUBDEPLOYMENTS
          watch: file:/C:/jboss/jboss-3.0.2/server/default/tmp/deploy/server/default/deploy/victoread.ear/62.victoread.ear-conte
          nts/lib/jdom.jar
          lastDeployed: 1031733463854
          lastModified: 1031733464000
          mbeans:
          ]Incompletely deployed packages:

          MBeans waiting for classes:

          MBeans waiting for other MBeans:


          17:37:45,606 INFO [URLDeploymentScanner] Started

          My also application worked.

          What is my next action ?
          What is the meaning of these message ?


          • 2. Re: INIT_WAITING_DEPLOYER

            jdom is annoying.

            It contains a META-INF/info.xml

            jboss treats anything with an xml file in META-INF
            as a special deployment, not just a normal class jar.
            e.g. META-INF/ejb-jar.xml or META-INF/ra.xml

            It is waiting for something that understands how
            to read info.xml and deploy the jar.

            The simplest solution is to place jdom.jar
            in ${jboss.dist}/lib
            and start jboss with run.bat -L jdom.jar

            An alternate solution would be to subclass the
            JarDeployer and change the logic to recognise
            jdom.jar/META-INF/info.xml and deploy it as a normal jar.

            Regards,
            Adrian

            • 3. Re: INIT_WAITING_DEPLOYER
              ugya

              Thanks Adrian.

              I can remove messages about jdom.jar.

              • 4. Re: INIT_WAITING_DEPLOYER
                arabinow

                I have a similar problem. This is what I have. What kind of solution is needed for me? I do not really understand how I can use -L parameter. It looks like java does not recognize -L parameter at all.
                Any ideas?

                Thanks

                14:46:03,195 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean ope
                ration 'checkIncompleteDeployments()'
                Cause: Incomplete Deployment listing:
                Packages waiting for a deployer:
                [org.jboss.deployment.DeploymentInfo@dfb4c52 { url=file:/C:/jboss-3.0.6-PDREproj
                ect-sonic-working/server/default/deploy/ejb-management.jar }
                deployer: null
                status: null
                state: INIT_WAITING_DEPLOYER
                watch: file:/C:/jboss-3.0.6-PDREproject-sonic-working/server/default/deploy/ej
                b-management.jar
                lastDeployed: 1048016762274
                lastModified: 1048016762274
                mbeans:
                , org.jboss.deployment.DeploymentInfo@9a7b546e { url=file:/C:/jboss-3.0.6-PDREpr
                oject-sonic-working/server/default/deploy/jmx-ejb-adaptor.jar }
                deployer: null
                status: null
                state: INIT_WAITING_DEPLOYER
                watch: file:/C:/jboss-3.0.6-PDREproject-sonic-working/server/default/deploy/jm
                x-ejb-adaptor.jar
                lastDeployed: 1048016762294
                lastModified: 1048016762284
                mbeans:
                , org.jboss.deployment.DeploymentInfo@85e736ef { url=file:/C:/jboss-3.0.6-PDREpr
                oject-sonic-working/server/default/deploy/PeerdirectMasterServer.jar }
                deployer: null
                status: null
                state: INIT_WAITING_DEPLOYER
                watch: file:/C:/jboss-3.0.6-PDREproject-sonic-working/server/default/deploy/Pe
                erdirectMasterServer.jar
                lastDeployed: 1048016762344
                lastModified: 1048016762314
                mbeans:
                ]Incompletely deployed packages:
                [org.jboss.deployment.DeploymentInfo@dfb4c52 { url=file:/C:/jboss-3.0.6-PDREproj
                ect-sonic-working/server/default/deploy/ejb-management.jar }
                deployer: null
                status: null
                state: INIT_WAITING_DEPLOYER
                watch: file:/C:/jboss-3.0.6-PDREproject-sonic-working/server/default/deploy/ej
                b-management.jar
                lastDeployed: 1048016762274
                lastModified: 1048016762274
                mbeans:
                , org.jboss.deployment.DeploymentInfo@9a7b546e { url=file:/C:/jboss-3.0.6-PDREpr
                oject-sonic-working/server/default/deploy/jmx-ejb-adaptor.jar }
                deployer: null
                status: null
                state: INIT_WAITING_DEPLOYER
                watch: file:/C:/jboss-3.0.6-PDREproject-sonic-working/server/default/deploy/jm
                x-ejb-adaptor.jar
                lastDeployed: 1048016762294
                lastModified: 1048016762284
                mbeans:
                , org.jboss.deployment.DeploymentInfo@85e736ef { url=file:/C:/jboss-3.0.6-PDREpr
                oject-sonic-working/server/default/deploy/PeerdirectMasterServer.jar }
                deployer: null
                status: null
                state: INIT_WAITING_DEPLOYER
                watch: file:/C:/jboss-3.0.6-PDREproject-sonic-working/server/default/deploy/Pe
                erdirectMasterServer.jar
                lastDeployed: 1048016762344
                lastModified: 1048016762314
                mbeans:
                ]MBeans waiting for classes:

                MBeans waiting for other MBeans:
                [ObjectName: jboss.ejb:service=EJBDeployer
                state: CONFIGURED
                I Depend On: jboss.mq:service=JMSProviderLoader,name=SonicMQProvider
                jboss.mq:service=ServerSessionPoolMBean,name=StdJMSPool

                Depends On Me: ]
                14:46:03,205 INFO [URLDeploymentScanner] Started
                14:46:03,205 INFO [MainDeployer] Deployed package: file:/C:/jboss-3.0.6-PDREpro
                ject-sonic-working/server/default/conf/jboss-service.xml
                14:46:03,205 ERROR [Server] start failed
                Incomplete Deployment listing:
                Packages waiting for a deployer:
                [org.jboss.deployment.DeploymentInfo@dfb4c52 { url=file:/C:/jboss-3.0.6-PDREproj
                ect-sonic-working/server/default/deploy/ejb-management.jar }
                deployer: null
                status: null
                state: INIT_WAITING_DEPLOYER
                watch: file:/C:/jboss-3.0.6-PDREproject-sonic-working/server/default/deploy/ej
                b-management.jar
                lastDeployed: 1048016762274
                lastModified: 1048016762274
                mbeans:
                , org.jboss.deployment.DeploymentInfo@9a7b546e { url=file:/C:/jboss-3.0.6-PDREpr
                oject-sonic-working/server/default/deploy/jmx-ejb-adaptor.jar }
                deployer: null
                status: null
                state: INIT_WAITING_DEPLOYER
                watch: file:/C:/jboss-3.0.6-PDREproject-sonic-working/server/default/deploy/jm
                x-ejb-adaptor.jar
                lastDeployed: 1048016762294
                lastModified: 1048016762284
                mbeans:
                , org.jboss.deployment.DeploymentInfo@85e736ef { url=file:/C:/jboss-3.0.6-PDREpr
                oject-sonic-working/server/default/deploy/PeerdirectMasterServer.jar }
                deployer: null
                status: null
                state: INIT_WAITING_DEPLOYER
                watch: file:/C:/jboss-3.0.6-PDREproject-sonic-working/server/default/deploy/Pe
                erdirectMasterServer.jar
                lastDeployed: 1048016762344
                lastModified: 1048016762314
                mbeans:
                ]Incompletely deployed packages:
                [org.jboss.deployment.DeploymentInfo@dfb4c52 { url=file:/C:/jboss-3.0.6-PDREproj
                ect-sonic-working/server/default/deploy/ejb-management.jar }
                deployer: null
                status: null
                state: INIT_WAITING_DEPLOYER
                watch: file:/C:/jboss-3.0.6-PDREproject-sonic-working/server/default/deploy/ej
                b-management.jar
                lastDeployed: 1048016762274
                lastModified: 1048016762274
                mbeans:
                , org.jboss.deployment.DeploymentInfo@9a7b546e { url=file:/C:/jboss-3.0.6-PDREpr
                oject-sonic-working/server/default/deploy/jmx-ejb-adaptor.jar }
                deployer: null
                status: null
                state: INIT_WAITING_DEPLOYER
                watch: file:/C:/jboss-3.0.6-PDREproject-sonic-working/server/default/deploy/jm
                x-ejb-adaptor.jar
                lastDeployed: 1048016762294
                lastModified: 1048016762284
                mbeans:
                , org.jboss.deployment.DeploymentInfo@85e736ef { url=file:/C:/jboss-3.0.6-PDREpr
                oject-sonic-working/server/default/deploy/PeerdirectMasterServer.jar }
                deployer: null
                status: null
                state: INIT_WAITING_DEPLOYER
                watch: file:/C:/jboss-3.0.6-PDREproject-sonic-working/server/default/deploy/Pe
                erdirectMasterServer.jar
                lastDeployed: 1048016762344
                lastModified: 1048016762314
                mbeans:
                ]MBeans waiting for classes:

                MBeans waiting for other MBeans:
                [ObjectName: jboss.ejb:service=EJBDeployer
                state: CONFIGURED
                I Depend On: jboss.mq:service=JMSProviderLoader,name=SonicMQProvider
                jboss.mq:service=ServerSessionPoolMBean,name=StdJMSPool

                Depends On Me: ]
                at org.jboss.deployment.MainDeployer.checkIncompleteDeployments(MainDepl
                oyer.java:1134)
                at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:594)
                at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:575)
                at java.lang.reflect.Method.invoke(Native Method)
                at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea
                nDispatcher.java:284)
                at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
                at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:325)
                at org.jboss.system.server.ServerImpl.start(ServerImpl.java:222)
                at org.jboss.Main.boot(Main.java:148)
                at org.jboss.Main$1.run(Main.java:381)
                at java.lang.Thread.run(Thread.java:479)
                14:46:03,215 ERROR [STDERR] Incomplete Deployment listing:
                Packages waiting for a deployer:
                [org.jboss.deployment.DeploymentInfo@dfb4c52 { url=file:/C:/jboss-3.0.6-PDREproj
                ect-sonic-working/server/default/deploy/ejb-management.jar }
                deployer: null
                status: null
                state: INIT_WAITING_DEPLOYER
                watch: file:/C:/jboss-3.0.6-PDREproject-sonic-working/server/default/deploy/ej
                b-management.jar
                lastDeployed: 1048016762274
                lastModified: 1048016762274
                mbeans:
                , org.jboss.deployment.DeploymentInfo@9a7b546e { url=file:/C:/jboss-3.0.6-PDREpr
                oject-sonic-working/server/default/deploy/jmx-ejb-adaptor.jar }
                deployer: null
                status: null
                state: INIT_WAITING_DEPLOYER
                watch: file:/C:/jboss-3.0.6-PDREproject-sonic-working/server/default/deploy/jm
                x-ejb-adaptor.jar
                lastDeployed: 1048016762294
                lastModified: 1048016762284
                mbeans:
                , org.jboss.deployment.DeploymentInfo@85e736ef { url=file:/C:/jboss-3.0.6-PDREpr
                oject-sonic-working/server/default/deploy/PeerdirectMasterServer.jar }
                deployer: null
                status: null
                state: INIT_WAITING_DEPLOYER
                watch: file:/C:/jboss-3.0.6-PDREproject-sonic-working/server/default/deploy/Pe
                erdirectMasterServer.jar
                lastDeployed: 1048016762344
                lastModified: 1048016762314
                mbeans:
                ]Incompletely deployed packages:
                [org.jboss.deployment.DeploymentInfo@dfb4c52 { url=file:/C:/jboss-3.0.6-PDREproj
                ect-sonic-working/server/default/deploy/ejb-management.jar }
                deployer: null
                status: null
                state: INIT_WAITING_DEPLOYER
                watch: file:/C:/jboss-3.0.6-PDREproject-sonic-working/server/default/deploy/ej
                b-management.jar
                lastDeployed: 1048016762274
                lastModified: 1048016762274
                mbeans:
                , org.jboss.deployment.DeploymentInfo@9a7b546e { url=file:/C:/jboss-3.0.6-PDREpr
                oject-sonic-working/server/default/deploy/jmx-ejb-adaptor.jar }
                deployer: null
                status: null
                state: INIT_WAITING_DEPLOYER
                watch: file:/C:/jboss-3.0.6-PDREproject-sonic-working/server/default/deploy/jm
                x-ejb-adaptor.jar
                lastDeployed: 1048016762294
                lastModified: 1048016762284
                mbeans:
                , org.jboss.deployment.DeploymentInfo@85e736ef { url=file:/C:/jboss-3.0.6-PDREpr
                oject-sonic-working/server/default/deploy/PeerdirectMasterServer.jar }
                deployer: null
                status: null
                state: INIT_WAITING_DEPLOYER
                watch: file:/C:/jboss-3.0.6-PDREproject-sonic-working/server/default/deploy/Pe
                erdirectMasterServer.jar
                lastDeployed: 1048016762344
                lastModified: 1048016762314
                mbeans:
                ]MBeans waiting for classes:

                MBeans waiting for other MBeans:
                [ObjectName: jboss.ejb:service=EJBDeployer
                state: CONFIGURED
                I Depend On: jboss.mq:service=JMSProviderLoader,name=SonicMQProvider
                jboss.mq:service=ServerSessionPoolMBean,name=StdJMSPool

                Depends On Me: ]
                14:46:03,215 ERROR [STDERR] at org.jboss.deployment.MainDeployer.checkIncomp
                leteDeployments(MainDeployer.java:1134)
                14:46:03,215 ERROR [STDERR] at org.jboss.deployment.MainDeployer.deploy(Main
                Deployer.java:594)
                14:46:03,215 ERROR [STDERR] at org.jboss.deployment.MainDeployer.deploy(Main
                Deployer.java:575)
                14:46:03,215 ERROR [STDERR] at java.lang.reflect.Method.invoke(Native Method
                )
                14:46:03,215 ERROR [STDERR] at org.jboss.mx.capability.ReflectedMBeanDispatc
                her.invoke(ReflectedMBeanDispatcher.java:284)
                14:46:03,215 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MB
                eanServerImpl.java:517)
                14:46:03,215 ERROR [STDERR] at org.jboss.system.server.ServerImpl.doStart(Se
                rverImpl.java:325)
                14:46:03,215 ERROR [STDERR] at org.jboss.system.server.ServerImpl.start(Serv
                erImpl.java:222)
                14:46:03,215 ERROR [STDERR] at org.jboss.Main.boot(Main.java:148)
                14:46:03,215 ERROR [STDERR] at org.jboss.Main$1.run(Main.java:381)
                14:46:03,215 ERROR [STDERR] at java.lang.Thread.run(Thread.java:479)

                • 5. Re: INIT_WAITING_DEPLOYER
                  arabinow

                  I have a similar problem.
                  I do not really understand how I could fix it and if it is the same problem I have.
                  I do not have an META-INF/info.xml file. Neither could I find -L parameter in java, and how to use it.
                  Any ideas?


                  14:46:03,195 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean ope
                  ration 'checkIncompleteDeployments()'
                  Cause: Incomplete Deployment listing:
                  Packages waiting for a deployer:
                  [org.jboss.deployment.DeploymentInfo@dfb4c52 { url=file:/C:/jboss-3.0.6-PDREproj
                  ect-sonic-working/server/default/deploy/ejb-management.jar }
                  deployer: null
                  status: null
                  state: INIT_WAITING_DEPLOYER
                  watch: file:/C:/jboss-3.0.6-PDREproject-sonic-working/server/default/deploy/ej
                  b-management.jar
                  lastDeployed: 1048016762274
                  lastModified: 1048016762274
                  mbeans:
                  , org.jboss.deployment.DeploymentInfo@9a7b546e { url=file:/C:/jboss-3.0.6-PDREpr
                  oject-sonic-working/server/default/deploy/jmx-ejb-adaptor.jar }
                  deployer: null
                  status: null
                  state: INIT_WAITING_DEPLOYER
                  watch: file:/C:/jboss-3.0.6-PDREproject-sonic-working/server/default/deploy/jm
                  x-ejb-adaptor.jar
                  lastDeployed: 1048016762294
                  lastModified: 1048016762284
                  mbeans:
                  , org.jboss.deployment.DeploymentInfo@85e736ef { url=file:/C:/jboss-3.0.6-PDREpr
                  oject-sonic-working/server/default/deploy/PeerdirectMasterServer.jar }
                  deployer: null
                  status: null
                  state: INIT_WAITING_DEPLOYER
                  watch: file:/C:/jboss-3.0.6-PDREproject-sonic-working/server/default/deploy/Pe
                  erdirectMasterServer.jar
                  lastDeployed: 1048016762344
                  lastModified: 1048016762314
                  mbeans:
                  ]Incompletely deployed packages:
                  [org.jboss.deployment.DeploymentInfo@dfb4c52 { url=file:/C:/jboss-3.0.6-PDREproj
                  ect-sonic-working/server/default/deploy/ejb-management.jar }
                  deployer: null
                  status: null
                  state: INIT_WAITING_DEPLOYER
                  watch: file:/C:/jboss-3.0.6-PDREproject-sonic-working/server/default/deploy/ej
                  b-management.jar
                  lastDeployed: 1048016762274
                  lastModified: 1048016762274
                  mbeans:
                  , org.jboss.deployment.DeploymentInfo@9a7b546e { url=file:/C:/jboss-3.0.6-PDREpr
                  oject-sonic-working/server/default/deploy/jmx-ejb-adaptor.jar }
                  deployer: null
                  status: null
                  state: INIT_WAITING_DEPLOYER
                  watch: file:/C:/jboss-3.0.6-PDREproject-sonic-working/server/default/deploy/jm
                  x-ejb-adaptor.jar
                  lastDeployed: 1048016762294
                  lastModified: 1048016762284
                  mbeans:
                  , org.jboss.deployment.DeploymentInfo@85e736ef { url=file:/C:/jboss-3.0.6-PDREpr
                  oject-sonic-working/server/default/deploy/PeerdirectMasterServer.jar }
                  deployer: null
                  status: null
                  state: INIT_WAITING_DEPLOYER
                  watch: file:/C:/jboss-3.0.6-PDREproject-sonic-working/server/default/deploy/Pe
                  erdirectMasterServer.jar
                  lastDeployed: 1048016762344
                  lastModified: 1048016762314
                  mbeans:
                  ]MBeans waiting for classes:

                  MBeans waiting for other MBeans:
                  [ObjectName: jboss.ejb:service=EJBDeployer
                  state: CONFIGURED
                  I Depend On: jboss.mq:service=JMSProviderLoader,name=SonicMQProvider
                  jboss.mq:service=ServerSessionPoolMBean,name=StdJMSPool

                  Depends On Me: ]
                  14:46:03,205 INFO [URLDeploymentScanner] Started
                  14:46:03,205 INFO [MainDeployer] Deployed package: file:/C:/jboss-3.0.6-PDREpro
                  ject-sonic-working/server/default/conf/jboss-service.xml
                  14:46:03,205 ERROR [Server] start failed
                  Incomplete Deployment listing:
                  Packages waiting for a deployer:
                  [org.jboss.deployment.DeploymentInfo@dfb4c52 { url=file:/C:/jboss-3.0.6-PDREproj
                  ect-sonic-working/server/default/deploy/ejb-management.jar }
                  deployer: null
                  status: null
                  state: INIT_WAITING_DEPLOYER
                  watch: file:/C:/jboss-3.0.6-PDREproject-sonic-working/server/default/deploy/ej
                  b-management.jar
                  lastDeployed: 1048016762274
                  lastModified: 1048016762274
                  mbeans:
                  , org.jboss.deployment.DeploymentInfo@9a7b546e { url=file:/C:/jboss-3.0.6-PDREpr
                  oject-sonic-working/server/default/deploy/jmx-ejb-adaptor.jar }
                  deployer: null
                  status: null
                  state: INIT_WAITING_DEPLOYER
                  watch: file:/C:/jboss-3.0.6-PDREproject-sonic-working/server/default/deploy/jm
                  x-ejb-adaptor.jar
                  lastDeployed: 1048016762294
                  lastModified: 1048016762284
                  mbeans:
                  , org.jboss.deployment.DeploymentInfo@85e736ef { url=file:/C:/jboss-3.0.6-PDREpr
                  oject-sonic-working/server/default/deploy/PeerdirectMasterServer.jar }
                  deployer: null
                  status: null
                  state: INIT_WAITING_DEPLOYER
                  watch: file:/C:/jboss-3.0.6-PDREproject-sonic-working/server/default/deploy/Pe
                  erdirectMasterServer.jar
                  lastDeployed: 1048016762344
                  lastModified: 1048016762314
                  mbeans:
                  ]Incompletely deployed packages:
                  [org.jboss.deployment.DeploymentInfo@dfb4c52 { url=file:/C:/jboss-3.0.6-PDREproj
                  ect-sonic-working/server/default/deploy/ejb-management.jar }
                  deployer: null
                  status: null
                  state: INIT_WAITING_DEPLOYER
                  watch: file:/C:/jboss-3.0.6-PDREproject-sonic-working/server/default/deploy/ej
                  b-management.jar
                  lastDeployed: 1048016762274
                  lastModified: 1048016762274
                  mbeans:
                  , org.jboss.deployment.DeploymentInfo@9a7b546e { url=file:/C:/jboss-3.0.6-PDREpr
                  oject-sonic-working/server/default/deploy/jmx-ejb-adaptor.jar }
                  deployer: null
                  status: null
                  state: INIT_WAITING_DEPLOYER
                  watch: file:/C:/jboss-3.0.6-PDREproject-sonic-working/server/default/deploy/jm
                  x-ejb-adaptor.jar
                  lastDeployed: 1048016762294
                  lastModified: 1048016762284
                  mbeans:
                  , org.jboss.deployment.DeploymentInfo@85e736ef { url=file:/C:/jboss-3.0.6-PDREpr
                  oject-sonic-working/server/default/deploy/PeerdirectMasterServer.jar }
                  deployer: null
                  status: null
                  state: INIT_WAITING_DEPLOYER
                  watch: file:/C:/jboss-3.0.6-PDREproject-sonic-working/server/default/deploy/Pe
                  erdirectMasterServer.jar
                  lastDeployed: 1048016762344
                  lastModified: 1048016762314
                  mbeans:
                  ]MBeans waiting for classes:

                  MBeans waiting for other MBeans:
                  [ObjectName: jboss.ejb:service=EJBDeployer
                  state: CONFIGURED
                  I Depend On: jboss.mq:service=JMSProviderLoader,name=SonicMQProvider
                  jboss.mq:service=ServerSessionPoolMBean,name=StdJMSPool

                  Depends On Me: ]
                  at org.jboss.deployment.MainDeployer.checkIncompleteDeployments(MainDepl
                  oyer.java:1134)
                  at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:594)
                  at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:575)
                  at java.lang.reflect.Method.invoke(Native Method)
                  at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea
                  nDispatcher.java:284)
                  at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
                  at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:325)
                  at org.jboss.system.server.ServerImpl.start(ServerImpl.java:222)
                  at org.jboss.Main.boot(Main.java:148)
                  at org.jboss.Main$1.run(Main.java:381)
                  at java.lang.Thread.run(Thread.java:479)
                  14:46:03,215 ERROR [STDERR] Incomplete Deployment listing:
                  Packages waiting for a deployer:
                  [org.jboss.deployment.DeploymentInfo@dfb4c52 { url=file:/C:/jboss-3.0.6-PDREproj
                  ect-sonic-working/server/default/deploy/ejb-management.jar }
                  deployer: null
                  status: null
                  state: INIT_WAITING_DEPLOYER
                  watch: file:/C:/jboss-3.0.6-PDREproject-sonic-working/server/default/deploy/ej
                  b-management.jar
                  lastDeployed: 1048016762274
                  lastModified: 1048016762274
                  mbeans:
                  , org.jboss.deployment.DeploymentInfo@9a7b546e { url=file:/C:/jboss-3.0.6-PDREpr
                  oject-sonic-working/server/default/deploy/jmx-ejb-adaptor.jar }
                  deployer: null
                  status: null
                  state: INIT_WAITING_DEPLOYER
                  watch: file:/C:/jboss-3.0.6-PDREproject-sonic-working/server/default/deploy/jm
                  x-ejb-adaptor.jar
                  lastDeployed: 1048016762294
                  lastModified: 1048016762284
                  mbeans:
                  , org.jboss.deployment.DeploymentInfo@85e736ef { url=file:/C:/jboss-3.0.6-PDREpr
                  oject-sonic-working/server/default/deploy/PeerdirectMasterServer.jar }
                  deployer: null
                  status: null
                  state: INIT_WAITING_DEPLOYER
                  watch: file:/C:/jboss-3.0.6-PDREproject-sonic-working/server/default/deploy/Pe
                  erdirectMasterServer.jar
                  lastDeployed: 1048016762344
                  lastModified: 1048016762314
                  mbeans:
                  ]Incompletely deployed packages:
                  [org.jboss.deployment.DeploymentInfo@dfb4c52 { url=file:/C:/jboss-3.0.6-PDREproj
                  ect-sonic-working/server/default/deploy/ejb-management.jar }
                  deployer: null
                  status: null
                  state: INIT_WAITING_DEPLOYER
                  watch: file:/C:/jboss-3.0.6-PDREproject-sonic-working/server/default/deploy/ej
                  b-management.jar
                  lastDeployed: 1048016762274
                  lastModified: 1048016762274
                  mbeans:
                  , org.jboss.deployment.DeploymentInfo@9a7b546e { url=file:/C:/jboss-3.0.6-PDREpr
                  oject-sonic-working/server/default/deploy/jmx-ejb-adaptor.jar }
                  deployer: null
                  status: null
                  state: INIT_WAITING_DEPLOYER
                  watch: file:/C:/jboss-3.0.6-PDREproject-sonic-working/server/default/deploy/jm
                  x-ejb-adaptor.jar
                  lastDeployed: 1048016762294
                  lastModified: 1048016762284
                  mbeans:
                  , org.jboss.deployment.DeploymentInfo@85e736ef { url=file:/C:/jboss-3.0.6-PDREpr
                  oject-sonic-working/server/default/deploy/PeerdirectMasterServer.jar }
                  deployer: null
                  status: null
                  state: INIT_WAITING_DEPLOYER
                  watch: file:/C:/jboss-3.0.6-PDREproject-sonic-working/server/default/deploy/Pe
                  erdirectMasterServer.jar
                  lastDeployed: 1048016762344
                  lastModified: 1048016762314
                  mbeans:
                  ]MBeans waiting for classes:

                  MBeans waiting for other MBeans:
                  [ObjectName: jboss.ejb:service=EJBDeployer
                  state: CONFIGURED
                  I Depend On: jboss.mq:service=JMSProviderLoader,name=SonicMQProvider
                  jboss.mq:service=ServerSessionPoolMBean,name=StdJMSPool

                  Depends On Me: ]
                  14:46:03,215 ERROR [STDERR] at org.jboss.deployment.MainDeployer.checkIncomp
                  leteDeployments(MainDeployer.java:1134)
                  14:46:03,215 ERROR [STDERR] at org.jboss.deployment.MainDeployer.deploy(Main
                  Deployer.java:594)
                  14:46:03,215 ERROR [STDERR] at org.jboss.deployment.MainDeployer.deploy(Main
                  Deployer.java:575)
                  14:46:03,215 ERROR [STDERR] at java.lang.reflect.Method.invoke(Native Method
                  )
                  14:46:03,215 ERROR [STDERR] at org.jboss.mx.capability.ReflectedMBeanDispatc
                  her.invoke(ReflectedMBeanDispatcher.java:284)
                  14:46:03,215 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MB
                  eanServerImpl.java:517)
                  14:46:03,215 ERROR [STDERR] at org.jboss.system.server.ServerImpl.doStart(Se
                  rverImpl.java:325)
                  14:46:03,215 ERROR [STDERR] at org.jboss.system.server.ServerImpl.start(Serv
                  erImpl.java:222)
                  14:46:03,215 ERROR [STDERR] at org.jboss.Main.boot(Main.java:148)
                  14:46:03,215 ERROR [STDERR] at org.jboss.Main$1.run(Main.java:381)
                  14:46:03,215 ERROR [STDERR] at java.lang.Thread.run(Thread.java:479)