10 Replies Latest reply on Oct 20, 2005 5:25 PM by kweiner

    Incomplete Deployment Listing

    venkatch77

      Hi I am using Jboss 4.0 with hibernate 3.0.
      I am getting following error when i start the server.
      I appreciate if some one helps me.It's Important for me.

      ERROR [URLDeploymentScanner] Incomplete Deployment listing:
      Packages waiting for a deployer:
      org.jboss.deployment.DeploymentInfo@1a0e680d { url=file:/C:/jboss-4.0.1sp1/server/default/deploy/sos-ds1.xml }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/C:/jboss-4.0.1sp1/server/default/deploy/sos-ds1.xml
      altDD: null
      lastDeployed: 1128579765718
      lastModified: 1128579765718
      mbeans:

      with regards,
      venkat

        • 1. Re: Incomplete Deployment Listing
          gmoh

          i'm getting the same issue but the state says "START_SUBDEPLOYMENTS"

          • 2. Re: Incomplete Deployment Listing
            gmoh

            forgot to mention that i'm running jboss 4.0.3

            • 3. Re: Incomplete Deployment Listing
              kweiner

              I am having the similar problem. The logs don't seem to provide anything helpful:

              16:28:42,019 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
              
              --- Packages waiting for a deployer ---
              org.jboss.deployment.DeploymentInfo@a023855 { url=file:/software/jboss-4.0.2/server/minimal/deploy/my.war/ }
               deployer: null
               status: null
               state: INIT_WAITING_DEPLOYER
               watch: file:/software/jboss-4.0.2/server/minimal/deploy/my.war/
               altDD: null
               lastDeployed: 1129764522015
               lastModified: 1129763811000
               mbeans:
              
              --- Incompletely deployed packages ---
              org.jboss.deployment.DeploymentInfo@a023855 { url=file:/software/jboss-4.0.2/server/minimal/deploy/my.war/ }
               deployer: null
               status: null
               state: INIT_WAITING_DEPLOYER
               watch: file:/software/jboss-4.0.2/server/minimal/deploy/my.war/
               altDD: null
               lastDeployed: 1129764522015
               lastModified: 1129763811000
               mbeans:




              • 4. Re: Incomplete Deployment Listing
                kweiner

                I forgot to mention that I don't have this problem if I deploy my application to the default (as opposed to minimal) configuration. I'd like to use minimal if possible.

                • 5. Re: Incomplete Deployment Listing
                  neelixx
                  • 6. Re: Incomplete Deployment Listing
                    darranl

                    kweiner,

                    You have decided to use a configuration that comes with almost no services deployed.

                    You are trying to deploy a web application.

                    The message 'INIT_WAITING_DEPLOYER' means that there is no deployer available for that archive type.

                    Unless you want to start manualy adding Tomcat to the minimal configuration you should use the default configuration as that comes with Tomcat already available.

                    • 7. Re: Incomplete Deployment Listing
                      darranl

                      gmoh,

                      There is not enough information in your question, post the actual error YOU are getting.

                      • 8. Re: Incomplete Deployment Listing
                        darranl

                        venkatch77,

                        The name of the datasource deployment descriptor should be 'sos-ds.xml' not 'sos-ds1.xml'

                        • 9. Re: Incomplete Deployment Listing
                          kweiner

                          Thanks Neelixx and darranl. I am new to JBoss and didn't realize that the minimal config was even missing Tomcat. I will try to make a copy of minimal and manually add in Tomcat since that is all I really need at this point. If there are already some docs on how to add Tomcat to mimimal, please point me to them. Thanks again.

                          "darranl" wrote:
                          kweiner,

                          You have decided to use a configuration that comes with almost no services deployed.

                          You are trying to deploy a web application.

                          The message 'INIT_WAITING_DEPLOYER' means that there is no deployer available for that archive type.

                          Unless you want to start manualy adding Tomcat to the minimal configuration you should use the default configuration as that comes with Tomcat already available.



                          • 10. Re: Incomplete Deployment Listing
                            kweiner

                            With the help of these instructions, I got my "minimal+tomcat" instance of Jboss working!

                            http://www.murraywilliams.com/computers/buildjboss/jboss3.html