Saturday, December 17, 2011

JBoss - Incomplete Deployment listing

Problem
    Are you getting the following error when you start your JBoss server

14:55:55,734 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

--- Packages waiting for a deployer ---
org.jboss.deployment.DeploymentInfo@e717061e { url=file:/D:/JBoss403SP1/server/test/deploy/test.ear/testapp/ }
  deployer: null
  status: Starting
  state: START_SUBDEPLOYMENTS
  watch: file:/D:/JBoss403SP1/server/test/deploy/test.ear/testapp/
  altDD: null
  lastDeployed: 1236372861437
  lastModified: 1236371083734
  mbeans:
Solution
    This is because JBoss tries to deploy everything that you drop in the deploy folder...if your EAR has some folders which are not understandable like in the above case i had a web app [testapp] which doesnt have .war in the folder name and it couldnt deploy it...

No comments:

Post a Comment