• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

ERROR [URLDeploymentScanner] Incomplete Deployment listing

 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,


I am able to see the below message on my server console:


12:31:54,718 INFO [TomcatDeployer] deploy, ctxPath=/tc/order, warUrl=file:/C:/jboss-4.0.4.GA/server/default/tmp/deploy/tmp3189772470187559968ot.ear-contents/oot-exp.war/

12:31:55,656 WARN [EjbUtil] Can't locate deploymentInfo for target: file:/C:/jboss-4.0.4.GA/server/default/tmp/deploy/tmp3189772470187559968oot.ear-contents/as_ejb.jar

12:31:55,656 WARN [EjbUtil] Can't locate deploymentInfo for target: file:/C:/jboss-4.0.4.GA/server/default/tmp/deploy/tmp3189772470187559968oot.ear-contents/ds_ejb.jar

12:31:56,687 INFO [EARDeployer] Started J2EE application: file:/C:/jboss-4.0.4.GA/server/default/deploy/oot.ear

12:31:56,687 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

Incompletely deployed packages:

org.jboss.deployment.DeploymentInfo@58b29592 { url=file:/C:/jboss-4.0.4.GA/server/default/deploy/jbossweb-tomcat55.sar/ }

deployer: org.jboss.deployment.SARDeployer@1a7508a

status: null

state: FAILED

watch: file:/C:/jboss-4.0.4.GA/server/default/deploy/jbossweb-tomcat55.sar/META-INF/jboss-service.xml

altDD: null

lastDeployed: 1321254044234

lastModified: 1317390103140

mbeans:



Can you please guide me on this


Thanks in advance,

Rajesh

 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There should be an exception stack trace earlier in the log that gives more information. What you posted was the deployment summary report and it rarely says why things failed to deploy, the earlier stack trace will give the reason.
 
reply
    Bookmark Topic Watch Topic
  • New Topic