• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JBoss Ear Deployment error

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Additional notes, if I just deploy the war file, it is okay.
 
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
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.
 
Raj Ravi
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Peter,

You are right. This ear works in JBoss AS.

Thank you for the help!
 
What could go wrong in a swell place like "The Evil Eye"? Or with this tiny ad?
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic