Incomplete deployment of nukes-lib.jar and nukes.war
mcscottmc Feb 16, 2004 3:42 PMI have two custom modules deployed in Nukes. Module B calls methods on Module A, so in Module B's jboss-service.xml file I created a dependency on Module A. When I start my server, I get the following error printed in the log. If I remove the dependency of Module B on Module A, the error below goes away.
Things to note:
1. I use an exploded nukes.ear file.
2. Notice the packages that did not deploy are nuke-lib.jar and nukes.war, NOT my custom modules.
3. I included a line before and after the error so that you can see about where it is happening - basically right after my last nukes module (nukes-bb) and before the nukes.ear finishes deploying.
I have been working on this all afternoon, trying out different things and I am stuck. Any insight would be greatly appreciated.
-Scott
2004-02-16 16:15:43,189] INFO MainDeployer | Deployed package: file:/C:/JBoss/server/default/nukes/nukes-bb.ear/
2004-02-16 16:15:43,199] ERROR URLDeploymentScanner | MBeanException: Exception in MBean operation 'checkIncompleteDeployments()'
Cause: Incomplete Deployment listing:
Packages waiting for a deployer:
<none>
Incompletely deployed packages:
[org.jboss.deployment.DeploymentInfo@34b96c93 { url=file:/C:/JBoss/server/default/deploy/nukes.ear/nukes-lib.jar }
deployer: org.jboss.deployment.JARDeployer@19b5393
status: Created
state: CREATED
watch: file:/C:/JBoss/server/default/deploy/nukes.ear/nukes-lib.jar
lastDeployed: 1076966100087
lastModified: 1076966099326
mbeans:
, org.jboss.deployment.DeploymentInfo@4d7833a8 { url=file:/C:/JBoss/server/default/deploy/nukes.ear/nukes.war }
deployer: org.jboss.web.tomcat.tc4.EmbeddedTomcatService@8f2ca6
status: Created
state: CREATED
watch: file:/C:/JBoss/server/default/deploy/nukes.ear/nukes.war
lastDeployed: 1076966100248
lastModified: 1076966100207
mbeans:
]MBeans waiting for classes:
<none>
MBeans waiting for other MBeans:
<none>
2004-02-16 16:15:43,329] INFO URLDeploymentScanner | Started nukes:type=DeploymentScanner,flavor=URL
2004-02-16 16:15:43,339] INFO EjbModule | Started jboss.j2ee:module=nukes-ejb.jar,service=EjbModule
2004-02-16 16:15:43,339] INFO EJBDeployer | Deployed: file:/C:/JBoss/server/default/deploy/nukes.ear/nukes-ejb.jar