PARSE: org.jboss.msc.service.StartException: Failed to start service jboss.deployment.unit.“nbaCommunity-web.war”?
modinodavid Mar 25, 2013 6:23 AMHi everybody,
I'm trying to deploy my war file on JBoss 7.1 but I'm not able to solve it. I was searching for this error... but the answers I've found it didn't resolve my problem.
The tools I am used are Maven 2, JSF 2.1, Hibernate 4, PrettyFaces and JBoss 7.1
If anybody could help me. Thanks in advance.
10:14:20,240 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "nbaCommunity-web.war" 10:14:22,834 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC00001: Failed to start service jboss.deployment.unit."nbaCommunity-web.war".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.unit."nbaCommunity-web.war".PARSE: Failed to process phase PARSE of deployment "nbaCommunity-web.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:895) [classes.jar:1.6.0_43] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) [classes.jar:1.6.0_43] at java.lang.Thread.run(Thread.java:680) [classes.jar:1.6.0_43] Caused by: java.lang.NullPointerException at org.jboss.metadata.parser.jbossweb.JBossWebMetaDataParser.parse(JBossWebMetaDataParser.java:119) at org.jboss.as.web.deployment.JBossWebParsingDeploymentProcessor.deploy(JBossWebParsingDeploymentProcessor.java:69) 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
10:14:22,851 INFO [org.jboss.as] (MSC service thread 1-6) JBAS015951: Admin console listening onhttp://localhost:9990
10:14:22,852 ERROR [org.jboss.as] (MSC service thread 1-6) JBAS015875: JBoss AS 7.1.1.Final "Brontes" started (with errors) in 5296ms - Started 140 of 217 services (1 services failed or missing dependencies, 74 services are passive or on-demand) 10:14:22,856 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015870: Deploy of deployment "nbaCommunity-web.war" was rolled back with failure message {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"nbaCommunity-web.war\".PARSE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"nbaCommunity-web.war\".PARSE: Failed to process phase PARSE of deployment \"nbaCommunity-web.war\""}} 10:14:22,858 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBAS014774: Service status report JBAS014777: Services which failed to start: service jboss.deployment.unit."nbaCommunity-web.war".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.unit."nbaCommunity-web.war".PARSE: Failed to process phase PARSE of deployment "nbaCommunity-web.war"
10:14:22,874 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"nbaCommunity-web.war\".PARSE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"nbaCommunity-web.war\".PARSE: Failed to process phase PARSE of deployment \"nbaCommunity-web.war\""}}}} 10:14:23,008 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015877: Stopped deployment nbaCommunity-web.war in 122ms