12 Replies Latest reply on Oct 11, 2017 2:59 AM by javagovindsharma

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

    cavi

      I am building my project with JDK 1.6 & after that as I am starting jboss7.1.1.Final, It is showing me this error on console:

       

      _______________________________________________________________________________________________________________________________________________________________________

       

      09:49:44,605 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-22) MSC00001: Failed to start service jboss.deployment.unit."dreg.war".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.unit."dreg.war".PARSE: Failed to process phase PARSE of deployment "dreg.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) [rt.jar:1.6.0_38]

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

          at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_38]

      Caused by: java.lang.IllegalArgumentException: JBAS015533: Web Service endpoint st.erpsapccn.bs.ip.registration.service.PassportWebServiceHandler with URL pattern /Passport is already registered. Web service endpoint st.erpsapccn.bs.ip.admin.service.IntranetPassportWebServiceHandler is requesting the same URL pattern.

          at org.jboss.as.webservices.metadata.model.AbstractDeployment.addEndpoint(AbstractDeployment.java:60)

          at org.jboss.as.webservices.metadata.model.JAXWSDeployment.addEndpoint(JAXWSDeployment.java:27)

          at org.jboss.as.webservices.deployers.WSIntegrationProcessorJAXWS_POJO.processAnnotation(WSIntegrationProcessorJAXWS_POJO.java:94)

          at org.jboss.as.webservices.deployers.AbstractIntegrationProcessorJAXWS.deploy(AbstractIntegrationProcessorJAXWS.java:87)

          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

       

      09:49:45,571 INFO  [org.jboss.as] (MSC service thread 1-20) JBAS015954: Admin console is not enabled

      09:49:45,573 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015870: Deploy of deployment "dreg.war" was rolled back with failure message {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"dreg.war\".PARSE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"dreg.war\".PARSE: Failed to process phase PARSE of deployment \"dreg.war\""}}

      09:49:45,681 ERROR [org.jboss.as] (MSC service thread 1-20) JBAS015875: JBoss AS 7.1.1.Final "Brontes" started (with errors) in 61455ms - Started 132 of 183 services (5 services failed or missing dependencies, 45 services are passive or on-demand)

      09:50:38,218 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-21) JBAS015877: Stopped deployment dreg.war in 52643ms

      09:50:38,285 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBAS014774: Service status report

      JBAS014777:   Services which failed to start:      service jboss.deployment.unit."dreg.war".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.unit."dreg.war".PARSE: Failed to process phase PARSE of deployment "dreg.war"

       

      09:50:38,470 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.\"dreg.war\".PARSE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"dreg.war\".PARSE: Failed to process phase PARSE of deployment \"dreg.war\""}}}}

       

      _______________________________________________________________________________________________________________________________________________________________________

       

      Please suggest any solution.

       

      Thanks

       

      Regards

      cavi