Structure problem deploying a web application in JBoss EAp 6 previously based on WAS.
Issue
- we have a webapplication developed for the IBM Websphere Application Server, and we are trying to deploy this application to the EAP. The problem is that we don't know which .xml file is needed for deploying the .war File or the .ear file.
- The ear files gives the following error:
ERROR [org.jboss.as.controller.management-operation] (HttpManagementService-threads - 26) JBAS014612: Operation ("add") failed - address: ([{"deployment" => "ebipadmin_20110609.ear"}]) - failure description: {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.deployment.unit.\"xyz_20110609.ear\".PARSE is missing [jboss.deployment.subunit.\"xyz_20110609.ear\".\"xyz_20110609.ear/abc-admin-Web.war\".STRUCTURE]"]}
ERROR [org.jboss.as.server] (HttpManagementService-threads - 26) JBAS015870: Deploy of deployment "ebipadmin_20110609.ear" was rolled back with the following failure message: {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.deployment.unit.\"xyz_20110609.ear\".PARSE is missing [jboss.deployment.subunit.\"xyz_20110609.ear\".\"xyz_20110609.ear/abc-admin-Web.war\".STRUCTURE]"]}
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
