JBoss Community

Migrating from Jboss 4.2 to Jboss 7.1

created by Santhosh Srinivasan in JBoss AS 7 Development - View the full discussion

Hi I'm trying to migrate my App from JBoss 4.2 to 7.1.

 

When I try to deploy my war file i run into the below error

 

MSC00001: Failed to start service jboss.deployment.unit."myApp.war".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.unit."myApp.war".PARSE: Failed to process phase PARSE of deployment "myApp.war"

          at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:119) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]

          at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]

          at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]

          at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [classes.jar:1.6.0_33]

          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [classes.jar:1.6.0_33]

          at java.lang.Thread.run(Thread.java:680) [classes.jar:1.6.0_33]

Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS018014: Failed to parse XML descriptor "/content/myApp.war/WEB-INF/web.xml" at [207,2]

          at org.jboss.as.web.deployment.WebParsingDeploymentProcessor.deploy(WebParsingDeploymentProcessor.java:114)

          at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]

          ... 5 more

Reply to this message by going to Community

Start a new discussion in JBoss AS 7 Development at Community