[jbossts-issues] [JBoss JIRA] (JBTM-2131) xtstest.war fails to deploy

Tom Jenkinson (JIRA) issues at jboss.org
Thu Apr 3 10:53:14 EDT 2014


     [ https://issues.jboss.org/browse/JBTM-2131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Jenkinson updated JBTM-2131:
--------------------------------

    Priority: Major  (was: Blocker)

    
> xtstest.war fails to deploy
> ---------------------------
>
>                 Key: JBTM-2131
>                 URL: https://issues.jboss.org/browse/JBTM-2131
>             Project: JBoss Transaction Manager
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: XTS
>            Reporter: Gytis Trikleris
>            Assignee: Gytis Trikleris
>             Fix For: 5.0.2
>
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana-codeCoverage/111/
> {code}
> -------------------------------------------------------------------------------
> Test set: com.arjuna.qa.junit.TestATCrashDuringCommit
> -------------------------------------------------------------------------------
> Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 27.013 sec <<< FAILURE!
> MultiServicePrepareAndCommitTest(com.arjuna.qa.junit.TestATCrashDuringCommit)  Time elapsed: 26.287 sec  <<< ERROR!
> org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy: xtstest.war
> 	at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getActionResult(ServerDeploymentPlanResultFuture.java:134)
> 	at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getResultFromNode(ServerDeploymentPlanResultFuture.java:123)
> 	at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:85)
> 	at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:42)
> 	at org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper.deploy(ServerDeploymentHelper.java:55)
> 	at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:77)
> 	at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:64)
> 	at org.jboss.as.arquillian.container.ArchiveDeployer.deploy(ArchiveDeployer.java:46)
> 	at org.jboss.as.arquillian.container.CommonDeployableContainer.deploy(CommonDeployableContainer.java:146)
> 	at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$3.call(ContainerDeployController.java:161)
> 	at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$3.call(ContainerDeployController.java:128)
> 	at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.executeOperation(ContainerDeployController.java:271)
> 	at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.deploy(ContainerDeployController.java:127)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:606)
> 	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
> 	at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
> 	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
> 	at org.jboss.arquillian.container.impl.client.ContainerDeploymentContextHandler.createDeploymentContext(ContainerDeploymentContextHandler.java:78)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:606)
> 	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
> 	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
> 	at org.jboss.arquillian.container.impl.client.ContainerDeploymentContextHandler.createContainerContext(ContainerDeploymentContextHandler.java:57)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:606)
> 	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
> 	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
> 	at org.jboss.arquillian.container.impl.client.container.DeploymentExceptionHandler.verifyExpectedExceptionDuringDeploy(DeploymentExceptionHandler.java:50)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:606)
> 	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
> 	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
> 	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:135)
> 	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:115)
> 	at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67)
> 	at org.jboss.arquillian.container.test.impl.client.deployment.ClientDeployer.deploy(ClientDeployer.java:93)
> 	at com.arjuna.qa.junit.BaseCrashTest.runTest(BaseCrashTest.java:202)
> 	at com.arjuna.qa.junit.TestATCrashDuringCommit.MultiServicePrepareAndCommitTest(TestATCrashDuringCommit.java:24)
> MultiParticipantPrepareAndCommitTest(com.arjuna.qa.junit.TestATCrashDuringCommit)  Time elapsed: 0.043 sec  <<< ERROR!
> org.jboss.arquillian.container.spi.client.container.LifecycleException: The server is already running! Managed containers do not support connecting to running server instances due to the possible harmful effect of connecting to the wrong server. Please stop server before running or change to another type of container.
> To disable this check and allow Arquillian to connect to a running server, set allowConnectingToRunningServer to true in the container configuration
> 	at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.failDueToRunning(ManagedDeployableContainer.java:358)
> 	at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:88)
> 	at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:112)
> 	at org.jboss.arquillian.container.impl.ContainerImpl.start(ContainerImpl.java:199)
> 	at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController$8.perform(ContainerLifecycleController.java:163)
> 	at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController$8.perform(ContainerLifecycleController.java:157)
> 	at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController.forContainer(ContainerLifecycleController.java:255)
> 	at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController.startContainer(ContainerLifecycleController.java:156)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:606)
> 	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
> 	at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
> 	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
> 	at org.jboss.arquillian.container.impl.client.ContainerDeploymentContextHandler.createContainerContext(ContainerDeploymentContextHandler.java:57)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:606)
> 	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
> 	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
> 	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:135)
> 	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:115)
> 	at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67)
> 	at org.jboss.arquillian.container.test.impl.client.container.ClientContainerController.start(ClientContainerController.java:150)
> 	at com.arjuna.qa.junit.BaseCrashTest.runTest(BaseCrashTest.java:199)
> 	at com.arjuna.qa.junit.TestATCrashDuringCommit.MultiParticipantPrepareAndCommitTest(TestATCrashDuringCommit.java:17)
> {code}
> {code}
> Starting arquillian with java VM args: -server -Xms64m -Xmx1024m -XX:MaxPermSize=512m -Dorg.jboss.byteman.verbose
>                         -Djboss.modules.system.pkgs=org.jboss.byteman
>                         -Dorg.jboss.byteman.transform.all
>                         -javaagent:/home/hudson/workspace/narayana-codeCoverage/XTS/localjunit/crash-recovery-tests/target/lib/byteman.jar=script:target/test-classes/scripts/ATCrashDuringCommit.btm,boot:target/lib/byteman.jar,listener:true  -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n isIPv6: false
> Deleting: /home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/tx-object-store
> remove tx-object-store: /home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/tx-object-store
> copy /home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/docs/examples/configs/standalone-xts.xml to /home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/configuration/standalone-xts.xml
> Mar 22, 2014 3:51:40 AM com.arjuna.qa.junit.BaseCrashTest runTest
> INFO: Test starting, server should be down: ATCrashDuringCommit:MultiServicePrepareAndCommitTest
> Mar 22, 2014 3:51:40 AM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController start
> INFO: Manual starting of a server instance with overridden configuration. New configuration: {javaVmArguments=-server -Xms64m -Xmx1024m -XX:MaxPermSize=512m -Dorg.jboss.byteman.verbose
>                         -Djboss.modules.system.pkgs=org.jboss.byteman
>                         -Dorg.jboss.byteman.transform.all
>                         -javaagent:/home/hudson/workspace/narayana-codeCoverage/XTS/localjunit/crash-recovery-tests/target/lib/byteman.jar=script:target/test-classes/scripts/ATCrashDuringCommit.btm,boot:target/lib/byteman.jar,listener:true  -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n -Dorg.jboss.jbossts.xts.servicetests.XTSServiceTestName=org.jboss.jbossts.xts.servicetests.test.at.MultiServicePrepareAndCommitTest, managementAddress=127.0.0.1, serverConfig=standalone-xts.xml}
> Mar 22, 2014 3:51:40 AM org.jboss.as.arquillian.container.managed.ManagedDeployableContainer startInternal
> INFO: Starting container with: [/usr/local/jdk1.7.0_45/bin/java, -server, -Xms64m, -Xmx1024m, -XX:MaxPermSize=512m, -Dorg.jboss.byteman.verbose, -Djboss.modules.system.pkgs=org.jboss.byteman, -Dorg.jboss.byteman.transform.all, -javaagent:/home/hudson/workspace/narayana-codeCoverage/XTS/localjunit/crash-recovery-tests/target/lib/byteman.jar=script:target/test-classes/scripts/ATCrashDuringCommit.btm,boot:target/lib/byteman.jar,listener:true, -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n, -Dorg.jboss.jbossts.xts.servicetests.XTSServiceTestName=org.jboss.jbossts.xts.servicetests.test.at.MultiServicePrepareAndCommitTest, -ea, -Djboss.home.dir=/home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT, -Dorg.jboss.boot.log.file=/home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/log/server.log, -Dlogging.configuration=file:/home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/configuration/logging.properties, -Djboss.bundles.dir=/home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/bundles, -jar, /home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/jboss-modules.jar, -mp, /home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules, org.jboss.as.standalone, -server-config, standalone-xts.xml]
> Mar 22, 2014 3:51:40 AM org.xnio.Xnio <clinit>
> INFO: XNIO version 3.2.1.Final
> Mar 22, 2014 3:51:40 AM org.xnio.nio.NioXnio <clinit>
> INFO: XNIO NIO Implementation Version 3.2.1.Final
> Mar 22, 2014 3:51:41 AM org.jboss.remoting3.EndpointImpl <clinit>
> INFO: JBoss Remoting version 4.0.2.Final
> TransformListener() : accepting requests on localhost:9091
> Listening for transport dt_socket at address: 8787
> 03:51:42,412 INFO  [org.jboss.modules] (main) JBoss Modules version 1.3.3.Final
> 03:51:43,326 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.1.Final
> 03:51:43,609 WARN  [org.jboss.as.warn.fd-limit] (main) JBAS015972: The operating system has limited the number of open files to 1024 for this process; a value of at least 4096 is recommended
> 03:51:43,821 INFO  [org.jboss.as] (MSC service thread 1-2) JBAS015899: WildFly 8.0.1.Final-SNAPSHOT "WildFly" starting
> 03:51:46,996 INFO  [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
> 03:51:47,025 INFO  [org.xnio] (MSC service thread 1-2) XNIO version 3.2.1.Final
> 03:51:47,037 INFO  [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.2.1.Final
> 03:51:47,083 INFO  [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 4.0.2.Final
> 03:51:47,210 INFO  [org.jboss.as.jacorb] (ServerService Thread Pool -- 36) JBAS016300: Activating JacORB Subsystem
> 03:51:47,350 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 46) JBAS011800: Activating Naming Subsystem
> 03:51:47,369 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 35) JBAS010280: Activating Infinispan subsystem.
> 03:51:47,464 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 55) JBAS015537: Activating WebServices Extension
> 03:51:47,458 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 53) JBAS010153: Node identifier property is set to the default value. Please make sure it is unique.
> 03:51:47,525 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 42) JBAS012615: Activated the following JSF Implementations: [main]
> 03:51:47,528 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 51) JBAS013171: Activating Security Subsystem
> 03:51:48,525 INFO  [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : possible trigger for rule open trace file in class org.jboss.jbossts.XTSService
> 03:51:48,537 INFO  [stdout] (ServerService Thread Pool -- 57) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.XTSService.start() void for rule open trace file
> 03:51:48,642 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 30) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> 03:51:49,041 INFO  [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016330: CORBA ORB Service started
> 03:51:49,136 INFO  [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : inserted trigger for open trace file in class org.jboss.jbossts.XTSService
> 03:51:49,177 INFO  [org.jboss.as.naming] (MSC service thread 1-1) JBAS011802: Starting Naming Service
> 03:51:49,189 INFO  [org.jboss.as.connector.logging] (MSC service thread 1-1) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.4.Final)
> 03:51:49,247 INFO  [org.jboss.as.security] (MSC service thread 1-2) JBAS013170: Current PicketBox version=4.0.21.Beta1
> 03:51:49,987 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-1) JBAS015400: Bound mail session [java:jboss/mail/Default]
> 03:51:50,062 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) JBAS010417: Started Driver service with driver-name = h2
> 03:51:50,108 INFO  [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule reset periodic recovery wait time in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
> 03:51:50,110 INFO  [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean.getPeriodicRecoveryPeriod() int for rule reset periodic recovery wait time
> 03:51:50,134 INFO  [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for reset periodic recovery wait time in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
> 03:51:51,089 INFO  [stdout] (MSC service thread 1-1) Rule.execute called for reset periodic recovery wait time_1
> 03:51:51,092 INFO  [stdout] (MSC service thread 1-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> 03:51:51,094 INFO  [stdout] (MSC service thread 1-1) calling activated() for helper class org.jboss.byteman.rule.helper.Helper
> 03:51:51,094 INFO  [stdout] (MSC service thread 1-1) Default helper activated
> 03:51:51,094 INFO  [stdout] (MSC service thread 1-1) calling installed(reset periodic recovery wait time) for helper classorg.jboss.byteman.rule.helper.Helper
> 03:51:51,095 INFO  [stdout] (MSC service thread 1-1) Installed rule using default helper : reset periodic recovery wait time
> 03:51:51,095 INFO  [stdout] (MSC service thread 1-1) reset periodic recovery wait time execute
> 03:51:51,096 INFO  [stdout] (MSC service thread 1-1) caught ReturnException
> 03:51:51,150 INFO  [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace remove committed state in class com.arjuna.ats.arjuna.coordinator.BasicAction
> 03:51:51,252 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017502: Undertow 1.0.2.Final starting
> 03:51:53,401 INFO  [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.ats.arjuna.coordinator.BasicAction.updateState() void for rule trace remove committed state
> 03:51:53,412 INFO  [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace remove committed state in class com.arjuna.ats.arjuna.coordinator.BasicAction
> 03:51:53,445 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017527: Creating file handler for path /home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/welcome-content
> 03:51:53,728 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017502: Undertow 1.0.2.Final starting
> 03:51:53,995 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017525: Started server default-server.
> 03:51:54,002 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "restat-web-5.0.2.Final-SNAPSHOT.war" (runtime-name: "restat-web-5.0.2.Final-SNAPSHOT.war")
> 03:51:54,012 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) JBAS015012: Started FileSystemDeploymentService for directory /home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/deployments
> 03:51:54,209 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017531: Host default-host starting
> 03:51:54,264 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080
> 03:51:54,737 INFO  [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016328: CORBA Naming Service started
> 03:51:55,523 INFO  [org.jboss.ws.common.management] (MSC service thread 1-1) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.4.Final
> 03:51:55,571 INFO  [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-c11
> 03:51:55,649 INFO  [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=ActivationService
>  address=http://localhost:8080/ws-c11/ActivationService
>  implementor=com.arjuna.webservices11.wscoor.sei.ActivationPortTypeImpl
>  serviceName={http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService
>  portName={http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationPortType
>  annotationWsdlLocation=null
>  wsdlLocationOverride=null
>  mtomEnabled=false
> 03:51:55,650 INFO  [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=RegistrationService
>  address=http://localhost:8080/ws-c11/RegistrationService
>  implementor=com.arjuna.webservices11.wscoor.sei.RegistrationPortTypeImpl
>  serviceName={http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService
>  portName={http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationPortType
>  annotationWsdlLocation=null
>  wsdlLocationOverride=null
>  mtomEnabled=false
> 03:51:56,294 INFO  [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from class com.arjuna.webservices11.wscoor.sei.ActivationPortTypeImpl
> 03:51:57,861 INFO  [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/ws-c11/ActivationService
> 03:51:58,195 INFO  [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-c11.deployment/ActivationService.wsdl
> 03:51:58,196 INFO  [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from class com.arjuna.webservices11.wscoor.sei.RegistrationPortTypeImpl
> 03:51:58,271 INFO  [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/ws-c11/RegistrationService
> 03:51:58,335 INFO  [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-c11.deployment/RegistrationService.wsdl
> 03:51:58,338 INFO  [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-participant
> 03:51:58,344 INFO  [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=ParticipantService
>  address=http://localhost:8080/ws-t11-participant/ParticipantService
>  implementor=com.arjuna.webservices11.wsat.sei.ParticipantPortTypeImpl
>  serviceName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}ParticipantService
>  portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}ParticipantPortType
>  annotationWsdlLocation=null
>  wsdlLocationOverride=null
>  mtomEnabled=false
> 03:51:58,345 INFO  [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=BusinessAgreementWithParticipantCompletionParticipantService
>  address=http://localhost:8080/ws-t11-participant/BusinessAgreementWithParticipantCompletionParticipantService
>  implementor=com.arjuna.webservices11.wsba.sei.BusinessAgreementWithParticipantCompletionParticipantPortTypeImpl
>  serviceName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionParticipantService
>  portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionParticipantPortType
>  annotationWsdlLocation=null
>  wsdlLocationOverride=null
>  mtomEnabled=false
> 03:51:58,347 INFO  [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=BusinessAgreementWithCoordinatorCompletionParticipantService
>  address=http://localhost:8080/ws-t11-participant/BusinessAgreementWithCoordinatorCompletionParticipantService
>  implementor=com.arjuna.webservices11.wsba.sei.BusinessAgreementWithCoordinatorCompletionParticipantPortTypeImpl
>  serviceName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionParticipantService
>  portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionParticipantPortType
>  annotationWsdlLocation=null
>  wsdlLocationOverride=null
>  mtomEnabled=false
> 03:51:58,363 INFO  [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}ParticipantService from class com.arjuna.webservices11.wsat.sei.ParticipantPortTypeImpl
> 03:51:58,460 INFO  [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/ws-t11-participant/ParticipantService
> 03:51:58,545 INFO  [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/ParticipantService.wsdl
> 03:51:58,546 INFO  [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionParticipantService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithParticipantCompletionParticipantPortTypeImpl
> 03:51:58,770 INFO  [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/ws-t11-participant/BusinessAgreementWithParticipantCompletionParticipantService
> 03:51:58,850 INFO  [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/BusinessAgreementWithParticipantCompletionParticipantService.wsdl
> 03:51:58,852 INFO  [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionParticipantService from class org.oasis_open.docs.ws_tx.wsba._2006._06.BusinessAgreementWithCoordinatorCompletionParticipantPortType
> 03:51:58,913 INFO  [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/ws-t11-participant/BusinessAgreementWithCoordinatorCompletionParticipantService
> 03:51:59,019 INFO  [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/BusinessAgreementWithCoordinatorCompletionParticipantService.wsdl
> 03:51:59,021 INFO  [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-coordinator
> 03:51:59,024 INFO  [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=BusinessAgreementWithCoordinatorCompletionCoordinatorService
>  address=http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithCoordinatorCompletionCoordinatorService
>  implementor=com.arjuna.webservices11.wsba.sei.BusinessAgreementWithCoordinatorCompletionCoordinatorPortTypeImpl
>  serviceName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionCoordinatorService
>  portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionCoordinatorPortType
>  annotationWsdlLocation=null
>  wsdlLocationOverride=null
>  mtomEnabled=false
> 03:51:59,025 INFO  [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=CoordinatorService
>  address=http://localhost:8080/ws-t11-coordinator/CoordinatorService
>  implementor=com.arjuna.webservices11.wsat.sei.CoordinatorPortTypeImpl
>  serviceName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CoordinatorService
>  portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CoordinatorPortType
>  annotationWsdlLocation=null
>  wsdlLocationOverride=null
>  mtomEnabled=false
> 03:51:59,027 INFO  [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=CompletionCoordinatorRPCService
>  address=http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorRPCService
>  implementor=com.arjuna.webservices11.wsat.sei.CompletionCoordinatorRPCPortTypeImpl
>  serviceName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordinatorRPCService
>  portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordinatorRPCPortType
>  annotationWsdlLocation=null
>  wsdlLocationOverride=null
>  mtomEnabled=false
> 03:51:59,044 INFO  [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=TerminationCoordinatorRPCService
>  address=http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorRPCService
>  implementor=com.arjuna.webservices11.wsarjtx.sei.TerminationCoordinatorRPCPortTypeImpl
>  serviceName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorRPCPortTypeImplService
>  portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorRPCPortTypePort
>  annotationWsdlLocation=null
>  wsdlLocationOverride=null
>  mtomEnabled=false
> 03:51:59,047 INFO  [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=TerminationCoordinatorService
>  address=http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorService
>  implementor=com.arjuna.webservices11.wsarjtx.sei.TerminationCoordinatorPortTypeImpl
>  serviceName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorService
>  portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorPortType
>  annotationWsdlLocation=null
>  wsdlLocationOverride=null
>  mtomEnabled=false
> 03:51:59,048 INFO  [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=BusinessAgreementWithParticipantCompletionCoordinatorService
>  address=http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithParticipantCompletionCoordinatorService
>  implementor=com.arjuna.webservices11.wsba.sei.BusinessAgreementWithParticipantCompletionCoordinatorPortTypeImpl
>  serviceName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService
>  portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorPortType
>  annotationWsdlLocation=null
>  wsdlLocationOverride=null
>  mtomEnabled=false
> 03:51:59,049 INFO  [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=CompletionCoordinatorService
>  address=http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorService
>  implementor=com.arjuna.webservices11.wsat.sei.CompletionCoordinatorPortTypeImpl
>  serviceName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordinatorService
>  portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordinatorPortType
>  annotationWsdlLocation=null
>  wsdlLocationOverride=null
>  mtomEnabled=false
> 03:51:59,107 INFO  [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionCoordinatorService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithCoordinatorCompletionCoordinatorPortTypeImpl
> 03:51:59,261 INFO  [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithCoordinatorCompletionCoordinatorService
> 03:51:59,320 INFO  [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/BusinessAgreementWithCoordinatorCompletionCoordinatorService.wsdl
> 03:51:59,321 INFO  [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CoordinatorService from class com.arjuna.webservices11.wsat.sei.CoordinatorPortTypeImpl
> 03:51:59,342 INFO  [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CoordinatorService
> 03:51:59,362 INFO  [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CoordinatorService.wsdl
> 03:51:59,363 INFO  [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordinatorRPCService from class com.arjuna.webservices11.wsat.sei.CompletionCoordinatorRPCPortTypeImpl
> 03:51:59,380 INFO  [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorRPCService
> 03:51:59,404 INFO  [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CompletionCoordinatorRPCService.wsdl
> 03:51:59,405 INFO  [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorRPCPortTypeImplService from class com.arjuna.webservices11.wsarjtx.sei.TerminationCoordinatorRPCPortTypeImpl
> 03:51:59,432 INFO  [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorRPCService
> 03:51:59,447 INFO  [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/TerminationCoordinatorRPCPortTypeImplService.wsdl
> 03:51:59,448 INFO  [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorService from class com.arjuna.schemas.ws._2005._10.wsarjtx.TerminationCoordinatorPortType
> 03:51:59,455 INFO  [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorService
> 03:51:59,475 INFO  [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/TerminationCoordinatorService.wsdl
> 03:51:59,476 INFO  [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithParticipantCompletionCoordinatorPortTypeImpl
> 03:51:59,511 INFO  [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithParticipantCompletionCoordinatorService
> 03:51:59,549 INFO  [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/BusinessAgreementWithParticipantCompletionCoordinatorService.wsdl
> 03:51:59,550 INFO  [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordinatorService from class com.arjuna.webservices11.wsat.sei.CompletionCoordinatorPortTypeImpl
> 03:51:59,556 INFO  [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorService
> 03:51:59,567 INFO  [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CompletionCoordinatorService.wsdl
> 03:51:59,568 INFO  [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-client
> 03:51:59,571 INFO  [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=CompletionInitiatorService
>  address=http://localhost:8080/ws-t11-client/CompletionInitiatorService
>  implementor=com.arjuna.webservices11.wsat.sei.CompletionInitiatorPortTypeImpl
>  serviceName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionInitiatorService
>  portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionInitiatorPortType
>  annotationWsdlLocation=null
>  wsdlLocationOverride=null
>  mtomEnabled=false
> 03:51:59,573 INFO  [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=TerminationParticipantService
>  address=http://localhost:8080/ws-t11-client/TerminationParticipantService
>  implementor=com.arjuna.webservices11.wsarjtx.sei.TerminationParticipantPortTypeImpl
>  serviceName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationParticipantService
>  portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationParticipantPortType
>  annotationWsdlLocation=null
>  wsdlLocationOverride=null
>  mtomEnabled=false
> 03:51:59,586 INFO  [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionInitiatorService from class com.arjuna.webservices11.wsat.sei.CompletionInitiatorPortTypeImpl
> 03:51:59,632 INFO  [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/ws-t11-client/CompletionInitiatorService
> 03:51:59,666 INFO  [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-client.deployment/CompletionInitiatorService.wsdl
> 03:51:59,668 INFO  [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationParticipantService from class com.arjuna.schemas.ws._2005._10.wsarjtx.TerminationParticipantPortType
> 03:51:59,703 INFO  [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/ws-t11-client/TerminationParticipantService
> 03:51:59,723 INFO  [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-client.deployment/TerminationParticipantService.wsdl
> 03:51:59,736 INFO  [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-c11.deployment".RegistrationService
> 03:51:59,755 INFO  [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-c11.deployment".ActivationService
> 03:51:59,756 INFO  [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithCoordinatorCompletionParticipantService
> 03:51:59,757 INFO  [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".ParticipantService
> 03:51:59,757 INFO  [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithParticipantCompletionParticipantService
> 03:51:59,758 INFO  [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorRPCService
> 03:51:59,759 INFO  [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorRPCService
> 03:51:59,760 INFO  [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CoordinatorService
> 03:51:59,761 INFO  [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithCoordinatorCompletionCoordinatorService
> 03:51:59,761 INFO  [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorService
> 03:51:59,762 INFO  [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithParticipantCompletionCoordinatorService
> 03:51:59,763 INFO  [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorService
> 03:51:59,764 INFO  [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-client.deployment".CompletionInitiatorService
> 03:51:59,765 INFO  [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-client.deployment".TerminationParticipantService
> 03:51:59,793 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221000: live server is starting with configuration HornetQ Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=/home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingjournal,bindingsDirectory=/home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingbindings,largeMessagesDirectory=/home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messaginglargemessages,pagingDirectory=/home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingpaging)
> 03:51:59,795 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221006: Waiting to obtain live lock
> 03:51:59,859 INFO  [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-c11
> 03:51:59,913 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /ws-c11
> 03:51:59,914 INFO  [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-participant
> 03:51:59,915 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /ws-t11-participant
> 03:51:59,915 INFO  [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-coordinator
> 03:51:59,917 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /ws-t11-coordinator
> 03:51:59,917 INFO  [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-client
> 03:51:59,918 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /ws-t11-client
> 03:51:59,926 WARN  [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017507: Secure listener for protocol: 'HTTP/1.1' not found! Using non secure port!
> 03:51:59,926 INFO  [stdout] (MSC service thread 1-1) Rule.execute called for open trace file_0
> 03:51:59,927 INFO  [stdout] (MSC service thread 1-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> 03:51:59,927 INFO  [stdout] (MSC service thread 1-1) calling installed(open trace file) for helper classorg.jboss.byteman.rule.helper.Helper
> 03:51:59,928 INFO  [stdout] (MSC service thread 1-1) Installed rule using default helper : open trace file
> 03:51:59,928 INFO  [stdout] (MSC service thread 1-1) open trace file execute
> 03:51:59,988 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221012: Using AIO Journal
> 03:52:00,465 INFO  [org.jboss.jbossts.txbridge] (MSC service thread 1-1) ARJUNA033006: InboundBridgeRecoveryManager starting
> 03:52:00,466 INFO  [org.jboss.jbossts.txbridge] (MSC service thread 1-1) ARJUNA033013: OutboundBridgeRecoveryManager starting
> 03:52:00,555 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.restat-web-5.0.2.Final-SNAPSHOT.war" is using a private module ("org.jboss.jts:main") which may be changed or removed in future versions without notice.
> 03:52:00,555 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.restat-web-5.0.2.Final-SNAPSHOT.war" is using a private module ("org.jboss.jts:main") which may be changed or removed in future versions without notice.
> 03:52:00,851 INFO  [io.netty.util.internal.PlatformDependent] (ServerService Thread Pool -- 58) Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system unstability.
> 03:52:00,882 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support CORE
> 03:52:00,889 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support AMQP
> 03:52:00,893 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support STOMP
> 03:52:01,028 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221034: Waiting to obtain live lock
> 03:52:01,029 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221035: Live Server Obtained live lock
> 03:52:01,033 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
> 03:52:01,793 INFO  [org.jboss.messaging] (MSC service thread 1-1) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor-throughput acceptor
> 03:52:01,795 INFO  [org.jboss.messaging] (MSC service thread 1-1) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor acceptor
> 03:52:02,207 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221007: Server is now live
> 03:52:02,208 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221001: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [ffce2f39-b171-11e3-810f-614baf7cdeb8] 
> 03:52:02,326 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-1) JBAS010406: Registered connection factory java:/JmsXA
> 03:52:02,251 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 59) HQ221003: trying to deploy queue jms.queue.ExpiryQueue
> 03:52:02,402 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 59) JBAS011601: Bound messaging object to jndi name java:/jms/queue/ExpiryQueue
> 03:52:02,409 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 60) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> 03:52:02,410 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 62) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
> 03:52:02,411 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 61) HQ221003: trying to deploy queue jms.queue.DLQ
> 03:52:02,414 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 61) JBAS011601: Bound messaging object to jndi name java:/jms/queue/DLQ
> 03:52:02,417 INFO  [org.hornetq.ra] (MSC service thread 1-1) HornetQ resource adaptor started
> 03:52:02,424 INFO  [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-1) IJ020002: Deployed: file://RaActivatorhornetq-ra
> 03:52:02,427 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
> 03:52:02,427 INFO  [org.jboss.as.messaging] (MSC service thread 1-2) JBAS011601: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> 03:52:02,567 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /rest-tx
> 03:52:02,688 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 31) JBAS018559: Deployed "restat-web-5.0.2.Final-SNAPSHOT.war" (runtime-name : "restat-web-5.0.2.Final-SNAPSHOT.war")
> 03:52:02,841 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
> 03:52:02,841 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
> 03:52:02,842 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.0.1.Final-SNAPSHOT "WildFly" started in 21627ms - Started 317 of 370 services (101 services are lazy, passive or on-demand)
> 03:52:03,328 INFO  [org.jboss.as.repository] (management-handler-thread - 2) JBAS014900: Content added at location /home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/content/1a/900c1e9fc68e43f061f23eba47b7099017be40/content
> 03:52:03,351 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "xtstest.war" (runtime-name: "xtstest.war")
> 03:52:04,227 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.xtstest.war" is using a private module ("org.jboss.jts:main") which may be changed or removed in future versions without notice.
> 03:52:04,246 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016002: Processing weld deployment xtstest.war
> 03:52:04,355 INFO  [org.hibernate.validator.internal.util.Version] (MSC service thread 1-2) HV000001: Hibernate Validator 5.1.0.Final
> 03:52:04,885 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016005: Starting Services for CDI deployment: xtstest.war
> 03:52:04,956 INFO  [org.jboss.weld.Version] (MSC service thread 1-1) WELD-000900: 2.1.2 (Final)
> 03:52:04,976 INFO  [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=XTS_Service_Test_Service_One
>  address=http://localhost:8080/xtstest/xtsservicetest1
>  implementor=org.jboss.jbossts.xts.servicetests.service.XTSServiceTestPortTypeImpl
>  serviceName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceTestService
>  portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceTestPortType
>  annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
>  wsdlLocationOverride=null
>  mtomEnabled=false
> 03:52:04,977 INFO  [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=XTS_Service_Test_Subordinate_Service_One
>  address=http://localhost:8080/xtstest/xtssubordinateservicetest1
>  implementor=org.jboss.jbossts.xts.servicetests.service.subordinate.XTSSubordinateServiceTestPortTypeImpl
>  serviceName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceTestService
>  portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceTestPortType
>  annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
>  wsdlLocationOverride=null
>  mtomEnabled=false
> 03:52:05,023 INFO  [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceTestService from WSDL: WEB-INF/wsdl/xtsservicetests.wsdl
> 03:52:05,054 INFO  [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest1
> 03:52:05,075 INFO  [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> 03:52:05,076 INFO  [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceTestService from WSDL: WEB-INF/wsdl/xtsservicetests.wsdl
> 03:52:05,085 INFO  [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/xtstest/xtssubordinateservicetest1
> 03:52:05,096 INFO  [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> 03:52:05,118 INFO  [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_One
> 03:52:05,120 INFO  [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Subordinate_Service_One
> 03:52:05,139 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016008: Starting weld service for deployment xtstest.war
> 03:52:06,626 INFO  [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-2) Starting XTSServiceTestRunner
> 03:52:06,626 INFO  [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-2) Starting XTS Service Test org.jboss.jbossts.xts.servicetests.test.at.MultiServicePrepareAndCommitTest
> 03:52:06,629 INFO  [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-2) Started XTSServiceTestRunner
> 03:52:06,653 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC000001: Failed to start service jboss.undertow.deployment.default-server.default-host./xtstest: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./xtstest: Failed to start service
> 	at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1904) [jboss-msc-1.2.1.Final.jar:1.2.1.Final]
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_45]
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_45]
> 	at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_45]
> Caused by: javax.xml.ws.WebServiceException: JBWS024032: Cannot obtain endpoint jboss.ws:context=xtstest,endpoint=XTS_Service_Test_Service_Three
> 	at org.jboss.wsf.stack.cxf.transport.ServletHelper.initServiceEndpoint(ServletHelper.java:84)
> 	at org.jboss.wsf.stack.cxf.transport.ServletHelper.initEndpoint(ServletHelper.java:69)
> 	at org.jboss.wsf.stack.cxf.CXFServletExt.loadBus(CXFServletExt.java:68)
> 	at org.jboss.wsf.stack.cxf.CXFServletExt.init(CXFServletExt.java:62)
> 	at org.jboss.wsf.spi.deployment.WSFServlet.init(WSFServlet.java:57)
> 	at io.undertow.servlet.core.ManagedServlet$DefaultInstanceStrategy.start(ManagedServlet.java:214)
> 	at io.undertow.servlet.core.ManagedServlet.createServlet(ManagedServlet.java:119)
> 	at io.undertow.servlet.core.DeploymentManagerImpl.start(DeploymentManagerImpl.java:501)
> 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:87)
> 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.start(UndertowDeploymentService.java:71)
> 	at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948) [jboss-msc-1.2.1.Final.jar:1.2.1.Final]
> 	at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881) [jboss-msc-1.2.1.Final.jar:1.2.1.Final]
> 	... 3 more
> 03:52:06,662 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 2) JBAS014613: Operation ("deploy") failed - address: ([("deployment" => "xtstest.war")]) - failure description: {"JBAS014671: Failed services" => {"jboss.undertow.deployment.default-server.default-host./xtstest" => "org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./xtstest: Failed to start service
>     Caused by: javax.xml.ws.WebServiceException: JBWS024032: Cannot obtain endpoint jboss.ws:context=xtstest,endpoint=XTS_Service_Test_Service_Three"}}
> 03:52:06,664 ERROR [org.jboss.as.server] (management-handler-thread - 2) JBAS015870: Deploy of deployment "xtstest.war" was rolled back with the following failure message: 
> {"JBAS014671: Failed services" => {"jboss.undertow.deployment.default-server.default-host./xtstest" => "org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./xtstest: Failed to start service
>     Caused by: javax.xml.ws.WebServiceException: JBWS024032: Cannot obtain endpoint jboss.ws:context=xtstest,endpoint=XTS_Service_Test_Service_Three"}}
> 03:52:06,689 INFO  [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Subordinate_Service_One
> 03:52:06,690 INFO  [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_One
> 03:52:06,693 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016009: Stopping weld service for deployment xtstest.war
> 03:52:06,806 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment xtstest.war (runtime-name: xtstest.war) in 140ms
> 03:52:06,824 INFO  [org.jboss.as.controller] (management-handler-thread - 2) JBAS014774: Service status report
> JBAS014775:    New missing/unsatisfied dependencies:
>       service jboss.deployment.unit."xtstest.war".component.XTS_Service_Test_Service_One.START (missing) dependents: [service jboss.deployment.unit."xtstest.war".deploymentCompleteService] 
>       service jboss.deployment.unit."xtstest.war".component."XTS_Service_Test_Service_One-com.arjuna.mw.wst11.service.JaxWSHeaderContextProcessor".START (missing) dependents: [service jboss.deployment.unit."xtstest.war".deploymentCompleteService] 
>       service jboss.deployment.unit."xtstest.war".component.XTS_Service_Test_Subordinate_Service_One.START (missing) dependents: [service jboss.deployment.unit."xtstest.war".deploymentCompleteService] 
>       service jboss.deployment.unit."xtstest.war".component."XTS_Service_Test_Subordinate_Service_One-com.arjuna.mw.wst11.service.JaxWSSubordinateHeaderContextProcessor".START (missing) dependents: [service jboss.deployment.unit."xtstest.war".deploymentCompleteService] 
>       service jboss.deployment.unit."xtstest.war".component."com.sun.faces.config.ConfigureListener".START (missing) dependents: [service jboss.deployment.unit."xtstest.war".deploymentCompleteService] 
>       service jboss.deployment.unit."xtstest.war".component."javax.faces.webapp.FacetTag".START (missing) dependents: [service jboss.deployment.unit."xtstest.war".deploymentCompleteService] 
>       service jboss.deployment.unit."xtstest.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START (missing) dependents: [service jboss.deployment.unit."xtstest.war".deploymentCompleteService] 
>       service jboss.deployment.unit."xtstest.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START (missing) dependents: [service jboss.deployment.unit."xtstest.war".deploymentCompleteService] 
>       service jboss.deployment.unit."xtstest.war".component."org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean".START (missing) dependents: [service jboss.deployment.unit."xtstest.war".deploymentCompleteService] 
>       service jboss.deployment.unit."xtstest.war".component."org.jboss.jbossts.xts.servicetests.service.XTSServiceTestPortTypeImpl".START (missing) dependents: [service jboss.deployment.unit."xtstest.war".deploymentCompleteService] 
>       service jboss.deployment.unit."xtstest.war".component."org.jboss.jbossts.xts.servicetests.service.subordinate.XTSSubordinateServiceTestPortTypeImpl".START (missing) dependents: [service jboss.deployment.unit."xtstest.war".deploymentCompleteService] 
>       service jboss.deployment.unit."xtstest.war".component."org.jboss.jbossts.xts.servicetests.webbean.XTSHTTPServiceTestRunner".START (missing) dependents: [service jboss.deployment.unit."xtstest.war".deploymentCompleteService] 
>       service jboss.deployment.unit."xtstest.war".component."org.jboss.weld.servlet.WeldInitialListener".START (missing) dependents: [service jboss.deployment.unit."xtstest.war".deploymentCompleteService] 
>       service jboss.deployment.unit."xtstest.war".component."org.jboss.weld.servlet.WeldTerminalListener".START (missing) dependents: [service jboss.deployment.unit."xtstest.war".deploymentCompleteService] 
>       service jboss.undertow.deployment.default-server.default-host./xtstest (missing) dependents: [service jboss.deployment.unit."xtstest.war".deploymentCompleteService] 
> JBAS014777:   Services which failed to start:      service jboss.undertow.deployment.default-server.default-host./xtstest
> Starting arquillian with java VM args: -server -Xms64m -Xmx1024m -XX:MaxPermSize=512m -Dorg.jboss.byteman.verbose
>                         -Djboss.modules.system.pkgs=org.jboss.byteman
>                         -Dorg.jboss.byteman.transform.all
>                         -javaagent:/home/hudson/workspace/narayana-codeCoverage/XTS/localjunit/crash-recovery-tests/target/lib/byteman.jar=script:target/test-classes/scripts/ATCrashDuringCommit.btm,boot:target/lib/byteman.jar,listener:true  -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n isIPv6: false
> Deleting: /home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/tx-object-store
> remove tx-object-store: /home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/tx-object-store
> remove /home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/content/1a
> copy /home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/docs/examples/configs/standalone-xts.xml to /home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/configuration/standalone-xts.xml
> Mar 22, 2014 3:52:06 AM com.arjuna.qa.junit.BaseCrashTest runTest
> INFO: Test starting, server should be down: ATCrashDuringCommit:MultiParticipantPrepareAndCommitTest
> Mar 22, 2014 3:52:06 AM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController start
> INFO: Manual starting of a server instance with overridden configuration. New configuration: {javaVmArguments=-server -Xms64m -Xmx1024m -XX:MaxPermSize=512m -Dorg.jboss.byteman.verbose
>                         -Djboss.modules.system.pkgs=org.jboss.byteman
>                         -Dorg.jboss.byteman.transform.all
>                         -javaagent:/home/hudson/workspace/narayana-codeCoverage/XTS/localjunit/crash-recovery-tests/target/lib/byteman.jar=script:target/test-classes/scripts/ATCrashDuringCommit.btm,boot:target/lib/byteman.jar,listener:true  -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n -Dorg.jboss.jbossts.xts.servicetests.XTSServiceTestName=org.jboss.jbossts.xts.servicetests.test.at.MultiParticipantPrepareAndCommitTest, managementAddress=127.0.0.1, serverConfig=standalone-xts.xml}
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the jbossts-issues mailing list