[jboss-user] [Installation, Configuration & Deployment] - Error deploying jboss - Incomplete Deployment listing

liss_jboss do-not-reply at jboss.com
Fri Feb 23 07:23:22 EST 2007


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 at 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 at 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 at 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 at 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

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021068#4021068

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4021068



More information about the jboss-user mailing list