0 Replies Latest reply on Jul 9, 2013 9:50 AM by danos_metal

    Deploy tradeinstall of IBM in JBoss AS

    danos_metal

      Hello to all,

       

      First of all i am i newbiew in this aspect of software engeenirg.

      I am currently trying to deploy the tradeinstall web service of IBM.This app include 4 files that 3 of them are .jar files and one of them is a .war file.

      I am trying to do it step by step so i put the .war file inside the deployment folder of JBoss and i had the following error msesages.

       

      12:30:27,357 INFO  [org.jboss.modules] JBoss Modules version 1.1.1.GA

      12:30:28,757 INFO  [org.jboss.msc] JBoss MSC version 1.0.2.GA

      12:30:29,035 INFO  [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final "Brontes" starting

      12:30:34,887 INFO  [org.xnio] XNIO Version 3.0.3.GA

      12:30:35,001 INFO  [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http)

      12:30:35,026 INFO  [org.xnio.nio] XNIO NIO Implementation Version 3.0.3.GA

      12:30:35,125 INFO  [org.jboss.remoting] JBoss Remoting version 3.2.3.GA

      12:30:35,426 INFO  [org.jboss.as.configadmin] JBAS016200: Activating ConfigAdmin Subsystem

      12:30:35,559 INFO  [org.jboss.as.logging] JBAS011502: Removing bootstrap log handlers

      12:30:35,956 INFO  [org.jboss.as.osgi] (ServerService Thread Pool -- 39) JBAS011940: Activating OSGi Subsystem

      12:30:35,963 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 38) JBAS011800: Activating Naming Subsystem

      12:30:36,176 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 44) JBAS013101: Activating Security Subsystem

      12:30:36,220 INFO  [org.jboss.as.security] (MSC service thread 1-1) JBAS013100: Current PicketBox version=4.0.7.Final

      12:30:36,513 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 48) JBAS015537: Activating WebServices Extension

      12:30:36,580 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 27) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)

      12:30:36,807 INFO  [org.jboss.as.naming] (MSC service thread 1-1) JBAS011802: Starting Naming Service

      12:30:36,977 INFO  [org.jboss.as.connector] (MSC service thread 1-1) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)

      12:30:38,382 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-1) JBAS015400: Bound mail session [java:jboss/mail/Default]

      12:30:38,908 INFO  [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-2) JBoss Web Services - Stack CXF Server 4.0.2.GA

      12:30:40,913 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-2) Starting Coyote HTTP/1.1 on http--127.0.0.1-8080

      12:30:42,270 INFO  [org.jboss.as.remoting] (MSC service thread 1-2) JBAS017100: Listening on /127.0.0.1:9999

      12:30:42,999 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) JBAS015012: Started FileSystemDeploymentService for directory /root/jboss-as-7.1.1.Final/standalone/deployments

      12:30:43,012 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015014: Re-attempting failed deployment application.xml

      12:30:43,154 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015014: Re-attempting failed deployment tradeWeb.war

      12:30:43,182 INFO  [org.jboss.as.remoting] (MSC service thread 1-2) JBAS017100: Listening on /127.0.0.1:4447

      12:30:43,373 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]

      12:30:43,495 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "tradeWeb.war"

      12:30:43,502 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "application.xml"

      12:30:44,420 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry tradeEJB.jar in "/content/tradeWeb.war"  does not point to a valid jar for a Class-Path reference.

      12:30:44,894 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC00001: Failed to start service jboss.deployment.unit."tradeWeb.war".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.unit."tradeWeb.war".PARSE: Failed to process phase PARSE of deployment "tradeWeb.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(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_25]

              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_25]

              at java.lang.Thread.run(Thread.java:724) [rt.jar:1.7.0_25]

      Caused by: java.lang.IllegalStateException

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

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

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

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

              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

       

       

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

      12:30:45,022 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015871: Deploy of deployment "application.xml" was rolled back with no failure message

      12:30:45,034 INFO  [org.jboss.as] (MSC service thread 1-2) JBAS015951: Admin console listening on http://127.0.0.1:9990

      12:30:45,037 ERROR [org.jboss.as] (MSC service thread 1-2) JBAS015875: JBoss AS 7.1.1.Final "Brontes" started (with errors) in 19190ms - Started 156 of 234 services (1 services failed or missing dependencies, 76 services are passive or on-demand)

      12:30:45,106 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment application.xml in 83ms

      12:30:45,131 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment tradeWeb.war in 110ms

      12:30:45,135 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBAS014774: Service status report

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

       

       

      12:30:45,143 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS014654: Composite operation was rolled back

      12:30:45,146 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.\"tradeWeb.war\".PARSE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"tradeWeb.war\".PARSE: Failed to process phase PARSE of deployment \"tradeWeb.war\""}}}}

       

      I would appriciate any given help here on how to cope with this issue

       

      Hope to a reply,

      danos