7 Replies Latest reply on Apr 8, 2008 5:39 PM by chrisodom

    ERROR [URLDeploymentScanner] Incomplete Deployment listing:

       

      "chrisodom" wrote:
      Currently I have been trying to deploy a J2EE application in JBoss 4.0.3SP1. Below is a copy of my applicaiton.xml file with the ERROR I recieve upon start up. Due to the fact the the ERROR is so general and gives me no information at all I am hoping that someone out there has seen this problem and can tell me why my war file fails to deploy.

      {application.xml}
      <xml version="1.0" encoding="UTF-8"?><application
      version="1.4"
      xmlns="http://java.sun.com/xml/ns/j2ee"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application_1_4.xsd">
      <module>
       <java>eso-common.jar</java>
      </module>
      <module>
       <java>eso-ejbClient.jar</java>
      </module>
      <module>
       <ejb>eso-ejb.jar</ejb>
      </module>
      <module>
       <web>
       <web-uri>eso-web.war</web-uri>
       <context-root></context-root>
       </web>
      </module>
      </application>

      {console output}
      10:53:35,355 INFO [EJBDeployer] Deployed: file:/C:/Java/jboss-4.0.3/server/default/deploy/eso-ear/eso-ejb.jar
      10:53:43,772 INFO [TomcatDeployer] deploy, ctxPath=/eso-web, warUrl=.../tmp/deploy/tmp28166eso-web-exp.war/
      10:53:44,271 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
      10:53:44,552 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

      --- Packages waiting for a deployer ---
      org.jboss.deployment.DeploymentInfo@212d23ff { url=file:/C:/Java/jboss-4.0.3/server/default/deploy/eso-ear/META-INF/application.xml }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/C:/Java/jboss-4.0.3/server/default/deploy/eso-ear/META-INF/application.xml
      altDD: null
      lastDeployed: 1141750424537
      lastModified: 1141750424537
      mbeans:

      --- Incompletely deployed packages ---
      org.jboss.deployment.DeploymentInfo@212d23ff { url=file:/C:/Java/jboss-4.0.3/server/default/deploy/eso-ear/META-INF/application.xml }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/C:/Java/jboss-4.0.3/server/default/deploy/eso-ear/META-INF/application.xml
      altDD: null
      lastDeployed: 1141750424537
      lastModified: 1141750424537
      mbeans:

      I am using JBoss IDE 1.5 to package and deploy to my JBoss 4.0.3SP1 installation.