2 Replies Latest reply on Jan 3, 2008 2:34 AM by jaikiran

    Error deploying jboss - Incomplete Deployment listing

    liss

      Hi everyone,

      I'm having a problem and your help would be great!
      I generated a ear file that contains the following estructure:

      File.ear
      /META-INF
      /META-INF/application.xml
      /META-INF/jboss-app.xml
      /lib
      /lib/c.jar
      /lib/d.jar
      my-to.jar
      my-bo.jar
      my-dao.jar

      All this java modules are specified at application.xml.

      However, when I start jboss, two things happens:

      1. My application is not able to find classes on my-to.jar, my-bo.jar and my-dao.jar, even if they're declared at application.xml. So, I put this files at lib directory of my server default. And it worked!!!

      2. An error occur while deploying it, see log:

       10:01:46,828 INFO [EARDeployer] Started J2EE application: file:/C:/jboss-3.2.6/server/default/deploy/File.ear
       10:01:46,828 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
       Packages waiting for a deployer:
       org.jboss.deployment.DeploymentInfo@5b24655 { url=file:/C:/jboss-3.2.6/server/default/tmp/deploy/tmp31187File.ear-contents/my-bo.jar }
       deployer: null
       status: Starting
       state: START_SUBDEPLOYMENTS
       watch: file:/C:/jboss-3.2.6/server/default/tmp/deploy/tmp31187File.ear-contents/my-bo.jar
       lastDeployed: 1172235657734
       lastModified: 1172235653078
       mbeans:
      
       org.jboss.deployment.DeploymentInfo@592f5a { url=file:/C:/jboss-3.2.6/server/default/tmp/deploy/tmp31187File.ear-contents/my-dao.jar }
       deployer: null
       status: Starting
       state: START_SUBDEPLOYMENTS
       watch: file:/C:/jboss-3.2.6/server/default/tmp/deploy/tmp31187File.ear-contents/my-dao.jar
       lastDeployed: 1172235657734
       lastModified: 1172235653093
       mbeans:
      
       org.jboss.deployment.DeploymentInfo@24698183 { url=file:/C:/jboss-3.2.6/server/default/tmp/deploy/tmp31187File.ear-contents/my-to.jar }
       deployer: null
       status: Starting
       state: START_SUBDEPLOYMENTS
       watch: file:/C:/jboss-3.2.6/server/default/tmp/deploy/tmp31187File.ear-contents/my-to.jar
       lastDeployed: 1172235657734
       lastModified: 1172235653093
       mbeans:
      
       org.jboss.deployment.DeploymentInfo@c1ef9091 { url=file:/C:/jboss-3.2.6/server/default/tmp/deploy/tmp31187File.ear-contents/lib/ajaxtags-1.2-beta2.jar }
       deployer: null
       status: Starting
       state: START_SUBDEPLOYMENTS
       watch: file:/C:/jboss-3.2.6/server/default/tmp/deploy/tmp31187File.ear-contents/lib/ajaxtags-1.2-beta2.jar
       lastDeployed: 1172235657750
       lastModified: 1172235653109
       mbeans:
      


      I'm using jboss 3.2.6.

      Thank you.
      LISS