0 Replies Latest reply on Aug 18, 2014 4:01 PM by friend

    Migrating from Jboss4.2.2 to Jboss 7.1.1

    friend

      Hi Any body please do let me know what files need to be modified?

      I am using Jboss 7.1.1 ...

       

      This is the error

      15:50:06,202 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-13) MSC00001: Failed to start service jboss.deployment.unit."ABC.war".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.unit."ABC.war".PARSE: Failed to process phase PARSE of deployment "ABC.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.runWorker(Unknown Source) [rt.jar:1.7.0_65]

        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [rt.jar:1.7.0_65]

        at java.lang.Thread.run(Unknown Source) [rt.jar:1.7.0_65]

      Caused by: java.lang.IllegalArgumentException: JBAS015533: Web Service endpoint com.sun.xml.ws.tx.webservice.member.coord.ActivationRequesterPortTypeImpl with URL pattern /Coordinator is already registered. Web service endpoint com.sun.xml.ws.tx.webservice.member.coord.RegistrationRequesterPortTypeImpl 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

       

       

      15:50:06,209 INFO  [org.jboss.as.server] (HttpManagementService-threads - 2) JBAS015870: Deploy of deployment "ABC.war" was rolled back with failure message {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"ABC.war\".PARSE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"ABC.war\".PARSE: Failed to process phase PARSE of deployment \"ABC.war\""}}

      15:50:06,360 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment ABC.war in 150ms

      15:50:06,361 INFO  [org.jboss.as.controller] (HttpManagementService-threads - 2) JBAS014774: Service status report

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