Author
JBoss Ear Deployment error
Raj Ravi
Greenhorn
Joined: Jul 27, 2012
Posts: 3
Hi,
I have a simple ear file. which contains one application.xml, one war and one jar file.
When I copied the ear file over to the deployment folder, I got the following error message. Any suggestions?
---------------------------------------------------------------------------------------------------------------
15:33:41,437 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
--- Packages waiting for a deployer ---
org.jboss.deployment.DeploymentInfo@cbad0ada { url=file:/C:/JBoss/jbossesb-serve
r-4.10/server/default/deploy/jaw.ear }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/C:/JBoss/jbossesb-server-4.10/server/default/deploy/jaw.ear
altDD: null
lastDeployed: 1343417621437
lastModified: 1343417621437
mbeans:
--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo@cbad0ada { url=file:/C:/JBoss/jbossesb-serve
r-4.10/server/default/deploy/jaw.ear }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/C:/JBoss/jbossesb-server-4.10/server/default/deploy/jaw.ear
altDD: null
lastDeployed: 1343417621437
lastModified: 1343417621437
mbeans:
Raj Ravi
Greenhorn
Joined: Jul 27, 2012
Posts: 3
Additional notes, if I just deploy the war file, it is okay.
Peter Johnson
author
Bartender
Joined: May 14, 2008
Posts: 5575
posted Jul 28, 2012 15:26:43
0
I'm just guessing here, but if looks like you are using JBoss ESB, and based on the error message, I assume that ESB doesn't come with a deployer for EARs. If you want to deploy an EAR you will need JBoss AS.
JBoss In Action
Raj Ravi
Greenhorn
Joined: Jul 27, 2012
Posts: 3
Peter,
You are right. This ear works in JBoss AS.
Thank you for the help!
subject: JBoss Ear Deployment error