0 Replies Latest reply on Oct 5, 2005 6:52 AM by pmoermans

    Incomplete Deployment listing for WAR files

    pmoermans

      Hello,

      I want to have a custom configuration which supports EJB3 and web applications but not all the rest. To do this,I started from the minimal configuration and added just what I think is needed.

      Now, I'm stuck on the following error message:



      -------------------------------

      12:40:05,625 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

      --- Packages waiting for a deployer ---
      org.jboss.deployment.DeploymentInfo@8408b693 { url=file:/C:/Personal/jboss-4.0.2/server/ejb3only/deploy/jbossweb-tomcat55.sar/ROOT.war/
      }
      deployer: null
      status: Starting
      state: START_SUBDEPLOYMENTS
      watch: file:/C:/Personal/jboss-4.0.2/server/ejb3only/deploy/jbossweb-tomcat55.sar/ROOT.war/
      altDD: null
      lastDeployed: 1128508805144
      lastModified: 1128412729579
      mbeans:

      org.jboss.deployment.DeploymentInfo@99411e7 { url=file:/C:/Personal/jboss-4.0.2/server/ejb3only/deploy/jmx-console.war/ }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/C:/Personal/jboss-4.0.2/server/ejb3only/deploy/jmx-console.war/
      altDD: null
      lastDeployed: 1128508805625
      lastModified: 1128495089569
      mbeans:

      --- Incompletely deployed packages ---
      org.jboss.deployment.DeploymentInfo@99411e7 { url=file:/C:/Personal/jboss-4.0.2/server/ejb3only/deploy/jmx-console.war/ }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/C:/Personal/jboss-4.0.2/server/ejb3only/deploy/jmx-console.war/
      altDD: null
      lastDeployed: 1128508805625
      lastModified: 1128495089569
      mbeans:

      -------------------------------



      There are no other error messages.
      After this message, I find those two enties:




      -------------------------------

      12:40:10,952 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=file:/C:/Personal/jboss-4.0.2/server/ejb3only/deploy/jbossweb-tomcat55.sar/ROOT.war/
      12:40:11,683 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=file:/C:/Personal/jboss-4.0.2/server/ejb3only/deploy/jmx-console.war/

      -------------------------------

      And the two web applications work perfectly well.


      How can I make JBoss happy and not have the error message anymore ?
      As in the "all" configuration, everything goes well, I guess I'm missing some configuration for dependencies, but where ?


      Many thanks for help or hints,


      Pierre