0 Replies Latest reply on Dec 21, 2017 9:50 AM by gaurav.arora026

    Migrating from Websphere to Jboss

    gaurav.arora026

      I am a newbie and trying to migrate an ear from Websphere to Jboss. The EAR was created using Maven 3.0 and the error that I am getting while starting the application is below:

       

      08:35:41,744 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015960: Class Path entry log4j.jar in /D:/jboss1/bin/content/mywarEAR-1.0.ear/mywar.war/WEB-INF/lib/commons-logging-1.0.3.jar  does not point to a valid jar for a Class-Path reference.

      08:35:41,744 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015960: Class Path entry log4j-core.jar in /D:/jboss1/bin/content/mywarEAR-1.0.ear/mywar.war/WEB-INF/lib/commons-logging-1.0.3.jar  does not point to a valid jar for a Class-Path reference.

      08:35:41,759 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015960: Class Path entry ../lib/xerces.jar in /D:/jboss1/bin/content/mywarEAR-1.0.ear/mywar.war/WEB-INF/lib/jdom-1.0.beta7.jar  does not point to a valid jar for a Class-Path reference.

      08:35:41,759 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015960: Class Path entry xerces.jar in /D:/jboss1/bin/content/mywarEAR-1.0.ear/mywar.war/WEB-INF/lib/jdom-1.0.beta7.jar  does not point to a valid jar for a Class-Path reference.

      08:35:41,759 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015960: Class Path entry activation.jar in /D:/jboss1/bin/content/mywarEAR-1.0.ear/mywar.war/WEB-INF/lib/mail-1.4.jar  does not point to a valid jar for a Class-Path reference.

      08:35:41,759 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015960: Class Path entry commons-beanutils.jar in /D:/jboss1/bin/content/mywarEAR-1.0.ear/mywar.war/WEB-INF/lib/struts-1.2.8.jar  does not point to a valid jar for a Class-Path reference.

      08:35:41,759 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015960: Class Path entry commons-digester.jar in /D:/jboss1/bin/content/mywarEAR-1.0.ear/mywar.war/WEB-INF/lib/struts-1.2.8.jar  does not point to a valid jar for a Class-Path reference.

      08:35:41,759 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015960: Class Path entry commons-fileupload.jar in /D:/jboss1/bin/content/mywarEAR-1.0.ear/mywar.war/WEB-INF/lib/struts-1.2.8.jar  does not point to a valid jar for a Class-Path reference.

      08:35:41,775 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015960: Class Path entry commons-logging.jar in /D:/jboss1/bin/content/mywarEAR-1.0.ear/mywar.war/WEB-INF/lib/struts-1.2.8.jar  does not point to a valid jar for a Class-Path reference.

      08:35:41,775 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015960: Class Path entry commons-validator.jar in /D:/jboss1/bin/content/mywarEAR-1.0.ear/mywar.war/WEB-INF/lib/struts-1.2.8.jar  does not point to a valid jar for a Class-Path reference.

      08:35:41,790 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015960: Class Path entry jakarta-oro.jar in /D:/jboss1/bin/content/mywarEAR-1.0.ear/mywar.war/WEB-INF/lib/struts-1.2.8.jar  does not point to a valid jar for a Class-Path reference.

      08:35:41,915 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC000001: Failed to start service jboss.deployment.subunit."mywarEAR-1.0.ear"."mywar.war".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.subunit."mywarEAR-1.0.ear"."mywar.war".PARSE: JBAS018733: Failed to process phase PARSE of subdeployment "mywar.war" of deployment "mywarEAR-1.0.ear"

      at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:166) [jboss-as-server-7.5.0.Final-redhat-21.jar:7.5.0.Final-redhat-21]

      at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1980) [jboss-msc-1.1.5.Final-redhat-1.jar:1.1.5.Final-redhat-1]

      at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1913) [jboss-msc-1.1.5.Final-redhat-1.jar:1.1.5.Final-redhat-1]

      at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [rt.jar:1.8.0_131]

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

      at java.lang.Thread.run(Unknown Source) [rt.jar:1.8.0_131]

      Caused by: java.lang.IllegalStateException

      at org.jboss.as.webservices.deployers.WSIntegrationProcessorJAXRPC_POJO.getUrlPattern(WSIntegrationProcessorJAXRPC_POJO.java:100)

      at org.jboss.as.webservices.deployers.WSIntegrationProcessorJAXRPC_POJO.newPojoEndpoint(WSIntegrationProcessorJAXRPC_POJO.java:89)

      at org.jboss.as.webservices.deployers.WSIntegrationProcessorJAXRPC_POJO.createJaxrpcDeployment(WSIntegrationProcessorJAXRPC_POJO.java:76)

      at org.jboss.as.webservices.deployers.WSIntegrationProcessorJAXRPC_POJO.deploy(WSIntegrationProcessorJAXRPC_POJO.java:58)

      at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:159) [jboss-as-server-7.5.0.Final-redhat-21.jar:7.5.0.Final-redhat-21]

      ... 5 more

       

       

      08:35:41,946 ERROR [org.jboss.as.controller.management-operation] (HttpManagementService-threads - 2) JBAS014612: Operation ("deploy") failed - address: ([("deployment" => "mywarEAR-1.0.ear")]) - failure description: {"JBAS014671: Failed services" => {"jboss.deployment.subunit.\"mywarEAR-1.0.ear\".\"mywar.war\".PARSE" => "org.jboss.msc.service.StartException in service jboss.deployment.subunit.\"mywarEAR-1.0.ear\".\"mywar.war\".PARSE: JBAS018733: Failed to process phase PARSE of subdeployment \"mywar.war\" of deployment \"mywarEAR-1.0.ear\"

          Caused by: java.lang.IllegalStateException"}}

      08:35:41,962 ERROR [org.jboss.as.server] (HttpManagementService-threads - 2) JBAS015870: Deploy of deployment "mywarEAR-1.0.ear" was rolled back with the following failure message:

      {"JBAS014671: Failed services" => {"jboss.deployment.subunit.\"mywarEAR-1.0.ear\".\"mywar.war\".PARSE" => "org.jboss.msc.service.StartException in service jboss.deployment.subunit.\"mywarEAR-1.0.ear\".\"mywar.war\".PARSE: JBAS018733: Failed to process phase PARSE of subdeployment \"mywar.war\" of deployment \"mywarEAR-1.0.ear\"

          Caused by: java.lang.IllegalStateException"}}

      08:35:45,722 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015974: Stopped subdeployment (runtime-name: mywar.war) in 3749ms

      08:35:45,722 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015877: Stopped deployment mywarEAR-1.0.ear (runtime-name: mywarEAR-1.0.ear) in 3755ms

      08:35:45,722 INFO  [org.jboss.as.controller] (HttpManagementService-threads - 2) JBAS014774: Service status report

      JBAS014777:   Services which failed to start:      service jboss.deployment.subunit."mywarEAR-1.0.ear"."mywar.war".PARSE

       

      Can someone please suggest what could be the root cause?

      I am using Jboss 6.4 and JDK 1.7.

       

      Thanks!!

      Gaurav.