[JBoss JIRA] (JBTM-2111) TestBASubordinateCrashDuringComplete#subordinateMultiParticipantCoordinatorCompletionParticipantCloseTest fails because of not empty object store
by Gytis Trikleris (JIRA)
[ https://issues.jboss.org/browse/JBTM-2111?page=com.atlassian.jira.plugin.... ]
Gytis Trikleris edited comment on JBTM-2111 at 8/14/14 12:23 PM:
-----------------------------------------------------------------
All three failures have the following unsatisfied dependency, just with different version and message numbers depending on WildFly version:
{code}
[0m[31m14:06:23,208 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "restat-web-5.0.3.Final-SNAPSHOT.war")]) - failure description: {"WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.\"restat-web-5.0.3.Final-SNAPSHOT\".\"restat-web-5.0.3.Final-SNAPSHOT\".DefaultJMSConnectionFactory is missing [jboss.naming.context.java.jboss.DefaultJMSConnectionFactory]"]}
[0m[31m14:06:23,214 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "xtstest.war")]) - failure description: {"WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.xtstest.xtstest.DefaultJMSConnectionFactory is missing [jboss.naming.context.java.jboss.DefaultJMSConnectionFactory]"]}
{code}
was (Author: gytis):
All three failures have the following unsatisfied dependency:
{code}
[0m[31m14:06:23,208 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "restat-web-5.0.3.Final-SNAPSHOT.war")]) - failure description: {"WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.\"restat-web-5.0.3.Final-SNAPSHOT\".\"restat-web-5.0.3.Final-SNAPSHOT\".DefaultJMSConnectionFactory is missing [jboss.naming.context.java.jboss.DefaultJMSConnectionFactory]"]}
[0m[31m14:06:23,214 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "xtstest.war")]) - failure description: {"WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.xtstest.xtstest.DefaultJMSConnectionFactory is missing [jboss.naming.context.java.jboss.DefaultJMSConnectionFactory]"]}
{code}
> TestBASubordinateCrashDuringComplete#subordinateMultiParticipantCoordinatorCompletionParticipantCloseTest fails because of not empty object store
> -------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBTM-2111
> URL: https://issues.jboss.org/browse/JBTM-2111
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: XTS
> Reporter: Gytis Trikleris
> Assignee: Gytis Trikleris
> Priority: Minor
> Fix For: 5.0.3
>
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana/PROFILE=XTS,jdk=j...
> {code}
> -------------------------------------------------------------------------------
> Test set: com.arjuna.qa.junit.TestBASubordinateCrashDuringComplete
> -------------------------------------------------------------------------------
> Tests run: 3, Failures: 1, Errors: 1, Skipped: 0, Time elapsed: 818.787 sec <<< FAILURE!
> subordinateMultiParticipantCoordinatorCompletionParticipantCloseTest(com.arjuna.qa.junit.TestBASubordinateCrashDuringComplete) Time elapsed: 693.561 sec <<< ERROR!
> java.lang.RuntimeException: jboss-as was not killed by Byteman, this indicates a test failure
> at com.arjuna.qa.extension.JBossAS7ServerKillProcessor.kill(JBossAS7ServerKillProcessor.java:46)
> at org.jboss.arquillian.container.impl.ContainerImpl.kill(ContainerImpl.java:235)
> at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController$10.perform(ContainerLifecycleController.java:193)
> at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController$10.perform(ContainerLifecycleController.java:187)
> at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController.forContainer(ContainerLifecycleController.java:255)
> at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController.killContainer(ContainerLifecycleController.java:186)
> at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
> 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.GeneratedMethodAccessor1.invoke(Unknown Source)
> 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.kill(ClientContainerController.java:230)
> at com.arjuna.qa.junit.BaseCrashTest.runTest(BaseCrashTest.java:214)
> at com.arjuna.qa.junit.TestBASubordinateCrashDuringComplete.subordinateMultiParticipantCoordinatorCompletionParticipantCloseTest(TestBASubordinateCrashDuringComplete.java:17)
> subordinateMultiParticipantCoordinatorCompletionParticipantCloseTest(com.arjuna.qa.junit.TestBASubordinateCrashDuringComplete) Time elapsed: 693.564 sec <<< FAILURE!
> java.lang.AssertionError: null
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertTrue(Assert.java:52)
> at com.arjuna.qa.junit.BaseCrashTest.tearDown(BaseCrashTest.java:170)
> 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
> at org.jboss.arquillian.junit.Arquillian$StatementLifecycleExecutor.invoke(Arquillian.java:351)
> at org.jboss.arquillian.container.test.impl.execution.ClientBeforeAfterLifecycleEventExecuter.execute(ClientBeforeAfterLifecycleEventExecuter.java:99)
> at org.jboss.arquillian.container.test.impl.execution.ClientBeforeAfterLifecycleEventExecuter.on(ClientBeforeAfterLifecycleEventExecuter.java:80)
> at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
> 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.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:142)
> at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createAfterContext(ContainerEventController.java:134)
> at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source)
> 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.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:102)
> at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
> 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.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:84)
> at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
> 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.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:65)
> at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
> 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.test.impl.EventTestRunnerAdaptor.after(EventTestRunnerAdaptor.java:103)
> at org.jboss.arquillian.junit.Arquillian$5$1.evaluate(Arquillian.java:245)
> at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
> at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
> at org.jboss.arquillian.junit.Arquillian$5.evaluate(Arquillian.java:240)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:185)
> at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
> at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
> at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:199)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:147)
> at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
> at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
> at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
> 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.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
> at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:159)
> at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:87)
> at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
> at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:95)
> {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/PROFILE/XTS/jdk/jdk7.latest/label/linux/XTS/localjunit/crash-recovery-tests/target/lib/byteman.jar=script:target/test-classes/scripts/BASubordinateCrashDuringComplete.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/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/tx-object-store
> remove tx-object-store: /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/tx-object-store
> remove /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/content/13
> copy /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/docs/examples/configs/standalone-xts.xml to /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/configuration/standalone-xts.xml
> Mar 01, 2014 10:25:34 PM com.arjuna.qa.junit.BaseCrashTest runTest
> INFO: Test starting, server should be down: BASubordinateCrashDuringComplete:subordinate.MultiParticipantCoordinatorCompletionParticipantCloseTest
> Mar 01, 2014 10:25:34 PM 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/XTS/localjunit/crash-recovery-tests/target/lib/byteman.jar=script:target/test-classes/scripts/BASubordinateCrashDuringComplete.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.ba.subordinate.MultiParticipantCoordinatorCompletionParticipantCloseTest, managementAddress=127.0.0.1, serverConfig=standalone-xts.xml}
> Mar 01, 2014 10:25:34 PM 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/XTS/localjunit/crash-recovery-tests/target/lib/byteman.jar=script:target/test-classes/scripts/BASubordinateCrashDuringComplete.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.ba.subordinate.MultiParticipantCoordinatorCompletionParticipantCloseTest, -ea, -Djboss.home.dir=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT, -Dorg.jboss.boot.log.file=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/log/server.log, -Dlogging.configuration=file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/configuration/logging.properties, -Djboss.bundles.dir=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/bundles, -jar, /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/jboss-modules.jar, -mp, /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules, org.jboss.as.standalone, -server-config, standalone-xts.xml]
> Mar 01, 2014 10:25:34 PM org.jboss.as.controller.client.impl.RemotingModelControllerClient finalize
> WARN: JBAS010600: Closing leaked controller client
> JBAS010649: Allocation stack trace:
> at java.lang.Thread.getStackTrace(Thread.java:1588)
> at org.jboss.as.controller.client.impl.RemotingModelControllerClient.<init>(RemotingModelControllerClient.java:76)
> at org.jboss.as.controller.client.ModelControllerClient$Factory.create(ModelControllerClient.java:353)
> at org.jboss.as.controller.client.ModelControllerClient$Factory.create(ModelControllerClient.java:240)
> at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:88)
> 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.GeneratedMethodAccessor7.invoke(Unknown Source)
> 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.GeneratedMethodAccessor1.invoke(Unknown Source)
> 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:211)
> at com.arjuna.qa.junit.TestBASubordinateCrashDuringCommitAfterSubordinateExit.subordinateMultiParticipantCoordinatorCompletionParticipantCloseAndExitTest(TestBASubordinateCrashDuringCommitAfterSubordinateExit.java:18)
> 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> at org.jboss.arquillian.junit.Arquillian$6$1.invoke(Arquillian.java:270)
> at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:60)
> at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
> 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.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.execution.ClientTestExecuter.execute(ClientTestExecuter.java:53)
> at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source)
> 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.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:142)
> at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createTestContext(ContainerEventController.java:129)
> at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
> 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.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:102)
> at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
> 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.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:84)
> at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
> 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.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:65)
> at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
> 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.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:111)
> at org.jboss.arquillian.junit.Arquillian$6.evaluate(Arquillian.java:263)
> at org.jboss.arquillian.junit.Arquillian$4.evaluate(Arquillian.java:226)
> at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
> at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
> at org.jboss.arquillian.junit.Arquillian$5.evaluate(Arquillian.java:240)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:185)
> at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
> at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
> at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:199)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:147)
> at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
> at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
> at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
> 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.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
> at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:159)
> at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:87)
> at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
> at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:95)
> TransformListener() : accepting requests on localhost:9091
> Listening for transport dt_socket at address: 8787
> [0m22:25:35,692 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.0.Final
> [0m[0m22:25:36,613 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.1.Final
> [0m[33m22:25:36,895 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
> [0m[0m22:25:37,140 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015899: WildFly 8.0.1.Final-SNAPSHOT "WildFly" starting
> [0m[0m22:25:40,531 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
> [0m[0m22:25:40,561 INFO [org.xnio] (MSC service thread 1-2) XNIO version 3.2.0.Final
> [0m[0m22:25:40,574 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.2.0.Final
> [0m[0m22:25:40,622 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 4.0.2.Final
> [0m[0m22:25:40,730 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 17) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> [0m[0m22:25:40,906 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 35) JBAS010280: Activating Infinispan subsystem.
> [0m[0m22:25:40,953 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 46) JBAS011800: Activating Naming Subsystem
> [0m[0m22:25:41,017 INFO [org.jboss.as.jacorb] (ServerService Thread Pool -- 36) JBAS016300: Activating JacORB Subsystem
> [0m[0m22:25:40,944 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 42) JBAS012615: Activated the following JSF Implementations: [main]
> [0m[0m22:25:41,755 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 55) JBAS015537: Activating WebServices Extension
> [0m[0m22:25:41,941 INFO [org.jboss.as.security] (ServerService Thread Pool -- 51) JBAS013171: Activating Security Subsystem
> [0m[0m22:25:42,090 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017502: Undertow 1.0.0.Final starting
> [0m[0m22:25:42,476 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017502: Undertow 1.0.0.Final starting
> [0m[0m22:25:42,757 INFO [org.jboss.as.security] (MSC service thread 1-1) JBAS013170: Current PicketBox version=4.0.21.Beta1
> [0m[0m22:25:43,006 INFO [org.jboss.as.naming] (MSC service thread 1-1) JBAS011802: Starting Naming Service
> [0m[0m22:25:43,060 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017527: Creating file handler for path /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/welcome-content
> [0m[0m22:25:43,673 INFO [org.jboss.as.jacorb] (MSC service thread 1-2) JBAS016330: CORBA ORB Service started
> [0m[0m22:25:43,675 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) JBAS015400: Bound mail session [java:jboss/mail/Default]
> [0m[0m22:25:43,888 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : possible trigger for rule create participant deletes counter in class org.jboss.jbossts.XTSService
> [0m[0m22:25:43,899 INFO [stdout] (ServerService Thread Pool -- 57) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.XTSService.start() void for rule create participant deletes counter
> [0m[0m22:25:43,916 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : inserted trigger for create participant deletes counter in class org.jboss.jbossts.XTSService
> [0m[0m22:25:43,919 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : possible trigger for rule open trace file in class org.jboss.jbossts.XTSService
> [0m[0m22:25:43,920 INFO [stdout] (ServerService Thread Pool -- 57) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.XTSService.start() void for rule open trace file
> [0m[0m22:25:43,928 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : inserted trigger for open trace file in class org.jboss.jbossts.XTSService
> [0m[0m22:25:44,898 INFO [org.jboss.as.connector.logging] (MSC service thread 1-2) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.3.Final)
> [0m[0m22:25:46,995 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) JBAS010417: Started Driver service with driver-name = h2
> [0m[0m22:25:47,000 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
> [0m[0m22:25:47,001 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
> [0m[0m22:25:47,007 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
> [0m[0m22:25:47,104 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017525: Started server default-server.
> [0m[0m22:25:47,240 INFO [org.jboss.as.jacorb] (MSC service thread 1-2) JBAS016328: CORBA Naming Service started
> [0m[0m22:25:47,245 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017531: Host default-host starting
> [0m[0m22:25:47,252 INFO [stdout] (MSC service thread 1-1) Rule.execute called for reset periodic recovery wait time_2
> [0m[0m22:25:47,255 INFO [stdout] (MSC service thread 1-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:25:47,257 INFO [stdout] (MSC service thread 1-1) calling activated() for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:25:47,257 INFO [stdout] (MSC service thread 1-1) Default helper activated
> [0m[0m22:25:47,257 INFO [stdout] (MSC service thread 1-1) calling installed(reset periodic recovery wait time) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:25:47,258 INFO [stdout] (MSC service thread 1-1) Installed rule using default helper : reset periodic recovery wait time
> [0m[0m22:25:47,258 INFO [stdout] (MSC service thread 1-1) reset periodic recovery wait time execute
> [0m[0m22:25:47,259 INFO [stdout] (MSC service thread 1-1) caught ReturnException
> [0m[0m22:25:47,296 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace TX save at prepare in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:25:47,420 INFO [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.ats.arjuna.coordinator.BasicAction.prepare(boolean) int for rule trace TX save at prepare
> [0m[0m22:25:47,437 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace TX save at prepare in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:25:47,460 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace remove committed state and exit JVM in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:25:47,522 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 and exit JVM
> [0m[0m22:25:47,526 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace remove committed state and exit JVM in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:25:47,657 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
> [0m[0m22:25:47,800 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
> [0m[0m22:25:47,825 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
> [0m[0m22:25:50,099 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) JBAS015012: Started FileSystemDeploymentService for directory /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/deployments
> [0m[0m22:25:50,106 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "restat-web-5.0.2.Final-SNAPSHOT.war" (runtime-name: "restat-web-5.0.2.Final-SNAPSHOT.war")
> [0m[0m22:25:50,740 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080
> [0m[0m22:25:51,482 INFO [org.jboss.ws.common.management] (MSC service thread 1-2) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.4.Final
> [0m[0m22:25:51,523 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-c11
> [0m[0m22:25:51,587 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}ActivationSe...
> portName={http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:51,588 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}Registration...
> portName={http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationPor...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:52,254 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from class com.arjuna.webservices11.wscoor.sei.ActivationPortTypeImpl
> [0m[0m22:25:53,731 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-c11/ActivationService
> [0m[0m22:25:54,176 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-c11.deployment/ActivationService.wsdl
> [0m[0m22:25:54,177 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from class com.arjuna.webservices11.wscoor.sei.RegistrationPortTypeImpl
> [0m[0m22:25:54,245 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-c11/RegistrationService
> [0m[0m22:25:54,312 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-c11.deployment/RegistrationService.wsdl
> [0m[0m22:25:54,315 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-client
> [0m[0m22:25:54,317 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CompletionInit...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionInitiat...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:54,319 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}TerminationPart...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationPartici...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:54,336 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionInitiatorService from class com.arjuna.webservices11.wsat.sei.CompletionInitiatorPortTypeImpl
> [0m[0m22:25:54,431 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-client/CompletionInitiatorService
> [0m[0m22:25:54,488 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-client.deployment/CompletionInitiatorService.wsdl
> [0m[0m22:25:54,490 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationParticipantService from class com.arjuna.schemas.ws._2005._10.wsarjtx.TerminationParticipantPortType
> [0m[0m22:25:54,677 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-client/TerminationParticipantService
> [0m[0m22:25:54,777 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-client.deployment/TerminationParticipantService.wsdl
> [0m[0m22:25:54,778 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-participant
> [0m[0m22:25:54,780 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}ParticipantSer...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}ParticipantPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:54,781 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:54,793 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:54,839 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}ParticipantService from class com.arjuna.webservices11.wsat.sei.ParticipantPortTypeImpl
> [0m[0m22:25:54,887 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-participant/ParticipantService
> [0m[0m22:25:54,982 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/ParticipantService.wsdl
> [0m[0m22:25:54,983 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionParticipantService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithParticipantCompletionParticipantPortTypeImpl
> [0m[0m22:25:55,114 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-participant/BusinessAgreementWithParticipant...
> [0m[0m22:25:55,174 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/BusinessAgreementWithParticipantCompletionParticipantService.wsdl
> [0m[0m22:25:55,176 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) 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
> [0m[0m22:25:55,201 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-participant/BusinessAgreementWithCoordinator...
> [0m[0m22:25:55,254 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/BusinessAgreementWithCoordinatorCompletionParticipantService.wsdl
> [0m[0m22:25:55,256 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-coordinator
> [0m[0m22:25:55,259 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:55,260 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CoordinatorSer...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CoordinatorPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:55,261 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CompletionCoor...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:55,262 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}TerminationCoor...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:55,286 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}TerminationCoor...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:55,287 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:55,288 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CompletionCoor...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:55,302 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionCoordinatorService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithCoordinatorCompletionCoordinatorPortTypeImpl
> [0m[0m22:25:55,410 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithCoordinator...
> [0m[0m22:25:55,451 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/BusinessAgreementWithCoordinatorCompletionCoordinatorService.wsdl
> [0m[0m22:25:55,452 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CoordinatorService from class com.arjuna.webservices11.wsat.sei.CoordinatorPortTypeImpl
> [0m[0m22:25:55,462 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CoordinatorService
> [0m[0m22:25:55,500 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CoordinatorService.wsdl
> [0m[0m22:25:55,500 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordinatorRPCService from class com.arjuna.webservices11.wsat.sei.CompletionCoordinatorRPCPortTypeImpl
> [0m[0m22:25:55,534 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorRPCService
> [0m[0m22:25:55,548 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CompletionCoordinatorRPCService.wsdl
> [0m[0m22:25:55,549 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorRPCPortTypeImplService from class com.arjuna.webservices11.wsarjtx.sei.TerminationCoordinatorRPCPortTypeImpl
> [0m[0m22:25:55,573 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorRPCService
> [0m[0m22:25:55,596 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/TerminationCoordinatorRPCPortTypeImplService.wsdl
> [0m[0m22:25:55,597 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorService from class com.arjuna.schemas.ws._2005._10.wsarjtx.TerminationCoordinatorPortType
> [0m[0m22:25:55,607 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorService
> [0m[0m22:25:55,624 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/TerminationCoordinatorService.wsdl
> [0m[0m22:25:55,625 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithParticipantCompletionCoordinatorPortTypeImpl
> [0m[0m22:25:55,641 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithParticipant...
> [0m[0m22:25:55,677 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/BusinessAgreementWithParticipantCompletionCoordinatorService.wsdl
> [0m[0m22:25:55,678 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordinatorService from class com.arjuna.webservices11.wsat.sei.CompletionCoordinatorPortTypeImpl
> [0m[0m22:25:55,683 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorService
> [0m[0m22:25:55,693 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CompletionCoordinatorService.wsdl
> [0m[0m22:25:55,697 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
> [0m[0m22:25:55,697 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-c11.deployment".ActivationService
> [0m[0m22:25:55,710 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-c11.deployment".RegistrationService
> [0m[0m22:25:55,711 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-client.deployment".CompletionInitiatorService
> [0m[0m22:25:55,712 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-client.deployment".TerminationParticipantService
> [0m[0m22:25:55,713 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithCoordinatorCompletionParticipantService
> [0m[0m22:25:55,713 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithParticipantCompletionParticipantService
> [0m[0m22:25:55,714 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".ParticipantService
> [0m[0m22:25:55,715 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithCoordinatorCompletionCoordinatorService
> [0m[0m22:25:55,716 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithParticipantCompletionCoordinatorService
> [0m[0m22:25:55,717 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorService
> [0m[0m22:25:55,718 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorService
> [0m[0m22:25:55,719 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorRPCService
> [0m[0m22:25:55,719 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CoordinatorService
> [0m[0m22:25:55,720 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorRPCService
> [0m[0m22:25:55,726 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-c11
> [0m[0m22:25:55,838 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /ws-c11
> [0m[0m22:25:55,839 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-client
> [0m[0m22:25:55,841 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /ws-t11-client
> [0m[0m22:25:55,841 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-participant
> [0m[0m22:25:55,842 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /ws-t11-participant
> [0m[0m22:25:55,842 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-coordinator
> [0m[0m22:25:55,843 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /ws-t11-coordinator
> [0m[33m22:25:55,851 WARN [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017507: Secure listener for protocol: 'HTTP/1.1' not found! Using non secure port!
> [0m[0m22:25:55,851 INFO [stdout] (MSC service thread 1-2) Rule.execute called for open trace file_1
> [0m[0m22:25:55,852 INFO [stdout] (MSC service thread 1-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:25:55,852 INFO [stdout] (MSC service thread 1-2) calling installed(open trace file) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:25:55,853 INFO [stdout] (MSC service thread 1-2) Installed rule using default helper : open trace file
> [0m[0m22:25:55,853 INFO [stdout] (MSC service thread 1-2) open trace file execute
> [0m[0m22:25:55,853 INFO [stdout] (MSC service thread 1-2) Rule.execute called for create participant deletes counter_0
> [0m[0m22:25:55,854 INFO [stdout] (MSC service thread 1-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:25:55,854 INFO [stdout] (MSC service thread 1-2) calling installed(create participant deletes counter) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:25:55,854 INFO [stdout] (MSC service thread 1-2) Installed rule using default helper : create participant deletes counter
> [0m[0m22:25:55,855 INFO [stdout] (MSC service thread 1-2) create participant deletes counter execute
> [0m[0m22:25:55,932 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC participant receive getStatus in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:25:55,935 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace CC participant receive getStatus
> [0m[0m22:25:55,941 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC participant receive getStatus in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:25:55,955 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC participant send soap fault in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:25:55,964 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace CC participant send soap fault
> [0m[0m22:25:55,966 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC participant send soap fault in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:25:55,981 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC participant receive getStatus in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:25:55,993 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace PC participant receive getStatus
> [0m[0m22:25:55,996 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC participant receive getStatus in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:25:56,009 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC participant send soap fault in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:25:56,018 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace PC participant send soap fault
> [0m[0m22:25:56,021 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC participant send soap fault in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:25:56,110 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trigger rendezvous on complete in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator
> [0m[0m22:25:56,113 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator.participantCompleted(java.lang.String) void for rule trigger rendezvous on complete
> [0m[0m22:25:56,114 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trigger rendezvous on complete in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator
> [0m[0m22:25:56,127 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate coordinator close in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:25:56,133 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.cancel() int for rule trace subordinate coordinator close
> [0m[0m22:25:56,135 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate coordinator close in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:25:56,137 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate coordinator prepare in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:25:56,138 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.complete() void for rule trace subordinate coordinator prepare
> [0m[0m22:25:56,140 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate coordinator prepare in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:25:56,152 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate coordinator cancel 2 in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:25:56,153 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.cancel() int for rule trace subordinate coordinator cancel 2
> [0m[0m22:25:56,155 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate coordinator cancel 2 in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:25:56,258 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace delete participant and exit JVM in class org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryManagerImple
> [0m[0m22:25:56,259 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryManagerImple.deleteParticipantRecoveryRecord(java.lang.String) boolean for rule trace delete participant and exit JVM
> [0m[0m22:25:56,261 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace delete participant and exit JVM in class org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryManagerImple
> [0m[0m22:25:56,329 INFO [org.jboss.jbossts.txbridge] (MSC service thread 1-2) ARJUNA033013: OutboundBridgeRecoveryManager starting
> [0m[0m22:25:56,352 INFO [org.jboss.jbossts.txbridge] (MSC service thread 1-2) ARJUNA033006: InboundBridgeRecoveryManager starting
> [0m[0m22:25:57,195 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingjournal,bindingsDirectory=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingbindings,largeMessagesDirectory=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messaginglargemessages,pagingDirectory=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingpaging)
> [0m[0m22:25:57,201 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221006: Waiting to obtain live lock
> [0m[0m22:25:57,508 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221012: Using AIO Journal
> [0m[0m22:26:00,084 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.
> [0m[0m22:26:00,129 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support CORE
> [0m[0m22:26:00,137 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support AMQP
> [0m[0m22:26:00,140 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support STOMP
> [0m[33m22:26:00,951 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.
> [0m[33m22:26:00,952 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.
> [0m[0m22:26:01,393 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221034: Waiting to obtain live lock
> [0m[0m22:26:01,393 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221035: Live Server Obtained live lock
> [0m[0m22:26:01,870 INFO [org.jboss.messaging] (MSC service thread 1-2) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor-throughput acceptor
> [0m[0m22:26:01,870 INFO [org.jboss.messaging] (MSC service thread 1-1) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor acceptor
> [0m[0m22:26:02,042 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221007: Server is now live
> [0m[0m22:26:02,043 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221001: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [b8df3454-a183-11e3-a068-15a73905c1d7]
> [0m[0m22:26:02,404 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 59) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m22:26:02,411 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 60) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
> [0m[0m22:26:02,466 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010406: Registered connection factory java:/JmsXA
> [0m[0m22:26:02,516 INFO [org.hornetq.ra] (MSC service thread 1-2) HornetQ resource adaptor started
> [0m[0m22:26:02,517 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-2) IJ020002: Deployed: file://RaActivatorhornetq-ra
> [0m[0m22:26:02,519 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-1) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m22:26:02,520 INFO [org.jboss.as.messaging] (MSC service thread 1-1) JBAS011601: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m22:26:02,643 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /rest-tx
> [0m[0m22:26:02,747 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")
> [0m[0m22:26:02,929 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
> [0m[0m22:26:02,930 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
> [0m[0m22:26:02,931 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.0.1.Final-SNAPSHOT "WildFly" started in 28405ms - Started 314 of 367 services (99 services are lazy, passive or on-demand)
> [0m[0m22:26:03,312 INFO [org.jboss.as.repository] (management-handler-thread - 2) JBAS014900: Content added at location /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/content/7c/0ae90e2dd441c4d40c44bf87762b7111ef8379/content
> [0m[0m22:26:03,322 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "xtstest.war" (runtime-name: "xtstest.war")
> [0m[33m22:26:04,185 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.
> [0m[0m22:26:04,219 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016002: Processing weld deployment xtstest.war
> [0m[0m22:26:04,289 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-1) HV000001: Hibernate Validator 5.0.3.Final
> [0m[0m22:26:04,565 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016005: Starting Services for CDI deployment: xtstest.war
> [0m[0m22:26:04,935 INFO [org.jboss.weld.Version] (MSC service thread 1-2) WELD-000900: 2.1.2 (Final)
> [0m[0m22:26:04,954 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:04,954 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:04,955 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) JBWS024061: Adding service endpoint metadata: id=XTS_Service_Test_Service_Two
> address=http://localhost:8080/xtstest/xtsservicetest2
> implementor=org.jboss.jbossts.xts.servicetests.service.XTSServiceTestPortTypeImpl
> serviceName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:04,955 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) JBWS024061: Adding service endpoint metadata: id=XTS_Service_Test_Service_Three
> address=http://localhost:8080/xtstest/xtsservicetest3
> implementor=org.jboss.jbossts.xts.servicetests.service.XTSServiceTestPortTypeImpl
> serviceName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:05,004 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceTestService from WSDL: WEB-INF/wsdl/xtsservicetests.wsdl
> [0m[0m22:26:05,034 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/xtstest/xtssubordinateservicetest1
> [0m[0m22:26:05,057 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:26:05,059 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceTestService from WSDL: WEB-INF/wsdl/xtsservicetests.wsdl
> [0m[0m22:26:05,069 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest1
> [0m[0m22:26:05,079 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:26:05,079 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceTestService from WSDL: WEB-INF/wsdl/xtsservicetests.wsdl
> [0m[0m22:26:05,083 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest2
> [0m[0m22:26:05,090 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:26:05,091 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceTestService from WSDL: WEB-INF/wsdl/xtsservicetests.wsdl
> [0m[0m22:26:05,095 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest3
> [0m[0m22:26:05,102 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:26:05,114 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_One
> [0m[0m22:26:05,116 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_Three
> [0m[0m22:26:05,118 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Subordinate_Service_One
> [0m[0m22:26:05,120 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016008: Starting weld service for deployment xtstest.war
> [0m[0m22:26:05,119 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_Two
> [0m[0m22:26:05,560 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : possible trigger for rule setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:26:05,570 INFO [stdout] (weld-worker-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest.run() void for rule setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:26:05,736 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : inserted trigger for setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:26:05,741 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : possible trigger for rule wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:26:05,743 INFO [stdout] (weld-worker-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest.run() void for rule wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:26:05,745 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : inserted trigger for wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:26:06,814 INFO [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-1) Starting XTSServiceTestRunner
> [0m[0m22:26:06,815 INFO [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-1) Starting XTS Service Test org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantCoordinatorCompletionParticipantCloseTest
> [0m[0m22:26:06,815 INFO [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-1) Started XTSServiceTestRunner
> [0m[0m22:26:06,838 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /xtstest
> [0m[0m22:26:07,265 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018559: Deployed "xtstest.war" (runtime-name : "xtstest.war")
> [0m[0m22:26:12,119 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Thread-82) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
> [0m[0m22:26:12,176 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Thread-82) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
> [0m[0m22:26:12,895 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Thread-82) Creating Service {http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceTestService from WSDL: vfs:/content/xtstest.war/WEB-INF/classes/org/jboss/jbossts/xts/servicetests/generated/wsdl/xtsservicetests.wsdl
> [0m[0m22:26:13,005 INFO [stdout] (default task-2) service /xtsservicetest1
> [0m[0m22:26:13,005 INFO [stdout] (default task-2) command enlistCoordinatorCompletion
> [0m[0m22:26:13,006 INFO [stdout] (default task-2) command complete
> [0m[0m22:26:13,006 INFO [stdout] (default task-2) command close
> [0m[0m22:26:13,320 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-2) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m22:26:13,488 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered CC participant send status in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:26:13,503 INFO [stdout] (default task-3) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.sendStatus(com.arjuna.webservices11.wsba.State) void for rule trace recovered CC participant send status
> [0m[0m22:26:13,506 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered CC participant send status in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:26:13,509 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC coordinator engine create in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:26:13,510 INFO [stdout] (default task-3) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.<init>(java.lang.String,javax.xml.ws.wsaddressing.W3CEndpointReference,com.arjuna.webservices11.wsba.State,boolean) void for rule trace CC coordinator engine create
> [0m[0m22:26:13,515 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC coordinator engine create in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:26:14,439 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive CC participant compensated in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:26:14,447 INFO [stdout] (default task-3) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.compensated(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive CC participant compensated
> [0m[0m22:26:14,452 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive CC participant compensated in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:26:14,457 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive CC participant completed in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:26:14,479 INFO [stdout] (default task-3) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.completed(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive CC participant completed
> [0m[0m22:26:14,497 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive CC participant completed in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:26:14,502 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send CC participant complete in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:26:14,506 INFO [stdout] (default task-3) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.complete() com.arjuna.webservices11.wsba.State for rule trace send CC participant complete
> [0m[0m22:26:14,530 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : inserted trigger for trace send CC participant complete in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:26:14,534 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send CC participant compensate in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:26:14,538 INFO [stdout] (default task-3) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.compensate() com.arjuna.webservices11.wsba.State for rule trace send CC participant compensate
> [0m[0m22:26:14,553 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : inserted trigger for trace send CC participant compensate in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:26:14,557 INFO [stdout] (default task-3) Rule.execute called for trace CC coordinator engine create_18
> [0m[0m22:26:14,558 INFO [stdout] (default task-3) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:14,558 INFO [stdout] (default task-3) calling installed(trace CC coordinator engine create) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:14,558 INFO [stdout] (default task-3) Installed rule using default helper : trace CC coordinator engine create
> [0m[0m22:26:14,559 INFO [stdout] (default task-3) trace CC coordinator engine create execute
> [0m[0m22:26:15,490 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC participant receive soap fault in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,500 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.soapFault(com.arjuna.webservices.SoapFault,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace CC participant receive soap fault
> [0m[0m22:26:15,580 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC participant receive soap fault in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,587 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered CC participant received status in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,589 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.status(org.oasis_open.docs.ws_tx.wsba._2006._06.StatusType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace recovered CC participant received status
> [0m[0m22:26:15,604 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered CC participant received status in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,694 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC participant create in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,695 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.<init>(java.lang.String,javax.xml.ws.wsaddressing.W3CEndpointReference,com.arjuna.wst.BusinessAgreementWithCoordinatorCompletionParticipant,com.arjuna.webservices11.wsba.State,boolean) void for rule trace CC participant create
> [0m[0m22:26:15,731 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC participant create in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,736 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive CC participant complete in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,738 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.complete(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive CC participant complete
> [0m[0m22:26:15,816 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive CC participant complete in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,820 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send CC participant completed in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,834 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.sendCompleted(boolean) void for rule trace send CC participant completed
> [0m[0m22:26:15,837 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace send CC participant completed in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,852 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive CC participant compensate in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,854 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.compensate(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive CC participant compensate
> [0m[0m22:26:15,914 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive CC participant compensate in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,918 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send CC participant compensated in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,933 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.sendCompensated() void for rule trace send CC participant compensated
> [0m[0m22:26:15,940 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace send CC participant compensated in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,945 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered CC participant send getStatus in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,959 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.sendCompleted(boolean) void for rule trace recovered CC participant send getStatus
> [0m[0m22:26:16,023 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered CC participant send getStatus in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:16,027 INFO [stdout] (default task-2) Rule.execute called for trace CC participant create_25
> [0m[0m22:26:16,028 INFO [stdout] (default task-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:16,028 INFO [stdout] (default task-2) calling installed(trace CC participant create) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:16,028 INFO [stdout] (default task-2) Installed rule using default helper : trace CC participant create
> [0m[0m22:26:16,028 INFO [stdout] (default task-2) trace CC participant create execute
> [0mMar 01, 2014 10:26:19 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController kill
> INFO: Hard killing of a server instance
> Mar 01, 2014 10:26:19 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: waiting for byteman to kill the server
> Mar 01, 2014 10:26:19 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [0m22:26:19,240 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub compensate in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,242 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.compensate() void for rule trace subordinate participant stub compensate
> [0m[0m22:26:19,244 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub compensate in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,245 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub complete in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,246 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.complete() void for rule trace subordinate participant stub complete
> [0m[0m22:26:19,248 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub complete in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,249 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub complete 2 in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,250 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.complete() void for rule trace subordinate participant stub complete 2
> [0m[0m22:26:19,273 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub complete 2 in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,323 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub compensate forward in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,325 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.compensate() void for rule trace subordinate participant stub compensate forward
> [0m[0m22:26:19,326 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub compensate forward in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,360 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub compensate with no coordinator in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,362 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.compensate() void for rule trace subordinate participant stub compensate with no coordinator
> [0m[0m22:26:19,364 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub compensate with no coordinator in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,365 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub compensate with unactivated coordinator in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,367 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.compensate() void for rule trace subordinate participant stub compensate with unactivated coordinator
> [0m[0m22:26:19,369 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub compensate with unactivated coordinator in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,370 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub compensate with system exception from coordinator in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,376 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.compensate() void for rule trace subordinate participant stub compensate with system exception from coordinator
> [0m[0m22:26:19,377 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub compensate with system exception from coordinator in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,379 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub compensate return in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,381 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.compensate() void for rule trace subordinate participant stub compensate return
> [0m[0m22:26:19,383 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub compensate return in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,427 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-4) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m22:26:19,478 INFO [stdout] (default task-5) Rule.execute called for trace CC coordinator engine create_18
> [0m[0m22:26:19,479 INFO [stdout] (default task-5) trace CC coordinator engine create execute
> [0m[0m22:26:19,555 INFO [stdout] (default task-4) Rule.execute called for trace CC participant create_25
> [0m[0m22:26:19,556 INFO [stdout] (default task-4) trace CC participant create execute
> [0m[0m22:26:19,589 INFO [stdout] (default task-4) service /xtssubordinateservicetest1
> [0m[0m22:26:19,589 INFO [stdout] (default task-4) command enlistCoordinatorCompletion
> [0m[0m22:26:19,590 INFO [stdout] (default task-4) command complete
> [0m[0m22:26:19,590 INFO [stdout] (default task-4) command close
> [0m[0m22:26:19,615 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-4) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m22:26:19,683 INFO [stdout] (default task-6) Rule.execute called for trace CC coordinator engine create_18
> [0m[0m22:26:19,683 INFO [stdout] (default task-6) trace CC coordinator engine create execute
> [0m[0m22:26:19,697 INFO [stdout] (default task-4) Rule.execute called for trace CC participant create_25
> [0m[0m22:26:19,697 INFO [stdout] (default task-4) trace CC participant create execute
> [0m[0m22:26:19,831 INFO [stdout] (default task-7) service /xtssubordinateservicetest1
> [0m[0m22:26:19,832 INFO [stdout] (default task-7) command enlistCoordinatorCompletion
> [0m[0m22:26:19,832 INFO [stdout] (default task-7) command complete
> [0m[0m22:26:19,832 INFO [stdout] (default task-7) command close
> [0m[0m22:26:20,148 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-7) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m22:26:20,248 INFO [stdout] (default task-8) Rule.execute called for trace CC coordinator engine create_18
> [0m[0m22:26:20,249 INFO [stdout] (default task-8) trace CC coordinator engine create execute
> [0m[0m22:26:20,260 INFO [stdout] (default task-7) Rule.execute called for trace CC participant create_25
> [0m[0m22:26:20,261 INFO [stdout] (default task-7) trace CC participant create execute
> [0m[0m22:26:20,385 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Thread-82) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m22:26:20,717 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Thread-82) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/com/arjuna/schemas/ws/_2005/_10/wsarjtx/wsdl/wsarjtx-termination-coordinator-binding.wsdl
> [0m[0m22:26:20,777 INFO [stdout] (TaskWorker-1) Rule.execute called for trace send CC participant complete_21
> [0m[0m22:26:20,779 INFO [stdout] (TaskWorker-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:20,779 INFO [stdout] (TaskWorker-1) calling installed(trace send CC participant complete) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:20,780 INFO [stdout] (TaskWorker-1) Installed rule using default helper : trace send CC participant complete
> [0m[0m22:26:20,780 INFO [stdout] (TaskWorker-1) trace send CC participant complete execute
> [0m[0m22:26:20,781 INFO [stdout] (TaskWorker-1) rule.debug{trace send CC participant complete} : complete sent for CC coordinator engine 0:ffffac118321:210e46c8:53125e6b:1a
> [0m[0m22:26:20,891 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-participant-binding.wsdl
> [0m[0m22:26:20,954 INFO [stdout] (TaskWorker-2) Rule.execute called for trace receive CC participant complete_26
> [0m[0m22:26:20,972 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:20,972 INFO [stdout] (TaskWorker-2) calling installed(trace receive CC participant complete) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:20,972 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace receive CC participant complete
> [0m[0m22:26:20,973 INFO [stdout] (TaskWorker-2) trace receive CC participant complete execute
> [0m[0m22:26:20,973 INFO [stdout] (TaskWorker-2) rule.debug{trace receive CC participant complete} : complete received for CC participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0m[0m22:26:21,161 INFO [stdout] (TaskWorker-2) Rule.execute called for trace send CC participant completed_27
> [0m[0m22:26:21,162 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:21,163 INFO [stdout] (TaskWorker-2) calling installed(trace send CC participant completed) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:21,165 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace send CC participant completed
> [0m[0m22:26:21,165 INFO [stdout] (TaskWorker-2) trace send CC participant completed execute
> [0m[0m22:26:21,166 INFO [stdout] (TaskWorker-2) rule.debug{trace send CC participant completed} : completed sent for CC participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0m[0m22:26:21,346 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-coordinator-binding.wsdl
> [0m[0m22:26:24,002 INFO [stdout] (TaskWorker-2) Rule.execute called for trace receive CC participant completed_20
> [0m[0m22:26:24,004 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:24,004 INFO [stdout] (TaskWorker-2) calling installed(trace receive CC participant completed) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:24,005 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace receive CC participant completed
> [0m[0m22:26:24,005 INFO [stdout] (TaskWorker-2) trace receive CC participant completed execute
> [0m[0m22:26:24,005 INFO [stdout] (TaskWorker-2) rule.debug{trace receive CC participant completed} : completed received for CC coordinator engine 0:ffffac118321:210e46c8:53125e6b:1a
> [0m[0m22:26:24,006 INFO [stdout] (TaskWorker-1) Rule.execute called for trace send CC participant complete_21
> [0m[0m22:26:24,007 INFO [stdout] (TaskWorker-1) trace send CC participant complete execute
> [0m[0m22:26:24,007 INFO [stdout] (TaskWorker-1) rule.debug{trace send CC participant complete} : complete sent for CC coordinator engine 0:ffffac118321:210e46c8:53125e6b:1f
> [0m[0m22:26:24,252 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-participant-binding.wsdl
> [0m[0m22:26:24,298 INFO [stdout] (TaskWorker-2) Rule.execute called for trace receive CC participant complete_26
> [0m[0m22:26:24,298 INFO [stdout] (TaskWorker-2) trace receive CC participant complete execute
> [0m[0m22:26:24,298 INFO [stdout] (TaskWorker-2) rule.debug{trace receive CC participant complete} : complete received for CC participant org.jboss.jbossts.xts.ba.subordinate.participant.0:ffffac118321:210e46c8:53125e6b:1d_CCP
> [0m[0m22:26:24,299 INFO [stdout] (TaskWorker-2) Rule.execute called for trace subordinate participant stub complete_32
> [0m[0m22:26:24,299 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:24,299 INFO [stdout] (TaskWorker-2) calling installed(trace subordinate participant stub complete) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:24,300 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace subordinate participant stub complete
> [0m[0m22:26:24,300 INFO [stdout] (TaskWorker-2) trace subordinate participant stub complete execute
> [0m[0m22:26:24,300 INFO [stdout] (TaskWorker-2) rule.debug{trace subordinate participant stub complete} : complete called for pseudo-participant com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub@d76a07
> [0m[0m22:26:24,301 INFO [stdout] (TaskWorker-2) Rule.execute called for trace send CC participant complete_21
> [0m[0m22:26:24,301 INFO [stdout] (TaskWorker-2) trace send CC participant complete execute
> [0m[0m22:26:24,301 INFO [stdout] (TaskWorker-2) rule.debug{trace send CC participant complete} : complete sent for CC coordinator engine CCP0:ffffac118321:210e46c8:53125e6b:22
> [0m[0m22:26:24,419 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-participant-binding.wsdl
> [0m[0m22:26:24,536 INFO [stdout] (TaskWorker-3) Rule.execute called for trace receive CC participant complete_26
> [0m[0m22:26:24,537 INFO [stdout] (TaskWorker-3) trace receive CC participant complete execute
> [0m[0m22:26:24,537 INFO [stdout] (TaskWorker-3) rule.debug{trace receive CC participant complete} : complete received for CC participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[0m22:26:24,763 INFO [stdout] (TaskWorker-3) Rule.execute called for trace send CC participant completed_27
> [0m[0m22:26:24,764 INFO [stdout] (TaskWorker-3) trace send CC participant completed execute
> [0m[0m22:26:24,764 INFO [stdout] (TaskWorker-3) rule.debug{trace send CC participant completed} : completed sent for CC participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[0m22:26:24,887 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-3) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-coordinator-binding.wsdl
> [0m[0m22:26:24,930 INFO [stdout] (TaskWorker-3) Rule.execute called for trace receive CC participant completed_20
> [0m[0m22:26:24,931 INFO [stdout] (TaskWorker-3) trace receive CC participant completed execute
> [0m[0m22:26:24,931 INFO [stdout] (TaskWorker-3) rule.debug{trace receive CC participant completed} : completed received for CC coordinator engine CCP0:ffffac118321:210e46c8:53125e6b:22
> [0m[0m22:26:24,931 INFO [stdout] (TaskWorker-2) Rule.execute called for trace send CC participant complete_21
> [0m[0m22:26:24,931 INFO [stdout] (TaskWorker-2) trace send CC participant complete execute
> [0m[0m22:26:24,932 INFO [stdout] (TaskWorker-2) rule.debug{trace send CC participant complete} : complete sent for CC coordinator engine CCP0:ffffac118321:210e46c8:53125e6b:25
> [0m[0m22:26:24,957 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-participant-binding.wsdl
> [0m[0m22:26:25,058 INFO [stdout] (TaskWorker-3) Rule.execute called for trace receive CC participant complete_26
> [0m[0m22:26:25,059 INFO [stdout] (TaskWorker-3) trace receive CC participant complete execute
> [0m[0m22:26:25,059 INFO [stdout] (TaskWorker-3) rule.debug{trace receive CC participant complete} : complete received for CC participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[0m22:26:25,121 INFO [stdout] (TaskWorker-3) Rule.execute called for trace send CC participant completed_27
> [0m[0m22:26:25,121 INFO [stdout] (TaskWorker-3) trace send CC participant completed execute
> [0m[0m22:26:25,122 INFO [stdout] (TaskWorker-3) rule.debug{trace send CC participant completed} : completed sent for CC participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[0m22:26:25,145 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-3) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-coordinator-binding.wsdl
> [0m[0m22:26:25,317 INFO [stdout] (TaskWorker-3) Rule.execute called for trace receive CC participant completed_20
> [0m[0m22:26:25,318 INFO [stdout] (TaskWorker-3) trace receive CC participant completed execute
> [0m[0m22:26:25,318 INFO [stdout] (TaskWorker-3) rule.debug{trace receive CC participant completed} : completed received for CC coordinator engine CCP0:ffffac118321:210e46c8:53125e6b:25
> [0m[0m22:26:25,318 INFO [stdout] (TaskWorker-2) Rule.execute called for trace subordinate coordinator prepare_12
> [0m[0m22:26:25,320 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:25,320 INFO [stdout] (TaskWorker-2) calling installed(trace subordinate coordinator prepare) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:25,320 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace subordinate coordinator prepare
> [0m[0m22:26:25,321 INFO [stdout] (TaskWorker-2) trace subordinate coordinator prepare execute
> [0m[0m22:26:25,321 INFO [stdout] (TaskWorker-2) rule.debug{trace subordinate coordinator prepare} : prepare for transaction 0:ffffac118321:210e46c8:53125e6b:1d
> [0m[0m22:26:25,327 INFO [stdout] (TaskWorker-2) Rule.execute called for trace TX save at prepare_3
> [0m[0m22:26:25,328 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:25,329 INFO [stdout] (TaskWorker-2) calling installed(trace TX save at prepare) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:25,329 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace TX save at prepare
> [0m[0m22:26:25,329 INFO [stdout] (TaskWorker-2) trace TX save at prepare execute
> [0m[0m22:26:25,329 INFO [stdout] (TaskWorker-2) rule.debug{trace TX save at prepare} : saved to disk transaction 0:ffffac118321:210e46c8:53125e6b:1d
> [0m[0m22:26:25,380 INFO [stdout] (TaskWorker-2) Rule.execute called for trace subordinate participant stub complete 2_33
> [0m[0m22:26:25,381 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:25,381 INFO [stdout] (TaskWorker-2) calling installed(trace subordinate participant stub complete 2) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:25,382 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace subordinate participant stub complete 2
> [0m[0m22:26:25,382 INFO [stdout] (TaskWorker-2) trace subordinate participant stub complete 2 execute
> [0m[0m22:26:25,382 INFO [stdout] (TaskWorker-2) rule.debug{trace subordinate participant stub complete 2} : JVM exit
> [0mMar 01, 2014 10:26:29 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:26:29 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:26:29 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep '\[java\] <defunct>')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:26:29 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as killed by byteman scirpt
> Mar 01, 2014 10:26:29 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'mkdir -p ./target/surefire-reports/processes'
> Mar 01, 2014 10:26:29 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'ps aux > ./target/surefire-reports/processes/null:null_42.txt'
> Mar 01, 2014 10:26:29 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor dumpProcesses
> INFO: Logged current running processes to: ./target/surefire-reports/processes/null:null_42.txt
> Mar 01, 2014 10:26:29 PM 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/XTS/localjunit/crash-recovery-tests/target/lib/byteman.jar=script:target/test-classes/scripts/BASubordinateCrashDuringComplete.btm,boot:target/lib/byteman.jar,listener:true -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n, managementAddress=127.0.0.1, serverConfig=standalone-xts.xml}
> Mar 01, 2014 10:26:29 PM 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/XTS/localjunit/crash-recovery-tests/target/lib/byteman.jar=script:target/test-classes/scripts/BASubordinateCrashDuringComplete.btm,boot:target/lib/byteman.jar,listener:true, -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n, -ea, -Djboss.home.dir=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT, -Dorg.jboss.boot.log.file=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/log/server.log, -Dlogging.configuration=file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/configuration/logging.properties, -Djboss.bundles.dir=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/bundles, -jar, /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/jboss-modules.jar, -mp, /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules, org.jboss.as.standalone, -server-config, standalone-xts.xml]
> TransformListener() : accepting requests on localhost:9091
> Listening for transport dt_socket at address: 8787
> [0m22:26:31,325 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.0.Final
> [0m[0m22:26:32,256 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.1.Final
> [0m[33m22:26:32,547 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
> [0m[0m22:26:32,596 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015899: WildFly 8.0.1.Final-SNAPSHOT "WildFly" starting
> [0m[0m22:26:36,964 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
> [0m[0m22:26:36,993 INFO [org.xnio] (MSC service thread 1-2) XNIO version 3.2.0.Final
> [0m[0m22:26:37,005 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.2.0.Final
> [0m[0m22:26:37,052 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 4.0.2.Final
> [0m[0m22:26:37,181 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 35) JBAS010280: Activating Infinispan subsystem.
> [0m[0m22:26:37,188 INFO [org.jboss.as.jacorb] (ServerService Thread Pool -- 36) JBAS016300: Activating JacORB Subsystem
> [0m[0m22:26:37,346 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 46) JBAS011800: Activating Naming Subsystem
> [0m[0m22:26:37,345 INFO [org.jboss.as.security] (ServerService Thread Pool -- 51) JBAS013171: Activating Security Subsystem
> [0m[0m22:26:37,531 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 55) JBAS015537: Activating WebServices Extension
> [0m[0m22:26:37,545 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : possible trigger for rule create participant deletes counter in class org.jboss.jbossts.XTSService
> [0m[0m22:26:37,556 INFO [stdout] (ServerService Thread Pool -- 57) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.XTSService.start() void for rule create participant deletes counter
> [0m[0m22:26:37,572 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : inserted trigger for create participant deletes counter in class org.jboss.jbossts.XTSService
> [0m[0m22:26:37,691 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : possible trigger for rule open trace file in class org.jboss.jbossts.XTSService
> [0m[0m22:26:37,693 INFO [stdout] (ServerService Thread Pool -- 57) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.XTSService.start() void for rule open trace file
> [0m[0m22:26:39,633 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : inserted trigger for open trace file in class org.jboss.jbossts.XTSService
> [0m[0m22:26:39,691 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 42) JBAS012615: Activated the following JSF Implementations: [main]
> [0m[0m22:26:39,713 INFO [org.jboss.as.naming] (MSC service thread 1-2) JBAS011802: Starting Naming Service
> [0m[0m22:26:39,879 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017502: Undertow 1.0.0.Final starting
> [0m[0m22:26:39,996 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017502: Undertow 1.0.0.Final starting
> [0m[0m22:26:40,829 INFO [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016330: CORBA ORB Service started
> [0m[0m22:26:40,912 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) JBAS015400: Bound mail session [java:jboss/mail/Default]
> [0m[0m22:26:40,968 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 30) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> [0m[0m22:26:41,008 INFO [org.jboss.as.security] (MSC service thread 1-2) JBAS013170: Current PicketBox version=4.0.21.Beta1
> [0m[0m22:26:41,267 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017527: Creating file handler for path /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/welcome-content
> [0m[0m22:26:41,449 INFO [org.jboss.as.connector.logging] (MSC service thread 1-2) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.3.Final)
> [0m[0m22:26:41,672 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule reset periodic recovery wait time in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
> [0m[0m22:26:41,673 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean.getPeriodicRecoveryPeriod() int for rule reset periodic recovery wait time
> [0m[0m22:26:41,680 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for reset periodic recovery wait time in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
> [0m[0m22:26:42,687 INFO [stdout] (MSC service thread 1-2) Rule.execute called for reset periodic recovery wait time_2
> [0m[0m22:26:42,692 INFO [stdout] (MSC service thread 1-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:42,693 INFO [stdout] (MSC service thread 1-2) calling activated() for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:42,693 INFO [stdout] (MSC service thread 1-2) Default helper activated
> [0m[0m22:26:42,694 INFO [stdout] (MSC service thread 1-2) calling installed(reset periodic recovery wait time) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:42,694 INFO [stdout] (MSC service thread 1-2) Installed rule using default helper : reset periodic recovery wait time
> [0m[0m22:26:42,695 INFO [stdout] (MSC service thread 1-2) reset periodic recovery wait time execute
> [0m[0m22:26:42,695 INFO [stdout] (MSC service thread 1-2) caught ReturnException
> [0m[0m22:26:43,734 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace TX save at prepare in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:26:43,864 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.ats.arjuna.coordinator.BasicAction.prepare(boolean) int for rule trace TX save at prepare
> [0m[0m22:26:43,900 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace TX save at prepare in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:26:43,939 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace remove committed state and exit JVM in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:26:44,037 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.ats.arjuna.coordinator.BasicAction.updateState() void for rule trace remove committed state and exit JVM
> [0m[0m22:26:44,054 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace remove committed state and exit JVM in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:26:44,079 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace remove committed state in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:26:44,152 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.ats.arjuna.coordinator.BasicAction.updateState() void for rule trace remove committed state
> [0m[0m22:26:44,157 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace remove committed state in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:26:44,558 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) JBAS010417: Started Driver service with driver-name = h2
> [0m[0m22:26:44,699 INFO [org.jboss.as.jacorb] (MSC service thread 1-2) JBAS016328: CORBA Naming Service started
> [0m[0m22:26:44,701 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017525: Started server default-server.
> [0m[0m22:26:44,734 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017531: Host default-host starting
> [0m[0m22:26:45,006 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
> [0m[0m22:26:45,009 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080
> [0m[0m22:26:45,225 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingjournal,bindingsDirectory=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingbindings,largeMessagesDirectory=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messaginglargemessages,pagingDirectory=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingpaging)
> [0m[0m22:26:45,227 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221006: Waiting to obtain live lock
> [0m[0m22:26:45,259 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221012: Using AIO Journal
> [0m[0m22:26:45,305 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.
> [0m[0m22:26:45,344 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support CORE
> [0m[0m22:26:45,377 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support AMQP
> [0m[0m22:26:45,381 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support STOMP
> [0m[0m22:26:46,134 INFO [org.jboss.ws.common.management] (MSC service thread 1-1) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.4.Final
> [0m[0m22:26:46,136 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-coordinator
> [0m[0m22:26:46,162 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-participant
> [0m[0m22:26:46,326 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:46,329 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CoordinatorSer...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CoordinatorPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:46,330 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CompletionCoor...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:46,331 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}TerminationCoor...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:46,333 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}TerminationCoor...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:46,328 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}ParticipantSer...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}ParticipantPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:46,335 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:46,336 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:46,396 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:46,397 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CompletionCoor...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:47,006 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
> [0m[0m22:26:47,017 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionCoordinatorService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithCoordinatorCompletionCoordinatorPortTypeImpl
> [0m[0m22:26:48,390 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithCoordinator...
> [0m[0m22:26:48,449 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
> [0m[0m22:26:48,807 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/BusinessAgreementWithCoordinatorCompletionCoordinatorService.wsdl
> [0m[0m22:26:48,808 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CoordinatorService from class com.arjuna.webservices11.wsat.sei.CoordinatorPortTypeImpl
> [0m[0m22:26:48,823 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CoordinatorService
> [0m[0m22:26:48,851 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CoordinatorService.wsdl
> [0m[0m22:26:48,852 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordinatorRPCService from class com.arjuna.webservices11.wsat.sei.CompletionCoordinatorRPCPortTypeImpl
> [0m[0m22:26:48,874 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorRPCService
> [0m[0m22:26:48,943 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CompletionCoordinatorRPCService.wsdl
> [0m[0m22:26:48,944 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorRPCPortTypeImplService from class com.arjuna.webservices11.wsarjtx.sei.TerminationCoordinatorRPCPortTypeImpl
> [0m[0m22:26:48,971 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorRPCService
> [0m[0m22:26:48,990 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/TerminationCoordinatorRPCPortTypeImplService.wsdl
> [0m[0m22:26:48,992 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorService from class com.arjuna.schemas.ws._2005._10.wsarjtx.TerminationCoordinatorPortType
> [0m[0m22:26:49,001 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorService
> [0m[0m22:26:48,888 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/ParticipantService.wsdl
> [0m[0m22:26:49,013 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
> [0m[0m22:26:49,124 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/TerminationCoordinatorService.wsdl
> [0m[0m22:26:49,125 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithParticipantCompletionCoordinatorPortTypeImpl
> [0m[0m22:26:49,185 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithParticipant...
> [0m[0m22:26:49,222 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/BusinessAgreementWithParticipant...
> [0m[0m22:26:49,288 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/BusinessAgreementWithParticipantCompletionCoordinatorService.wsdl
> [0m[0m22:26:49,289 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordinatorService from class com.arjuna.webservices11.wsat.sei.CompletionCoordinatorPortTypeImpl
> [0m[0m22:26:49,321 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/BusinessAgreementWithParticipantCompletionParticipantService.wsdl
> [0m[0m22:26:49,322 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
> [0m[0m22:26:49,398 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/BusinessAgreementWithCoordinator...
> [0m[0m22:26:49,433 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/BusinessAgreementWithCoordinatorCompletionParticipantService.wsdl
> [0m[0m22:26:49,438 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-client
> [0m[0m22:26:49,440 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}CompletionInit...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionInitiat...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:49,442 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}TerminationPart...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationPartici...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:49,494 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorService
> [0m[0m22:26:49,735 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
> [0m[0m22:26:49,749 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CompletionCoordinatorService.wsdl
> [0m[0m22:26:49,751 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-c11
> [0m[0m22:26:49,753 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}ActivationSe...
> portName={http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:49,755 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}Registration...
> portName={http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationPor...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:49,797 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from class com.arjuna.webservices11.wscoor.sei.ActivationPortTypeImpl
> [0m[0m22:26:49,821 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
> [0m[0m22:26:49,889 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-client.deployment/CompletionInitiatorService.wsdl
> [0m[0m22:26:49,891 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
> [0m[0m22:26:50,000 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
> [0m[0m22:26:50,107 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-client.deployment/TerminationParticipantService.wsdl
> [0m[0m22:26:50,109 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithCoordinatorCompletionParticipantService
> [0m[0m22:26:50,230 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".ParticipantService
> [0m[0m22:26:50,230 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithParticipantCompletionParticipantService
> [0m[0m22:26:50,231 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithParticipantCompletionCoordinatorService
> [0m[0m22:26:50,232 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorService
> [0m[0m22:26:50,233 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorRPCService
> [0m[0m22:26:50,234 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CoordinatorService
> [0m[0m22:26:50,234 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithCoordinatorCompletionCoordinatorService
> [0m[0m22:26:50,235 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorRPCService
> [0m[0m22:26:50,236 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorService
> [0m[0m22:26:50,237 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-client.deployment".TerminationParticipantService
> [0m[0m22:26:50,251 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-client.deployment".CompletionInitiatorService
> [0m[0m22:26:50,275 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "xtstest.war" (runtime-name: "xtstest.war")
> [0m[0m22:26:50,295 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) JBAS015012: Started FileSystemDeploymentService for directory /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/deployments
> [0m[0m22:26:50,296 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "restat-web-5.0.2.Final-SNAPSHOT.war" (runtime-name: "restat-web-5.0.2.Final-SNAPSHOT.war")
> [0m[0m22:26:50,296 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-participant
> [0m[0m22:26:50,331 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-c11/ActivationService
> [0m[0m22:26:50,371 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-c11.deployment/ActivationService.wsdl
> [0m[0m22:26:50,372 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from class com.arjuna.webservices11.wscoor.sei.RegistrationPortTypeImpl
> [0m[0m22:26:50,481 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-c11/RegistrationService
> [0m[0m22:26:50,510 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-c11.deployment/RegistrationService.wsdl
> [0m[0m22:26:50,511 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-coordinator
> [0m[0m22:26:50,560 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /ws-t11-participant
> [0m[0m22:26:50,561 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-client
> [0m[0m22:26:50,562 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /ws-t11-client
> [0m[0m22:26:50,583 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /ws-t11-coordinator
> [0m[0m22:26:50,970 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-c11.deployment".RegistrationService
> [0m[0m22:26:50,972 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-c11.deployment".ActivationService
> [0m[0m22:26:51,904 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-c11
> [0m[0m22:26:51,905 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /ws-c11
> [0m[33m22:26:52,132 WARN [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017507: Secure listener for protocol: 'HTTP/1.1' not found! Using non secure port!
> [0m[0m22:26:52,132 INFO [stdout] (MSC service thread 1-1) Rule.execute called for open trace file_1
> [0m[0m22:26:52,133 INFO [stdout] (MSC service thread 1-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:52,134 INFO [stdout] (MSC service thread 1-1) calling installed(open trace file) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:52,134 INFO [stdout] (MSC service thread 1-1) Installed rule using default helper : open trace file
> [0m[0m22:26:52,134 INFO [stdout] (MSC service thread 1-1) open trace file execute
> [0m[0m22:26:52,134 INFO [stdout] (MSC service thread 1-1) Rule.execute called for create participant deletes counter_0
> [0m[0m22:26:52,135 INFO [stdout] (MSC service thread 1-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:52,135 INFO [stdout] (MSC service thread 1-1) calling installed(create participant deletes counter) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:52,135 INFO [stdout] (MSC service thread 1-1) Installed rule using default helper : create participant deletes counter
> [0m[0m22:26:52,136 INFO [stdout] (MSC service thread 1-1) create participant deletes counter execute
> [0m[0m22:26:52,223 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC participant receive getStatus in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:26:52,227 INFO [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace CC participant receive getStatus
> [0m[0m22:26:52,243 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC participant receive getStatus in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:26:52,247 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC participant send soap fault in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:26:52,256 INFO [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace CC participant send soap fault
> [0m[0m22:26:52,268 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC participant send soap fault in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:26:52,273 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC participant receive getStatus in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:26:52,284 INFO [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace PC participant receive getStatus
> [0m[0m22:26:52,309 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC participant receive getStatus in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:26:52,312 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC participant send soap fault in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:26:52,323 INFO [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace PC participant send soap fault
> [0m[0m22:26:52,335 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC participant send soap fault in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:26:52,497 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trigger rendezvous on complete in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator
> [0m[0m22:26:52,499 INFO [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator.participantCompleted(java.lang.String) void for rule trigger rendezvous on complete
> [0m[0m22:26:52,501 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trigger rendezvous on complete in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator
> [0m[0m22:26:52,513 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate coordinator close in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:26:52,514 INFO [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.cancel() int for rule trace subordinate coordinator close
> [0m[0m22:26:52,516 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate coordinator close in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:26:52,518 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate coordinator prepare in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:26:52,519 INFO [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.complete() void for rule trace subordinate coordinator prepare
> [0m[0m22:26:52,521 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate coordinator prepare in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:26:52,533 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate coordinator cancel 2 in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:26:52,535 INFO [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.cancel() int for rule trace subordinate coordinator cancel 2
> [0m[0m22:26:52,537 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate coordinator cancel 2 in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:26:52,638 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace delete participant and exit JVM in class org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryManagerImple
> [0m[0m22:26:52,640 INFO [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryManagerImple.deleteParticipantRecoveryRecord(java.lang.String) boolean for rule trace delete participant and exit JVM
> [0m[0m22:26:52,642 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace delete participant and exit JVM in class org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryManagerImple
> [0m[0m22:26:52,735 INFO [org.jboss.jbossts.txbridge] (MSC service thread 1-1) ARJUNA033013: OutboundBridgeRecoveryManager starting
> [0m[0m22:26:52,747 INFO [org.jboss.jbossts.txbridge] (MSC service thread 1-1) ARJUNA033006: InboundBridgeRecoveryManager starting
> [0m[33m22:26:52,908 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.
> [0m[33m22:26:52,908 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.
> [0m[33m22:26:53,013 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.
> [0m[0m22:26:53,274 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016002: Processing weld deployment xtstest.war
> [0m[0m22:26:53,422 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-1) HV000001: Hibernate Validator 5.0.3.Final
> [0m[0m22:26:54,448 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016005: Starting Services for CDI deployment: xtstest.war
> [0m[0m22:26:54,538 INFO [org.jboss.weld.Version] (MSC service thread 1-1) WELD-000900: 2.1.2 (Final)
> [0m[0m22:26:54,585 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}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:54,586 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}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:54,586 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=XTS_Service_Test_Service_Two
> address=http://localhost:8080/xtstest/xtsservicetest2
> implementor=org.jboss.jbossts.xts.servicetests.service.XTSServiceTestPortTypeImpl
> serviceName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:54,587 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=XTS_Service_Test_Service_Three
> address=http://localhost:8080/xtstest/xtsservicetest3
> implementor=org.jboss.jbossts.xts.servicetests.service.XTSServiceTestPortTypeImpl
> serviceName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:54,687 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
> [0m[0m22:26:54,746 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/xtstest/xtssubordinateservicetest1
> [0m[0m22:26:54,769 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:26:54,770 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
> [0m[0m22:26:54,780 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest1
> [0m[0m22:26:54,789 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:26:54,790 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
> [0m[0m22:26:54,794 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest2
> [0m[0m22:26:54,806 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:26:54,807 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
> [0m[0m22:26:54,810 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest3
> [0m[0m22:26:54,822 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:26:54,869 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Subordinate_Service_One
> [0m[0m22:26:54,870 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_One
> [0m[0m22:26:54,872 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_Three
> [0m[0m22:26:54,873 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_Two
> [0m[0m22:26:54,880 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016008: Starting weld service for deployment xtstest.war
> [0m[0m22:26:55,373 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221034: Waiting to obtain live lock
> [0m[0m22:26:55,374 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221035: Live Server Obtained live lock
> [0m[0m22:26:58,747 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221007: Server is now live
> [0m[0m22:26:58,748 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221001: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [b8df3454-a183-11e3-a068-15a73905c1d7]
> [0m[31m22:26:58,836 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014613: Operation ("deploy") failed - address: ([("deployment" => "restat-web-5.0.2.Final-SNAPSHOT.war")]) - failure description: {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.\"restat-web-5.0.2.Final-SNAPSHOT\".\"restat-web-5.0.2.Final-SNAPSHOT\".DefaultJMSConnectionFactory is missing [jboss.naming.context.java.jboss.DefaultJMSConnectionFactory]"]}
> [0m[0m22:26:58,847 INFO [org.jboss.messaging] (MSC service thread 1-1) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor acceptor
> [0m[0m22:26:58,849 INFO [org.jboss.messaging] (MSC service thread 1-1) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor-throughput acceptor
> [0m[0m22:26:58,879 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 58) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m22:26:58,885 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 58) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
> [0m[0m22:26:59,288 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010406: Registered connection factory java:/JmsXA
> [0m[0m22:26:59,350 INFO [org.hornetq.ra] (MSC service thread 1-2) HornetQ resource adaptor started
> [0m[0m22:26:59,350 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-2) IJ020002: Deployed: file://RaActivatorhornetq-ra
> [0m[0m22:26:59,353 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m22:26:59,355 INFO [org.jboss.as.messaging] (MSC service thread 1-2) JBAS011601: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m22:26:59,914 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /rest-tx
> [0m[0m22:26:59,963 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : possible trigger for rule setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:26:59,989 INFO [stdout] (weld-worker-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest.run() void for rule setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:27:00,179 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : inserted trigger for setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:27:00,181 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : possible trigger for rule wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:27:00,184 INFO [stdout] (weld-worker-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest.run() void for rule wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:27:00,191 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : inserted trigger for wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:27:01,366 INFO [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-2) Starting XTSServiceTestRunner
> [0m[0m22:27:01,367 INFO [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-2) Started XTSServiceTestRunner
> [0m[0m22:27:01,398 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /xtstest
> [0m[0m22:27:01,455 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS018559: Deployed "xtstest.war" (runtime-name : "xtstest.war")
> [0m[0m22:27:01,456 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")
> [0m[0m22:27:01,631 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
> [0m[0m22:27:01,631 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
> [0m[0m22:27:01,632 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.0.1.Final-SNAPSHOT "WildFly" started in 31603ms - Started 474 of 532 services (109 services are lazy, passive or on-demand)
> [0mMar 01, 2014 10:27:01 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController kill
> INFO: Hard killing of a server instance
> Mar 01, 2014 10:27:01 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: waiting for byteman to kill the server
> Mar 01, 2014 10:27:01 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [0m22:27:01,782 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017535: Unregistered web context: /xtstest
> [0m[0m22:27:01,807 INFO [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-2) Stopping XTSServiceTestRunner
> [0m[0m22:27:01,808 INFO [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-2) Stopped XTSServiceTestRunner
> [0m[0m22:27:01,815 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /rest-tx
> [0m[0m22:27:01,821 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015540: Stopping service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_Three
> [0m[0m22:27:01,822 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015540: Stopping service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_Two
> [0m[0m22:27:01,823 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015540: Stopping service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Subordinate_Service_One
> [0m[0m22:27:01,823 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015540: Stopping service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_One
> [0m[0m22:27:01,826 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016009: Stopping weld service for deployment xtstest.war
> [0m[0m22:27:01,921 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment xtstest.war (runtime-name: xtstest.war) in 149ms
> [0m[0m22:27:01,950 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment restat-web-5.0.2.Final-SNAPSHOT.war (runtime-name: restat-web-5.0.2.Final-SNAPSHOT.war) in 136ms
> [0m[0m22:27:02,187 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018558: Undeployed "restat-web-5.0.2.Final-SNAPSHOT.war" (runtime-name: "restat-web-5.0.2.Final-SNAPSHOT.war")
> [0m[0m22:27:02,188 INFO [org.jboss.as.repository] (DeploymentScanner-threads - 2) JBAS014901: Content removed from location /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/content/7c/0ae90e2dd441c4d40c44bf87762b7111ef8379/content
> [0m[0m22:27:02,189 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018558: Undeployed "xtstest.war" (runtime-name: "xtstest.war")
> [0mMar 01, 2014 10:27:11 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:27:11 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [0m22:27:14,683 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate prepared replay in class org.jboss.jbossts.xts.recovery.coordinator.ba.RecoverySubordinateBACoordinator
> [0m[0m22:27:14,684 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.recovery.coordinator.ba.RecoverySubordinateBACoordinator.replayPhase2() void for rule trace subordinate prepared replay
> [0m[0m22:27:14,685 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate prepared replay in class org.jboss.jbossts.xts.recovery.coordinator.ba.RecoverySubordinateBACoordinator
> [0m[0m22:27:14,697 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered CC participant send status in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:27:14,701 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.sendStatus(com.arjuna.webservices11.wsba.State) void for rule trace recovered CC participant send status
> [0m[0m22:27:14,703 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered CC participant send status in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:27:14,706 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC coordinator engine create in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:27:14,707 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.<init>(java.lang.String,javax.xml.ws.wsaddressing.W3CEndpointReference,com.arjuna.webservices11.wsba.State,boolean) void for rule trace CC coordinator engine create
> [0m[0m22:27:14,713 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC coordinator engine create in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:27:14,718 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive CC participant compensated in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:27:14,719 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.compensated(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive CC participant compensated
> [0m[0m22:27:14,724 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive CC participant compensated in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:27:14,729 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive CC participant completed in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:27:14,730 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.completed(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive CC participant completed
> [0m[0m22:27:14,737 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive CC participant completed in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:27:14,742 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send CC participant complete in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:27:14,800 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.complete() com.arjuna.webservices11.wsba.State for rule trace send CC participant complete
> [0m[0m22:27:14,804 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace send CC participant complete in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:27:14,809 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send CC participant compensate in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:27:14,813 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.compensate() com.arjuna.webservices11.wsba.State for rule trace send CC participant compensate
> [0m[0m22:27:14,818 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace send CC participant compensate in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:27:15,149 INFO [stdout] (Periodic Recovery) Rule.execute called for trace CC coordinator engine create_19
> [0m[0m22:27:15,150 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:27:15,150 INFO [stdout] (Periodic Recovery) calling installed(trace CC coordinator engine create) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:27:15,150 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace CC coordinator engine create
> [0m[0m22:27:15,151 INFO [stdout] (Periodic Recovery) trace CC coordinator engine create execute
> [0m[0m22:27:15,151 INFO [stdout] (Periodic Recovery) rule.debug{trace CC coordinator engine create} : created recovered CC coordinator engine CCP0:ffffac118321:210e46c8:53125e6b:22
> [0m[0m22:27:15,170 INFO [stdout] (Periodic Recovery) Rule.execute called for trace CC coordinator engine create_19
> [0m[0m22:27:15,170 INFO [stdout] (Periodic Recovery) trace CC coordinator engine create execute
> [0m[0m22:27:15,171 INFO [stdout] (Periodic Recovery) rule.debug{trace CC coordinator engine create} : created recovered CC coordinator engine CCP0:ffffac118321:210e46c8:53125e6b:25
> [0m[0m22:27:15,171 INFO [stdout] (Periodic Recovery) Rule.execute called for trace subordinate prepared replay_17
> [0m[0m22:27:15,176 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:27:15,177 INFO [stdout] (Periodic Recovery) calling installed(trace subordinate prepared replay) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:27:15,177 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace subordinate prepared replay
> [0m[0m22:27:15,177 INFO [stdout] (Periodic Recovery) trace subordinate prepared replay execute
> [0m[0m22:27:15,178 INFO [stdout] (Periodic Recovery) rule.debug{trace subordinate prepared replay} : reinstated prepared subordinate transaction 0:ffffac118321:210e46c8:53125e6b:1d
> [0m[33m22:27:15,189 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:27:15,189 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:27:15,190 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0m[33m22:27:15,190 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046045: Compensating orphaned subordinate WS-BA transcation 0:ffffac118321:210e46c8:53125e6b:1d
> [0m[0m22:27:15,190 INFO [stdout] (Periodic Recovery) Rule.execute called for trace subordinate coordinator close_11
> [0m[0m22:27:15,191 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:27:15,191 INFO [stdout] (Periodic Recovery) calling installed(trace subordinate coordinator close) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:27:15,191 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace subordinate coordinator close
> [0m[0m22:27:15,192 INFO [stdout] (Periodic Recovery) trace subordinate coordinator close execute
> [0m[0m22:27:15,192 INFO [stdout] (Periodic Recovery) rule.debug{trace subordinate coordinator close} : cancel called for subordinate coordinator BasicAction: 0:ffffac118321:210e46c8:53125e6b:1d status: ActionStatus.COMMITTING
> [0m[0m22:27:15,192 INFO [stdout] (Periodic Recovery) Rule.execute called for trace send CC participant compensate_23
> [0m[0m22:27:15,194 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:27:15,194 INFO [stdout] (Periodic Recovery) calling installed(trace send CC participant compensate) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:27:15,195 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace send CC participant compensate
> [0m[0m22:27:15,195 INFO [stdout] (Periodic Recovery) trace send CC participant compensate execute
> [0m[0m22:27:15,195 INFO [stdout] (Periodic Recovery) rule.debug{trace send CC participant compensate} : compensate sent for CC coordinator engine CCP0:ffffac118321:210e46c8:53125e6b:22
> [0m[0m22:27:15,345 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Periodic Recovery) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-participant-binding.wsdl
> [0m[33m22:27:19,692 WARN [com.arjuna.wst] (TaskWorker-1) ARJUNA043120: Compensate request dropped pending registration of application-specific recovery module for WS-BA participant: org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0mMar 01, 2014 10:27:21 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:27:21 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:27:31 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:27:31 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:27:41 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:27:41 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:27:47,602 WARN [com.arjuna.ats.arjuna] (Periodic Recovery) ARJUNA012091: Top-level abort of action 0:ffffac118321:210e46c8:53125e6b:1d received TwoPhaseOutcome.FINISH_ERROR from com.arjuna.mwlabs.wscf.model.sagas.arjunacore.ParticipantRecord
> [0m[0m22:27:47,602 INFO [stdout] (Periodic Recovery) Rule.execute called for trace send CC participant compensate_23
> [0m[0m22:27:47,602 INFO [stdout] (Periodic Recovery) trace send CC participant compensate execute
> [0m[0m22:27:47,603 INFO [stdout] (Periodic Recovery) rule.debug{trace send CC participant compensate} : compensate sent for CC coordinator engine CCP0:ffffac118321:210e46c8:53125e6b:25
> [0m[0m22:27:47,630 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Periodic Recovery) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-participant-binding.wsdl
> [0m[33m22:27:47,671 WARN [com.arjuna.wst] (TaskWorker-1) ARJUNA043120: Compensate request dropped pending registration of application-specific recovery module for WS-BA participant: org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0mMar 01, 2014 10:27:51 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:27:51 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:28:01 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:28:01 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:28:11 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:28:11 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:28:17,673 WARN [com.arjuna.ats.arjuna] (Periodic Recovery) ARJUNA012091: Top-level abort of action 0:ffffac118321:210e46c8:53125e6b:1d received TwoPhaseOutcome.FINISH_ERROR from com.arjuna.mwlabs.wscf.model.sagas.arjunacore.ParticipantRecord
> [0m[0m22:28:17,676 INFO [stdout] (Periodic Recovery) Rule.execute called for trace remove committed state_5
> [0m[0m22:28:17,677 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:28:17,678 INFO [stdout] (Periodic Recovery) calling installed(trace remove committed state) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:28:17,678 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace remove committed state
> [0m[0m22:28:17,679 INFO [stdout] (Periodic Recovery) trace remove committed state execute
> [0m[0m22:28:17,679 INFO [stdout] (Periodic Recovery) rule.debug{trace remove committed state} : removed transaction 0:ffffac118321:210e46c8:53125e6b:1d
> [0m[0m22:28:17,679 INFO [stdout] (Periodic Recovery) Rule.execute called for trace remove committed state and exit JVM_4
> [0m[0m22:28:17,681 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:28:17,681 INFO [stdout] (Periodic Recovery) calling installed(trace remove committed state and exit JVM) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:28:17,682 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace remove committed state and exit JVM
> [0m[0m22:28:17,682 INFO [stdout] (Periodic Recovery) trace remove committed state and exit JVM execute
> [0m[0m22:28:17,682 INFO [stdout] (Periodic Recovery) Rule.execute called for trace subordinate coordinator cancel 2_13
> [0m[0m22:28:17,683 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:28:17,684 INFO [stdout] (Periodic Recovery) calling installed(trace subordinate coordinator cancel 2) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:28:17,684 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace subordinate coordinator cancel 2
> [0m[0m22:28:17,684 INFO [stdout] (Periodic Recovery) trace subordinate coordinator cancel 2 execute
> [0m[0m22:28:17,684 INFO [stdout] (Periodic Recovery) rule.debug{trace subordinate coordinator cancel 2} : cancel returned for subordinate coordinator BasicAction: 0:ffffac118321:210e46c8:53125e6b:1d status: ActionStatus.ABORTED
> [0mMar 01, 2014 10:28:21 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:28:21 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:28:31 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:28:31 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:28:37,719 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:28:37,720 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:28:37,720 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:28:41 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:28:41 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:28:51 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:28:51 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:28:57,736 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:28:57,737 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:28:57,737 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:29:01 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:29:01 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:29:11 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:29:11 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:29:17,751 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:29:17,751 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:29:17,751 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:29:21 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:29:21 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:29:31 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:29:31 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:29:37,769 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:29:37,769 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:29:37,769 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:29:41 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:29:41 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:29:51 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:29:51 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:29:57,786 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:29:57,786 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:29:57,787 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:30:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:30:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:30:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:30:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:30:17,802 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:30:17,802 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:30:17,802 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:30:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:30:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:30:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:30:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:30:37,822 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:30:37,823 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:30:37,823 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:30:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:30:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:30:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:30:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:30:57,839 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:30:57,839 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:30:57,840 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:31:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:31:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:31:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:31:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:31:17,854 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:31:17,854 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:31:17,854 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:31:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:31:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:31:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:31:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:31:37,870 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:31:37,870 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:31:37,870 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:31:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:31:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:31:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:31:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:31:57,888 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:31:57,889 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:31:57,889 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:32:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:32:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:32:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:32:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:32:17,904 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:32:17,904 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:32:17,904 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:32:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:32:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:32:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:32:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:32:37,945 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:32:37,945 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:32:37,945 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:32:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:32:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:32:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:32:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:32:57,962 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:32:57,962 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:32:57,963 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:33:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:33:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:33:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:33:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:33:18,201 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:33:18,202 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:33:18,202 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:33:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:33:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:33:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:33:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:33:38,219 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:33:38,220 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:33:38,220 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:33:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:33:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:33:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:33:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:33:58,242 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:33:58,242 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:33:58,242 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:34:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:34:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:34:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:34:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:34:18,271 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:34:18,271 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:34:18,271 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:34:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:34:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:34:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:34:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:34:38,289 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:34:38,289 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:34:38,290 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:34:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:34:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:34:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:34:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:34:58,306 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:34:58,307 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:34:58,307 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:35:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:35:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:35:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:35:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:35:18,322 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:35:18,323 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:35:18,323 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:35:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:35:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:35:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:35:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:35:38,345 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:35:38,346 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:35:38,346 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:35:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:35:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:35:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:35:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:35:58,364 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:35:58,365 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:35:58,365 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:36:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:36:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:36:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:36:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:36:18,379 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:36:18,379 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:36:18,380 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:36:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:36:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:36:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:36:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:36:38,405 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:36:38,406 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:36:38,406 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:36:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:36:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:36:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:36:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:36:58,635 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:36:58,636 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:36:58,636 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:37:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:37:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'ps axu | grep jboss-module[s] | awk '{print $2}' | xargs kill'
> Mar 01, 2014 10:37:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [0m22:37:02,826 INFO [org.jboss.as.messaging] (MSC service thread 1-2) JBAS011605: Unbound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m22:37:02,827 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010410: Unbound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m22:37:02,886 INFO [org.jboss.jbossts.txbridge] (MSC service thread 1-1) ARJUNA033007: InboundBridgeRecoveryManager stopping
> [0m[0m22:37:02,894 INFO [org.jboss.jbossts.txbridge] (MSC service thread 1-1) ARJUNA033014: OutboundBridgeRecoveryManager stopping
> [0m[0m22:37:02,908 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010409: Unbound data source [java:jboss/datasources/ExampleDS]
> [0m[0m22:37:02,919 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 65) JBAS011605: Unbound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m22:37:02,929 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) JBAS010418: Stopped Driver service with driver-name = h2
> [0m[0m22:37:02,930 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint-publish.ws-t11-client
> [0m[0m22:37:02,931 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /ws-t11-client
> [0m[0m22:37:02,931 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint-publish.ws-t11-coordinator
> [0m[0m22:37:02,932 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015540: Stopping service jboss.ws.endpoint-publish.ws-t11-participant
> [0m[0m22:37:02,932 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017535: Unregistered web context: /ws-t11-participant
> [0m[0m22:37:02,931 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /ws-t11-coordinator
> [0m[0m22:37:02,932 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint-publish.ws-c11
> [0m[0m22:37:02,933 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /ws-c11
> [0m[0m22:37:02,936 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."ws-t11-client.deployment".TerminationParticipantService
> [0m[0m22:37:02,937 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."ws-t11-client.deployment".CompletionInitiatorService
> [0m[0m22:37:02,938 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithParticipantCompletionCoordinatorService
> [0m[0m22:37:02,939 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."ws-t11-coordinator.deployment".CoordinatorService
> [0m[0m22:37:02,939 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithCoordinatorCompletionCoordinatorService
> [0m[0m22:37:02,940 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorRPCService
> [0m[0m22:37:02,940 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorService
> [0m[0m22:37:02,941 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorRPCService
> [0m[0m22:37:02,942 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorService
> [0m[0m22:37:02,942 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."ws-c11.deployment".ActivationService
> [0m[0m22:37:02,943 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."ws-c11.deployment".RegistrationService
> [0m[0m22:37:02,944 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint-deploy.ws-t11-client
> [0m[0m22:37:02,949 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint-deploy.ws-t11-coordinator
> [0m[0m22:37:02,956 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint-deploy.ws-c11
> [0m[0m22:37:03,362 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015540: Stopping service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithParticipantCompletionParticipantService
> [0m[0m22:37:03,363 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015540: Stopping service jboss.ws.endpoint."ws-t11-participant.deployment".ParticipantService
> [0m[0m22:37:03,363 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015540: Stopping service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithCoordinatorCompletionParticipantService
> [0m[0m22:37:03,365 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017532: Host default-host stopping
> [0m[0m22:37:03,365 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015540: Stopping service jboss.ws.endpoint-deploy.ws-t11-participant
> [0m[0m22:37:03,379 INFO [org.hornetq.ra] (ServerService Thread Pool -- 64) HQ151003: HornetQ resource adaptor stopped
> [0m[0m22:37:03,528 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 64) HQ221002: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [b8df3454-a183-11e3-a068-15a73905c1d7] stopped
> [0m[0m22:37:03,530 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017521: Undertow HTTP listener default suspending
> [0m[0m22:37:03,533 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017520: Undertow HTTP listener default stopped, was bound to localhost.localdomain/127.0.0.1:8080
> [0m[0m22:37:03,535 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017506: Undertow 1.0.0.Final stopping
> [0m[0m22:37:03,540 INFO [org.jboss.as] (MSC service thread 1-1) JBAS015950: WildFly 8.0.1.Final-SNAPSHOT "WildFly" stopped in 699ms
> [0mMar 01, 2014 10:37:07 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:37:07 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor shutdownJBoss
> INFO: jboss-as shutdown after sending shutdown command
> +- [WSBA]
> +- [ParticipantRecoveryRecord]
> - 0_ffffac118321_210e46c8_53125e6b_29
> #BE @����Lorg.jboss.jbossts.xts11.recovery.participant.ba.BAParticipantRecoveryRecord����Forg.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0�����i<?xml version="1.0" encoding="UTF-8" standalone="yes"?><EndpointReference xmlns="http://www.w3.org/2005/08/addressing"><Address>http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithCoordinator...</Address><ReferenceParameters><wsarj:InstanceIdentifier xmlns:ns2="http://www.w3.org/2005/08/addressing" xmlns="http://docs.oasis-open.org/ws-tx/wscoor/2006/06" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsarj="http://schemas.arjuna.com/ws/2005/10/wsarj">0:ffffac118321:210e46c8:53125e6b:1a</wsarj:InstanceIdentifier></ReferenceParameters><Metadata><wsam:ServiceName EndpointName="BusinessAgreementWithCoordinatorCompletionCoordinatorPortType" xmlns:ns2="http://www.w3.org/2005/08/addressing" xmlns="http://docs.oasis-open.org/ws-tx/wscoor/2006/06" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsba="http://docs.oasis-open.org/ws-tx/wsba/2006/06" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata">wsba:BusinessAgreementWithCoordinatorCompletionCoordinatorService</wsam:ServiceName></Metadata></EndpointReference>�����������������������sr�[org.jboss.jbossts.xts.servicetests.service.participant.CoordinatorCompletionTestParticipant =�bv�.Y��xr�[org.jboss.jbossts.xts.servicetests.service.participant.ParticipantCompletionTestParticipant��d�w��xr�Norg.jboss.jbossts.xts.servicetests.service.participant.ScriptedTestParticipantL2>[
> ��L�commandst�Ljava/util/List;L�idt�Ljava/lang/String;xpsr�java.util.ArrayListx����a��I�sizexp���w���t�closext�Eorg.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0���
> null
> - 0_ffffac118321_210e46c8_53125e6b_2e
> #BE @����Lorg.jboss.jbossts.xts11.recovery.participant.ba.BAParticipantRecoveryRecord����Forg.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2�����l<?xml version="1.0" encoding="UTF-8" standalone="yes"?><EndpointReference xmlns="http://www.w3.org/2005/08/addressing"><Address>http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithCoordinator...</Address><ReferenceParameters><wsarj:InstanceIdentifier xmlns:ns2="http://www.w3.org/2005/08/addressing" xmlns="http://docs.oasis-open.org/ws-tx/wscoor/2006/06" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsarj="http://schemas.arjuna.com/ws/2005/10/wsarj">CCP0:ffffac118321:210e46c8:53125e6b:25</wsarj:InstanceIdentifier></ReferenceParameters><Metadata><wsam:ServiceName EndpointName="BusinessAgreementWithCoordinatorCompletionCoordinatorPortType" xmlns:ns2="http://www.w3.org/2005/08/addressing" xmlns="http://docs.oasis-open.org/ws-tx/wscoor/2006/06" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsba="http://docs.oasis-open.org/ws-tx/wsba/2006/06" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata">wsba:BusinessAgreementWithCoordinatorCompletionCoordinatorService</wsam:ServiceName></Metadata></EndpointReference>��������������������sr�[org.jboss.jbossts.xts.servicetests.service.participant.CoordinatorCompletionTestParticipant =�bv�.Y��xr�[org.jboss.jbossts.xts.servicetests.service.participant.ParticipantCompletionTestParticipant��d�w��xr�Norg.jboss.jbossts.xts.servicetests.service.participant.ScriptedTestParticipantL2>[
> ��L�commandst�Ljava/util/List;L�idt�Ljava/lang/String;xpsr�java.util.ArrayListx����a��I�sizexp���w���t�closext�Eorg.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2���
> null
> - 0_ffffac118321_210e46c8_53125e6b_2c
> #BE @����Lorg.jboss.jbossts.xts11.recovery.participant.ba.BAParticipantRecoveryRecord����Forg.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1�����l<?xml version="1.0" encoding="UTF-8" standalone="yes"?><EndpointReference xmlns="http://www.w3.org/2005/08/addressing"><Address>http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithCoordinator...</Address><ReferenceParameters><wsarj:InstanceIdentifier xmlns:ns2="http://www.w3.org/2005/08/addressing" xmlns="http://docs.oasis-open.org/ws-tx/wscoor/2006/06" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsarj="http://schemas.arjuna.com/ws/2005/10/wsarj">CCP0:ffffac118321:210e46c8:53125e6b:22</wsarj:InstanceIdentifier></ReferenceParameters><Metadata><wsam:ServiceName EndpointName="BusinessAgreementWithCoordinatorCompletionCoordinatorPortType" xmlns:ns2="http://www.w3.org/2005/08/addressing" xmlns="http://docs.oasis-open.org/ws-tx/wscoor/2006/06" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsba="http://docs.oasis-open.org/ws-tx/wsba/2006/06" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata">wsba:BusinessAgreementWithCoordinatorCompletionCoordinatorService</wsam:ServiceName></Metadata></EndpointReference>��������������������sr�[org.jboss.jbossts.xts.servicetests.service.participant.CoordinatorCompletionTestParticipant =�bv�.Y��xr�[org.jboss.jbossts.xts.servicetests.service.participant.ParticipantCompletionTestParticipant��d�w��xr�Norg.jboss.jbossts.xts.servicetests.service.participant.ScriptedTestParticipantL2>[
> ��L�commandst�Ljava/util/List;L�idt�Ljava/lang/String;xpsr�java.util.ArrayListx����a��I�sizexp���w���t�closext�Eorg.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1���
> null
> 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/XTS/localjunit/crash-recovery-tests/target/lib/byteman.jar=script:target/test-classes/scripts/BASubordinateCrashDuringComplete.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/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/tx-object-store
> remove tx-object-store: /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/tx-object-store
> copy /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/docs/examples/configs/standalone-xts.xml to /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/configuration/standalone-xts.xml
> Mar 01, 2014 10:37:07 PM com.arjuna.qa.junit.BaseCrashTest runTest
> INFO: Test starting, server should be down: BASubordinateCrashDuringComplete:subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> Mar 01, 2014 10:37:07 PM 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/XTS/localjunit/crash-recovery-tests/target/lib/byteman.jar=script:target/test-classes/scripts/BASubordinateCrashDuringComplete.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.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest, managementAddress=127.0.0.1, serverConfig=standalone-xts.xml}
> Mar 01, 2014 10:37:07 PM 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/XTS/localjunit/crash-recovery-tests/target/lib/byteman.jar=script:target/test-classes/scripts/BASubordinateCrashDuringComplete.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.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest, -ea, -Djboss.home.dir=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT, -Dorg.jboss.boot.log.file=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/log/server.log, -Dlogging.configuration=file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/configuration/logging.properties, -Djboss.bundles.dir=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/bundles, -jar, /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/jboss-modules.jar, -mp, /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules, org.jboss.as.standalone, -server-config, standalone-xts.xml]
> TransformListener() : accepting requests on localhost:9091
> Listening for transport dt_socket at address: 8787
> [0m22:37:09,537 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.0.Final
> [0m[0m22:37:10,161 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.1.Final
> [0m[33m22:37:10,442 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
> [0m[0m22:37:10,641 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015899: WildFly 8.0.1.Final-SNAPSHOT "WildFly" starting
> [0m[0m22:37:13,661 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015014: Re-attempting failed deployment restat-web-5.0.2.Final-SNAPSHOT.war
> [0m[0m22:37:13,789 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
> [0m[0m22:37:13,819 INFO [org.xnio] (MSC service thread 1-2) XNIO version 3.2.0.Final
> [0m[0m22:37:13,832 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.2.0.Final
> [0m[0m22:37:13,882 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 4.0.2.Final
> [0m[0m22:37:14,083 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 35) JBAS010280: Activating Infinispan subsystem.
> [0m[0m22:37:14,118 INFO [org.jboss.as.jacorb] (ServerService Thread Pool -- 36) JBAS016300: Activating JacORB Subsystem
> [0m[0m22:37:14,152 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 42) JBAS012615: Activated the following JSF Implementations: [main]
> [0m[0m22:37:14,671 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 46) JBAS011800: Activating Naming Subsystem
> [0m[0m22:37:14,778 INFO [org.jboss.as.security] (ServerService Thread Pool -- 51) JBAS013171: Activating Security Subsystem
> [0m[0m22:37:15,225 INFO [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016330: CORBA ORB Service started
> [0m[0m22:37:15,466 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 55) JBAS015537: Activating WebServices Extension
> [0m[0m22:37:15,514 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 30) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> [0m[0m22:37:15,673 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017502: Undertow 1.0.0.Final starting
> [0m[0m22:37:15,989 INFO [org.jboss.as.security] (MSC service thread 1-2) JBAS013170: Current PicketBox version=4.0.21.Beta1
> [0m[0m22:37:15,997 INFO [org.jboss.as.connector.logging] (MSC service thread 1-2) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.3.Final)
> [0m[0m22:37:16,419 INFO [org.jboss.as.naming] (MSC service thread 1-2) JBAS011802: Starting Naming Service
> [0m[0m22:37:16,459 INFO [org.jboss.as.jacorb] (MSC service thread 1-2) JBAS016328: CORBA Naming Service started
> [0m[0m22:37:16,526 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) JBAS015400: Bound mail session [java:jboss/mail/Default]
> [0m[0m22:37:16,604 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010417: Started Driver service with driver-name = h2
> [0m[0m22:37:16,639 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017502: Undertow 1.0.0.Final starting
> [0m[0m22:37:16,687 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017527: Creating file handler for path /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/welcome-content
> [0m[0m22:37:16,802 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
> [0m[0m22:37:16,813 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
> [0m[0m22:37:16,822 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
> [0m[0m22:37:16,859 INFO [stdout] (MSC service thread 1-1) Rule.execute called for reset periodic recovery wait time_0
> [0m[0m22:37:16,862 INFO [stdout] (MSC service thread 1-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:16,863 INFO [stdout] (MSC service thread 1-1) calling activated() for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:16,864 INFO [stdout] (MSC service thread 1-1) Default helper activated
> [0m[0m22:37:16,864 INFO [stdout] (MSC service thread 1-1) calling installed(reset periodic recovery wait time) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:16,864 INFO [stdout] (MSC service thread 1-1) Installed rule using default helper : reset periodic recovery wait time
> [0m[0m22:37:16,865 INFO [stdout] (MSC service thread 1-1) reset periodic recovery wait time execute
> [0m[0m22:37:16,865 INFO [stdout] (MSC service thread 1-1) caught ReturnException
> [0m[0m22:37:16,936 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace TX save at prepare in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:37:17,990 INFO [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.ats.arjuna.coordinator.BasicAction.prepare(boolean) int for rule trace TX save at prepare
> [0m[0m22:37:18,097 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace TX save at prepare in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:37:18,143 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace remove committed state and exit JVM in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:37:18,237 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 and exit JVM
> [0m[0m22:37:18,258 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace remove committed state and exit JVM in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:37:18,340 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
> [0m[0m22:37:18,615 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
> [0m[0m22:37:18,619 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
> [0m[0m22:37:19,667 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : possible trigger for rule create participant deletes counter in class org.jboss.jbossts.XTSService
> [0m[0m22:37:19,668 INFO [stdout] (ServerService Thread Pool -- 57) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.XTSService.start() void for rule create participant deletes counter
> [0m[0m22:37:19,682 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : inserted trigger for create participant deletes counter in class org.jboss.jbossts.XTSService
> [0m[0m22:37:19,684 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : possible trigger for rule open trace file in class org.jboss.jbossts.XTSService
> [0m[0m22:37:19,684 INFO [stdout] (ServerService Thread Pool -- 57) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.XTSService.start() void for rule open trace file
> [0m[0m22:37:19,721 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : inserted trigger for open trace file in class org.jboss.jbossts.XTSService
> [0m[0m22:37:19,738 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017525: Started server default-server.
> [0m[0m22:37:19,801 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080
> [0m[0m22:37:19,804 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017531: Host default-host starting
> [0m[0m22:37:22,857 INFO [org.jboss.ws.common.management] (MSC service thread 1-1) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.4.Final
> [0m[0m22:37:22,991 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-client
> [0m[0m22:37:22,993 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-c11
> [0m[0m22:37:23,206 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}ActivationSe...
> portName={http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:23,207 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}Registration...
> portName={http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationPor...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:23,289 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CompletionInit...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionInitiat...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:23,291 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}TerminationPart...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationPartici...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:23,312 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingjournal,bindingsDirectory=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingbindings,largeMessagesDirectory=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messaginglargemessages,pagingDirectory=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingpaging)
> [0m[0m22:37:23,314 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221006: Waiting to obtain live lock
> [0m[0m22:37:23,752 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221012: Using AIO Journal
> [0m[0m22:37:23,985 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
> [0m[0m22:37:24,249 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionInitiatorService from class com.arjuna.webservices11.wsat.sei.CompletionInitiatorPortTypeImpl
> [0m[0m22:37:24,671 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.
> [0m[0m22:37:24,704 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support CORE
> [0m[0m22:37:24,712 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support AMQP
> [0m[0m22:37:24,716 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support STOMP
> [0m[0m22:37:25,257 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221034: Waiting to obtain live lock
> [0m[0m22:37:25,258 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221035: Live Server Obtained live lock
> [0m[0m22:37:25,892 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
> [0m[0m22:37:25,902 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-client/CompletionInitiatorService
> [0m[0m22:37:26,367 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-client.deployment/CompletionInitiatorService.wsdl
> [0m[0m22:37:26,370 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationParticipantService from class com.arjuna.schemas.ws._2005._10.wsarjtx.TerminationParticipantPortType
> [0m[0m22:37:26,392 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-c11.deployment/ActivationService.wsdl
> [0m[0m22:37:26,440 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
> [0m[0m22:37:26,553 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-client/TerminationParticipantService
> [0m[0m22:37:26,621 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-client.deployment/TerminationParticipantService.wsdl
> [0m[0m22:37:26,626 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-coordinator
> [0m[0m22:37:26,729 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:26,730 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CoordinatorSer...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CoordinatorPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:26,731 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CompletionCoor...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:26,735 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}TerminationCoor...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:26,737 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}TerminationCoor...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:26,738 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:26,739 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CompletionCoor...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:26,846 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionCoordinatorService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithCoordinatorCompletionCoordinatorPortTypeImpl
> [0m[0m22:37:27,042 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithCoordinator...
> [0m[0m22:37:27,136 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/BusinessAgreementWithCoordinatorCompletionCoordinatorService.wsdl
> [0m[0m22:37:27,137 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CoordinatorService from class com.arjuna.webservices11.wsat.sei.CoordinatorPortTypeImpl
> [0m[0m22:37:27,158 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CoordinatorService
> [0m[0m22:37:27,232 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CoordinatorService.wsdl
> [0m[0m22:37:27,233 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordinatorRPCService from class com.arjuna.webservices11.wsat.sei.CompletionCoordinatorRPCPortTypeImpl
> [0m[0m22:37:27,278 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorRPCService
> [0m[0m22:37:27,294 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CompletionCoordinatorRPCService.wsdl
> [0m[0m22:37:27,295 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorRPCPortTypeImplService from class com.arjuna.webservices11.wsarjtx.sei.TerminationCoordinatorRPCPortTypeImpl
> [0m[0m22:37:27,313 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorRPCService
> [0m[0m22:37:27,328 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/TerminationCoordinatorRPCPortTypeImplService.wsdl
> [0m[0m22:37:27,329 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorService from class com.arjuna.schemas.ws._2005._10.wsarjtx.TerminationCoordinatorPortType
> [0m[0m22:37:27,337 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorService
> [0m[0m22:37:27,375 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
> [0m[0m22:37:27,396 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-c11.deployment/RegistrationService.wsdl
> [0m[0m22:37:27,397 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-participant
> [0m[0m22:37:27,399 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}ParticipantSer...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}ParticipantPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:27,401 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:27,403 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:27,417 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
> [0m[0m22:37:27,483 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/TerminationCoordinatorService.wsdl
> [0m[0m22:37:27,484 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithParticipantCompletionCoordinatorPortTypeImpl
> [0m[0m22:37:27,612 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithParticipant...
> [0m[0m22:37:27,749 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/BusinessAgreementWithParticipantCompletionCoordinatorService.wsdl
> [0m[0m22:37:27,750 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordinatorService from class com.arjuna.webservices11.wsat.sei.CompletionCoordinatorPortTypeImpl
> [0m[0m22:37:27,756 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorService
> [0m[0m22:37:27,835 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
> [0m[0m22:37:27,854 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/ParticipantService.wsdl
> [0m[0m22:37:27,855 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
> [0m[0m22:37:27,902 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/BusinessAgreementWithParticipant...
> [0m[0m22:37:27,932 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CompletionCoordinatorService.wsdl
> [0m[0m22:37:27,938 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-client.deployment".CompletionInitiatorService
> [0m[0m22:37:27,956 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-client.deployment".TerminationParticipantService
> [0m[0m22:37:27,957 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-c11.deployment".ActivationService
> [0m[0m22:37:27,957 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-c11.deployment".RegistrationService
> [0m[0m22:37:27,958 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorService
> [0m[0m22:37:27,959 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithParticipantCompletionCoordinatorService
> [0m[0m22:37:27,960 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorRPCService
> [0m[0m22:37:27,961 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithCoordinatorCompletionCoordinatorService
> [0m[0m22:37:27,962 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorRPCService
> [0m[0m22:37:27,962 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorService
> [0m[0m22:37:27,963 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CoordinatorService
> [0m[0m22:37:28,000 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/BusinessAgreementWithParticipantCompletionParticipantService.wsdl
> [0m[0m22:37:28,028 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
> [0m[0m22:37:28,059 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) JBAS015012: Started FileSystemDeploymentService for directory /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/deployments
> [0m[0m22:37:28,066 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")
> [0m[0m22:37:28,084 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-client
> [0m[0m22:37:28,093 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/BusinessAgreementWithCoordinator...
> [0m[0m22:37:28,361 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/BusinessAgreementWithCoordinatorCompletionParticipantService.wsdl
> [0m[0m22:37:28,362 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-c11
> [0m[0m22:37:28,427 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /ws-t11-client
> [0m[0m22:37:28,431 INFO [org.jboss.messaging] (MSC service thread 1-2) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor acceptor
> [0m[0m22:37:28,433 INFO [org.jboss.messaging] (MSC service thread 1-2) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor-throughput acceptor
> [0m[0m22:37:28,434 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-coordinator
> [0m[0m22:37:28,435 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221007: Server is now live
> [0m[0m22:37:28,435 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221001: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [b8df3454-a183-11e3-a068-15a73905c1d7]
> [0m[0m22:37:28,437 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /ws-t11-coordinator
> [0m[0m22:37:28,437 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
> [0m[0m22:37:28,471 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /ws-c11
> [0m[0m22:37:28,472 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".ParticipantService
> [0m[0m22:37:28,472 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithParticipantCompletionParticipantService
> [0m[0m22:37:28,473 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithCoordinatorCompletionParticipantService
> [0m[0m22:37:28,596 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 58) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m22:37:28,889 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-participant
> [0m[0m22:37:28,890 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /ws-t11-participant
> [0m[0m22:37:29,079 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-1) JBAS010406: Registered connection factory java:/JmsXA
> [0m[33m22:37:29,090 WARN [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017507: Secure listener for protocol: 'HTTP/1.1' not found! Using non secure port!
> [0m[0m22:37:29,091 INFO [stdout] (MSC service thread 1-2) Rule.execute called for open trace file_5
> [0m[0m22:37:29,092 INFO [stdout] (MSC service thread 1-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:29,102 INFO [stdout] (MSC service thread 1-2) calling installed(open trace file) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:29,103 INFO [stdout] (MSC service thread 1-2) Installed rule using default helper : open trace file
> [0m[0m22:37:29,103 INFO [stdout] (MSC service thread 1-2) open trace file execute
> [0m[0m22:37:29,104 INFO [stdout] (MSC service thread 1-2) Rule.execute called for create participant deletes counter_4
> [0m[0m22:37:29,104 INFO [stdout] (MSC service thread 1-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:29,105 INFO [stdout] (MSC service thread 1-2) calling installed(create participant deletes counter) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:29,105 INFO [stdout] (MSC service thread 1-2) Installed rule using default helper : create participant deletes counter
> [0m[0m22:37:29,105 INFO [stdout] (MSC service thread 1-2) create participant deletes counter execute
> [0m[0m22:37:29,160 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC participant receive getStatus in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:37:29,163 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace CC participant receive getStatus
> [0m[0m22:37:29,172 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC participant receive getStatus in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:37:29,174 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC participant send soap fault in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:37:29,184 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace CC participant send soap fault
> [0m[0m22:37:29,186 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC participant send soap fault in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:37:29,189 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC participant receive getStatus in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:37:29,200 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace PC participant receive getStatus
> [0m[0m22:37:29,214 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC participant receive getStatus in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:37:29,217 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC participant send soap fault in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:37:29,220 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace PC participant send soap fault
> [0m[0m22:37:29,222 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC participant send soap fault in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:37:29,260 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trigger rendezvous on complete in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator
> [0m[0m22:37:29,262 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator.participantCompleted(java.lang.String) void for rule trigger rendezvous on complete
> [0m[0m22:37:29,264 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trigger rendezvous on complete in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator
> [0m[0m22:37:29,340 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate coordinator close in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:37:29,343 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.cancel() int for rule trace subordinate coordinator close
> [0m[0m22:37:29,345 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate coordinator close in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:37:29,357 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate coordinator prepare in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:37:29,363 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.complete() void for rule trace subordinate coordinator prepare
> [0m[0m22:37:29,366 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate coordinator prepare in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:37:29,368 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate coordinator cancel 2 in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:37:29,369 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.cancel() int for rule trace subordinate coordinator cancel 2
> [0m[0m22:37:29,372 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate coordinator cancel 2 in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:37:31,268 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace delete participant and exit JVM in class org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryManagerImple
> [0m[0m22:37:31,270 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryManagerImple.deleteParticipantRecoveryRecord(java.lang.String) boolean for rule trace delete participant and exit JVM
> [0m[0m22:37:31,271 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 59) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
> [0m[0m22:37:31,274 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace delete participant and exit JVM in class org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryManagerImple
> [0m[0m22:37:31,574 INFO [org.jboss.jbossts.txbridge] (MSC service thread 1-2) ARJUNA033006: InboundBridgeRecoveryManager starting
> [0m[0m22:37:31,576 INFO [org.jboss.jbossts.txbridge] (MSC service thread 1-2) ARJUNA033013: OutboundBridgeRecoveryManager starting
> [0m[33m22:37:31,663 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) 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.
> [0m[33m22:37:31,663 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) 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.
> [0m[0m22:37:32,225 INFO [org.hornetq.ra] (MSC service thread 1-1) HornetQ resource adaptor started
> [0m[0m22:37:32,225 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-1) IJ020002: Deployed: file://RaActivatorhornetq-ra
> [0m[0m22:37:32,235 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-1) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m22:37:32,235 INFO [org.jboss.as.messaging] (MSC service thread 1-1) JBAS011601: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m22:37:34,488 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /rest-tx
> [0m[0m22:37:34,565 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")
> [0m[0m22:37:34,716 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
> [0m[0m22:37:34,716 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
> [0m[0m22:37:34,724 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.0.1.Final-SNAPSHOT "WildFly" started in 26654ms - Started 314 of 367 services (99 services are lazy, passive or on-demand)
> [0m[0m22:37:35,180 INFO [org.jboss.as.repository] (management-handler-thread - 4) JBAS014900: Content added at location /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/content/17/52ba064e8fc90387d77d879de40f4b818a3adb/content
> [0m[0m22:37:35,191 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "xtstest.war" (runtime-name: "xtstest.war")
> [0m[33m22:37:36,066 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) 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.
> [0m[0m22:37:36,086 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016002: Processing weld deployment xtstest.war
> [0m[0m22:37:36,155 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-1) HV000001: Hibernate Validator 5.0.3.Final
> [0m[0m22:37:36,549 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016005: Starting Services for CDI deployment: xtstest.war
> [0m[0m22:37:36,893 INFO [org.jboss.weld.Version] (MSC service thread 1-2) WELD-000900: 2.1.2 (Final)
> [0m[0m22:37:36,919 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:36,920 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:36,921 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) JBWS024061: Adding service endpoint metadata: id=XTS_Service_Test_Service_Two
> address=http://localhost:8080/xtstest/xtsservicetest2
> implementor=org.jboss.jbossts.xts.servicetests.service.XTSServiceTestPortTypeImpl
> serviceName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:36,922 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) JBWS024061: Adding service endpoint metadata: id=XTS_Service_Test_Service_Three
> address=http://localhost:8080/xtstest/xtsservicetest3
> implementor=org.jboss.jbossts.xts.servicetests.service.XTSServiceTestPortTypeImpl
> serviceName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:36,974 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceTestService from WSDL: WEB-INF/wsdl/xtsservicetests.wsdl
> [0m[0m22:37:37,003 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/xtstest/xtssubordinateservicetest1
> [0m[0m22:37:37,017 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:37:37,022 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceTestService from WSDL: WEB-INF/wsdl/xtsservicetests.wsdl
> [0m[0m22:37:37,032 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest1
> [0m[0m22:37:37,041 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:37:37,041 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceTestService from WSDL: WEB-INF/wsdl/xtsservicetests.wsdl
> [0m[0m22:37:37,045 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest2
> [0m[0m22:37:37,053 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:37:37,054 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceTestService from WSDL: WEB-INF/wsdl/xtsservicetests.wsdl
> [0m[0m22:37:37,057 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest3
> [0m[0m22:37:37,065 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:37:37,090 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_Two
> [0m[0m22:37:37,101 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Subordinate_Service_One
> [0m[0m22:37:37,105 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_One
> [0m[0m22:37:37,109 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_Three
> [0m[0m22:37:37,114 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016008: Starting weld service for deployment xtstest.war
> [0m[0m22:37:37,508 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : possible trigger for rule setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:37:37,533 INFO [stdout] (weld-worker-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest.run() void for rule setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:37:37,537 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : inserted trigger for setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:37:37,538 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : possible trigger for rule wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:37:37,541 INFO [stdout] (weld-worker-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest.run() void for rule wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:37:37,542 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : inserted trigger for wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:37:38,581 INFO [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-1) Starting XTSServiceTestRunner
> [0m[0m22:37:38,581 INFO [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-1) Starting XTS Service Test org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:37:38,581 INFO [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-1) Started XTSServiceTestRunner
> [0m[0m22:37:38,582 INFO [stdout] (Thread-82) Rule.execute called for setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest_15
> [0m[0m22:37:38,583 INFO [stdout] (Thread-82) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:38,583 INFO [stdout] (Thread-82) calling installed(setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:38,583 INFO [stdout] (Thread-82) Installed rule using default helper : setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:37:38,584 INFO [stdout] (Thread-82) setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest execute
> [0m[0m22:37:38,604 INFO [stdout] (Thread-82) rule.debug{setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest} : creating counter and rendezvous
> [0m[0m22:37:38,606 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /xtstest
> [0m[0m22:37:38,909 INFO [org.jboss.as.server] (management-handler-thread - 4) JBAS018559: Deployed "xtstest.war" (runtime-name : "xtstest.war")
> [0m[0m22:37:43,683 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Thread-82) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
> [0m[0m22:37:43,719 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Thread-82) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
> [0m[0m22:37:44,490 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Thread-82) Creating Service {http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceTestService from WSDL: vfs:/content/xtstest.war/WEB-INF/classes/org/jboss/jbossts/xts/servicetests/generated/wsdl/xtsservicetests.wsdl
> [0mMar 01, 2014 10:37:45 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController kill
> INFO: Hard killing of a server instance
> Mar 01, 2014 10:37:45 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: waiting for byteman to kill the server
> Mar 01, 2014 10:37:45 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [0m22:37:45,609 INFO [stdout] (default task-2) service /xtsservicetest1
> [0m[0m22:37:45,610 INFO [stdout] (default task-2) command enlistParticipantCompletion
> [0m[0m22:37:45,610 INFO [stdout] (default task-2) command close
> [0m[0m22:37:45,782 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-2) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m22:37:46,126 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered PC participant send status in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:37:46,136 INFO [stdout] (default task-3) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine.sendStatus(com.arjuna.webservices11.wsba.State) void for rule trace recovered PC participant send status
> [0m[0m22:37:46,138 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered PC participant send status in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:37:46,141 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC coordinator engine create in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:37:46,142 INFO [stdout] (default task-3) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine.<init>(java.lang.String,javax.xml.ws.wsaddressing.W3CEndpointReference,com.arjuna.webservices11.wsba.State,boolean) void for rule trace PC coordinator engine create
> [0m[0m22:37:46,148 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC coordinator engine create in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:37:46,154 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive participant compensated in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:37:46,156 INFO [stdout] (default task-3) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine.compensated(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive participant compensated
> [0m[0m22:37:46,161 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive participant compensated in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:37:47,156 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive participant completed in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:37:47,158 INFO [stdout] (default task-3) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine.completed(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive participant completed
> [0m[0m22:37:47,172 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive participant completed in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:37:47,176 INFO [stdout] (default task-3) Rule.execute called for trace PC coordinator engine create_18
> [0m[0m22:37:47,177 INFO [stdout] (default task-3) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:47,178 INFO [stdout] (default task-3) calling installed(trace PC coordinator engine create) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:47,178 INFO [stdout] (default task-3) Installed rule using default helper : trace PC coordinator engine create
> [0m[0m22:37:47,178 INFO [stdout] (default task-3) trace PC coordinator engine create execute
> [0m[0m22:37:51,260 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC participant receive soap fault in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:37:51,263 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine.soapFault(com.arjuna.webservices.SoapFault,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace PC participant receive soap fault
> [0m[0m22:37:51,269 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC participant receive soap fault in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:37:51,273 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered PC participant received status in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:37:51,275 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine.status(org.oasis_open.docs.ws_tx.wsba._2006._06.StatusType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace recovered PC participant received status
> [0m[0m22:37:51,291 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered PC participant received status in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:37:51,294 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC participant create in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:37:51,295 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine.<init>(java.lang.String,javax.xml.ws.wsaddressing.W3CEndpointReference,com.arjuna.wst.BusinessAgreementWithParticipantCompletionParticipant,com.arjuna.webservices11.wsba.State,boolean) void for rule trace PC participant create
> [0m[0m22:37:51,458 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC participant create in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:37:51,477 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send participant completed in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:37:51,486 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine.sendCompleted(boolean) void for rule trace send participant completed
> [0m[0m22:37:51,490 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace send participant completed in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:37:51,604 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send participant compensated in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:37:51,609 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine.sendCompensated() void for rule trace send participant compensated
> [0m[0m22:37:51,611 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace send participant compensated in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:37:51,615 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered PC participant send getStatus in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:37:51,618 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine.sendCompleted(boolean) void for rule trace recovered PC participant send getStatus
> [0m[0m22:37:51,622 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered PC participant send getStatus in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:37:51,626 INFO [stdout] (default task-2) Rule.execute called for trace PC participant create_23
> [0m[0m22:37:51,626 INFO [stdout] (default task-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:51,627 INFO [stdout] (default task-2) calling installed(trace PC participant create) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:51,627 INFO [stdout] (default task-2) Installed rule using default helper : trace PC participant create
> [0m[0m22:37:51,628 INFO [stdout] (default task-2) trace PC participant create execute
> [0m[0m22:37:53,717 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub compensate in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,720 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.compensate() void for rule trace subordinate participant stub compensate
> [0m[0m22:37:53,722 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub compensate in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,723 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub complete in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,724 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.complete() void for rule trace subordinate participant stub complete
> [0m[0m22:37:53,728 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub complete in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,730 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub complete 2 in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,731 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.complete() void for rule trace subordinate participant stub complete 2
> [0m[0m22:37:53,735 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub complete 2 in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,736 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub compensate forward in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,739 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.compensate() void for rule trace subordinate participant stub compensate forward
> [0m[0m22:37:53,740 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub compensate forward in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,743 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub compensate with no coordinator in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,745 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.compensate() void for rule trace subordinate participant stub compensate with no coordinator
> [0m[0m22:37:53,747 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub compensate with no coordinator in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,749 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub compensate with unactivated coordinator in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,751 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.compensate() void for rule trace subordinate participant stub compensate with unactivated coordinator
> [0m[0m22:37:53,753 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub compensate with unactivated coordinator in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,755 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub compensate with system exception from coordinator in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,757 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.compensate() void for rule trace subordinate participant stub compensate with system exception from coordinator
> [0m[0m22:37:53,759 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub compensate with system exception from coordinator in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,761 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub compensate return in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,764 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.compensate() void for rule trace subordinate participant stub compensate return
> [0m[0m22:37:53,766 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub compensate return in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,855 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-4) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m22:37:53,897 INFO [stdout] (default task-5) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered CC participant send status in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:37:53,901 INFO [stdout] (default task-5) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.sendStatus(com.arjuna.webservices11.wsba.State) void for rule trace recovered CC participant send status
> [0m[0m22:37:53,903 INFO [stdout] (default task-5) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered CC participant send status in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:37:53,927 INFO [stdout] (default task-5) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC coordinator engine create in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:37:53,928 INFO [stdout] (default task-5) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.<init>(java.lang.String,javax.xml.ws.wsaddressing.W3CEndpointReference,com.arjuna.webservices11.wsba.State,boolean) void for rule trace CC coordinator engine create
> [0m[0m22:37:53,933 INFO [stdout] (default task-5) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC coordinator engine create in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:37:53,936 INFO [stdout] (default task-5) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive CC participant compensated in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:37:53,937 INFO [stdout] (default task-5) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.compensated(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive CC participant compensated
> [0m[0m22:37:53,945 INFO [stdout] (default task-5) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive CC participant compensated in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:37:53,958 INFO [stdout] (default task-5) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive CC participant completed in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:37:53,959 INFO [stdout] (default task-5) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.completed(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive CC participant completed
> [0m[0m22:37:53,966 INFO [stdout] (default task-5) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive CC participant completed in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:37:53,969 INFO [stdout] (default task-5) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send CC participant complete in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:37:53,987 INFO [stdout] (default task-5) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.complete() com.arjuna.webservices11.wsba.State for rule trace send CC participant complete
> [0m[0m22:37:54,011 INFO [stdout] (default task-5) org.jboss.byteman.agent.Transformer : inserted trigger for trace send CC participant complete in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:37:54,014 INFO [stdout] (default task-5) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send CC participant compensate in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:37:54,038 INFO [stdout] (default task-5) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.compensate() com.arjuna.webservices11.wsba.State for rule trace send CC participant compensate
> [0m[0m22:37:54,042 INFO [stdout] (default task-5) org.jboss.byteman.agent.Transformer : inserted trigger for trace send CC participant compensate in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:37:54,045 INFO [stdout] (default task-5) Rule.execute called for trace CC coordinator engine create_36
> [0m[0m22:37:54,045 INFO [stdout] (default task-5) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:54,046 INFO [stdout] (default task-5) calling installed(trace CC coordinator engine create) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:54,046 INFO [stdout] (default task-5) Installed rule using default helper : trace CC coordinator engine create
> [0m[0m22:37:54,047 INFO [stdout] (default task-5) trace CC coordinator engine create execute
> [0m[0m22:37:54,085 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC participant receive soap fault in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,092 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.soapFault(com.arjuna.webservices.SoapFault,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace CC participant receive soap fault
> [0m[0m22:37:54,108 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC participant receive soap fault in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,116 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered CC participant received status in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,131 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.status(org.oasis_open.docs.ws_tx.wsba._2006._06.StatusType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace recovered CC participant received status
> [0m[0m22:37:54,139 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered CC participant received status in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,142 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC participant create in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,142 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.<init>(java.lang.String,javax.xml.ws.wsaddressing.W3CEndpointReference,com.arjuna.wst.BusinessAgreementWithCoordinatorCompletionParticipant,com.arjuna.webservices11.wsba.State,boolean) void for rule trace CC participant create
> [0m[0m22:37:54,155 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC participant create in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,162 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive CC participant complete in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,163 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.complete(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive CC participant complete
> [0m[0m22:37:54,172 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive CC participant complete in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,175 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send CC participant completed in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,183 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.sendCompleted(boolean) void for rule trace send CC participant completed
> [0m[0m22:37:54,186 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace send CC participant completed in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,189 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive CC participant compensate in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,190 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.compensate(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive CC participant compensate
> [0m[0m22:37:54,199 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive CC participant compensate in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,201 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send CC participant compensated in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,210 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.sendCompensated() void for rule trace send CC participant compensated
> [0m[0m22:37:54,212 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace send CC participant compensated in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,253 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered CC participant send getStatus in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,260 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.sendCompleted(boolean) void for rule trace recovered CC participant send getStatus
> [0m[0m22:37:54,263 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered CC participant send getStatus in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,266 INFO [stdout] (default task-4) Rule.execute called for trace CC participant create_43
> [0m[0m22:37:54,267 INFO [stdout] (default task-4) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:54,267 INFO [stdout] (default task-4) calling installed(trace CC participant create) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:54,267 INFO [stdout] (default task-4) Installed rule using default helper : trace CC participant create
> [0m[0m22:37:54,267 INFO [stdout] (default task-4) trace CC participant create execute
> [0m[0m22:37:54,273 INFO [stdout] (default task-4) service /xtssubordinateservicetest1
> [0m[0m22:37:54,273 INFO [stdout] (default task-4) command enlistParticipantCompletion
> [0m[0m22:37:54,273 INFO [stdout] (default task-4) command close
> [0m[0m22:37:54,299 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-4) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m22:37:54,365 INFO [stdout] (default task-6) Rule.execute called for trace PC coordinator engine create_18
> [0m[0m22:37:54,366 INFO [stdout] (default task-6) trace PC coordinator engine create execute
> [0mMar 01, 2014 10:37:55 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:37:55 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [0m22:37:54,378 INFO [stdout] (default task-4) Rule.execute called for trace PC participant create_23
> [0m[0m22:37:54,378 INFO [stdout] (default task-4) trace PC participant create execute
> [0m[0m22:37:56,224 INFO [stdout] (default task-7) service /xtssubordinateservicetest1
> [0m[0m22:37:56,225 INFO [stdout] (default task-7) command enlistParticipantCompletion
> [0m[0m22:37:56,225 INFO [stdout] (default task-7) command close
> [0m[0m22:37:56,649 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-7) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m22:37:56,757 INFO [stdout] (default task-8) Rule.execute called for trace PC coordinator engine create_18
> [0m[0m22:37:56,757 INFO [stdout] (default task-8) trace PC coordinator engine create execute
> [0m[0m22:37:56,770 INFO [stdout] (default task-7) Rule.execute called for trace PC participant create_23
> [0m[0m22:37:56,770 INFO [stdout] (default task-7) trace PC participant create execute
> [0m[0m22:37:56,849 INFO [stdout] (default task-9) service /xtsservicetest1
> [0m[0m22:37:56,849 INFO [stdout] (default task-9) command completed
> [0m[0m22:37:56,850 INFO [stdout] (default task-9) command org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.0
> [0m[0m22:37:56,921 INFO [stdout] (default task-9) Rule.execute called for trace send participant completed_24
> [0m[0m22:37:56,922 INFO [stdout] (default task-9) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:56,923 INFO [stdout] (default task-9) calling installed(trace send participant completed) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:56,923 INFO [stdout] (default task-9) Installed rule using default helper : trace send participant completed
> [0m[0m22:37:56,924 INFO [stdout] (default task-9) trace send participant completed execute
> [0m[0m22:37:56,924 INFO [stdout] (default task-9) rule.debug{trace send participant completed} : completed sent for PC participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.0
> [0m[0m22:37:57,097 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-9) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m22:37:57,419 INFO [stdout] (default task-11) service /xtssubordinateservicetest1
> [0m[0m22:37:57,419 INFO [stdout] (default task-11) command completed
> [0m[0m22:37:57,419 INFO [stdout] (default task-11) command org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.1
> [0m[0m22:37:57,427 INFO [stdout] (TaskWorker-1) Rule.execute called for trace receive participant completed_20
> [0m[0m22:37:57,430 INFO [stdout] (TaskWorker-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:57,430 INFO [stdout] (TaskWorker-1) calling installed(trace receive participant completed) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:57,431 INFO [stdout] (TaskWorker-1) Installed rule using default helper : trace receive participant completed
> [0m[0m22:37:57,431 INFO [stdout] (TaskWorker-1) trace receive participant completed execute
> [0m[0m22:37:57,432 INFO [stdout] (TaskWorker-1) rule.debug{trace receive participant completed} : completed received for PC coordinator engine 0:ffffac118321:-2b70c0f5:5312611e:1a
> [0m[0m22:37:57,433 INFO [stdout] (TaskWorker-1) Rule.execute called for trigger rendezvous on complete_10
> [0m[0m22:37:57,434 INFO [stdout] (TaskWorker-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:57,434 INFO [stdout] (TaskWorker-1) calling installed(trigger rendezvous on complete) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:57,435 INFO [stdout] (TaskWorker-1) Installed rule using default helper : trigger rendezvous on complete
> [0m[0m22:37:57,435 INFO [stdout] (TaskWorker-1) trigger rendezvous on complete execute
> [0m[0m22:37:57,436 INFO [stdout] (TaskWorker-1) rule.debug{trigger rendezvous on complete} : decrementing
> [0m[0m22:37:57,482 INFO [stdout] (default task-11) Rule.execute called for trace send participant completed_24
> [0m[0m22:37:57,483 INFO [stdout] (default task-11) trace send participant completed execute
> [0m[0m22:37:57,484 INFO [stdout] (default task-11) rule.debug{trace send participant completed} : completed sent for PC participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.1
> [0m[0m22:37:57,594 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-11) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m22:37:57,902 INFO [stdout] (TaskWorker-1) Rule.execute called for trace receive participant completed_20
> [0m[0m22:37:57,903 INFO [stdout] (TaskWorker-1) trace receive participant completed execute
> [0m[0m22:37:57,903 INFO [stdout] (TaskWorker-1) rule.debug{trace receive participant completed} : completed received for PC coordinator engine PCP0:ffffac118321:-2b70c0f5:5312611e:23
> [0m[0m22:37:57,903 INFO [stdout] (TaskWorker-1) Rule.execute called for trigger rendezvous on complete_10
> [0m[0m22:37:57,904 INFO [stdout] (TaskWorker-1) trigger rendezvous on complete execute
> [0m[0m22:37:57,904 INFO [stdout] (TaskWorker-1) rule.debug{trigger rendezvous on complete} : decrementing
> [0m[0m22:37:57,929 INFO [stdout] (default task-13) service /xtssubordinateservicetest1
> [0m[0m22:37:57,930 INFO [stdout] (default task-13) command completed
> [0m[0m22:37:57,930 INFO [stdout] (default task-13) command org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.2
> [0m[0m22:37:57,974 INFO [stdout] (default task-13) Rule.execute called for trace send participant completed_24
> [0m[0m22:37:57,975 INFO [stdout] (default task-13) trace send participant completed execute
> [0m[0m22:37:57,975 INFO [stdout] (default task-13) rule.debug{trace send participant completed} : completed sent for PC participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.2
> [0m[0m22:37:58,176 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-13) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m22:37:58,340 INFO [stdout] (Thread-82) Rule.execute called for wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest_16
> [0m[0m22:37:58,340 INFO [stdout] (Thread-82) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,341 INFO [stdout] (Thread-82) calling installed(wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,341 INFO [stdout] (Thread-82) Installed rule using default helper : wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:37:58,341 INFO [stdout] (Thread-82) wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest execute
> [0m[0m22:37:58,341 INFO [stdout] (Thread-82) rule.debug{wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest} : waiting to call close
> [0m[0m22:37:58,343 INFO [stdout] (TaskWorker-1) Rule.execute called for trace receive participant completed_20
> [0m[0m22:37:58,343 INFO [stdout] (TaskWorker-1) trace receive participant completed execute
> [0m[0m22:37:58,343 INFO [stdout] (TaskWorker-1) rule.debug{trace receive participant completed} : completed received for PC coordinator engine PCP0:ffffac118321:-2b70c0f5:5312611e:26
> [0m[0m22:37:58,344 INFO [stdout] (TaskWorker-1) Rule.execute called for trigger rendezvous on complete_10
> [0m[0m22:37:58,344 INFO [stdout] (TaskWorker-1) trigger rendezvous on complete execute
> [0m[0m22:37:58,344 INFO [stdout] (TaskWorker-1) rule.debug{trigger rendezvous on complete} : decrementing
> [0m[0m22:37:58,344 INFO [stdout] (TaskWorker-1) rule.debug{trigger rendezvous on complete} : closes-complete, triggering rendezvous
> [0m[0m22:37:58,345 INFO [stdout] (Thread-82) rule.debug{wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest} : rendezvous complete, calling close
> [0m[0m22:37:58,397 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Thread-82) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m22:37:58,594 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Thread-82) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/com/arjuna/schemas/ws/_2005/_10/wsarjtx/wsdl/wsarjtx-termination-coordinator-binding.wsdl
> [0m[0m22:37:58,634 INFO [stdout] (TaskWorker-1) Rule.execute called for trace send CC participant complete_39
> [0m[0m22:37:58,635 INFO [stdout] (TaskWorker-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,635 INFO [stdout] (TaskWorker-1) calling installed(trace send CC participant complete) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,635 INFO [stdout] (TaskWorker-1) Installed rule using default helper : trace send CC participant complete
> [0m[0m22:37:58,636 INFO [stdout] (TaskWorker-1) trace send CC participant complete execute
> [0m[0m22:37:58,636 INFO [stdout] (TaskWorker-1) rule.debug{trace send CC participant complete} : complete sent for CC coordinator engine 0:ffffac118321:-2b70c0f5:5312611e:20
> [0m[0m22:37:58,735 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-participant-binding.wsdl
> [0m[0m22:37:58,808 INFO [stdout] (TaskWorker-2) Rule.execute called for trace receive CC participant complete_44
> [0m[0m22:37:58,810 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,810 INFO [stdout] (TaskWorker-2) calling installed(trace receive CC participant complete) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,811 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace receive CC participant complete
> [0m[0m22:37:58,811 INFO [stdout] (TaskWorker-2) trace receive CC participant complete execute
> [0m[0m22:37:58,812 INFO [stdout] (TaskWorker-2) rule.debug{trace receive CC participant complete} : complete received for CC participant org.jboss.jbossts.xts.ba.subordinate.participant.0:ffffac118321:-2b70c0f5:5312611e:1e_CCP
> [0m[0m22:37:58,812 INFO [stdout] (TaskWorker-2) Rule.execute called for trace subordinate participant stub complete_28
> [0m[0m22:37:58,813 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,823 INFO [stdout] (TaskWorker-2) calling installed(trace subordinate participant stub complete) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,823 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace subordinate participant stub complete
> [0m[0m22:37:58,824 INFO [stdout] (TaskWorker-2) trace subordinate participant stub complete execute
> [0m[0m22:37:58,825 INFO [stdout] (TaskWorker-2) rule.debug{trace subordinate participant stub complete} : complete called for pseudo-participant com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub@745b2a
> [0m[0m22:37:58,826 INFO [stdout] (TaskWorker-2) Rule.execute called for trace subordinate coordinator prepare_12
> [0m[0m22:37:58,827 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,828 INFO [stdout] (TaskWorker-2) calling installed(trace subordinate coordinator prepare) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,829 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace subordinate coordinator prepare
> [0m[0m22:37:58,829 INFO [stdout] (TaskWorker-2) trace subordinate coordinator prepare execute
> [0m[0m22:37:58,829 INFO [stdout] (TaskWorker-2) rule.debug{trace subordinate coordinator prepare} : prepare for transaction 0:ffffac118321:-2b70c0f5:5312611e:1e
> [0m[0m22:37:58,836 INFO [stdout] (TaskWorker-2) Rule.execute called for trace TX save at prepare_1
> [0m[0m22:37:58,837 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,838 INFO [stdout] (TaskWorker-2) calling installed(trace TX save at prepare) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,838 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace TX save at prepare
> [0m[0m22:37:58,839 INFO [stdout] (TaskWorker-2) trace TX save at prepare execute
> [0m[0m22:37:58,839 INFO [stdout] (TaskWorker-2) rule.debug{trace TX save at prepare} : saved to disk transaction 0:ffffac118321:-2b70c0f5:5312611e:1e
> [0m[0m22:37:58,891 INFO [stdout] (TaskWorker-2) Rule.execute called for trace subordinate participant stub complete 2_29
> [0m[0m22:37:58,892 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,893 INFO [stdout] (TaskWorker-2) calling installed(trace subordinate participant stub complete 2) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,894 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace subordinate participant stub complete 2
> [0m[0m22:37:58,894 INFO [stdout] (TaskWorker-2) trace subordinate participant stub complete 2 execute
> [0m[0m22:37:58,895 INFO [stdout] (TaskWorker-2) rule.debug{trace subordinate participant stub complete 2} : JVM exit
> [0mMar 01, 2014 10:38:06 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:38:06 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:38:06 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep '\[java\] <defunct>')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:38:06 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as killed by byteman scirpt
> Mar 01, 2014 10:38:06 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'mkdir -p ./target/surefire-reports/processes'
> Mar 01, 2014 10:38:06 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'ps aux > ./target/surefire-reports/processes/null:null_43.txt'
> Mar 01, 2014 10:38:06 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor dumpProcesses
> INFO: Logged current running processes to: ./target/surefire-reports/processes/null:null_43.txt
> Mar 01, 2014 10:38:06 PM 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/XTS/localjunit/crash-recovery-tests/target/lib/byteman.jar=script:target/test-classes/scripts/BASubordinateCrashDuringComplete.btm,boot:target/lib/byteman.jar,listener:true -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n, managementAddress=127.0.0.1, serverConfig=standalone-xts.xml}
> Mar 01, 2014 10:38:06 PM 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/XTS/localjunit/crash-recovery-tests/target/lib/byteman.jar=script:target/test-classes/scripts/BASubordinateCrashDuringComplete.btm,boot:target/lib/byteman.jar,listener:true, -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n, -ea, -Djboss.home.dir=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT, -Dorg.jboss.boot.log.file=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/log/server.log, -Dlogging.configuration=file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/configuration/logging.properties, -Djboss.bundles.dir=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/bundles, -jar, /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/jboss-modules.jar, -mp, /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules, org.jboss.as.standalone, -server-config, standalone-xts.xml]
> TransformListener() : accepting requests on localhost:9091
> Listening for transport dt_socket at address: 8787
> [0m22:38:07,600 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.0.Final
> [0m[0m22:38:08,819 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.1.Final
> [0m[33m22:38:09,059 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
> [0m[0m22:38:09,142 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015899: WildFly 8.0.1.Final-SNAPSHOT "WildFly" starting
> [0m[0m22:38:12,726 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
> [0m[0m22:38:12,754 INFO [org.xnio] (MSC service thread 1-1) XNIO version 3.2.0.Final
> [0m[0m22:38:12,766 INFO [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.2.0.Final
> [0m[0m22:38:12,812 INFO [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 4.0.2.Final
> [0m[0m22:38:12,953 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 35) JBAS010280: Activating Infinispan subsystem.
> [0m[0m22:38:12,967 INFO [org.jboss.as.jacorb] (ServerService Thread Pool -- 36) JBAS016300: Activating JacORB Subsystem
> [0m[0m22:38:12,995 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 46) JBAS011800: Activating Naming Subsystem
> [0m[0m22:38:13,071 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : possible trigger for rule create participant deletes counter in class org.jboss.jbossts.XTSService
> [0m[0m22:38:13,084 INFO [stdout] (ServerService Thread Pool -- 57) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.XTSService.start() void for rule create participant deletes counter
> [0m[0m22:38:13,100 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : inserted trigger for create participant deletes counter in class org.jboss.jbossts.XTSService
> [0m[0m22:38:13,103 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : possible trigger for rule open trace file in class org.jboss.jbossts.XTSService
> [0m[0m22:38:13,104 INFO [stdout] (ServerService Thread Pool -- 57) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.XTSService.start() void for rule open trace file
> [0m[0m22:38:13,126 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : inserted trigger for open trace file in class org.jboss.jbossts.XTSService
> [0m[0m22:38:12,993 INFO [org.jboss.as.security] (ServerService Thread Pool -- 51) JBAS013171: Activating Security Subsystem
> [0m[0m22:38:15,447 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 55) JBAS015537: Activating WebServices Extension
> [0m[0m22:38:15,511 INFO [org.jboss.as.naming] (MSC service thread 1-2) JBAS011802: Starting Naming Service
> [0m[0m22:38:15,533 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 42) JBAS012615: Activated the following JSF Implementations: [main]
> [0m[0m22:38:17,048 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 30) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> [0m[0m22:38:17,232 INFO [org.jboss.as.mail.extension] (MSC service thread 1-1) JBAS015400: Bound mail session [java:jboss/mail/Default]
> [0m[0m22:38:17,438 INFO [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016330: CORBA ORB Service started
> [0m[0m22:38:17,442 INFO [org.jboss.as.security] (MSC service thread 1-2) JBAS013170: Current PicketBox version=4.0.21.Beta1
> [0m[0m22:38:17,570 INFO [org.jboss.as.connector.logging] (MSC service thread 1-2) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.3.Final)
> [0m[0m22:38:18,056 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) JBAS010417: Started Driver service with driver-name = h2
> [0m[0m22:38:18,178 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
> [0m[0m22:38:18,180 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
> [0m[0m22:38:18,186 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
> [0m[0m22:38:20,605 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017502: Undertow 1.0.0.Final starting
> [0m[0m22:38:20,613 INFO [stdout] (MSC service thread 1-1) Rule.execute called for reset periodic recovery wait time_2
> [0m[0m22:38:20,626 INFO [stdout] (MSC service thread 1-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:20,627 INFO [stdout] (MSC service thread 1-1) calling activated() for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:20,628 INFO [stdout] (MSC service thread 1-1) Default helper activated
> [0m[0m22:38:20,628 INFO [stdout] (MSC service thread 1-1) calling installed(reset periodic recovery wait time) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:20,629 INFO [stdout] (MSC service thread 1-1) Installed rule using default helper : reset periodic recovery wait time
> [0m[0m22:38:20,629 INFO [stdout] (MSC service thread 1-1) reset periodic recovery wait time execute
> [0m[0m22:38:20,630 INFO [stdout] (MSC service thread 1-1) caught ReturnException
> [0m[0m22:38:20,677 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017527: Creating file handler for path /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/welcome-content
> [0m[0m22:38:20,692 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace TX save at prepare in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:38:20,808 INFO [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.ats.arjuna.coordinator.BasicAction.prepare(boolean) int for rule trace TX save at prepare
> [0m[0m22:38:20,834 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace TX save at prepare in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:38:20,873 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace remove committed state and exit JVM in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:38:20,991 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 and exit JVM
> [0m[0m22:38:21,018 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace remove committed state and exit JVM in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:38:21,061 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
> [0m[0m22:38:21,158 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
> [0m[0m22:38:21,164 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
> [0m[0m22:38:22,075 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017502: Undertow 1.0.0.Final starting
> [0m[0m22:38:23,016 INFO [org.jboss.as.jacorb] (MSC service thread 1-2) JBAS016328: CORBA Naming Service started
> [0m[0m22:38:23,515 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "xtstest.war" (runtime-name: "xtstest.war")
> [0m[0m22:38:23,518 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")
> [0m[0m22:38:23,526 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) JBAS015012: Started FileSystemDeploymentService for directory /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/deployments
> [0m[0m22:38:23,719 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017525: Started server default-server.
> [0m[0m22:38:24,828 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017531: Host default-host starting
> [0m[0m22:38:25,782 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
> [0m[33m22:38:25,890 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.
> [0m[33m22:38:25,924 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.
> [0m[33m22:38:25,927 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.
> [0m[0m22:38:26,014 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016002: Processing weld deployment xtstest.war
> [0m[0m22:38:26,083 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-1) HV000001: Hibernate Validator 5.0.3.Final
> [0m[0m22:38:26,423 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080
> [0m[0m22:38:26,960 INFO [org.jboss.ws.common.management] (MSC service thread 1-2) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.4.Final
> [0m[0m22:38:27,048 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-client
> [0m[0m22:38:27,123 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CompletionInit...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionInitiat...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:27,124 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}TerminationPart...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationPartici...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:27,490 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionInitiatorService from class com.arjuna.webservices11.wsat.sei.CompletionInitiatorPortTypeImpl
> [0m[0m22:38:28,837 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-client/CompletionInitiatorService
> [0m[0m22:38:29,407 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-client.deployment/CompletionInitiatorService.wsdl
> [0m[0m22:38:29,419 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationParticipantService from class com.arjuna.schemas.ws._2005._10.wsarjtx.TerminationParticipantPortType
> [0m[0m22:38:29,485 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-client/TerminationParticipantService
> [0m[0m22:38:29,546 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-client.deployment/TerminationParticipantService.wsdl
> [0m[0m22:38:29,619 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-coordinator
> [0m[0m22:38:29,623 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:29,624 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CoordinatorSer...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CoordinatorPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:29,625 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CompletionCoor...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:29,626 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}TerminationCoor...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:29,628 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}TerminationCoor...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:29,629 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:29,630 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CompletionCoor...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:29,663 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionCoordinatorService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithCoordinatorCompletionCoordinatorPortTypeImpl
> [0m[0m22:38:29,786 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithCoordinator...
> [0m[0m22:38:29,885 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/BusinessAgreementWithCoordinatorCompletionCoordinatorService.wsdl
> [0m[0m22:38:29,886 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CoordinatorService from class com.arjuna.webservices11.wsat.sei.CoordinatorPortTypeImpl
> [0m[0m22:38:29,903 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CoordinatorService
> [0m[0m22:38:30,043 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CoordinatorService.wsdl
> [0m[0m22:38:30,044 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordinatorRPCService from class com.arjuna.webservices11.wsat.sei.CompletionCoordinatorRPCPortTypeImpl
> [0m[0m22:38:30,067 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorRPCService
> [0m[0m22:38:30,114 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CompletionCoordinatorRPCService.wsdl
> [0m[0m22:38:30,114 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorRPCPortTypeImplService from class com.arjuna.webservices11.wsarjtx.sei.TerminationCoordinatorRPCPortTypeImpl
> [0m[0m22:38:30,141 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorRPCService
> [0m[0m22:38:30,155 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/TerminationCoordinatorRPCPortTypeImplService.wsdl
> [0m[0m22:38:30,156 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorService from class com.arjuna.schemas.ws._2005._10.wsarjtx.TerminationCoordinatorPortType
> [0m[0m22:38:30,177 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorService
> [0m[0m22:38:30,195 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/TerminationCoordinatorService.wsdl
> [0m[0m22:38:30,196 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithParticipantCompletionCoordinatorPortTypeImpl
> [0m[0m22:38:30,214 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithParticipant...
> [0m[0m22:38:30,254 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/BusinessAgreementWithParticipantCompletionCoordinatorService.wsdl
> [0m[0m22:38:30,254 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordinatorService from class com.arjuna.webservices11.wsat.sei.CompletionCoordinatorPortTypeImpl
> [0m[0m22:38:30,270 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorService
> [0m[0m22:38:30,282 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CompletionCoordinatorService.wsdl
> [0m[0m22:38:30,285 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-c11
> [0m[0m22:38:30,288 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}ActivationSe...
> portName={http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:30,288 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}Registration...
> portName={http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationPor...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:30,303 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from class com.arjuna.webservices11.wscoor.sei.ActivationPortTypeImpl
> [0m[0m22:38:30,646 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-c11/ActivationService
> [0m[0m22:38:30,692 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-c11.deployment/ActivationService.wsdl
> [0m[0m22:38:30,693 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from class com.arjuna.webservices11.wscoor.sei.RegistrationPortTypeImpl
> [0m[0m22:38:30,743 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-c11/RegistrationService
> [0m[0m22:38:30,768 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-c11.deployment/RegistrationService.wsdl
> [0m[0m22:38:30,769 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-participant
> [0m[0m22:38:30,772 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}ParticipantSer...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}ParticipantPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:30,773 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:30,775 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:30,828 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}ParticipantService from class com.arjuna.webservices11.wsat.sei.ParticipantPortTypeImpl
> [0m[0m22:38:30,859 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-participant/ParticipantService
> [0m[0m22:38:30,879 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/ParticipantService.wsdl
> [0m[0m22:38:30,880 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionParticipantService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithParticipantCompletionParticipantPortTypeImpl
> [0m[0m22:38:30,956 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-participant/BusinessAgreementWithParticipant...
> [0m[0m22:38:30,990 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/BusinessAgreementWithParticipantCompletionParticipantService.wsdl
> [0m[0m22:38:30,991 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) 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
> [0m[0m22:38:31,010 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-participant/BusinessAgreementWithCoordinator...
> [0m[0m22:38:31,043 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/BusinessAgreementWithCoordinatorCompletionParticipantService.wsdl
> [0m[0m22:38:31,047 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-client.deployment".CompletionInitiatorService
> [0m[0m22:38:31,061 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-client.deployment".TerminationParticipantService
> [0m[0m22:38:31,102 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingjournal,bindingsDirectory=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingbindings,largeMessagesDirectory=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messaginglargemessages,pagingDirectory=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingpaging)
> [0m[0m22:38:31,104 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221006: Waiting to obtain live lock
> [0m[0m22:38:31,133 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorRPCService
> [0m[0m22:38:31,134 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorService
> [0m[0m22:38:31,135 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorService
> [0m[0m22:38:31,136 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithCoordinatorCompletionCoordinatorService
> [0m[0m22:38:31,137 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithParticipantCompletionCoordinatorService
> [0m[0m22:38:31,138 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CoordinatorService
> [0m[0m22:38:31,138 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorRPCService
> [0m[0m22:38:31,139 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-c11.deployment".ActivationService
> [0m[0m22:38:31,140 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-c11.deployment".RegistrationService
> [0m[0m22:38:31,141 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithParticipantCompletionParticipantService
> [0m[0m22:38:31,141 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithCoordinatorCompletionParticipantService
> [0m[0m22:38:31,142 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".ParticipantService
> [0m[0m22:38:31,148 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-client
> [0m[0m22:38:31,193 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /ws-t11-client
> [0m[0m22:38:31,194 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-coordinator
> [0m[0m22:38:31,195 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /ws-t11-coordinator
> [0m[0m22:38:31,196 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-c11
> [0m[0m22:38:31,197 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /ws-c11
> [0m[0m22:38:31,197 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-participant
> [0m[0m22:38:31,198 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /ws-t11-participant
> [0m[33m22:38:31,216 WARN [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017507: Secure listener for protocol: 'HTTP/1.1' not found! Using non secure port!
> [0m[0m22:38:31,217 INFO [stdout] (MSC service thread 1-2) Rule.execute called for open trace file_1
> [0m[0m22:38:31,218 INFO [stdout] (MSC service thread 1-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:31,218 INFO [stdout] (MSC service thread 1-2) calling installed(open trace file) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:31,218 INFO [stdout] (MSC service thread 1-2) Installed rule using default helper : open trace file
> [0m[0m22:38:31,218 INFO [stdout] (MSC service thread 1-2) open trace file execute
> [0m[0m22:38:31,219 INFO [stdout] (MSC service thread 1-2) Rule.execute called for create participant deletes counter_0
> [0m[0m22:38:31,219 INFO [stdout] (MSC service thread 1-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:31,219 INFO [stdout] (MSC service thread 1-2) calling installed(create participant deletes counter) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:31,220 INFO [stdout] (MSC service thread 1-2) Installed rule using default helper : create participant deletes counter
> [0m[0m22:38:31,220 INFO [stdout] (MSC service thread 1-2) create participant deletes counter execute
> [0m[0m22:38:33,070 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC participant receive getStatus in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:38:33,073 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace CC participant receive getStatus
> [0m[0m22:38:33,079 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC participant receive getStatus in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:38:33,092 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC participant send soap fault in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:38:33,103 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace CC participant send soap fault
> [0m[0m22:38:33,105 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC participant send soap fault in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:38:33,112 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221012: Using AIO Journal
> [0m[0m22:38:33,119 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC participant receive getStatus in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:38:33,131 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace PC participant receive getStatus
> [0m[0m22:38:33,144 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC participant receive getStatus in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:38:33,168 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC participant send soap fault in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:38:33,173 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace PC participant send soap fault
> [0m[0m22:38:33,898 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC participant send soap fault in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:38:34,000 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trigger rendezvous on complete in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator
> [0m[0m22:38:34,002 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator.participantCompleted(java.lang.String) void for rule trigger rendezvous on complete
> [0m[0m22:38:34,004 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trigger rendezvous on complete in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator
> [0m[0m22:38:34,017 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate coordinator close in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:38:34,017 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.cancel() int for rule trace subordinate coordinator close
> [0m[0m22:38:34,019 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate coordinator close in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:38:34,022 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate coordinator prepare in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:38:34,022 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.complete() void for rule trace subordinate coordinator prepare
> [0m[0m22:38:34,025 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate coordinator prepare in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:38:34,078 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate coordinator cancel 2 in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:38:34,079 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.cancel() int for rule trace subordinate coordinator cancel 2
> [0m[0m22:38:34,081 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate coordinator cancel 2 in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:38:34,128 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.
> [0m[0m22:38:36,597 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace delete participant and exit JVM in class org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryManagerImple
> [0m[0m22:38:36,598 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryManagerImple.deleteParticipantRecoveryRecord(java.lang.String) boolean for rule trace delete participant and exit JVM
> [0m[0m22:38:36,692 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace delete participant and exit JVM in class org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryManagerImple
> [0m[0m22:38:36,794 INFO [org.jboss.jbossts.txbridge] (MSC service thread 1-2) ARJUNA033013: OutboundBridgeRecoveryManager starting
> [0m[0m22:38:36,797 INFO [org.jboss.jbossts.txbridge] (MSC service thread 1-2) ARJUNA033006: InboundBridgeRecoveryManager starting
> [0m[0m22:38:36,860 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016005: Starting Services for CDI deployment: xtstest.war
> [0m[0m22:38:36,927 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support CORE
> [0m[0m22:38:36,972 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support AMQP
> [0m[0m22:38:37,005 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support STOMP
> [0m[0m22:38:37,044 INFO [org.jboss.weld.Version] (MSC service thread 1-1) WELD-000900: 2.1.2 (Final)
> [0m[0m22:38:37,068 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}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:37,069 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}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:37,069 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=XTS_Service_Test_Service_Two
> address=http://localhost:8080/xtstest/xtsservicetest2
> implementor=org.jboss.jbossts.xts.servicetests.service.XTSServiceTestPortTypeImpl
> serviceName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:37,070 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=XTS_Service_Test_Service_Three
> address=http://localhost:8080/xtstest/xtsservicetest3
> implementor=org.jboss.jbossts.xts.servicetests.service.XTSServiceTestPortTypeImpl
> serviceName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:37,166 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
> [0m[0m22:38:37,226 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/xtstest/xtssubordinateservicetest1
> [0m[0m22:38:37,257 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:38:37,259 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
> [0m[0m22:38:37,273 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest1
> [0m[0m22:38:37,298 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:38:37,298 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
> [0m[0m22:38:37,302 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest2
> [0m[0m22:38:37,310 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:38:37,310 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
> [0m[0m22:38:37,314 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest3
> [0m[0m22:38:37,369 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:38:37,408 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Subordinate_Service_One
> [0m[0m22:38:37,409 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_One
> [0m[0m22:38:37,411 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_Three
> [0m[0m22:38:37,412 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_Two
> [0m[0m22:38:37,421 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016008: Starting weld service for deployment xtstest.war
> [0m[0m22:38:37,461 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221034: Waiting to obtain live lock
> [0m[0m22:38:37,461 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221035: Live Server Obtained live lock
> [0m[0m22:38:38,120 INFO [org.jboss.messaging] (MSC service thread 1-2) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor acceptor
> [0m[0m22:38:38,122 INFO [org.jboss.messaging] (MSC service thread 1-1) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor-throughput acceptor
> [0m[0m22:38:38,298 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221007: Server is now live
> [0m[0m22:38:38,299 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221001: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [b8df3454-a183-11e3-a068-15a73905c1d7]
> [0m[0m22:38:38,697 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 59) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m22:38:38,730 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010406: Registered connection factory java:/JmsXA
> [0m[0m22:38:38,771 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 60) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
> [0m[0m22:38:38,784 INFO [org.hornetq.ra] (MSC service thread 1-2) HornetQ resource adaptor started
> [0m[0m22:38:38,784 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-2) IJ020002: Deployed: file://RaActivatorhornetq-ra
> [0m[0m22:38:38,786 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-1) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m22:38:38,787 INFO [org.jboss.as.messaging] (MSC service thread 1-1) JBAS011601: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m22:38:39,028 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /rest-tx
> [0m[0m22:38:39,073 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : possible trigger for rule setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:38:39,083 INFO [stdout] (weld-worker-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest.run() void for rule setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:38:39,087 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : inserted trigger for setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:38:39,088 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : possible trigger for rule wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:38:39,097 INFO [stdout] (weld-worker-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest.run() void for rule wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:38:39,098 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : inserted trigger for wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:38:40,179 INFO [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-2) Starting XTSServiceTestRunner
> [0m[0m22:38:40,179 INFO [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-2) Started XTSServiceTestRunner
> [0m[0m22:38:40,203 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /xtstest
> [0m[0m22:38:40,279 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS018559: Deployed "xtstest.war" (runtime-name : "xtstest.war")
> [0m[0m22:38:40,280 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")
> [0m[0m22:38:40,569 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
> [0m[0m22:38:40,570 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
> [0m[0m22:38:40,571 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.0.1.Final-SNAPSHOT "WildFly" started in 34131ms - Started 474 of 532 services (109 services are lazy, passive or on-demand)
> [0mMar 01, 2014 10:38:40 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController kill
> INFO: Hard killing of a server instance
> Mar 01, 2014 10:38:40 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: waiting for byteman to kill the server
> Mar 01, 2014 10:38:40 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:38:50 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:38:50 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [0m22:38:53,944 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate prepared replay in class org.jboss.jbossts.xts.recovery.coordinator.ba.RecoverySubordinateBACoordinator
> [0m[0m22:38:53,945 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.recovery.coordinator.ba.RecoverySubordinateBACoordinator.replayPhase2() void for rule trace subordinate prepared replay
> [0m[0m22:38:53,946 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate prepared replay in class org.jboss.jbossts.xts.recovery.coordinator.ba.RecoverySubordinateBACoordinator
> [0m[0m22:38:53,957 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered PC participant send status in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:38:53,961 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine.sendStatus(com.arjuna.webservices11.wsba.State) void for rule trace recovered PC participant send status
> [0m[0m22:38:53,963 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered PC participant send status in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:38:53,966 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC coordinator engine create in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:38:53,967 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine.<init>(java.lang.String,javax.xml.ws.wsaddressing.W3CEndpointReference,com.arjuna.webservices11.wsba.State,boolean) void for rule trace PC coordinator engine create
> [0m[0m22:38:53,973 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC coordinator engine create in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:38:53,977 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive participant compensated in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:38:53,978 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine.compensated(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive participant compensated
> [0m[0m22:38:53,983 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive participant compensated in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:38:53,987 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive participant completed in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:38:53,989 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine.completed(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive participant completed
> [0m[0m22:38:53,994 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive participant completed in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:38:54,052 INFO [stdout] (Periodic Recovery) Rule.execute called for trace PC coordinator engine create_19
> [0m[0m22:38:54,053 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:54,054 INFO [stdout] (Periodic Recovery) calling installed(trace PC coordinator engine create) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:54,054 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace PC coordinator engine create
> [0m[0m22:38:54,054 INFO [stdout] (Periodic Recovery) trace PC coordinator engine create execute
> [0m[0m22:38:54,055 INFO [stdout] (Periodic Recovery) rule.debug{trace PC coordinator engine create} : created recovered PC coordinator engine PCP0:ffffac118321:-2b70c0f5:5312611e:23
> [0m[0m22:38:54,075 INFO [stdout] (Periodic Recovery) Rule.execute called for trace PC coordinator engine create_19
> [0m[0m22:38:54,076 INFO [stdout] (Periodic Recovery) trace PC coordinator engine create execute
> [0m[0m22:38:54,076 INFO [stdout] (Periodic Recovery) rule.debug{trace PC coordinator engine create} : created recovered PC coordinator engine PCP0:ffffac118321:-2b70c0f5:5312611e:26
> [0m[0m22:38:54,076 INFO [stdout] (Periodic Recovery) Rule.execute called for trace subordinate prepared replay_17
> [0m[0m22:38:54,082 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:54,082 INFO [stdout] (Periodic Recovery) calling installed(trace subordinate prepared replay) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:54,083 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace subordinate prepared replay
> [0m[0m22:38:54,083 INFO [stdout] (Periodic Recovery) trace subordinate prepared replay execute
> [0m[0m22:38:54,084 INFO [stdout] (Periodic Recovery) rule.debug{trace subordinate prepared replay} : reinstated prepared subordinate transaction 0:ffffac118321:-2b70c0f5:5312611e:1e
> [0m[0m22:38:54,096 INFO [stdout] (Periodic Recovery) xts service test : attempting to deserialize WS-BA participant completion participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.0
> [0m[0m22:38:54,106 INFO [stdout] (Periodic Recovery) xts service test : deserialized WS-BA participant completion participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.0
> [0m[0m22:38:54,111 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC participant receive soap fault in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:38:54,114 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine.soapFault(com.arjuna.webservices.SoapFault,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace PC participant receive soap fault
> [0m[0m22:38:54,120 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC participant receive soap fault in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:38:54,126 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered PC participant received status in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:38:54,129 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine.status(org.oasis_open.docs.ws_tx.wsba._2006._06.StatusType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace recovered PC participant received status
> [0m[0m22:38:54,135 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered PC participant received status in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:38:54,140 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC participant create in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:38:54,141 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine.<init>(java.lang.String,javax.xml.ws.wsaddressing.W3CEndpointReference,com.arjuna.wst.BusinessAgreementWithParticipantCompletionParticipant,com.arjuna.webservices11.wsba.State,boolean) void for rule trace PC participant create
> [0m[0m22:38:54,150 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC participant create in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:38:54,155 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send participant completed in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:38:54,161 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine.sendCompleted(boolean) void for rule trace send participant completed
> [0m[0m22:38:54,191 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace send participant completed in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:38:54,196 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send participant compensated in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:38:54,203 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine.sendCompensated() void for rule trace send participant compensated
> [0m[0m22:38:54,206 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace send participant compensated in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:38:54,212 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered PC participant send getStatus in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:38:54,218 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine.sendCompleted(boolean) void for rule trace recovered PC participant send getStatus
> [0m[0m22:38:54,222 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered PC participant send getStatus in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:38:54,255 INFO [stdout] (Periodic Recovery) Rule.execute called for trace PC participant create_24
> [0m[0m22:38:54,255 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:54,256 INFO [stdout] (Periodic Recovery) calling installed(trace PC participant create) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:54,256 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace PC participant create
> [0m[0m22:38:54,256 INFO [stdout] (Periodic Recovery) trace PC participant create execute
> [0m[0m22:38:54,256 INFO [stdout] (Periodic Recovery) rule.debug{trace PC participant create} : created recovered PC participant engine org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.0
> [0m[0m22:38:54,273 INFO [stdout] (Periodic Recovery) Rule.execute called for trace recovered PC participant send getStatus_27
> [0m[0m22:38:54,275 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:54,275 INFO [stdout] (Periodic Recovery) calling installed(trace recovered PC participant send getStatus) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:54,275 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace recovered PC participant send getStatus
> [0m[0m22:38:54,275 INFO [stdout] (Periodic Recovery) trace recovered PC participant send getStatus execute
> [0m[0m22:38:54,276 INFO [stdout] (Periodic Recovery) rule.debug{trace recovered PC participant send getStatus} : sent getStatus for recovered PC coordinator engine org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.0
> [0m[0m22:38:55,130 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Periodic Recovery) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m22:38:55,572 INFO [stdout] (Periodic Recovery) xts service test : attempting to deserialize WS-BA participant completion participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.1
> [0m[0m22:38:55,572 INFO [stdout] (Periodic Recovery) xts service test : deserialized WS-BA participant completion participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.1
> [0m[0m22:38:55,572 INFO [stdout] (Periodic Recovery) Rule.execute called for trace PC participant create_24
> [0m[0m22:38:55,573 INFO [stdout] (Periodic Recovery) trace PC participant create execute
> [0m[0m22:38:55,573 INFO [stdout] (Periodic Recovery) rule.debug{trace PC participant create} : created recovered PC participant engine org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.1
> [0m[0m22:38:55,573 INFO [stdout] (Periodic Recovery) Rule.execute called for trace recovered PC participant send getStatus_27
> [0m[0m22:38:55,574 INFO [stdout] (Periodic Recovery) trace recovered PC participant send getStatus execute
> [0m[0m22:38:55,574 INFO [stdout] (Periodic Recovery) rule.debug{trace recovered PC participant send getStatus} : sent getStatus for recovered PC coordinator engine org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.1
> [0m[0m22:38:55,597 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Periodic Recovery) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m22:38:57,617 INFO [stdout] (Periodic Recovery) xts service test : attempting to deserialize WS-BA participant completion participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.2
> [0m[0m22:38:57,618 INFO [stdout] (Periodic Recovery) xts service test : deserialized WS-BA participant completion participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.2
> [0m[0m22:38:57,618 INFO [stdout] (Periodic Recovery) Rule.execute called for trace PC participant create_24
> [0m[0m22:38:57,619 INFO [stdout] (Periodic Recovery) trace PC participant create execute
> [0m[0m22:38:57,619 INFO [stdout] (Periodic Recovery) rule.debug{trace PC participant create} : created recovered PC participant engine org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.2
> [0m[0m22:38:57,619 INFO [stdout] (Periodic Recovery) Rule.execute called for trace recovered PC participant send getStatus_27
> [0m[0m22:38:57,620 INFO [stdout] (Periodic Recovery) trace recovered PC participant send getStatus execute
> [0m[0m22:38:57,620 INFO [stdout] (Periodic Recovery) rule.debug{trace recovered PC participant send getStatus} : sent getStatus for recovered PC coordinator engine org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.2
> [0m[0m22:38:57,642 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Periodic Recovery) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[33m22:38:57,703 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046045: Compensating orphaned subordinate WS-BA transcation 0:ffffac118321:-2b70c0f5:5312611e:1e
> [0m[0m22:38:57,704 INFO [stdout] (Periodic Recovery) Rule.execute called for trace subordinate coordinator close_11
> [0m[0m22:38:57,704 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:57,704 INFO [stdout] (Periodic Recovery) calling installed(trace subordinate coordinator close) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:57,705 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace subordinate coordinator close
> [0m[0m22:38:57,705 INFO [stdout] (Periodic Recovery) trace subordinate coordinator close execute
> [0m[0m22:38:57,705 INFO [stdout] (Periodic Recovery) rule.debug{trace subordinate coordinator close} : cancel called for subordinate coordinator BasicAction: 0:ffffac118321:-2b70c0f5:5312611e:1e status: ActionStatus.COMMITTING
> [0m[0m22:38:57,854 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Periodic Recovery) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-participant-binding.wsdl
> [0m[0m22:38:59,840 INFO [stdout] (TaskWorker-1) Rule.execute called for trace PC participant receive getStatus_8
> [0m[0m22:38:59,842 INFO [stdout] (TaskWorker-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:59,842 INFO [stdout] (TaskWorker-1) calling installed(trace PC participant receive getStatus) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:59,842 INFO [stdout] (TaskWorker-1) Installed rule using default helper : trace PC participant receive getStatus
> [0m[0m22:38:59,843 INFO [stdout] (TaskWorker-1) trace PC participant receive getStatus execute
> [0m[0m22:38:59,843 INFO [stdout] (TaskWorker-1) rule.debug{trace PC participant receive getStatus} : received getStatus for PC coordinator engine 0:ffffac118321:-2b70c0f5:5312611e:1a
> [0m[0m22:38:59,856 INFO [stdout] (TaskWorker-1) Rule.execute called for trace PC participant send soap fault_9
> [0m[0m22:38:59,856 INFO [stdout] (TaskWorker-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:59,857 INFO [stdout] (TaskWorker-1) calling installed(trace PC participant send soap fault) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:59,857 INFO [stdout] (TaskWorker-1) Installed rule using default helper : trace PC participant send soap fault
> [0m[0m22:38:59,857 INFO [stdout] (TaskWorker-1) trace PC participant send soap fault execute
> [0m[0m22:38:59,858 INFO [stdout] (TaskWorker-1) rule.debug{trace PC participant send soap fault} : sent soap fault for unknown PC coordinator engine 0:ffffac118321:-2b70c0f5:5312611e:1a
> [0mMar 01, 2014 10:39:00 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:39:00 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [0m22:39:00,750 INFO [stdout] (TaskWorker-2) Rule.execute called for trace PC participant receive getStatus_8
> [0m[0m22:38:59,997 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-participant-binding.wsdl
> [0m[0m22:39:03,239 INFO [stdout] (Timer-1) Rule.execute called for trace recovered PC participant send getStatus_27
> [0m[0m22:39:03,241 INFO [stdout] (TaskWorker-2) trace PC participant receive getStatus execute
> [0m[0m22:39:03,241 INFO [stdout] (TaskWorker-2) rule.debug{trace PC participant receive getStatus} : received getStatus for PC coordinator engine PCP0:ffffac118321:-2b70c0f5:5312611e:23
> [0m[0m22:39:03,246 INFO [stdout] (TaskWorker-2) Rule.execute called for trace recovered PC participant send status_18
> [0m[0m22:39:03,270 INFO [stdout] (Timer-1) trace recovered PC participant send getStatus execute
> [0m[0m22:39:03,270 INFO [stdout] (Timer-1) rule.debug{trace recovered PC participant send getStatus} : sent getStatus for recovered PC coordinator engine org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.0
> [0m[0m22:39:03,300 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:03,301 INFO [stdout] (TaskWorker-2) calling installed(trace recovered PC participant send status) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:03,301 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace recovered PC participant send status
> [0m[0m22:39:03,301 INFO [stdout] (TaskWorker-2) trace recovered PC participant send status execute
> [0m[0m22:39:03,301 INFO [stdout] (TaskWorker-2) rule.debug{trace recovered PC participant send status} : sent status {http://docs.oasis-open.org/ws-tx/wsba/2006/06}Compensating for recovered PC coordinator engine PCP0:ffffac118321:-2b70c0f5:5312611e:23
> [0m[0m22:39:03,325 INFO [stdout] (TaskWorker-3) Rule.execute called for trace PC participant receive getStatus_8
> [0m[0m22:39:03,325 INFO [stdout] (TaskWorker-3) trace PC participant receive getStatus execute
> [0m[0m22:39:03,326 INFO [stdout] (TaskWorker-3) rule.debug{trace PC participant receive getStatus} : received getStatus for PC coordinator engine PCP0:ffffac118321:-2b70c0f5:5312611e:26
> [0m[0m22:39:03,327 INFO [stdout] (TaskWorker-3) Rule.execute called for trace recovered PC participant send status_18
> [0m[0m22:39:03,477 INFO [stdout] (TaskWorker-3) trace recovered PC participant send status execute
> [0m[0m22:39:03,478 INFO [stdout] (TaskWorker-3) rule.debug{trace recovered PC participant send status} : sent status {http://docs.oasis-open.org/ws-tx/wsba/2006/06}Completed for recovered PC coordinator engine PCP0:ffffac118321:-2b70c0f5:5312611e:26
> [0m[0m22:39:03,537 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Timer-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m22:39:03,574 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-participant-binding.wsdl
> [0m[0m22:39:03,768 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-3) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-participant-binding.wsdl
> [0m[0m22:39:03,864 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-participant-binding.wsdl
> [0m[0m22:39:05,845 INFO [stdout] (TaskWorker-4) Rule.execute called for trace delete participant and exit JVM_14
> [0m[0m22:39:05,846 INFO [stdout] (TaskWorker-4) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:05,846 INFO [stdout] (TaskWorker-4) calling installed(trace delete participant and exit JVM) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:05,846 INFO [stdout] (TaskWorker-4) Installed rule using default helper : trace delete participant and exit JVM
> [0m[0m22:39:05,847 INFO [stdout] (TaskWorker-4) trace delete participant and exit JVM execute
> [0m[0m22:39:05,847 INFO [stdout] (TaskWorker-4) Rule.execute called for trace send participant compensated_26
> [0m[0m22:39:05,848 INFO [stdout] (TaskWorker-4) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:05,848 INFO [stdout] (TaskWorker-4) calling installed(trace send participant compensated) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:05,849 INFO [stdout] (TaskWorker-4) Installed rule using default helper : trace send participant compensated
> [0m[0m22:39:05,849 INFO [stdout] (TaskWorker-4) trace send participant compensated execute
> [0m[0m22:39:05,849 INFO [stdout] (TaskWorker-4) rule.debug{trace send participant compensated} : compensated sent for PC participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.1
> [0m[0m22:39:06,154 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-4) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m22:39:06,379 INFO [stdout] (TaskWorker-2) Rule.execute called for trace recovered PC participant received status_23
> [0m[0m22:39:06,380 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:06,380 INFO [stdout] (TaskWorker-2) calling installed(trace recovered PC participant received status) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:06,381 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace recovered PC participant received status
> [0m[0m22:39:06,381 INFO [stdout] (TaskWorker-2) trace recovered PC participant received status execute
> [0m[0m22:39:06,381 INFO [stdout] (TaskWorker-2) rule.debug{trace recovered PC participant received status} : received status {http://docs.oasis-open.org/ws-tx/wsba/2006/06}Completed for recovered PC coordinator engine org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.2
> [0m[0m22:39:06,391 INFO [stdout] (Timer-1) Rule.execute called for trace send participant completed_25
> [0m[0m22:39:06,392 INFO [stdout] (Timer-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:06,392 INFO [stdout] (Timer-1) calling installed(trace send participant completed) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:06,392 INFO [stdout] (Timer-1) Installed rule using default helper : trace send participant completed
> [0m[0m22:39:06,393 INFO [stdout] (Timer-1) trace send participant completed execute
> [0m[0m22:39:06,393 INFO [stdout] (Timer-1) rule.debug{trace send participant completed} : completed sent for PC participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.2
> [0m[0m22:39:06,414 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Timer-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m22:39:06,821 INFO [stdout] (TaskWorker-1) Rule.execute called for trace PC participant receive soap fault_22
> [0m[0m22:39:06,822 INFO [stdout] (TaskWorker-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:06,822 INFO [stdout] (TaskWorker-1) calling installed(trace PC participant receive soap fault) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:06,824 INFO [stdout] (TaskWorker-1) Installed rule using default helper : trace PC participant receive soap fault
> [0m[0m22:39:06,824 INFO [stdout] (TaskWorker-1) trace PC participant receive soap fault execute
> [0m[0m22:39:06,825 INFO [stdout] (TaskWorker-1) rule.debug{trace PC participant receive soap fault} : received soap fault for PC coordinator engine org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.0
> [0m[33m22:39:06,825 WARN [com.arjuna.wst] (TaskWorker-1) ARJUNA043200: Compensating participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.0
> [0m[0m22:39:06,892 INFO [stdout] (TaskWorker-1) Rule.execute called for trace delete participant and exit JVM_14
> [0m[0m22:39:06,911 INFO [stdout] (TaskWorker-1) trace delete participant and exit JVM execute
> [0m[0m22:39:06,996 INFO [stdout] (TaskWorker-2) Rule.execute called for trace PC participant receive getStatus_8
> [0m[0m22:39:06,996 INFO [stdout] (TaskWorker-2) trace PC participant receive getStatus execute
> [0m[0m22:39:06,996 INFO [stdout] (TaskWorker-2) rule.debug{trace PC participant receive getStatus} : received getStatus for PC coordinator engine 0:ffffac118321:-2b70c0f5:5312611e:1a
> [0m[0m22:39:07,008 INFO [stdout] (TaskWorker-2) Rule.execute called for trace PC participant send soap fault_9
> [0m[0m22:39:07,026 INFO [stdout] (TaskWorker-2) trace PC participant send soap fault execute
> [0m[0m22:39:07,026 INFO [stdout] (TaskWorker-2) rule.debug{trace PC participant send soap fault} : sent soap fault for unknown PC coordinator engine 0:ffffac118321:-2b70c0f5:5312611e:1a
> [0m[0m22:39:07,026 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-participant-binding.wsdl
> [0m[0m22:39:07,042 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-participant-binding.wsdl
> [0m[0m22:39:07,060 INFO [stdout] (TaskWorker-3) Rule.execute called for trace receive participant compensated_20
> [0m[0m22:39:07,061 INFO [stdout] (TaskWorker-3) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:07,062 INFO [stdout] (TaskWorker-3) calling installed(trace receive participant compensated) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:07,062 INFO [stdout] (TaskWorker-3) Installed rule using default helper : trace receive participant compensated
> [0m[0m22:39:07,062 INFO [stdout] (TaskWorker-3) trace receive participant compensated execute
> [0m[0m22:39:07,062 INFO [stdout] (TaskWorker-3) rule.debug{trace receive participant compensated} : compensated received for PC coordinator engine PCP0:ffffac118321:-2b70c0f5:5312611e:23
> [0m[0m22:39:07,063 INFO [stdout] (TaskWorker-1) Rule.execute called for trace receive participant completed_21
> [0m[0m22:39:07,064 INFO [stdout] (TaskWorker-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:07,064 INFO [stdout] (TaskWorker-1) calling installed(trace receive participant completed) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:07,065 INFO [stdout] (TaskWorker-1) Installed rule using default helper : trace receive participant completed
> [0m[0m22:39:07,065 INFO [stdout] (TaskWorker-1) trace receive participant completed execute
> [0m[0m22:39:07,065 INFO [stdout] (TaskWorker-1) rule.debug{trace receive participant completed} : completed received for PC coordinator engine PCP0:ffffac118321:-2b70c0f5:5312611e:26
> [0m[0m22:39:07,118 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Periodic Recovery) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-participant-binding.wsdl
> [0m[0m22:39:07,210 INFO [stdout] (TaskWorker-3) Rule.execute called for trace delete participant and exit JVM_14
> [0m[0m22:39:07,211 INFO [stdout] (TaskWorker-3) trace delete participant and exit JVM execute
> [0m[0m22:39:07,211 INFO [stdout] (TaskWorker-3) Rule.execute called for trace send participant compensated_26
> [0m[0m22:39:07,212 INFO [stdout] (TaskWorker-3) trace send participant compensated execute
> [0m[0m22:39:07,212 INFO [stdout] (TaskWorker-3) rule.debug{trace send participant compensated} : compensated sent for PC participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.2
> [0m[0m22:39:07,248 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-3) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m22:39:07,377 INFO [stdout] (TaskWorker-1) Rule.execute called for trace receive participant compensated_20
> [0m[0m22:39:07,378 INFO [stdout] (TaskWorker-1) trace receive participant compensated execute
> [0m[0m22:39:07,378 INFO [stdout] (TaskWorker-1) rule.debug{trace receive participant compensated} : compensated received for PC coordinator engine PCP0:ffffac118321:-2b70c0f5:5312611e:26
> [0m[0m22:39:07,380 INFO [stdout] (Periodic Recovery) Rule.execute called for trace remove committed state_5
> [0m[0m22:39:07,382 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:07,382 INFO [stdout] (Periodic Recovery) calling installed(trace remove committed state) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:07,383 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace remove committed state
> [0m[0m22:39:07,383 INFO [stdout] (Periodic Recovery) trace remove committed state execute
> [0m[0m22:39:07,383 INFO [stdout] (Periodic Recovery) rule.debug{trace remove committed state} : removed transaction 0:ffffac118321:-2b70c0f5:5312611e:1e
> [0m[0m22:39:07,384 INFO [stdout] (Periodic Recovery) Rule.execute called for trace remove committed state and exit JVM_4
> [0m[0m22:39:07,385 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:07,386 INFO [stdout] (Periodic Recovery) calling installed(trace remove committed state and exit JVM) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:07,386 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace remove committed state and exit JVM
> [0m[0m22:39:07,387 INFO [stdout] (Periodic Recovery) trace remove committed state and exit JVM execute
> [0m[0m22:39:07,388 INFO [stdout] (Periodic Recovery) rule.debug{trace remove committed state and exit JVM} : JVM exit
> [0mMar 01, 2014 10:39:13 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:39:13 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:39:13 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep '\[java\] <defunct>')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:39:13 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as killed by byteman scirpt
> Mar 01, 2014 10:39:13 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'mkdir -p ./target/surefire-reports/processes'
> Mar 01, 2014 10:39:13 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'ps aux > ./target/surefire-reports/processes/null:null_44.txt'
> Mar 01, 2014 10:39:13 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor dumpProcesses
> INFO: Logged current running processes to: ./target/surefire-reports/processes/null:null_44.txt
> Mar 01, 2014 10:39:13 PM com.arjuna.qa.junit.BaseCrashTest runTest
> INFO: Test completed, server should be down: BASubordinateCrashDuringComplete:subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (JBTM-2111) TestBASubordinateCrashDuringComplete#subordinateMultiParticipantCoordinatorCompletionParticipantCloseTest fails because of not empty object store
by Gytis Trikleris (JIRA)
[ https://issues.jboss.org/browse/JBTM-2111?page=com.atlassian.jira.plugin.... ]
Gytis Trikleris commented on JBTM-2111:
---------------------------------------
All three failures have the following unsatisfied dependency:
{code}
[0m[31m14:06:23,208 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "restat-web-5.0.3.Final-SNAPSHOT.war")]) - failure description: {"WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.\"restat-web-5.0.3.Final-SNAPSHOT\".\"restat-web-5.0.3.Final-SNAPSHOT\".DefaultJMSConnectionFactory is missing [jboss.naming.context.java.jboss.DefaultJMSConnectionFactory]"]}
[0m[31m14:06:23,214 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "xtstest.war")]) - failure description: {"WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.xtstest.xtstest.DefaultJMSConnectionFactory is missing [jboss.naming.context.java.jboss.DefaultJMSConnectionFactory]"]}
{code}
> TestBASubordinateCrashDuringComplete#subordinateMultiParticipantCoordinatorCompletionParticipantCloseTest fails because of not empty object store
> -------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBTM-2111
> URL: https://issues.jboss.org/browse/JBTM-2111
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: XTS
> Reporter: Gytis Trikleris
> Assignee: Gytis Trikleris
> Priority: Minor
> Fix For: 5.0.3
>
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana/PROFILE=XTS,jdk=j...
> {code}
> -------------------------------------------------------------------------------
> Test set: com.arjuna.qa.junit.TestBASubordinateCrashDuringComplete
> -------------------------------------------------------------------------------
> Tests run: 3, Failures: 1, Errors: 1, Skipped: 0, Time elapsed: 818.787 sec <<< FAILURE!
> subordinateMultiParticipantCoordinatorCompletionParticipantCloseTest(com.arjuna.qa.junit.TestBASubordinateCrashDuringComplete) Time elapsed: 693.561 sec <<< ERROR!
> java.lang.RuntimeException: jboss-as was not killed by Byteman, this indicates a test failure
> at com.arjuna.qa.extension.JBossAS7ServerKillProcessor.kill(JBossAS7ServerKillProcessor.java:46)
> at org.jboss.arquillian.container.impl.ContainerImpl.kill(ContainerImpl.java:235)
> at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController$10.perform(ContainerLifecycleController.java:193)
> at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController$10.perform(ContainerLifecycleController.java:187)
> at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController.forContainer(ContainerLifecycleController.java:255)
> at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController.killContainer(ContainerLifecycleController.java:186)
> at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
> 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.GeneratedMethodAccessor1.invoke(Unknown Source)
> 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.kill(ClientContainerController.java:230)
> at com.arjuna.qa.junit.BaseCrashTest.runTest(BaseCrashTest.java:214)
> at com.arjuna.qa.junit.TestBASubordinateCrashDuringComplete.subordinateMultiParticipantCoordinatorCompletionParticipantCloseTest(TestBASubordinateCrashDuringComplete.java:17)
> subordinateMultiParticipantCoordinatorCompletionParticipantCloseTest(com.arjuna.qa.junit.TestBASubordinateCrashDuringComplete) Time elapsed: 693.564 sec <<< FAILURE!
> java.lang.AssertionError: null
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertTrue(Assert.java:52)
> at com.arjuna.qa.junit.BaseCrashTest.tearDown(BaseCrashTest.java:170)
> 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
> at org.jboss.arquillian.junit.Arquillian$StatementLifecycleExecutor.invoke(Arquillian.java:351)
> at org.jboss.arquillian.container.test.impl.execution.ClientBeforeAfterLifecycleEventExecuter.execute(ClientBeforeAfterLifecycleEventExecuter.java:99)
> at org.jboss.arquillian.container.test.impl.execution.ClientBeforeAfterLifecycleEventExecuter.on(ClientBeforeAfterLifecycleEventExecuter.java:80)
> at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
> 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.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:142)
> at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createAfterContext(ContainerEventController.java:134)
> at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source)
> 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.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:102)
> at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
> 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.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:84)
> at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
> 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.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:65)
> at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
> 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.test.impl.EventTestRunnerAdaptor.after(EventTestRunnerAdaptor.java:103)
> at org.jboss.arquillian.junit.Arquillian$5$1.evaluate(Arquillian.java:245)
> at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
> at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
> at org.jboss.arquillian.junit.Arquillian$5.evaluate(Arquillian.java:240)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:185)
> at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
> at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
> at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:199)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:147)
> at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
> at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
> at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
> 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.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
> at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:159)
> at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:87)
> at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
> at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:95)
> {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/PROFILE/XTS/jdk/jdk7.latest/label/linux/XTS/localjunit/crash-recovery-tests/target/lib/byteman.jar=script:target/test-classes/scripts/BASubordinateCrashDuringComplete.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/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/tx-object-store
> remove tx-object-store: /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/tx-object-store
> remove /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/content/13
> copy /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/docs/examples/configs/standalone-xts.xml to /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/configuration/standalone-xts.xml
> Mar 01, 2014 10:25:34 PM com.arjuna.qa.junit.BaseCrashTest runTest
> INFO: Test starting, server should be down: BASubordinateCrashDuringComplete:subordinate.MultiParticipantCoordinatorCompletionParticipantCloseTest
> Mar 01, 2014 10:25:34 PM 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/XTS/localjunit/crash-recovery-tests/target/lib/byteman.jar=script:target/test-classes/scripts/BASubordinateCrashDuringComplete.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.ba.subordinate.MultiParticipantCoordinatorCompletionParticipantCloseTest, managementAddress=127.0.0.1, serverConfig=standalone-xts.xml}
> Mar 01, 2014 10:25:34 PM 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/XTS/localjunit/crash-recovery-tests/target/lib/byteman.jar=script:target/test-classes/scripts/BASubordinateCrashDuringComplete.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.ba.subordinate.MultiParticipantCoordinatorCompletionParticipantCloseTest, -ea, -Djboss.home.dir=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT, -Dorg.jboss.boot.log.file=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/log/server.log, -Dlogging.configuration=file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/configuration/logging.properties, -Djboss.bundles.dir=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/bundles, -jar, /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/jboss-modules.jar, -mp, /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules, org.jboss.as.standalone, -server-config, standalone-xts.xml]
> Mar 01, 2014 10:25:34 PM org.jboss.as.controller.client.impl.RemotingModelControllerClient finalize
> WARN: JBAS010600: Closing leaked controller client
> JBAS010649: Allocation stack trace:
> at java.lang.Thread.getStackTrace(Thread.java:1588)
> at org.jboss.as.controller.client.impl.RemotingModelControllerClient.<init>(RemotingModelControllerClient.java:76)
> at org.jboss.as.controller.client.ModelControllerClient$Factory.create(ModelControllerClient.java:353)
> at org.jboss.as.controller.client.ModelControllerClient$Factory.create(ModelControllerClient.java:240)
> at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:88)
> 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.GeneratedMethodAccessor7.invoke(Unknown Source)
> 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.GeneratedMethodAccessor1.invoke(Unknown Source)
> 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:211)
> at com.arjuna.qa.junit.TestBASubordinateCrashDuringCommitAfterSubordinateExit.subordinateMultiParticipantCoordinatorCompletionParticipantCloseAndExitTest(TestBASubordinateCrashDuringCommitAfterSubordinateExit.java:18)
> 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> at org.jboss.arquillian.junit.Arquillian$6$1.invoke(Arquillian.java:270)
> at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:60)
> at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
> 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.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.execution.ClientTestExecuter.execute(ClientTestExecuter.java:53)
> at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source)
> 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.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:142)
> at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createTestContext(ContainerEventController.java:129)
> at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
> 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.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:102)
> at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
> 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.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:84)
> at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
> 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.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:65)
> at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
> 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.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:111)
> at org.jboss.arquillian.junit.Arquillian$6.evaluate(Arquillian.java:263)
> at org.jboss.arquillian.junit.Arquillian$4.evaluate(Arquillian.java:226)
> at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
> at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
> at org.jboss.arquillian.junit.Arquillian$5.evaluate(Arquillian.java:240)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:185)
> at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
> at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
> at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:199)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:147)
> at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
> at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
> at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
> 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.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
> at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:159)
> at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:87)
> at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
> at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:95)
> TransformListener() : accepting requests on localhost:9091
> Listening for transport dt_socket at address: 8787
> [0m22:25:35,692 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.0.Final
> [0m[0m22:25:36,613 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.1.Final
> [0m[33m22:25:36,895 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
> [0m[0m22:25:37,140 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015899: WildFly 8.0.1.Final-SNAPSHOT "WildFly" starting
> [0m[0m22:25:40,531 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
> [0m[0m22:25:40,561 INFO [org.xnio] (MSC service thread 1-2) XNIO version 3.2.0.Final
> [0m[0m22:25:40,574 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.2.0.Final
> [0m[0m22:25:40,622 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 4.0.2.Final
> [0m[0m22:25:40,730 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 17) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> [0m[0m22:25:40,906 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 35) JBAS010280: Activating Infinispan subsystem.
> [0m[0m22:25:40,953 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 46) JBAS011800: Activating Naming Subsystem
> [0m[0m22:25:41,017 INFO [org.jboss.as.jacorb] (ServerService Thread Pool -- 36) JBAS016300: Activating JacORB Subsystem
> [0m[0m22:25:40,944 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 42) JBAS012615: Activated the following JSF Implementations: [main]
> [0m[0m22:25:41,755 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 55) JBAS015537: Activating WebServices Extension
> [0m[0m22:25:41,941 INFO [org.jboss.as.security] (ServerService Thread Pool -- 51) JBAS013171: Activating Security Subsystem
> [0m[0m22:25:42,090 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017502: Undertow 1.0.0.Final starting
> [0m[0m22:25:42,476 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017502: Undertow 1.0.0.Final starting
> [0m[0m22:25:42,757 INFO [org.jboss.as.security] (MSC service thread 1-1) JBAS013170: Current PicketBox version=4.0.21.Beta1
> [0m[0m22:25:43,006 INFO [org.jboss.as.naming] (MSC service thread 1-1) JBAS011802: Starting Naming Service
> [0m[0m22:25:43,060 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017527: Creating file handler for path /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/welcome-content
> [0m[0m22:25:43,673 INFO [org.jboss.as.jacorb] (MSC service thread 1-2) JBAS016330: CORBA ORB Service started
> [0m[0m22:25:43,675 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) JBAS015400: Bound mail session [java:jboss/mail/Default]
> [0m[0m22:25:43,888 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : possible trigger for rule create participant deletes counter in class org.jboss.jbossts.XTSService
> [0m[0m22:25:43,899 INFO [stdout] (ServerService Thread Pool -- 57) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.XTSService.start() void for rule create participant deletes counter
> [0m[0m22:25:43,916 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : inserted trigger for create participant deletes counter in class org.jboss.jbossts.XTSService
> [0m[0m22:25:43,919 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : possible trigger for rule open trace file in class org.jboss.jbossts.XTSService
> [0m[0m22:25:43,920 INFO [stdout] (ServerService Thread Pool -- 57) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.XTSService.start() void for rule open trace file
> [0m[0m22:25:43,928 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : inserted trigger for open trace file in class org.jboss.jbossts.XTSService
> [0m[0m22:25:44,898 INFO [org.jboss.as.connector.logging] (MSC service thread 1-2) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.3.Final)
> [0m[0m22:25:46,995 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) JBAS010417: Started Driver service with driver-name = h2
> [0m[0m22:25:47,000 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
> [0m[0m22:25:47,001 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
> [0m[0m22:25:47,007 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
> [0m[0m22:25:47,104 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017525: Started server default-server.
> [0m[0m22:25:47,240 INFO [org.jboss.as.jacorb] (MSC service thread 1-2) JBAS016328: CORBA Naming Service started
> [0m[0m22:25:47,245 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017531: Host default-host starting
> [0m[0m22:25:47,252 INFO [stdout] (MSC service thread 1-1) Rule.execute called for reset periodic recovery wait time_2
> [0m[0m22:25:47,255 INFO [stdout] (MSC service thread 1-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:25:47,257 INFO [stdout] (MSC service thread 1-1) calling activated() for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:25:47,257 INFO [stdout] (MSC service thread 1-1) Default helper activated
> [0m[0m22:25:47,257 INFO [stdout] (MSC service thread 1-1) calling installed(reset periodic recovery wait time) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:25:47,258 INFO [stdout] (MSC service thread 1-1) Installed rule using default helper : reset periodic recovery wait time
> [0m[0m22:25:47,258 INFO [stdout] (MSC service thread 1-1) reset periodic recovery wait time execute
> [0m[0m22:25:47,259 INFO [stdout] (MSC service thread 1-1) caught ReturnException
> [0m[0m22:25:47,296 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace TX save at prepare in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:25:47,420 INFO [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.ats.arjuna.coordinator.BasicAction.prepare(boolean) int for rule trace TX save at prepare
> [0m[0m22:25:47,437 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace TX save at prepare in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:25:47,460 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace remove committed state and exit JVM in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:25:47,522 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 and exit JVM
> [0m[0m22:25:47,526 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace remove committed state and exit JVM in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:25:47,657 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
> [0m[0m22:25:47,800 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
> [0m[0m22:25:47,825 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
> [0m[0m22:25:50,099 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) JBAS015012: Started FileSystemDeploymentService for directory /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/deployments
> [0m[0m22:25:50,106 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "restat-web-5.0.2.Final-SNAPSHOT.war" (runtime-name: "restat-web-5.0.2.Final-SNAPSHOT.war")
> [0m[0m22:25:50,740 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080
> [0m[0m22:25:51,482 INFO [org.jboss.ws.common.management] (MSC service thread 1-2) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.4.Final
> [0m[0m22:25:51,523 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-c11
> [0m[0m22:25:51,587 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}ActivationSe...
> portName={http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:51,588 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}Registration...
> portName={http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationPor...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:52,254 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from class com.arjuna.webservices11.wscoor.sei.ActivationPortTypeImpl
> [0m[0m22:25:53,731 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-c11/ActivationService
> [0m[0m22:25:54,176 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-c11.deployment/ActivationService.wsdl
> [0m[0m22:25:54,177 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from class com.arjuna.webservices11.wscoor.sei.RegistrationPortTypeImpl
> [0m[0m22:25:54,245 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-c11/RegistrationService
> [0m[0m22:25:54,312 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-c11.deployment/RegistrationService.wsdl
> [0m[0m22:25:54,315 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-client
> [0m[0m22:25:54,317 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CompletionInit...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionInitiat...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:54,319 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}TerminationPart...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationPartici...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:54,336 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionInitiatorService from class com.arjuna.webservices11.wsat.sei.CompletionInitiatorPortTypeImpl
> [0m[0m22:25:54,431 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-client/CompletionInitiatorService
> [0m[0m22:25:54,488 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-client.deployment/CompletionInitiatorService.wsdl
> [0m[0m22:25:54,490 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationParticipantService from class com.arjuna.schemas.ws._2005._10.wsarjtx.TerminationParticipantPortType
> [0m[0m22:25:54,677 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-client/TerminationParticipantService
> [0m[0m22:25:54,777 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-client.deployment/TerminationParticipantService.wsdl
> [0m[0m22:25:54,778 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-participant
> [0m[0m22:25:54,780 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}ParticipantSer...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}ParticipantPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:54,781 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:54,793 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:54,839 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}ParticipantService from class com.arjuna.webservices11.wsat.sei.ParticipantPortTypeImpl
> [0m[0m22:25:54,887 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-participant/ParticipantService
> [0m[0m22:25:54,982 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/ParticipantService.wsdl
> [0m[0m22:25:54,983 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionParticipantService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithParticipantCompletionParticipantPortTypeImpl
> [0m[0m22:25:55,114 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-participant/BusinessAgreementWithParticipant...
> [0m[0m22:25:55,174 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/BusinessAgreementWithParticipantCompletionParticipantService.wsdl
> [0m[0m22:25:55,176 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) 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
> [0m[0m22:25:55,201 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-participant/BusinessAgreementWithCoordinator...
> [0m[0m22:25:55,254 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/BusinessAgreementWithCoordinatorCompletionParticipantService.wsdl
> [0m[0m22:25:55,256 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-coordinator
> [0m[0m22:25:55,259 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:55,260 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CoordinatorSer...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CoordinatorPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:55,261 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CompletionCoor...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:55,262 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}TerminationCoor...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:55,286 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}TerminationCoor...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:55,287 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:55,288 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CompletionCoor...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:55,302 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionCoordinatorService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithCoordinatorCompletionCoordinatorPortTypeImpl
> [0m[0m22:25:55,410 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithCoordinator...
> [0m[0m22:25:55,451 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/BusinessAgreementWithCoordinatorCompletionCoordinatorService.wsdl
> [0m[0m22:25:55,452 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CoordinatorService from class com.arjuna.webservices11.wsat.sei.CoordinatorPortTypeImpl
> [0m[0m22:25:55,462 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CoordinatorService
> [0m[0m22:25:55,500 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CoordinatorService.wsdl
> [0m[0m22:25:55,500 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordinatorRPCService from class com.arjuna.webservices11.wsat.sei.CompletionCoordinatorRPCPortTypeImpl
> [0m[0m22:25:55,534 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorRPCService
> [0m[0m22:25:55,548 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CompletionCoordinatorRPCService.wsdl
> [0m[0m22:25:55,549 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorRPCPortTypeImplService from class com.arjuna.webservices11.wsarjtx.sei.TerminationCoordinatorRPCPortTypeImpl
> [0m[0m22:25:55,573 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorRPCService
> [0m[0m22:25:55,596 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/TerminationCoordinatorRPCPortTypeImplService.wsdl
> [0m[0m22:25:55,597 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorService from class com.arjuna.schemas.ws._2005._10.wsarjtx.TerminationCoordinatorPortType
> [0m[0m22:25:55,607 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorService
> [0m[0m22:25:55,624 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/TerminationCoordinatorService.wsdl
> [0m[0m22:25:55,625 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithParticipantCompletionCoordinatorPortTypeImpl
> [0m[0m22:25:55,641 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithParticipant...
> [0m[0m22:25:55,677 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/BusinessAgreementWithParticipantCompletionCoordinatorService.wsdl
> [0m[0m22:25:55,678 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordinatorService from class com.arjuna.webservices11.wsat.sei.CompletionCoordinatorPortTypeImpl
> [0m[0m22:25:55,683 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorService
> [0m[0m22:25:55,693 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CompletionCoordinatorService.wsdl
> [0m[0m22:25:55,697 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
> [0m[0m22:25:55,697 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-c11.deployment".ActivationService
> [0m[0m22:25:55,710 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-c11.deployment".RegistrationService
> [0m[0m22:25:55,711 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-client.deployment".CompletionInitiatorService
> [0m[0m22:25:55,712 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-client.deployment".TerminationParticipantService
> [0m[0m22:25:55,713 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithCoordinatorCompletionParticipantService
> [0m[0m22:25:55,713 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithParticipantCompletionParticipantService
> [0m[0m22:25:55,714 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".ParticipantService
> [0m[0m22:25:55,715 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithCoordinatorCompletionCoordinatorService
> [0m[0m22:25:55,716 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithParticipantCompletionCoordinatorService
> [0m[0m22:25:55,717 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorService
> [0m[0m22:25:55,718 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorService
> [0m[0m22:25:55,719 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorRPCService
> [0m[0m22:25:55,719 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CoordinatorService
> [0m[0m22:25:55,720 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorRPCService
> [0m[0m22:25:55,726 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-c11
> [0m[0m22:25:55,838 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /ws-c11
> [0m[0m22:25:55,839 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-client
> [0m[0m22:25:55,841 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /ws-t11-client
> [0m[0m22:25:55,841 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-participant
> [0m[0m22:25:55,842 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /ws-t11-participant
> [0m[0m22:25:55,842 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-coordinator
> [0m[0m22:25:55,843 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /ws-t11-coordinator
> [0m[33m22:25:55,851 WARN [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017507: Secure listener for protocol: 'HTTP/1.1' not found! Using non secure port!
> [0m[0m22:25:55,851 INFO [stdout] (MSC service thread 1-2) Rule.execute called for open trace file_1
> [0m[0m22:25:55,852 INFO [stdout] (MSC service thread 1-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:25:55,852 INFO [stdout] (MSC service thread 1-2) calling installed(open trace file) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:25:55,853 INFO [stdout] (MSC service thread 1-2) Installed rule using default helper : open trace file
> [0m[0m22:25:55,853 INFO [stdout] (MSC service thread 1-2) open trace file execute
> [0m[0m22:25:55,853 INFO [stdout] (MSC service thread 1-2) Rule.execute called for create participant deletes counter_0
> [0m[0m22:25:55,854 INFO [stdout] (MSC service thread 1-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:25:55,854 INFO [stdout] (MSC service thread 1-2) calling installed(create participant deletes counter) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:25:55,854 INFO [stdout] (MSC service thread 1-2) Installed rule using default helper : create participant deletes counter
> [0m[0m22:25:55,855 INFO [stdout] (MSC service thread 1-2) create participant deletes counter execute
> [0m[0m22:25:55,932 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC participant receive getStatus in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:25:55,935 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace CC participant receive getStatus
> [0m[0m22:25:55,941 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC participant receive getStatus in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:25:55,955 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC participant send soap fault in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:25:55,964 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace CC participant send soap fault
> [0m[0m22:25:55,966 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC participant send soap fault in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:25:55,981 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC participant receive getStatus in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:25:55,993 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace PC participant receive getStatus
> [0m[0m22:25:55,996 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC participant receive getStatus in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:25:56,009 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC participant send soap fault in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:25:56,018 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace PC participant send soap fault
> [0m[0m22:25:56,021 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC participant send soap fault in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:25:56,110 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trigger rendezvous on complete in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator
> [0m[0m22:25:56,113 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator.participantCompleted(java.lang.String) void for rule trigger rendezvous on complete
> [0m[0m22:25:56,114 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trigger rendezvous on complete in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator
> [0m[0m22:25:56,127 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate coordinator close in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:25:56,133 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.cancel() int for rule trace subordinate coordinator close
> [0m[0m22:25:56,135 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate coordinator close in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:25:56,137 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate coordinator prepare in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:25:56,138 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.complete() void for rule trace subordinate coordinator prepare
> [0m[0m22:25:56,140 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate coordinator prepare in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:25:56,152 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate coordinator cancel 2 in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:25:56,153 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.cancel() int for rule trace subordinate coordinator cancel 2
> [0m[0m22:25:56,155 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate coordinator cancel 2 in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:25:56,258 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace delete participant and exit JVM in class org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryManagerImple
> [0m[0m22:25:56,259 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryManagerImple.deleteParticipantRecoveryRecord(java.lang.String) boolean for rule trace delete participant and exit JVM
> [0m[0m22:25:56,261 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace delete participant and exit JVM in class org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryManagerImple
> [0m[0m22:25:56,329 INFO [org.jboss.jbossts.txbridge] (MSC service thread 1-2) ARJUNA033013: OutboundBridgeRecoveryManager starting
> [0m[0m22:25:56,352 INFO [org.jboss.jbossts.txbridge] (MSC service thread 1-2) ARJUNA033006: InboundBridgeRecoveryManager starting
> [0m[0m22:25:57,195 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingjournal,bindingsDirectory=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingbindings,largeMessagesDirectory=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messaginglargemessages,pagingDirectory=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingpaging)
> [0m[0m22:25:57,201 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221006: Waiting to obtain live lock
> [0m[0m22:25:57,508 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221012: Using AIO Journal
> [0m[0m22:26:00,084 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.
> [0m[0m22:26:00,129 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support CORE
> [0m[0m22:26:00,137 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support AMQP
> [0m[0m22:26:00,140 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support STOMP
> [0m[33m22:26:00,951 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.
> [0m[33m22:26:00,952 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.
> [0m[0m22:26:01,393 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221034: Waiting to obtain live lock
> [0m[0m22:26:01,393 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221035: Live Server Obtained live lock
> [0m[0m22:26:01,870 INFO [org.jboss.messaging] (MSC service thread 1-2) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor-throughput acceptor
> [0m[0m22:26:01,870 INFO [org.jboss.messaging] (MSC service thread 1-1) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor acceptor
> [0m[0m22:26:02,042 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221007: Server is now live
> [0m[0m22:26:02,043 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221001: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [b8df3454-a183-11e3-a068-15a73905c1d7]
> [0m[0m22:26:02,404 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 59) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m22:26:02,411 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 60) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
> [0m[0m22:26:02,466 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010406: Registered connection factory java:/JmsXA
> [0m[0m22:26:02,516 INFO [org.hornetq.ra] (MSC service thread 1-2) HornetQ resource adaptor started
> [0m[0m22:26:02,517 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-2) IJ020002: Deployed: file://RaActivatorhornetq-ra
> [0m[0m22:26:02,519 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-1) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m22:26:02,520 INFO [org.jboss.as.messaging] (MSC service thread 1-1) JBAS011601: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m22:26:02,643 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /rest-tx
> [0m[0m22:26:02,747 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")
> [0m[0m22:26:02,929 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
> [0m[0m22:26:02,930 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
> [0m[0m22:26:02,931 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.0.1.Final-SNAPSHOT "WildFly" started in 28405ms - Started 314 of 367 services (99 services are lazy, passive or on-demand)
> [0m[0m22:26:03,312 INFO [org.jboss.as.repository] (management-handler-thread - 2) JBAS014900: Content added at location /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/content/7c/0ae90e2dd441c4d40c44bf87762b7111ef8379/content
> [0m[0m22:26:03,322 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "xtstest.war" (runtime-name: "xtstest.war")
> [0m[33m22:26:04,185 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.
> [0m[0m22:26:04,219 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016002: Processing weld deployment xtstest.war
> [0m[0m22:26:04,289 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-1) HV000001: Hibernate Validator 5.0.3.Final
> [0m[0m22:26:04,565 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016005: Starting Services for CDI deployment: xtstest.war
> [0m[0m22:26:04,935 INFO [org.jboss.weld.Version] (MSC service thread 1-2) WELD-000900: 2.1.2 (Final)
> [0m[0m22:26:04,954 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:04,954 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:04,955 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) JBWS024061: Adding service endpoint metadata: id=XTS_Service_Test_Service_Two
> address=http://localhost:8080/xtstest/xtsservicetest2
> implementor=org.jboss.jbossts.xts.servicetests.service.XTSServiceTestPortTypeImpl
> serviceName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:04,955 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) JBWS024061: Adding service endpoint metadata: id=XTS_Service_Test_Service_Three
> address=http://localhost:8080/xtstest/xtsservicetest3
> implementor=org.jboss.jbossts.xts.servicetests.service.XTSServiceTestPortTypeImpl
> serviceName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:05,004 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceTestService from WSDL: WEB-INF/wsdl/xtsservicetests.wsdl
> [0m[0m22:26:05,034 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/xtstest/xtssubordinateservicetest1
> [0m[0m22:26:05,057 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:26:05,059 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceTestService from WSDL: WEB-INF/wsdl/xtsservicetests.wsdl
> [0m[0m22:26:05,069 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest1
> [0m[0m22:26:05,079 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:26:05,079 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceTestService from WSDL: WEB-INF/wsdl/xtsservicetests.wsdl
> [0m[0m22:26:05,083 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest2
> [0m[0m22:26:05,090 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:26:05,091 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceTestService from WSDL: WEB-INF/wsdl/xtsservicetests.wsdl
> [0m[0m22:26:05,095 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest3
> [0m[0m22:26:05,102 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:26:05,114 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_One
> [0m[0m22:26:05,116 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_Three
> [0m[0m22:26:05,118 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Subordinate_Service_One
> [0m[0m22:26:05,120 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016008: Starting weld service for deployment xtstest.war
> [0m[0m22:26:05,119 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_Two
> [0m[0m22:26:05,560 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : possible trigger for rule setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:26:05,570 INFO [stdout] (weld-worker-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest.run() void for rule setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:26:05,736 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : inserted trigger for setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:26:05,741 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : possible trigger for rule wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:26:05,743 INFO [stdout] (weld-worker-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest.run() void for rule wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:26:05,745 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : inserted trigger for wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:26:06,814 INFO [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-1) Starting XTSServiceTestRunner
> [0m[0m22:26:06,815 INFO [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-1) Starting XTS Service Test org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantCoordinatorCompletionParticipantCloseTest
> [0m[0m22:26:06,815 INFO [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-1) Started XTSServiceTestRunner
> [0m[0m22:26:06,838 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /xtstest
> [0m[0m22:26:07,265 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018559: Deployed "xtstest.war" (runtime-name : "xtstest.war")
> [0m[0m22:26:12,119 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Thread-82) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
> [0m[0m22:26:12,176 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Thread-82) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
> [0m[0m22:26:12,895 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Thread-82) Creating Service {http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceTestService from WSDL: vfs:/content/xtstest.war/WEB-INF/classes/org/jboss/jbossts/xts/servicetests/generated/wsdl/xtsservicetests.wsdl
> [0m[0m22:26:13,005 INFO [stdout] (default task-2) service /xtsservicetest1
> [0m[0m22:26:13,005 INFO [stdout] (default task-2) command enlistCoordinatorCompletion
> [0m[0m22:26:13,006 INFO [stdout] (default task-2) command complete
> [0m[0m22:26:13,006 INFO [stdout] (default task-2) command close
> [0m[0m22:26:13,320 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-2) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m22:26:13,488 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered CC participant send status in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:26:13,503 INFO [stdout] (default task-3) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.sendStatus(com.arjuna.webservices11.wsba.State) void for rule trace recovered CC participant send status
> [0m[0m22:26:13,506 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered CC participant send status in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:26:13,509 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC coordinator engine create in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:26:13,510 INFO [stdout] (default task-3) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.<init>(java.lang.String,javax.xml.ws.wsaddressing.W3CEndpointReference,com.arjuna.webservices11.wsba.State,boolean) void for rule trace CC coordinator engine create
> [0m[0m22:26:13,515 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC coordinator engine create in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:26:14,439 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive CC participant compensated in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:26:14,447 INFO [stdout] (default task-3) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.compensated(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive CC participant compensated
> [0m[0m22:26:14,452 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive CC participant compensated in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:26:14,457 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive CC participant completed in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:26:14,479 INFO [stdout] (default task-3) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.completed(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive CC participant completed
> [0m[0m22:26:14,497 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive CC participant completed in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:26:14,502 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send CC participant complete in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:26:14,506 INFO [stdout] (default task-3) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.complete() com.arjuna.webservices11.wsba.State for rule trace send CC participant complete
> [0m[0m22:26:14,530 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : inserted trigger for trace send CC participant complete in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:26:14,534 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send CC participant compensate in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:26:14,538 INFO [stdout] (default task-3) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.compensate() com.arjuna.webservices11.wsba.State for rule trace send CC participant compensate
> [0m[0m22:26:14,553 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : inserted trigger for trace send CC participant compensate in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:26:14,557 INFO [stdout] (default task-3) Rule.execute called for trace CC coordinator engine create_18
> [0m[0m22:26:14,558 INFO [stdout] (default task-3) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:14,558 INFO [stdout] (default task-3) calling installed(trace CC coordinator engine create) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:14,558 INFO [stdout] (default task-3) Installed rule using default helper : trace CC coordinator engine create
> [0m[0m22:26:14,559 INFO [stdout] (default task-3) trace CC coordinator engine create execute
> [0m[0m22:26:15,490 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC participant receive soap fault in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,500 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.soapFault(com.arjuna.webservices.SoapFault,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace CC participant receive soap fault
> [0m[0m22:26:15,580 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC participant receive soap fault in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,587 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered CC participant received status in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,589 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.status(org.oasis_open.docs.ws_tx.wsba._2006._06.StatusType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace recovered CC participant received status
> [0m[0m22:26:15,604 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered CC participant received status in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,694 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC participant create in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,695 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.<init>(java.lang.String,javax.xml.ws.wsaddressing.W3CEndpointReference,com.arjuna.wst.BusinessAgreementWithCoordinatorCompletionParticipant,com.arjuna.webservices11.wsba.State,boolean) void for rule trace CC participant create
> [0m[0m22:26:15,731 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC participant create in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,736 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive CC participant complete in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,738 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.complete(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive CC participant complete
> [0m[0m22:26:15,816 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive CC participant complete in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,820 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send CC participant completed in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,834 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.sendCompleted(boolean) void for rule trace send CC participant completed
> [0m[0m22:26:15,837 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace send CC participant completed in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,852 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive CC participant compensate in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,854 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.compensate(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive CC participant compensate
> [0m[0m22:26:15,914 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive CC participant compensate in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,918 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send CC participant compensated in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,933 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.sendCompensated() void for rule trace send CC participant compensated
> [0m[0m22:26:15,940 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace send CC participant compensated in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,945 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered CC participant send getStatus in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,959 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.sendCompleted(boolean) void for rule trace recovered CC participant send getStatus
> [0m[0m22:26:16,023 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered CC participant send getStatus in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:16,027 INFO [stdout] (default task-2) Rule.execute called for trace CC participant create_25
> [0m[0m22:26:16,028 INFO [stdout] (default task-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:16,028 INFO [stdout] (default task-2) calling installed(trace CC participant create) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:16,028 INFO [stdout] (default task-2) Installed rule using default helper : trace CC participant create
> [0m[0m22:26:16,028 INFO [stdout] (default task-2) trace CC participant create execute
> [0mMar 01, 2014 10:26:19 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController kill
> INFO: Hard killing of a server instance
> Mar 01, 2014 10:26:19 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: waiting for byteman to kill the server
> Mar 01, 2014 10:26:19 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [0m22:26:19,240 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub compensate in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,242 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.compensate() void for rule trace subordinate participant stub compensate
> [0m[0m22:26:19,244 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub compensate in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,245 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub complete in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,246 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.complete() void for rule trace subordinate participant stub complete
> [0m[0m22:26:19,248 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub complete in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,249 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub complete 2 in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,250 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.complete() void for rule trace subordinate participant stub complete 2
> [0m[0m22:26:19,273 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub complete 2 in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,323 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub compensate forward in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,325 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.compensate() void for rule trace subordinate participant stub compensate forward
> [0m[0m22:26:19,326 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub compensate forward in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,360 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub compensate with no coordinator in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,362 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.compensate() void for rule trace subordinate participant stub compensate with no coordinator
> [0m[0m22:26:19,364 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub compensate with no coordinator in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,365 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub compensate with unactivated coordinator in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,367 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.compensate() void for rule trace subordinate participant stub compensate with unactivated coordinator
> [0m[0m22:26:19,369 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub compensate with unactivated coordinator in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,370 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub compensate with system exception from coordinator in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,376 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.compensate() void for rule trace subordinate participant stub compensate with system exception from coordinator
> [0m[0m22:26:19,377 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub compensate with system exception from coordinator in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,379 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub compensate return in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,381 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.compensate() void for rule trace subordinate participant stub compensate return
> [0m[0m22:26:19,383 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub compensate return in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,427 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-4) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m22:26:19,478 INFO [stdout] (default task-5) Rule.execute called for trace CC coordinator engine create_18
> [0m[0m22:26:19,479 INFO [stdout] (default task-5) trace CC coordinator engine create execute
> [0m[0m22:26:19,555 INFO [stdout] (default task-4) Rule.execute called for trace CC participant create_25
> [0m[0m22:26:19,556 INFO [stdout] (default task-4) trace CC participant create execute
> [0m[0m22:26:19,589 INFO [stdout] (default task-4) service /xtssubordinateservicetest1
> [0m[0m22:26:19,589 INFO [stdout] (default task-4) command enlistCoordinatorCompletion
> [0m[0m22:26:19,590 INFO [stdout] (default task-4) command complete
> [0m[0m22:26:19,590 INFO [stdout] (default task-4) command close
> [0m[0m22:26:19,615 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-4) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m22:26:19,683 INFO [stdout] (default task-6) Rule.execute called for trace CC coordinator engine create_18
> [0m[0m22:26:19,683 INFO [stdout] (default task-6) trace CC coordinator engine create execute
> [0m[0m22:26:19,697 INFO [stdout] (default task-4) Rule.execute called for trace CC participant create_25
> [0m[0m22:26:19,697 INFO [stdout] (default task-4) trace CC participant create execute
> [0m[0m22:26:19,831 INFO [stdout] (default task-7) service /xtssubordinateservicetest1
> [0m[0m22:26:19,832 INFO [stdout] (default task-7) command enlistCoordinatorCompletion
> [0m[0m22:26:19,832 INFO [stdout] (default task-7) command complete
> [0m[0m22:26:19,832 INFO [stdout] (default task-7) command close
> [0m[0m22:26:20,148 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-7) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m22:26:20,248 INFO [stdout] (default task-8) Rule.execute called for trace CC coordinator engine create_18
> [0m[0m22:26:20,249 INFO [stdout] (default task-8) trace CC coordinator engine create execute
> [0m[0m22:26:20,260 INFO [stdout] (default task-7) Rule.execute called for trace CC participant create_25
> [0m[0m22:26:20,261 INFO [stdout] (default task-7) trace CC participant create execute
> [0m[0m22:26:20,385 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Thread-82) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m22:26:20,717 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Thread-82) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/com/arjuna/schemas/ws/_2005/_10/wsarjtx/wsdl/wsarjtx-termination-coordinator-binding.wsdl
> [0m[0m22:26:20,777 INFO [stdout] (TaskWorker-1) Rule.execute called for trace send CC participant complete_21
> [0m[0m22:26:20,779 INFO [stdout] (TaskWorker-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:20,779 INFO [stdout] (TaskWorker-1) calling installed(trace send CC participant complete) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:20,780 INFO [stdout] (TaskWorker-1) Installed rule using default helper : trace send CC participant complete
> [0m[0m22:26:20,780 INFO [stdout] (TaskWorker-1) trace send CC participant complete execute
> [0m[0m22:26:20,781 INFO [stdout] (TaskWorker-1) rule.debug{trace send CC participant complete} : complete sent for CC coordinator engine 0:ffffac118321:210e46c8:53125e6b:1a
> [0m[0m22:26:20,891 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-participant-binding.wsdl
> [0m[0m22:26:20,954 INFO [stdout] (TaskWorker-2) Rule.execute called for trace receive CC participant complete_26
> [0m[0m22:26:20,972 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:20,972 INFO [stdout] (TaskWorker-2) calling installed(trace receive CC participant complete) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:20,972 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace receive CC participant complete
> [0m[0m22:26:20,973 INFO [stdout] (TaskWorker-2) trace receive CC participant complete execute
> [0m[0m22:26:20,973 INFO [stdout] (TaskWorker-2) rule.debug{trace receive CC participant complete} : complete received for CC participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0m[0m22:26:21,161 INFO [stdout] (TaskWorker-2) Rule.execute called for trace send CC participant completed_27
> [0m[0m22:26:21,162 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:21,163 INFO [stdout] (TaskWorker-2) calling installed(trace send CC participant completed) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:21,165 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace send CC participant completed
> [0m[0m22:26:21,165 INFO [stdout] (TaskWorker-2) trace send CC participant completed execute
> [0m[0m22:26:21,166 INFO [stdout] (TaskWorker-2) rule.debug{trace send CC participant completed} : completed sent for CC participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0m[0m22:26:21,346 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-coordinator-binding.wsdl
> [0m[0m22:26:24,002 INFO [stdout] (TaskWorker-2) Rule.execute called for trace receive CC participant completed_20
> [0m[0m22:26:24,004 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:24,004 INFO [stdout] (TaskWorker-2) calling installed(trace receive CC participant completed) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:24,005 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace receive CC participant completed
> [0m[0m22:26:24,005 INFO [stdout] (TaskWorker-2) trace receive CC participant completed execute
> [0m[0m22:26:24,005 INFO [stdout] (TaskWorker-2) rule.debug{trace receive CC participant completed} : completed received for CC coordinator engine 0:ffffac118321:210e46c8:53125e6b:1a
> [0m[0m22:26:24,006 INFO [stdout] (TaskWorker-1) Rule.execute called for trace send CC participant complete_21
> [0m[0m22:26:24,007 INFO [stdout] (TaskWorker-1) trace send CC participant complete execute
> [0m[0m22:26:24,007 INFO [stdout] (TaskWorker-1) rule.debug{trace send CC participant complete} : complete sent for CC coordinator engine 0:ffffac118321:210e46c8:53125e6b:1f
> [0m[0m22:26:24,252 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-participant-binding.wsdl
> [0m[0m22:26:24,298 INFO [stdout] (TaskWorker-2) Rule.execute called for trace receive CC participant complete_26
> [0m[0m22:26:24,298 INFO [stdout] (TaskWorker-2) trace receive CC participant complete execute
> [0m[0m22:26:24,298 INFO [stdout] (TaskWorker-2) rule.debug{trace receive CC participant complete} : complete received for CC participant org.jboss.jbossts.xts.ba.subordinate.participant.0:ffffac118321:210e46c8:53125e6b:1d_CCP
> [0m[0m22:26:24,299 INFO [stdout] (TaskWorker-2) Rule.execute called for trace subordinate participant stub complete_32
> [0m[0m22:26:24,299 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:24,299 INFO [stdout] (TaskWorker-2) calling installed(trace subordinate participant stub complete) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:24,300 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace subordinate participant stub complete
> [0m[0m22:26:24,300 INFO [stdout] (TaskWorker-2) trace subordinate participant stub complete execute
> [0m[0m22:26:24,300 INFO [stdout] (TaskWorker-2) rule.debug{trace subordinate participant stub complete} : complete called for pseudo-participant com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub@d76a07
> [0m[0m22:26:24,301 INFO [stdout] (TaskWorker-2) Rule.execute called for trace send CC participant complete_21
> [0m[0m22:26:24,301 INFO [stdout] (TaskWorker-2) trace send CC participant complete execute
> [0m[0m22:26:24,301 INFO [stdout] (TaskWorker-2) rule.debug{trace send CC participant complete} : complete sent for CC coordinator engine CCP0:ffffac118321:210e46c8:53125e6b:22
> [0m[0m22:26:24,419 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-participant-binding.wsdl
> [0m[0m22:26:24,536 INFO [stdout] (TaskWorker-3) Rule.execute called for trace receive CC participant complete_26
> [0m[0m22:26:24,537 INFO [stdout] (TaskWorker-3) trace receive CC participant complete execute
> [0m[0m22:26:24,537 INFO [stdout] (TaskWorker-3) rule.debug{trace receive CC participant complete} : complete received for CC participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[0m22:26:24,763 INFO [stdout] (TaskWorker-3) Rule.execute called for trace send CC participant completed_27
> [0m[0m22:26:24,764 INFO [stdout] (TaskWorker-3) trace send CC participant completed execute
> [0m[0m22:26:24,764 INFO [stdout] (TaskWorker-3) rule.debug{trace send CC participant completed} : completed sent for CC participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[0m22:26:24,887 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-3) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-coordinator-binding.wsdl
> [0m[0m22:26:24,930 INFO [stdout] (TaskWorker-3) Rule.execute called for trace receive CC participant completed_20
> [0m[0m22:26:24,931 INFO [stdout] (TaskWorker-3) trace receive CC participant completed execute
> [0m[0m22:26:24,931 INFO [stdout] (TaskWorker-3) rule.debug{trace receive CC participant completed} : completed received for CC coordinator engine CCP0:ffffac118321:210e46c8:53125e6b:22
> [0m[0m22:26:24,931 INFO [stdout] (TaskWorker-2) Rule.execute called for trace send CC participant complete_21
> [0m[0m22:26:24,931 INFO [stdout] (TaskWorker-2) trace send CC participant complete execute
> [0m[0m22:26:24,932 INFO [stdout] (TaskWorker-2) rule.debug{trace send CC participant complete} : complete sent for CC coordinator engine CCP0:ffffac118321:210e46c8:53125e6b:25
> [0m[0m22:26:24,957 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-participant-binding.wsdl
> [0m[0m22:26:25,058 INFO [stdout] (TaskWorker-3) Rule.execute called for trace receive CC participant complete_26
> [0m[0m22:26:25,059 INFO [stdout] (TaskWorker-3) trace receive CC participant complete execute
> [0m[0m22:26:25,059 INFO [stdout] (TaskWorker-3) rule.debug{trace receive CC participant complete} : complete received for CC participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[0m22:26:25,121 INFO [stdout] (TaskWorker-3) Rule.execute called for trace send CC participant completed_27
> [0m[0m22:26:25,121 INFO [stdout] (TaskWorker-3) trace send CC participant completed execute
> [0m[0m22:26:25,122 INFO [stdout] (TaskWorker-3) rule.debug{trace send CC participant completed} : completed sent for CC participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[0m22:26:25,145 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-3) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-coordinator-binding.wsdl
> [0m[0m22:26:25,317 INFO [stdout] (TaskWorker-3) Rule.execute called for trace receive CC participant completed_20
> [0m[0m22:26:25,318 INFO [stdout] (TaskWorker-3) trace receive CC participant completed execute
> [0m[0m22:26:25,318 INFO [stdout] (TaskWorker-3) rule.debug{trace receive CC participant completed} : completed received for CC coordinator engine CCP0:ffffac118321:210e46c8:53125e6b:25
> [0m[0m22:26:25,318 INFO [stdout] (TaskWorker-2) Rule.execute called for trace subordinate coordinator prepare_12
> [0m[0m22:26:25,320 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:25,320 INFO [stdout] (TaskWorker-2) calling installed(trace subordinate coordinator prepare) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:25,320 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace subordinate coordinator prepare
> [0m[0m22:26:25,321 INFO [stdout] (TaskWorker-2) trace subordinate coordinator prepare execute
> [0m[0m22:26:25,321 INFO [stdout] (TaskWorker-2) rule.debug{trace subordinate coordinator prepare} : prepare for transaction 0:ffffac118321:210e46c8:53125e6b:1d
> [0m[0m22:26:25,327 INFO [stdout] (TaskWorker-2) Rule.execute called for trace TX save at prepare_3
> [0m[0m22:26:25,328 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:25,329 INFO [stdout] (TaskWorker-2) calling installed(trace TX save at prepare) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:25,329 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace TX save at prepare
> [0m[0m22:26:25,329 INFO [stdout] (TaskWorker-2) trace TX save at prepare execute
> [0m[0m22:26:25,329 INFO [stdout] (TaskWorker-2) rule.debug{trace TX save at prepare} : saved to disk transaction 0:ffffac118321:210e46c8:53125e6b:1d
> [0m[0m22:26:25,380 INFO [stdout] (TaskWorker-2) Rule.execute called for trace subordinate participant stub complete 2_33
> [0m[0m22:26:25,381 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:25,381 INFO [stdout] (TaskWorker-2) calling installed(trace subordinate participant stub complete 2) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:25,382 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace subordinate participant stub complete 2
> [0m[0m22:26:25,382 INFO [stdout] (TaskWorker-2) trace subordinate participant stub complete 2 execute
> [0m[0m22:26:25,382 INFO [stdout] (TaskWorker-2) rule.debug{trace subordinate participant stub complete 2} : JVM exit
> [0mMar 01, 2014 10:26:29 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:26:29 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:26:29 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep '\[java\] <defunct>')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:26:29 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as killed by byteman scirpt
> Mar 01, 2014 10:26:29 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'mkdir -p ./target/surefire-reports/processes'
> Mar 01, 2014 10:26:29 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'ps aux > ./target/surefire-reports/processes/null:null_42.txt'
> Mar 01, 2014 10:26:29 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor dumpProcesses
> INFO: Logged current running processes to: ./target/surefire-reports/processes/null:null_42.txt
> Mar 01, 2014 10:26:29 PM 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/XTS/localjunit/crash-recovery-tests/target/lib/byteman.jar=script:target/test-classes/scripts/BASubordinateCrashDuringComplete.btm,boot:target/lib/byteman.jar,listener:true -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n, managementAddress=127.0.0.1, serverConfig=standalone-xts.xml}
> Mar 01, 2014 10:26:29 PM 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/XTS/localjunit/crash-recovery-tests/target/lib/byteman.jar=script:target/test-classes/scripts/BASubordinateCrashDuringComplete.btm,boot:target/lib/byteman.jar,listener:true, -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n, -ea, -Djboss.home.dir=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT, -Dorg.jboss.boot.log.file=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/log/server.log, -Dlogging.configuration=file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/configuration/logging.properties, -Djboss.bundles.dir=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/bundles, -jar, /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/jboss-modules.jar, -mp, /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules, org.jboss.as.standalone, -server-config, standalone-xts.xml]
> TransformListener() : accepting requests on localhost:9091
> Listening for transport dt_socket at address: 8787
> [0m22:26:31,325 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.0.Final
> [0m[0m22:26:32,256 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.1.Final
> [0m[33m22:26:32,547 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
> [0m[0m22:26:32,596 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015899: WildFly 8.0.1.Final-SNAPSHOT "WildFly" starting
> [0m[0m22:26:36,964 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
> [0m[0m22:26:36,993 INFO [org.xnio] (MSC service thread 1-2) XNIO version 3.2.0.Final
> [0m[0m22:26:37,005 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.2.0.Final
> [0m[0m22:26:37,052 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 4.0.2.Final
> [0m[0m22:26:37,181 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 35) JBAS010280: Activating Infinispan subsystem.
> [0m[0m22:26:37,188 INFO [org.jboss.as.jacorb] (ServerService Thread Pool -- 36) JBAS016300: Activating JacORB Subsystem
> [0m[0m22:26:37,346 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 46) JBAS011800: Activating Naming Subsystem
> [0m[0m22:26:37,345 INFO [org.jboss.as.security] (ServerService Thread Pool -- 51) JBAS013171: Activating Security Subsystem
> [0m[0m22:26:37,531 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 55) JBAS015537: Activating WebServices Extension
> [0m[0m22:26:37,545 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : possible trigger for rule create participant deletes counter in class org.jboss.jbossts.XTSService
> [0m[0m22:26:37,556 INFO [stdout] (ServerService Thread Pool -- 57) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.XTSService.start() void for rule create participant deletes counter
> [0m[0m22:26:37,572 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : inserted trigger for create participant deletes counter in class org.jboss.jbossts.XTSService
> [0m[0m22:26:37,691 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : possible trigger for rule open trace file in class org.jboss.jbossts.XTSService
> [0m[0m22:26:37,693 INFO [stdout] (ServerService Thread Pool -- 57) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.XTSService.start() void for rule open trace file
> [0m[0m22:26:39,633 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : inserted trigger for open trace file in class org.jboss.jbossts.XTSService
> [0m[0m22:26:39,691 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 42) JBAS012615: Activated the following JSF Implementations: [main]
> [0m[0m22:26:39,713 INFO [org.jboss.as.naming] (MSC service thread 1-2) JBAS011802: Starting Naming Service
> [0m[0m22:26:39,879 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017502: Undertow 1.0.0.Final starting
> [0m[0m22:26:39,996 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017502: Undertow 1.0.0.Final starting
> [0m[0m22:26:40,829 INFO [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016330: CORBA ORB Service started
> [0m[0m22:26:40,912 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) JBAS015400: Bound mail session [java:jboss/mail/Default]
> [0m[0m22:26:40,968 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 30) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> [0m[0m22:26:41,008 INFO [org.jboss.as.security] (MSC service thread 1-2) JBAS013170: Current PicketBox version=4.0.21.Beta1
> [0m[0m22:26:41,267 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017527: Creating file handler for path /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/welcome-content
> [0m[0m22:26:41,449 INFO [org.jboss.as.connector.logging] (MSC service thread 1-2) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.3.Final)
> [0m[0m22:26:41,672 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule reset periodic recovery wait time in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
> [0m[0m22:26:41,673 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean.getPeriodicRecoveryPeriod() int for rule reset periodic recovery wait time
> [0m[0m22:26:41,680 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for reset periodic recovery wait time in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
> [0m[0m22:26:42,687 INFO [stdout] (MSC service thread 1-2) Rule.execute called for reset periodic recovery wait time_2
> [0m[0m22:26:42,692 INFO [stdout] (MSC service thread 1-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:42,693 INFO [stdout] (MSC service thread 1-2) calling activated() for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:42,693 INFO [stdout] (MSC service thread 1-2) Default helper activated
> [0m[0m22:26:42,694 INFO [stdout] (MSC service thread 1-2) calling installed(reset periodic recovery wait time) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:42,694 INFO [stdout] (MSC service thread 1-2) Installed rule using default helper : reset periodic recovery wait time
> [0m[0m22:26:42,695 INFO [stdout] (MSC service thread 1-2) reset periodic recovery wait time execute
> [0m[0m22:26:42,695 INFO [stdout] (MSC service thread 1-2) caught ReturnException
> [0m[0m22:26:43,734 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace TX save at prepare in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:26:43,864 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.ats.arjuna.coordinator.BasicAction.prepare(boolean) int for rule trace TX save at prepare
> [0m[0m22:26:43,900 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace TX save at prepare in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:26:43,939 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace remove committed state and exit JVM in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:26:44,037 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.ats.arjuna.coordinator.BasicAction.updateState() void for rule trace remove committed state and exit JVM
> [0m[0m22:26:44,054 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace remove committed state and exit JVM in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:26:44,079 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace remove committed state in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:26:44,152 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.ats.arjuna.coordinator.BasicAction.updateState() void for rule trace remove committed state
> [0m[0m22:26:44,157 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace remove committed state in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:26:44,558 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) JBAS010417: Started Driver service with driver-name = h2
> [0m[0m22:26:44,699 INFO [org.jboss.as.jacorb] (MSC service thread 1-2) JBAS016328: CORBA Naming Service started
> [0m[0m22:26:44,701 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017525: Started server default-server.
> [0m[0m22:26:44,734 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017531: Host default-host starting
> [0m[0m22:26:45,006 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
> [0m[0m22:26:45,009 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080
> [0m[0m22:26:45,225 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingjournal,bindingsDirectory=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingbindings,largeMessagesDirectory=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messaginglargemessages,pagingDirectory=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingpaging)
> [0m[0m22:26:45,227 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221006: Waiting to obtain live lock
> [0m[0m22:26:45,259 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221012: Using AIO Journal
> [0m[0m22:26:45,305 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.
> [0m[0m22:26:45,344 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support CORE
> [0m[0m22:26:45,377 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support AMQP
> [0m[0m22:26:45,381 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support STOMP
> [0m[0m22:26:46,134 INFO [org.jboss.ws.common.management] (MSC service thread 1-1) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.4.Final
> [0m[0m22:26:46,136 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-coordinator
> [0m[0m22:26:46,162 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-participant
> [0m[0m22:26:46,326 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:46,329 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CoordinatorSer...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CoordinatorPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:46,330 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CompletionCoor...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:46,331 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}TerminationCoor...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:46,333 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}TerminationCoor...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:46,328 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}ParticipantSer...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}ParticipantPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:46,335 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:46,336 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:46,396 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:46,397 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CompletionCoor...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:47,006 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
> [0m[0m22:26:47,017 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionCoordinatorService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithCoordinatorCompletionCoordinatorPortTypeImpl
> [0m[0m22:26:48,390 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithCoordinator...
> [0m[0m22:26:48,449 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
> [0m[0m22:26:48,807 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/BusinessAgreementWithCoordinatorCompletionCoordinatorService.wsdl
> [0m[0m22:26:48,808 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CoordinatorService from class com.arjuna.webservices11.wsat.sei.CoordinatorPortTypeImpl
> [0m[0m22:26:48,823 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CoordinatorService
> [0m[0m22:26:48,851 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CoordinatorService.wsdl
> [0m[0m22:26:48,852 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordinatorRPCService from class com.arjuna.webservices11.wsat.sei.CompletionCoordinatorRPCPortTypeImpl
> [0m[0m22:26:48,874 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorRPCService
> [0m[0m22:26:48,943 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CompletionCoordinatorRPCService.wsdl
> [0m[0m22:26:48,944 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorRPCPortTypeImplService from class com.arjuna.webservices11.wsarjtx.sei.TerminationCoordinatorRPCPortTypeImpl
> [0m[0m22:26:48,971 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorRPCService
> [0m[0m22:26:48,990 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/TerminationCoordinatorRPCPortTypeImplService.wsdl
> [0m[0m22:26:48,992 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorService from class com.arjuna.schemas.ws._2005._10.wsarjtx.TerminationCoordinatorPortType
> [0m[0m22:26:49,001 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorService
> [0m[0m22:26:48,888 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/ParticipantService.wsdl
> [0m[0m22:26:49,013 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
> [0m[0m22:26:49,124 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/TerminationCoordinatorService.wsdl
> [0m[0m22:26:49,125 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithParticipantCompletionCoordinatorPortTypeImpl
> [0m[0m22:26:49,185 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithParticipant...
> [0m[0m22:26:49,222 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/BusinessAgreementWithParticipant...
> [0m[0m22:26:49,288 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/BusinessAgreementWithParticipantCompletionCoordinatorService.wsdl
> [0m[0m22:26:49,289 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordinatorService from class com.arjuna.webservices11.wsat.sei.CompletionCoordinatorPortTypeImpl
> [0m[0m22:26:49,321 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/BusinessAgreementWithParticipantCompletionParticipantService.wsdl
> [0m[0m22:26:49,322 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
> [0m[0m22:26:49,398 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/BusinessAgreementWithCoordinator...
> [0m[0m22:26:49,433 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/BusinessAgreementWithCoordinatorCompletionParticipantService.wsdl
> [0m[0m22:26:49,438 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-client
> [0m[0m22:26:49,440 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}CompletionInit...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionInitiat...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:49,442 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}TerminationPart...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationPartici...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:49,494 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorService
> [0m[0m22:26:49,735 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
> [0m[0m22:26:49,749 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CompletionCoordinatorService.wsdl
> [0m[0m22:26:49,751 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-c11
> [0m[0m22:26:49,753 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}ActivationSe...
> portName={http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:49,755 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}Registration...
> portName={http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationPor...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:49,797 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from class com.arjuna.webservices11.wscoor.sei.ActivationPortTypeImpl
> [0m[0m22:26:49,821 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
> [0m[0m22:26:49,889 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-client.deployment/CompletionInitiatorService.wsdl
> [0m[0m22:26:49,891 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
> [0m[0m22:26:50,000 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
> [0m[0m22:26:50,107 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-client.deployment/TerminationParticipantService.wsdl
> [0m[0m22:26:50,109 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithCoordinatorCompletionParticipantService
> [0m[0m22:26:50,230 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".ParticipantService
> [0m[0m22:26:50,230 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithParticipantCompletionParticipantService
> [0m[0m22:26:50,231 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithParticipantCompletionCoordinatorService
> [0m[0m22:26:50,232 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorService
> [0m[0m22:26:50,233 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorRPCService
> [0m[0m22:26:50,234 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CoordinatorService
> [0m[0m22:26:50,234 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithCoordinatorCompletionCoordinatorService
> [0m[0m22:26:50,235 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorRPCService
> [0m[0m22:26:50,236 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorService
> [0m[0m22:26:50,237 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-client.deployment".TerminationParticipantService
> [0m[0m22:26:50,251 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-client.deployment".CompletionInitiatorService
> [0m[0m22:26:50,275 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "xtstest.war" (runtime-name: "xtstest.war")
> [0m[0m22:26:50,295 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) JBAS015012: Started FileSystemDeploymentService for directory /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/deployments
> [0m[0m22:26:50,296 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "restat-web-5.0.2.Final-SNAPSHOT.war" (runtime-name: "restat-web-5.0.2.Final-SNAPSHOT.war")
> [0m[0m22:26:50,296 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-participant
> [0m[0m22:26:50,331 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-c11/ActivationService
> [0m[0m22:26:50,371 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-c11.deployment/ActivationService.wsdl
> [0m[0m22:26:50,372 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from class com.arjuna.webservices11.wscoor.sei.RegistrationPortTypeImpl
> [0m[0m22:26:50,481 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-c11/RegistrationService
> [0m[0m22:26:50,510 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-c11.deployment/RegistrationService.wsdl
> [0m[0m22:26:50,511 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-coordinator
> [0m[0m22:26:50,560 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /ws-t11-participant
> [0m[0m22:26:50,561 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-client
> [0m[0m22:26:50,562 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /ws-t11-client
> [0m[0m22:26:50,583 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /ws-t11-coordinator
> [0m[0m22:26:50,970 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-c11.deployment".RegistrationService
> [0m[0m22:26:50,972 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-c11.deployment".ActivationService
> [0m[0m22:26:51,904 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-c11
> [0m[0m22:26:51,905 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /ws-c11
> [0m[33m22:26:52,132 WARN [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017507: Secure listener for protocol: 'HTTP/1.1' not found! Using non secure port!
> [0m[0m22:26:52,132 INFO [stdout] (MSC service thread 1-1) Rule.execute called for open trace file_1
> [0m[0m22:26:52,133 INFO [stdout] (MSC service thread 1-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:52,134 INFO [stdout] (MSC service thread 1-1) calling installed(open trace file) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:52,134 INFO [stdout] (MSC service thread 1-1) Installed rule using default helper : open trace file
> [0m[0m22:26:52,134 INFO [stdout] (MSC service thread 1-1) open trace file execute
> [0m[0m22:26:52,134 INFO [stdout] (MSC service thread 1-1) Rule.execute called for create participant deletes counter_0
> [0m[0m22:26:52,135 INFO [stdout] (MSC service thread 1-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:52,135 INFO [stdout] (MSC service thread 1-1) calling installed(create participant deletes counter) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:52,135 INFO [stdout] (MSC service thread 1-1) Installed rule using default helper : create participant deletes counter
> [0m[0m22:26:52,136 INFO [stdout] (MSC service thread 1-1) create participant deletes counter execute
> [0m[0m22:26:52,223 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC participant receive getStatus in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:26:52,227 INFO [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace CC participant receive getStatus
> [0m[0m22:26:52,243 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC participant receive getStatus in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:26:52,247 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC participant send soap fault in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:26:52,256 INFO [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace CC participant send soap fault
> [0m[0m22:26:52,268 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC participant send soap fault in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:26:52,273 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC participant receive getStatus in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:26:52,284 INFO [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace PC participant receive getStatus
> [0m[0m22:26:52,309 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC participant receive getStatus in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:26:52,312 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC participant send soap fault in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:26:52,323 INFO [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace PC participant send soap fault
> [0m[0m22:26:52,335 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC participant send soap fault in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:26:52,497 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trigger rendezvous on complete in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator
> [0m[0m22:26:52,499 INFO [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator.participantCompleted(java.lang.String) void for rule trigger rendezvous on complete
> [0m[0m22:26:52,501 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trigger rendezvous on complete in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator
> [0m[0m22:26:52,513 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate coordinator close in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:26:52,514 INFO [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.cancel() int for rule trace subordinate coordinator close
> [0m[0m22:26:52,516 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate coordinator close in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:26:52,518 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate coordinator prepare in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:26:52,519 INFO [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.complete() void for rule trace subordinate coordinator prepare
> [0m[0m22:26:52,521 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate coordinator prepare in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:26:52,533 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate coordinator cancel 2 in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:26:52,535 INFO [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.cancel() int for rule trace subordinate coordinator cancel 2
> [0m[0m22:26:52,537 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate coordinator cancel 2 in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:26:52,638 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace delete participant and exit JVM in class org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryManagerImple
> [0m[0m22:26:52,640 INFO [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryManagerImple.deleteParticipantRecoveryRecord(java.lang.String) boolean for rule trace delete participant and exit JVM
> [0m[0m22:26:52,642 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace delete participant and exit JVM in class org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryManagerImple
> [0m[0m22:26:52,735 INFO [org.jboss.jbossts.txbridge] (MSC service thread 1-1) ARJUNA033013: OutboundBridgeRecoveryManager starting
> [0m[0m22:26:52,747 INFO [org.jboss.jbossts.txbridge] (MSC service thread 1-1) ARJUNA033006: InboundBridgeRecoveryManager starting
> [0m[33m22:26:52,908 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.
> [0m[33m22:26:52,908 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.
> [0m[33m22:26:53,013 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.
> [0m[0m22:26:53,274 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016002: Processing weld deployment xtstest.war
> [0m[0m22:26:53,422 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-1) HV000001: Hibernate Validator 5.0.3.Final
> [0m[0m22:26:54,448 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016005: Starting Services for CDI deployment: xtstest.war
> [0m[0m22:26:54,538 INFO [org.jboss.weld.Version] (MSC service thread 1-1) WELD-000900: 2.1.2 (Final)
> [0m[0m22:26:54,585 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}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:54,586 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}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:54,586 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=XTS_Service_Test_Service_Two
> address=http://localhost:8080/xtstest/xtsservicetest2
> implementor=org.jboss.jbossts.xts.servicetests.service.XTSServiceTestPortTypeImpl
> serviceName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:54,587 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=XTS_Service_Test_Service_Three
> address=http://localhost:8080/xtstest/xtsservicetest3
> implementor=org.jboss.jbossts.xts.servicetests.service.XTSServiceTestPortTypeImpl
> serviceName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:54,687 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
> [0m[0m22:26:54,746 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/xtstest/xtssubordinateservicetest1
> [0m[0m22:26:54,769 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:26:54,770 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
> [0m[0m22:26:54,780 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest1
> [0m[0m22:26:54,789 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:26:54,790 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
> [0m[0m22:26:54,794 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest2
> [0m[0m22:26:54,806 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:26:54,807 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
> [0m[0m22:26:54,810 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest3
> [0m[0m22:26:54,822 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:26:54,869 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Subordinate_Service_One
> [0m[0m22:26:54,870 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_One
> [0m[0m22:26:54,872 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_Three
> [0m[0m22:26:54,873 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_Two
> [0m[0m22:26:54,880 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016008: Starting weld service for deployment xtstest.war
> [0m[0m22:26:55,373 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221034: Waiting to obtain live lock
> [0m[0m22:26:55,374 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221035: Live Server Obtained live lock
> [0m[0m22:26:58,747 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221007: Server is now live
> [0m[0m22:26:58,748 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221001: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [b8df3454-a183-11e3-a068-15a73905c1d7]
> [0m[31m22:26:58,836 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014613: Operation ("deploy") failed - address: ([("deployment" => "restat-web-5.0.2.Final-SNAPSHOT.war")]) - failure description: {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.\"restat-web-5.0.2.Final-SNAPSHOT\".\"restat-web-5.0.2.Final-SNAPSHOT\".DefaultJMSConnectionFactory is missing [jboss.naming.context.java.jboss.DefaultJMSConnectionFactory]"]}
> [0m[0m22:26:58,847 INFO [org.jboss.messaging] (MSC service thread 1-1) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor acceptor
> [0m[0m22:26:58,849 INFO [org.jboss.messaging] (MSC service thread 1-1) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor-throughput acceptor
> [0m[0m22:26:58,879 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 58) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m22:26:58,885 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 58) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
> [0m[0m22:26:59,288 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010406: Registered connection factory java:/JmsXA
> [0m[0m22:26:59,350 INFO [org.hornetq.ra] (MSC service thread 1-2) HornetQ resource adaptor started
> [0m[0m22:26:59,350 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-2) IJ020002: Deployed: file://RaActivatorhornetq-ra
> [0m[0m22:26:59,353 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m22:26:59,355 INFO [org.jboss.as.messaging] (MSC service thread 1-2) JBAS011601: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m22:26:59,914 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /rest-tx
> [0m[0m22:26:59,963 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : possible trigger for rule setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:26:59,989 INFO [stdout] (weld-worker-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest.run() void for rule setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:27:00,179 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : inserted trigger for setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:27:00,181 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : possible trigger for rule wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:27:00,184 INFO [stdout] (weld-worker-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest.run() void for rule wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:27:00,191 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : inserted trigger for wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:27:01,366 INFO [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-2) Starting XTSServiceTestRunner
> [0m[0m22:27:01,367 INFO [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-2) Started XTSServiceTestRunner
> [0m[0m22:27:01,398 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /xtstest
> [0m[0m22:27:01,455 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS018559: Deployed "xtstest.war" (runtime-name : "xtstest.war")
> [0m[0m22:27:01,456 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")
> [0m[0m22:27:01,631 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
> [0m[0m22:27:01,631 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
> [0m[0m22:27:01,632 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.0.1.Final-SNAPSHOT "WildFly" started in 31603ms - Started 474 of 532 services (109 services are lazy, passive or on-demand)
> [0mMar 01, 2014 10:27:01 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController kill
> INFO: Hard killing of a server instance
> Mar 01, 2014 10:27:01 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: waiting for byteman to kill the server
> Mar 01, 2014 10:27:01 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [0m22:27:01,782 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017535: Unregistered web context: /xtstest
> [0m[0m22:27:01,807 INFO [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-2) Stopping XTSServiceTestRunner
> [0m[0m22:27:01,808 INFO [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-2) Stopped XTSServiceTestRunner
> [0m[0m22:27:01,815 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /rest-tx
> [0m[0m22:27:01,821 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015540: Stopping service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_Three
> [0m[0m22:27:01,822 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015540: Stopping service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_Two
> [0m[0m22:27:01,823 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015540: Stopping service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Subordinate_Service_One
> [0m[0m22:27:01,823 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015540: Stopping service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_One
> [0m[0m22:27:01,826 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016009: Stopping weld service for deployment xtstest.war
> [0m[0m22:27:01,921 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment xtstest.war (runtime-name: xtstest.war) in 149ms
> [0m[0m22:27:01,950 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment restat-web-5.0.2.Final-SNAPSHOT.war (runtime-name: restat-web-5.0.2.Final-SNAPSHOT.war) in 136ms
> [0m[0m22:27:02,187 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018558: Undeployed "restat-web-5.0.2.Final-SNAPSHOT.war" (runtime-name: "restat-web-5.0.2.Final-SNAPSHOT.war")
> [0m[0m22:27:02,188 INFO [org.jboss.as.repository] (DeploymentScanner-threads - 2) JBAS014901: Content removed from location /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/content/7c/0ae90e2dd441c4d40c44bf87762b7111ef8379/content
> [0m[0m22:27:02,189 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018558: Undeployed "xtstest.war" (runtime-name: "xtstest.war")
> [0mMar 01, 2014 10:27:11 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:27:11 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [0m22:27:14,683 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate prepared replay in class org.jboss.jbossts.xts.recovery.coordinator.ba.RecoverySubordinateBACoordinator
> [0m[0m22:27:14,684 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.recovery.coordinator.ba.RecoverySubordinateBACoordinator.replayPhase2() void for rule trace subordinate prepared replay
> [0m[0m22:27:14,685 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate prepared replay in class org.jboss.jbossts.xts.recovery.coordinator.ba.RecoverySubordinateBACoordinator
> [0m[0m22:27:14,697 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered CC participant send status in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:27:14,701 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.sendStatus(com.arjuna.webservices11.wsba.State) void for rule trace recovered CC participant send status
> [0m[0m22:27:14,703 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered CC participant send status in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:27:14,706 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC coordinator engine create in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:27:14,707 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.<init>(java.lang.String,javax.xml.ws.wsaddressing.W3CEndpointReference,com.arjuna.webservices11.wsba.State,boolean) void for rule trace CC coordinator engine create
> [0m[0m22:27:14,713 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC coordinator engine create in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:27:14,718 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive CC participant compensated in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:27:14,719 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.compensated(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive CC participant compensated
> [0m[0m22:27:14,724 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive CC participant compensated in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:27:14,729 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive CC participant completed in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:27:14,730 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.completed(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive CC participant completed
> [0m[0m22:27:14,737 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive CC participant completed in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:27:14,742 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send CC participant complete in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:27:14,800 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.complete() com.arjuna.webservices11.wsba.State for rule trace send CC participant complete
> [0m[0m22:27:14,804 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace send CC participant complete in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:27:14,809 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send CC participant compensate in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:27:14,813 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.compensate() com.arjuna.webservices11.wsba.State for rule trace send CC participant compensate
> [0m[0m22:27:14,818 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace send CC participant compensate in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:27:15,149 INFO [stdout] (Periodic Recovery) Rule.execute called for trace CC coordinator engine create_19
> [0m[0m22:27:15,150 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:27:15,150 INFO [stdout] (Periodic Recovery) calling installed(trace CC coordinator engine create) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:27:15,150 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace CC coordinator engine create
> [0m[0m22:27:15,151 INFO [stdout] (Periodic Recovery) trace CC coordinator engine create execute
> [0m[0m22:27:15,151 INFO [stdout] (Periodic Recovery) rule.debug{trace CC coordinator engine create} : created recovered CC coordinator engine CCP0:ffffac118321:210e46c8:53125e6b:22
> [0m[0m22:27:15,170 INFO [stdout] (Periodic Recovery) Rule.execute called for trace CC coordinator engine create_19
> [0m[0m22:27:15,170 INFO [stdout] (Periodic Recovery) trace CC coordinator engine create execute
> [0m[0m22:27:15,171 INFO [stdout] (Periodic Recovery) rule.debug{trace CC coordinator engine create} : created recovered CC coordinator engine CCP0:ffffac118321:210e46c8:53125e6b:25
> [0m[0m22:27:15,171 INFO [stdout] (Periodic Recovery) Rule.execute called for trace subordinate prepared replay_17
> [0m[0m22:27:15,176 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:27:15,177 INFO [stdout] (Periodic Recovery) calling installed(trace subordinate prepared replay) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:27:15,177 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace subordinate prepared replay
> [0m[0m22:27:15,177 INFO [stdout] (Periodic Recovery) trace subordinate prepared replay execute
> [0m[0m22:27:15,178 INFO [stdout] (Periodic Recovery) rule.debug{trace subordinate prepared replay} : reinstated prepared subordinate transaction 0:ffffac118321:210e46c8:53125e6b:1d
> [0m[33m22:27:15,189 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:27:15,189 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:27:15,190 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0m[33m22:27:15,190 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046045: Compensating orphaned subordinate WS-BA transcation 0:ffffac118321:210e46c8:53125e6b:1d
> [0m[0m22:27:15,190 INFO [stdout] (Periodic Recovery) Rule.execute called for trace subordinate coordinator close_11
> [0m[0m22:27:15,191 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:27:15,191 INFO [stdout] (Periodic Recovery) calling installed(trace subordinate coordinator close) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:27:15,191 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace subordinate coordinator close
> [0m[0m22:27:15,192 INFO [stdout] (Periodic Recovery) trace subordinate coordinator close execute
> [0m[0m22:27:15,192 INFO [stdout] (Periodic Recovery) rule.debug{trace subordinate coordinator close} : cancel called for subordinate coordinator BasicAction: 0:ffffac118321:210e46c8:53125e6b:1d status: ActionStatus.COMMITTING
> [0m[0m22:27:15,192 INFO [stdout] (Periodic Recovery) Rule.execute called for trace send CC participant compensate_23
> [0m[0m22:27:15,194 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:27:15,194 INFO [stdout] (Periodic Recovery) calling installed(trace send CC participant compensate) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:27:15,195 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace send CC participant compensate
> [0m[0m22:27:15,195 INFO [stdout] (Periodic Recovery) trace send CC participant compensate execute
> [0m[0m22:27:15,195 INFO [stdout] (Periodic Recovery) rule.debug{trace send CC participant compensate} : compensate sent for CC coordinator engine CCP0:ffffac118321:210e46c8:53125e6b:22
> [0m[0m22:27:15,345 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Periodic Recovery) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-participant-binding.wsdl
> [0m[33m22:27:19,692 WARN [com.arjuna.wst] (TaskWorker-1) ARJUNA043120: Compensate request dropped pending registration of application-specific recovery module for WS-BA participant: org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0mMar 01, 2014 10:27:21 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:27:21 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:27:31 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:27:31 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:27:41 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:27:41 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:27:47,602 WARN [com.arjuna.ats.arjuna] (Periodic Recovery) ARJUNA012091: Top-level abort of action 0:ffffac118321:210e46c8:53125e6b:1d received TwoPhaseOutcome.FINISH_ERROR from com.arjuna.mwlabs.wscf.model.sagas.arjunacore.ParticipantRecord
> [0m[0m22:27:47,602 INFO [stdout] (Periodic Recovery) Rule.execute called for trace send CC participant compensate_23
> [0m[0m22:27:47,602 INFO [stdout] (Periodic Recovery) trace send CC participant compensate execute
> [0m[0m22:27:47,603 INFO [stdout] (Periodic Recovery) rule.debug{trace send CC participant compensate} : compensate sent for CC coordinator engine CCP0:ffffac118321:210e46c8:53125e6b:25
> [0m[0m22:27:47,630 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Periodic Recovery) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-participant-binding.wsdl
> [0m[33m22:27:47,671 WARN [com.arjuna.wst] (TaskWorker-1) ARJUNA043120: Compensate request dropped pending registration of application-specific recovery module for WS-BA participant: org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0mMar 01, 2014 10:27:51 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:27:51 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:28:01 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:28:01 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:28:11 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:28:11 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:28:17,673 WARN [com.arjuna.ats.arjuna] (Periodic Recovery) ARJUNA012091: Top-level abort of action 0:ffffac118321:210e46c8:53125e6b:1d received TwoPhaseOutcome.FINISH_ERROR from com.arjuna.mwlabs.wscf.model.sagas.arjunacore.ParticipantRecord
> [0m[0m22:28:17,676 INFO [stdout] (Periodic Recovery) Rule.execute called for trace remove committed state_5
> [0m[0m22:28:17,677 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:28:17,678 INFO [stdout] (Periodic Recovery) calling installed(trace remove committed state) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:28:17,678 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace remove committed state
> [0m[0m22:28:17,679 INFO [stdout] (Periodic Recovery) trace remove committed state execute
> [0m[0m22:28:17,679 INFO [stdout] (Periodic Recovery) rule.debug{trace remove committed state} : removed transaction 0:ffffac118321:210e46c8:53125e6b:1d
> [0m[0m22:28:17,679 INFO [stdout] (Periodic Recovery) Rule.execute called for trace remove committed state and exit JVM_4
> [0m[0m22:28:17,681 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:28:17,681 INFO [stdout] (Periodic Recovery) calling installed(trace remove committed state and exit JVM) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:28:17,682 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace remove committed state and exit JVM
> [0m[0m22:28:17,682 INFO [stdout] (Periodic Recovery) trace remove committed state and exit JVM execute
> [0m[0m22:28:17,682 INFO [stdout] (Periodic Recovery) Rule.execute called for trace subordinate coordinator cancel 2_13
> [0m[0m22:28:17,683 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:28:17,684 INFO [stdout] (Periodic Recovery) calling installed(trace subordinate coordinator cancel 2) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:28:17,684 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace subordinate coordinator cancel 2
> [0m[0m22:28:17,684 INFO [stdout] (Periodic Recovery) trace subordinate coordinator cancel 2 execute
> [0m[0m22:28:17,684 INFO [stdout] (Periodic Recovery) rule.debug{trace subordinate coordinator cancel 2} : cancel returned for subordinate coordinator BasicAction: 0:ffffac118321:210e46c8:53125e6b:1d status: ActionStatus.ABORTED
> [0mMar 01, 2014 10:28:21 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:28:21 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:28:31 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:28:31 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:28:37,719 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:28:37,720 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:28:37,720 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:28:41 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:28:41 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:28:51 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:28:51 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:28:57,736 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:28:57,737 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:28:57,737 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:29:01 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:29:01 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:29:11 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:29:11 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:29:17,751 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:29:17,751 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:29:17,751 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:29:21 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:29:21 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:29:31 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:29:31 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:29:37,769 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:29:37,769 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:29:37,769 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:29:41 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:29:41 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:29:51 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:29:51 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:29:57,786 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:29:57,786 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:29:57,787 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:30:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:30:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:30:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:30:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:30:17,802 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:30:17,802 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:30:17,802 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:30:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:30:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:30:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:30:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:30:37,822 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:30:37,823 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:30:37,823 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:30:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:30:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:30:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:30:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:30:57,839 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:30:57,839 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:30:57,840 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:31:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:31:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:31:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:31:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:31:17,854 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:31:17,854 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:31:17,854 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:31:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:31:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:31:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:31:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:31:37,870 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:31:37,870 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:31:37,870 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:31:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:31:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:31:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:31:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:31:57,888 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:31:57,889 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:31:57,889 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:32:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:32:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:32:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:32:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:32:17,904 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:32:17,904 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:32:17,904 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:32:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:32:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:32:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:32:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:32:37,945 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:32:37,945 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:32:37,945 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:32:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:32:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:32:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:32:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:32:57,962 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:32:57,962 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:32:57,963 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:33:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:33:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:33:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:33:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:33:18,201 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:33:18,202 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:33:18,202 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:33:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:33:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:33:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:33:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:33:38,219 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:33:38,220 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:33:38,220 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:33:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:33:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:33:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:33:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:33:58,242 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:33:58,242 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:33:58,242 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:34:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:34:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:34:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:34:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:34:18,271 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:34:18,271 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:34:18,271 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:34:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:34:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:34:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:34:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:34:38,289 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:34:38,289 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:34:38,290 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:34:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:34:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:34:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:34:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:34:58,306 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:34:58,307 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:34:58,307 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:35:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:35:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:35:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:35:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:35:18,322 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:35:18,323 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:35:18,323 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:35:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:35:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:35:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:35:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:35:38,345 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:35:38,346 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:35:38,346 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:35:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:35:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:35:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:35:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:35:58,364 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:35:58,365 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:35:58,365 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:36:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:36:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:36:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:36:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:36:18,379 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:36:18,379 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:36:18,380 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:36:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:36:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:36:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:36:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:36:38,405 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:36:38,406 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:36:38,406 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:36:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:36:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:36:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:36:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:36:58,635 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:36:58,636 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:36:58,636 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:37:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:37:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'ps axu | grep jboss-module[s] | awk '{print $2}' | xargs kill'
> Mar 01, 2014 10:37:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [0m22:37:02,826 INFO [org.jboss.as.messaging] (MSC service thread 1-2) JBAS011605: Unbound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m22:37:02,827 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010410: Unbound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m22:37:02,886 INFO [org.jboss.jbossts.txbridge] (MSC service thread 1-1) ARJUNA033007: InboundBridgeRecoveryManager stopping
> [0m[0m22:37:02,894 INFO [org.jboss.jbossts.txbridge] (MSC service thread 1-1) ARJUNA033014: OutboundBridgeRecoveryManager stopping
> [0m[0m22:37:02,908 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010409: Unbound data source [java:jboss/datasources/ExampleDS]
> [0m[0m22:37:02,919 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 65) JBAS011605: Unbound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m22:37:02,929 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) JBAS010418: Stopped Driver service with driver-name = h2
> [0m[0m22:37:02,930 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint-publish.ws-t11-client
> [0m[0m22:37:02,931 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /ws-t11-client
> [0m[0m22:37:02,931 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint-publish.ws-t11-coordinator
> [0m[0m22:37:02,932 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015540: Stopping service jboss.ws.endpoint-publish.ws-t11-participant
> [0m[0m22:37:02,932 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017535: Unregistered web context: /ws-t11-participant
> [0m[0m22:37:02,931 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /ws-t11-coordinator
> [0m[0m22:37:02,932 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint-publish.ws-c11
> [0m[0m22:37:02,933 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /ws-c11
> [0m[0m22:37:02,936 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."ws-t11-client.deployment".TerminationParticipantService
> [0m[0m22:37:02,937 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."ws-t11-client.deployment".CompletionInitiatorService
> [0m[0m22:37:02,938 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithParticipantCompletionCoordinatorService
> [0m[0m22:37:02,939 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."ws-t11-coordinator.deployment".CoordinatorService
> [0m[0m22:37:02,939 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithCoordinatorCompletionCoordinatorService
> [0m[0m22:37:02,940 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorRPCService
> [0m[0m22:37:02,940 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorService
> [0m[0m22:37:02,941 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorRPCService
> [0m[0m22:37:02,942 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorService
> [0m[0m22:37:02,942 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."ws-c11.deployment".ActivationService
> [0m[0m22:37:02,943 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."ws-c11.deployment".RegistrationService
> [0m[0m22:37:02,944 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint-deploy.ws-t11-client
> [0m[0m22:37:02,949 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint-deploy.ws-t11-coordinator
> [0m[0m22:37:02,956 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint-deploy.ws-c11
> [0m[0m22:37:03,362 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015540: Stopping service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithParticipantCompletionParticipantService
> [0m[0m22:37:03,363 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015540: Stopping service jboss.ws.endpoint."ws-t11-participant.deployment".ParticipantService
> [0m[0m22:37:03,363 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015540: Stopping service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithCoordinatorCompletionParticipantService
> [0m[0m22:37:03,365 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017532: Host default-host stopping
> [0m[0m22:37:03,365 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015540: Stopping service jboss.ws.endpoint-deploy.ws-t11-participant
> [0m[0m22:37:03,379 INFO [org.hornetq.ra] (ServerService Thread Pool -- 64) HQ151003: HornetQ resource adaptor stopped
> [0m[0m22:37:03,528 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 64) HQ221002: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [b8df3454-a183-11e3-a068-15a73905c1d7] stopped
> [0m[0m22:37:03,530 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017521: Undertow HTTP listener default suspending
> [0m[0m22:37:03,533 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017520: Undertow HTTP listener default stopped, was bound to localhost.localdomain/127.0.0.1:8080
> [0m[0m22:37:03,535 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017506: Undertow 1.0.0.Final stopping
> [0m[0m22:37:03,540 INFO [org.jboss.as] (MSC service thread 1-1) JBAS015950: WildFly 8.0.1.Final-SNAPSHOT "WildFly" stopped in 699ms
> [0mMar 01, 2014 10:37:07 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:37:07 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor shutdownJBoss
> INFO: jboss-as shutdown after sending shutdown command
> +- [WSBA]
> +- [ParticipantRecoveryRecord]
> - 0_ffffac118321_210e46c8_53125e6b_29
> #BE @����Lorg.jboss.jbossts.xts11.recovery.participant.ba.BAParticipantRecoveryRecord����Forg.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0�����i<?xml version="1.0" encoding="UTF-8" standalone="yes"?><EndpointReference xmlns="http://www.w3.org/2005/08/addressing"><Address>http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithCoordinator...</Address><ReferenceParameters><wsarj:InstanceIdentifier xmlns:ns2="http://www.w3.org/2005/08/addressing" xmlns="http://docs.oasis-open.org/ws-tx/wscoor/2006/06" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsarj="http://schemas.arjuna.com/ws/2005/10/wsarj">0:ffffac118321:210e46c8:53125e6b:1a</wsarj:InstanceIdentifier></ReferenceParameters><Metadata><wsam:ServiceName EndpointName="BusinessAgreementWithCoordinatorCompletionCoordinatorPortType" xmlns:ns2="http://www.w3.org/2005/08/addressing" xmlns="http://docs.oasis-open.org/ws-tx/wscoor/2006/06" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsba="http://docs.oasis-open.org/ws-tx/wsba/2006/06" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata">wsba:BusinessAgreementWithCoordinatorCompletionCoordinatorService</wsam:ServiceName></Metadata></EndpointReference>�����������������������sr�[org.jboss.jbossts.xts.servicetests.service.participant.CoordinatorCompletionTestParticipant =�bv�.Y��xr�[org.jboss.jbossts.xts.servicetests.service.participant.ParticipantCompletionTestParticipant��d�w��xr�Norg.jboss.jbossts.xts.servicetests.service.participant.ScriptedTestParticipantL2>[
> ��L�commandst�Ljava/util/List;L�idt�Ljava/lang/String;xpsr�java.util.ArrayListx����a��I�sizexp���w���t�closext�Eorg.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0���
> null
> - 0_ffffac118321_210e46c8_53125e6b_2e
> #BE @����Lorg.jboss.jbossts.xts11.recovery.participant.ba.BAParticipantRecoveryRecord����Forg.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2�����l<?xml version="1.0" encoding="UTF-8" standalone="yes"?><EndpointReference xmlns="http://www.w3.org/2005/08/addressing"><Address>http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithCoordinator...</Address><ReferenceParameters><wsarj:InstanceIdentifier xmlns:ns2="http://www.w3.org/2005/08/addressing" xmlns="http://docs.oasis-open.org/ws-tx/wscoor/2006/06" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsarj="http://schemas.arjuna.com/ws/2005/10/wsarj">CCP0:ffffac118321:210e46c8:53125e6b:25</wsarj:InstanceIdentifier></ReferenceParameters><Metadata><wsam:ServiceName EndpointName="BusinessAgreementWithCoordinatorCompletionCoordinatorPortType" xmlns:ns2="http://www.w3.org/2005/08/addressing" xmlns="http://docs.oasis-open.org/ws-tx/wscoor/2006/06" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsba="http://docs.oasis-open.org/ws-tx/wsba/2006/06" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata">wsba:BusinessAgreementWithCoordinatorCompletionCoordinatorService</wsam:ServiceName></Metadata></EndpointReference>��������������������sr�[org.jboss.jbossts.xts.servicetests.service.participant.CoordinatorCompletionTestParticipant =�bv�.Y��xr�[org.jboss.jbossts.xts.servicetests.service.participant.ParticipantCompletionTestParticipant��d�w��xr�Norg.jboss.jbossts.xts.servicetests.service.participant.ScriptedTestParticipantL2>[
> ��L�commandst�Ljava/util/List;L�idt�Ljava/lang/String;xpsr�java.util.ArrayListx����a��I�sizexp���w���t�closext�Eorg.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2���
> null
> - 0_ffffac118321_210e46c8_53125e6b_2c
> #BE @����Lorg.jboss.jbossts.xts11.recovery.participant.ba.BAParticipantRecoveryRecord����Forg.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1�����l<?xml version="1.0" encoding="UTF-8" standalone="yes"?><EndpointReference xmlns="http://www.w3.org/2005/08/addressing"><Address>http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithCoordinator...</Address><ReferenceParameters><wsarj:InstanceIdentifier xmlns:ns2="http://www.w3.org/2005/08/addressing" xmlns="http://docs.oasis-open.org/ws-tx/wscoor/2006/06" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsarj="http://schemas.arjuna.com/ws/2005/10/wsarj">CCP0:ffffac118321:210e46c8:53125e6b:22</wsarj:InstanceIdentifier></ReferenceParameters><Metadata><wsam:ServiceName EndpointName="BusinessAgreementWithCoordinatorCompletionCoordinatorPortType" xmlns:ns2="http://www.w3.org/2005/08/addressing" xmlns="http://docs.oasis-open.org/ws-tx/wscoor/2006/06" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsba="http://docs.oasis-open.org/ws-tx/wsba/2006/06" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata">wsba:BusinessAgreementWithCoordinatorCompletionCoordinatorService</wsam:ServiceName></Metadata></EndpointReference>��������������������sr�[org.jboss.jbossts.xts.servicetests.service.participant.CoordinatorCompletionTestParticipant =�bv�.Y��xr�[org.jboss.jbossts.xts.servicetests.service.participant.ParticipantCompletionTestParticipant��d�w��xr�Norg.jboss.jbossts.xts.servicetests.service.participant.ScriptedTestParticipantL2>[
> ��L�commandst�Ljava/util/List;L�idt�Ljava/lang/String;xpsr�java.util.ArrayListx����a��I�sizexp���w���t�closext�Eorg.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1���
> null
> 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/XTS/localjunit/crash-recovery-tests/target/lib/byteman.jar=script:target/test-classes/scripts/BASubordinateCrashDuringComplete.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/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/tx-object-store
> remove tx-object-store: /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/tx-object-store
> copy /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/docs/examples/configs/standalone-xts.xml to /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/configuration/standalone-xts.xml
> Mar 01, 2014 10:37:07 PM com.arjuna.qa.junit.BaseCrashTest runTest
> INFO: Test starting, server should be down: BASubordinateCrashDuringComplete:subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> Mar 01, 2014 10:37:07 PM 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/XTS/localjunit/crash-recovery-tests/target/lib/byteman.jar=script:target/test-classes/scripts/BASubordinateCrashDuringComplete.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.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest, managementAddress=127.0.0.1, serverConfig=standalone-xts.xml}
> Mar 01, 2014 10:37:07 PM 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/XTS/localjunit/crash-recovery-tests/target/lib/byteman.jar=script:target/test-classes/scripts/BASubordinateCrashDuringComplete.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.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest, -ea, -Djboss.home.dir=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT, -Dorg.jboss.boot.log.file=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/log/server.log, -Dlogging.configuration=file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/configuration/logging.properties, -Djboss.bundles.dir=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/bundles, -jar, /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/jboss-modules.jar, -mp, /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules, org.jboss.as.standalone, -server-config, standalone-xts.xml]
> TransformListener() : accepting requests on localhost:9091
> Listening for transport dt_socket at address: 8787
> [0m22:37:09,537 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.0.Final
> [0m[0m22:37:10,161 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.1.Final
> [0m[33m22:37:10,442 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
> [0m[0m22:37:10,641 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015899: WildFly 8.0.1.Final-SNAPSHOT "WildFly" starting
> [0m[0m22:37:13,661 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015014: Re-attempting failed deployment restat-web-5.0.2.Final-SNAPSHOT.war
> [0m[0m22:37:13,789 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
> [0m[0m22:37:13,819 INFO [org.xnio] (MSC service thread 1-2) XNIO version 3.2.0.Final
> [0m[0m22:37:13,832 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.2.0.Final
> [0m[0m22:37:13,882 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 4.0.2.Final
> [0m[0m22:37:14,083 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 35) JBAS010280: Activating Infinispan subsystem.
> [0m[0m22:37:14,118 INFO [org.jboss.as.jacorb] (ServerService Thread Pool -- 36) JBAS016300: Activating JacORB Subsystem
> [0m[0m22:37:14,152 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 42) JBAS012615: Activated the following JSF Implementations: [main]
> [0m[0m22:37:14,671 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 46) JBAS011800: Activating Naming Subsystem
> [0m[0m22:37:14,778 INFO [org.jboss.as.security] (ServerService Thread Pool -- 51) JBAS013171: Activating Security Subsystem
> [0m[0m22:37:15,225 INFO [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016330: CORBA ORB Service started
> [0m[0m22:37:15,466 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 55) JBAS015537: Activating WebServices Extension
> [0m[0m22:37:15,514 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 30) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> [0m[0m22:37:15,673 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017502: Undertow 1.0.0.Final starting
> [0m[0m22:37:15,989 INFO [org.jboss.as.security] (MSC service thread 1-2) JBAS013170: Current PicketBox version=4.0.21.Beta1
> [0m[0m22:37:15,997 INFO [org.jboss.as.connector.logging] (MSC service thread 1-2) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.3.Final)
> [0m[0m22:37:16,419 INFO [org.jboss.as.naming] (MSC service thread 1-2) JBAS011802: Starting Naming Service
> [0m[0m22:37:16,459 INFO [org.jboss.as.jacorb] (MSC service thread 1-2) JBAS016328: CORBA Naming Service started
> [0m[0m22:37:16,526 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) JBAS015400: Bound mail session [java:jboss/mail/Default]
> [0m[0m22:37:16,604 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010417: Started Driver service with driver-name = h2
> [0m[0m22:37:16,639 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017502: Undertow 1.0.0.Final starting
> [0m[0m22:37:16,687 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017527: Creating file handler for path /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/welcome-content
> [0m[0m22:37:16,802 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
> [0m[0m22:37:16,813 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
> [0m[0m22:37:16,822 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
> [0m[0m22:37:16,859 INFO [stdout] (MSC service thread 1-1) Rule.execute called for reset periodic recovery wait time_0
> [0m[0m22:37:16,862 INFO [stdout] (MSC service thread 1-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:16,863 INFO [stdout] (MSC service thread 1-1) calling activated() for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:16,864 INFO [stdout] (MSC service thread 1-1) Default helper activated
> [0m[0m22:37:16,864 INFO [stdout] (MSC service thread 1-1) calling installed(reset periodic recovery wait time) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:16,864 INFO [stdout] (MSC service thread 1-1) Installed rule using default helper : reset periodic recovery wait time
> [0m[0m22:37:16,865 INFO [stdout] (MSC service thread 1-1) reset periodic recovery wait time execute
> [0m[0m22:37:16,865 INFO [stdout] (MSC service thread 1-1) caught ReturnException
> [0m[0m22:37:16,936 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace TX save at prepare in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:37:17,990 INFO [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.ats.arjuna.coordinator.BasicAction.prepare(boolean) int for rule trace TX save at prepare
> [0m[0m22:37:18,097 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace TX save at prepare in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:37:18,143 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace remove committed state and exit JVM in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:37:18,237 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 and exit JVM
> [0m[0m22:37:18,258 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace remove committed state and exit JVM in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:37:18,340 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
> [0m[0m22:37:18,615 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
> [0m[0m22:37:18,619 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
> [0m[0m22:37:19,667 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : possible trigger for rule create participant deletes counter in class org.jboss.jbossts.XTSService
> [0m[0m22:37:19,668 INFO [stdout] (ServerService Thread Pool -- 57) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.XTSService.start() void for rule create participant deletes counter
> [0m[0m22:37:19,682 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : inserted trigger for create participant deletes counter in class org.jboss.jbossts.XTSService
> [0m[0m22:37:19,684 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : possible trigger for rule open trace file in class org.jboss.jbossts.XTSService
> [0m[0m22:37:19,684 INFO [stdout] (ServerService Thread Pool -- 57) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.XTSService.start() void for rule open trace file
> [0m[0m22:37:19,721 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : inserted trigger for open trace file in class org.jboss.jbossts.XTSService
> [0m[0m22:37:19,738 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017525: Started server default-server.
> [0m[0m22:37:19,801 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080
> [0m[0m22:37:19,804 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017531: Host default-host starting
> [0m[0m22:37:22,857 INFO [org.jboss.ws.common.management] (MSC service thread 1-1) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.4.Final
> [0m[0m22:37:22,991 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-client
> [0m[0m22:37:22,993 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-c11
> [0m[0m22:37:23,206 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}ActivationSe...
> portName={http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:23,207 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}Registration...
> portName={http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationPor...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:23,289 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CompletionInit...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionInitiat...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:23,291 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}TerminationPart...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationPartici...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:23,312 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingjournal,bindingsDirectory=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingbindings,largeMessagesDirectory=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messaginglargemessages,pagingDirectory=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingpaging)
> [0m[0m22:37:23,314 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221006: Waiting to obtain live lock
> [0m[0m22:37:23,752 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221012: Using AIO Journal
> [0m[0m22:37:23,985 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
> [0m[0m22:37:24,249 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionInitiatorService from class com.arjuna.webservices11.wsat.sei.CompletionInitiatorPortTypeImpl
> [0m[0m22:37:24,671 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.
> [0m[0m22:37:24,704 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support CORE
> [0m[0m22:37:24,712 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support AMQP
> [0m[0m22:37:24,716 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support STOMP
> [0m[0m22:37:25,257 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221034: Waiting to obtain live lock
> [0m[0m22:37:25,258 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221035: Live Server Obtained live lock
> [0m[0m22:37:25,892 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
> [0m[0m22:37:25,902 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-client/CompletionInitiatorService
> [0m[0m22:37:26,367 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-client.deployment/CompletionInitiatorService.wsdl
> [0m[0m22:37:26,370 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationParticipantService from class com.arjuna.schemas.ws._2005._10.wsarjtx.TerminationParticipantPortType
> [0m[0m22:37:26,392 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-c11.deployment/ActivationService.wsdl
> [0m[0m22:37:26,440 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
> [0m[0m22:37:26,553 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-client/TerminationParticipantService
> [0m[0m22:37:26,621 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-client.deployment/TerminationParticipantService.wsdl
> [0m[0m22:37:26,626 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-coordinator
> [0m[0m22:37:26,729 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:26,730 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CoordinatorSer...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CoordinatorPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:26,731 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CompletionCoor...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:26,735 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}TerminationCoor...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:26,737 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}TerminationCoor...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:26,738 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:26,739 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CompletionCoor...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:26,846 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionCoordinatorService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithCoordinatorCompletionCoordinatorPortTypeImpl
> [0m[0m22:37:27,042 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithCoordinator...
> [0m[0m22:37:27,136 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/BusinessAgreementWithCoordinatorCompletionCoordinatorService.wsdl
> [0m[0m22:37:27,137 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CoordinatorService from class com.arjuna.webservices11.wsat.sei.CoordinatorPortTypeImpl
> [0m[0m22:37:27,158 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CoordinatorService
> [0m[0m22:37:27,232 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CoordinatorService.wsdl
> [0m[0m22:37:27,233 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordinatorRPCService from class com.arjuna.webservices11.wsat.sei.CompletionCoordinatorRPCPortTypeImpl
> [0m[0m22:37:27,278 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorRPCService
> [0m[0m22:37:27,294 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CompletionCoordinatorRPCService.wsdl
> [0m[0m22:37:27,295 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorRPCPortTypeImplService from class com.arjuna.webservices11.wsarjtx.sei.TerminationCoordinatorRPCPortTypeImpl
> [0m[0m22:37:27,313 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorRPCService
> [0m[0m22:37:27,328 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/TerminationCoordinatorRPCPortTypeImplService.wsdl
> [0m[0m22:37:27,329 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorService from class com.arjuna.schemas.ws._2005._10.wsarjtx.TerminationCoordinatorPortType
> [0m[0m22:37:27,337 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorService
> [0m[0m22:37:27,375 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
> [0m[0m22:37:27,396 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-c11.deployment/RegistrationService.wsdl
> [0m[0m22:37:27,397 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-participant
> [0m[0m22:37:27,399 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}ParticipantSer...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}ParticipantPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:27,401 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:27,403 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:27,417 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
> [0m[0m22:37:27,483 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/TerminationCoordinatorService.wsdl
> [0m[0m22:37:27,484 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithParticipantCompletionCoordinatorPortTypeImpl
> [0m[0m22:37:27,612 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithParticipant...
> [0m[0m22:37:27,749 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/BusinessAgreementWithParticipantCompletionCoordinatorService.wsdl
> [0m[0m22:37:27,750 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordinatorService from class com.arjuna.webservices11.wsat.sei.CompletionCoordinatorPortTypeImpl
> [0m[0m22:37:27,756 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorService
> [0m[0m22:37:27,835 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
> [0m[0m22:37:27,854 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/ParticipantService.wsdl
> [0m[0m22:37:27,855 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
> [0m[0m22:37:27,902 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/BusinessAgreementWithParticipant...
> [0m[0m22:37:27,932 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CompletionCoordinatorService.wsdl
> [0m[0m22:37:27,938 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-client.deployment".CompletionInitiatorService
> [0m[0m22:37:27,956 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-client.deployment".TerminationParticipantService
> [0m[0m22:37:27,957 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-c11.deployment".ActivationService
> [0m[0m22:37:27,957 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-c11.deployment".RegistrationService
> [0m[0m22:37:27,958 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorService
> [0m[0m22:37:27,959 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithParticipantCompletionCoordinatorService
> [0m[0m22:37:27,960 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorRPCService
> [0m[0m22:37:27,961 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithCoordinatorCompletionCoordinatorService
> [0m[0m22:37:27,962 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorRPCService
> [0m[0m22:37:27,962 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorService
> [0m[0m22:37:27,963 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CoordinatorService
> [0m[0m22:37:28,000 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/BusinessAgreementWithParticipantCompletionParticipantService.wsdl
> [0m[0m22:37:28,028 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
> [0m[0m22:37:28,059 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) JBAS015012: Started FileSystemDeploymentService for directory /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/deployments
> [0m[0m22:37:28,066 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")
> [0m[0m22:37:28,084 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-client
> [0m[0m22:37:28,093 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/BusinessAgreementWithCoordinator...
> [0m[0m22:37:28,361 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/BusinessAgreementWithCoordinatorCompletionParticipantService.wsdl
> [0m[0m22:37:28,362 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-c11
> [0m[0m22:37:28,427 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /ws-t11-client
> [0m[0m22:37:28,431 INFO [org.jboss.messaging] (MSC service thread 1-2) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor acceptor
> [0m[0m22:37:28,433 INFO [org.jboss.messaging] (MSC service thread 1-2) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor-throughput acceptor
> [0m[0m22:37:28,434 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-coordinator
> [0m[0m22:37:28,435 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221007: Server is now live
> [0m[0m22:37:28,435 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221001: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [b8df3454-a183-11e3-a068-15a73905c1d7]
> [0m[0m22:37:28,437 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /ws-t11-coordinator
> [0m[0m22:37:28,437 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
> [0m[0m22:37:28,471 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /ws-c11
> [0m[0m22:37:28,472 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".ParticipantService
> [0m[0m22:37:28,472 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithParticipantCompletionParticipantService
> [0m[0m22:37:28,473 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithCoordinatorCompletionParticipantService
> [0m[0m22:37:28,596 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 58) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m22:37:28,889 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-participant
> [0m[0m22:37:28,890 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /ws-t11-participant
> [0m[0m22:37:29,079 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-1) JBAS010406: Registered connection factory java:/JmsXA
> [0m[33m22:37:29,090 WARN [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017507: Secure listener for protocol: 'HTTP/1.1' not found! Using non secure port!
> [0m[0m22:37:29,091 INFO [stdout] (MSC service thread 1-2) Rule.execute called for open trace file_5
> [0m[0m22:37:29,092 INFO [stdout] (MSC service thread 1-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:29,102 INFO [stdout] (MSC service thread 1-2) calling installed(open trace file) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:29,103 INFO [stdout] (MSC service thread 1-2) Installed rule using default helper : open trace file
> [0m[0m22:37:29,103 INFO [stdout] (MSC service thread 1-2) open trace file execute
> [0m[0m22:37:29,104 INFO [stdout] (MSC service thread 1-2) Rule.execute called for create participant deletes counter_4
> [0m[0m22:37:29,104 INFO [stdout] (MSC service thread 1-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:29,105 INFO [stdout] (MSC service thread 1-2) calling installed(create participant deletes counter) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:29,105 INFO [stdout] (MSC service thread 1-2) Installed rule using default helper : create participant deletes counter
> [0m[0m22:37:29,105 INFO [stdout] (MSC service thread 1-2) create participant deletes counter execute
> [0m[0m22:37:29,160 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC participant receive getStatus in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:37:29,163 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace CC participant receive getStatus
> [0m[0m22:37:29,172 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC participant receive getStatus in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:37:29,174 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC participant send soap fault in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:37:29,184 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace CC participant send soap fault
> [0m[0m22:37:29,186 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC participant send soap fault in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:37:29,189 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC participant receive getStatus in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:37:29,200 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace PC participant receive getStatus
> [0m[0m22:37:29,214 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC participant receive getStatus in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:37:29,217 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC participant send soap fault in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:37:29,220 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace PC participant send soap fault
> [0m[0m22:37:29,222 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC participant send soap fault in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:37:29,260 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trigger rendezvous on complete in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator
> [0m[0m22:37:29,262 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator.participantCompleted(java.lang.String) void for rule trigger rendezvous on complete
> [0m[0m22:37:29,264 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trigger rendezvous on complete in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator
> [0m[0m22:37:29,340 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate coordinator close in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:37:29,343 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.cancel() int for rule trace subordinate coordinator close
> [0m[0m22:37:29,345 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate coordinator close in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:37:29,357 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate coordinator prepare in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:37:29,363 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.complete() void for rule trace subordinate coordinator prepare
> [0m[0m22:37:29,366 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate coordinator prepare in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:37:29,368 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate coordinator cancel 2 in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:37:29,369 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.cancel() int for rule trace subordinate coordinator cancel 2
> [0m[0m22:37:29,372 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate coordinator cancel 2 in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:37:31,268 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace delete participant and exit JVM in class org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryManagerImple
> [0m[0m22:37:31,270 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryManagerImple.deleteParticipantRecoveryRecord(java.lang.String) boolean for rule trace delete participant and exit JVM
> [0m[0m22:37:31,271 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 59) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
> [0m[0m22:37:31,274 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace delete participant and exit JVM in class org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryManagerImple
> [0m[0m22:37:31,574 INFO [org.jboss.jbossts.txbridge] (MSC service thread 1-2) ARJUNA033006: InboundBridgeRecoveryManager starting
> [0m[0m22:37:31,576 INFO [org.jboss.jbossts.txbridge] (MSC service thread 1-2) ARJUNA033013: OutboundBridgeRecoveryManager starting
> [0m[33m22:37:31,663 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) 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.
> [0m[33m22:37:31,663 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) 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.
> [0m[0m22:37:32,225 INFO [org.hornetq.ra] (MSC service thread 1-1) HornetQ resource adaptor started
> [0m[0m22:37:32,225 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-1) IJ020002: Deployed: file://RaActivatorhornetq-ra
> [0m[0m22:37:32,235 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-1) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m22:37:32,235 INFO [org.jboss.as.messaging] (MSC service thread 1-1) JBAS011601: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m22:37:34,488 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /rest-tx
> [0m[0m22:37:34,565 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")
> [0m[0m22:37:34,716 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
> [0m[0m22:37:34,716 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
> [0m[0m22:37:34,724 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.0.1.Final-SNAPSHOT "WildFly" started in 26654ms - Started 314 of 367 services (99 services are lazy, passive or on-demand)
> [0m[0m22:37:35,180 INFO [org.jboss.as.repository] (management-handler-thread - 4) JBAS014900: Content added at location /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/content/17/52ba064e8fc90387d77d879de40f4b818a3adb/content
> [0m[0m22:37:35,191 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "xtstest.war" (runtime-name: "xtstest.war")
> [0m[33m22:37:36,066 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) 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.
> [0m[0m22:37:36,086 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016002: Processing weld deployment xtstest.war
> [0m[0m22:37:36,155 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-1) HV000001: Hibernate Validator 5.0.3.Final
> [0m[0m22:37:36,549 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016005: Starting Services for CDI deployment: xtstest.war
> [0m[0m22:37:36,893 INFO [org.jboss.weld.Version] (MSC service thread 1-2) WELD-000900: 2.1.2 (Final)
> [0m[0m22:37:36,919 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:36,920 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:36,921 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) JBWS024061: Adding service endpoint metadata: id=XTS_Service_Test_Service_Two
> address=http://localhost:8080/xtstest/xtsservicetest2
> implementor=org.jboss.jbossts.xts.servicetests.service.XTSServiceTestPortTypeImpl
> serviceName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:36,922 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) JBWS024061: Adding service endpoint metadata: id=XTS_Service_Test_Service_Three
> address=http://localhost:8080/xtstest/xtsservicetest3
> implementor=org.jboss.jbossts.xts.servicetests.service.XTSServiceTestPortTypeImpl
> serviceName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:36,974 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceTestService from WSDL: WEB-INF/wsdl/xtsservicetests.wsdl
> [0m[0m22:37:37,003 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/xtstest/xtssubordinateservicetest1
> [0m[0m22:37:37,017 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:37:37,022 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceTestService from WSDL: WEB-INF/wsdl/xtsservicetests.wsdl
> [0m[0m22:37:37,032 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest1
> [0m[0m22:37:37,041 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:37:37,041 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceTestService from WSDL: WEB-INF/wsdl/xtsservicetests.wsdl
> [0m[0m22:37:37,045 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest2
> [0m[0m22:37:37,053 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:37:37,054 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceTestService from WSDL: WEB-INF/wsdl/xtsservicetests.wsdl
> [0m[0m22:37:37,057 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest3
> [0m[0m22:37:37,065 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:37:37,090 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_Two
> [0m[0m22:37:37,101 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Subordinate_Service_One
> [0m[0m22:37:37,105 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_One
> [0m[0m22:37:37,109 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_Three
> [0m[0m22:37:37,114 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016008: Starting weld service for deployment xtstest.war
> [0m[0m22:37:37,508 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : possible trigger for rule setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:37:37,533 INFO [stdout] (weld-worker-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest.run() void for rule setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:37:37,537 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : inserted trigger for setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:37:37,538 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : possible trigger for rule wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:37:37,541 INFO [stdout] (weld-worker-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest.run() void for rule wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:37:37,542 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : inserted trigger for wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:37:38,581 INFO [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-1) Starting XTSServiceTestRunner
> [0m[0m22:37:38,581 INFO [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-1) Starting XTS Service Test org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:37:38,581 INFO [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-1) Started XTSServiceTestRunner
> [0m[0m22:37:38,582 INFO [stdout] (Thread-82) Rule.execute called for setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest_15
> [0m[0m22:37:38,583 INFO [stdout] (Thread-82) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:38,583 INFO [stdout] (Thread-82) calling installed(setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:38,583 INFO [stdout] (Thread-82) Installed rule using default helper : setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:37:38,584 INFO [stdout] (Thread-82) setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest execute
> [0m[0m22:37:38,604 INFO [stdout] (Thread-82) rule.debug{setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest} : creating counter and rendezvous
> [0m[0m22:37:38,606 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /xtstest
> [0m[0m22:37:38,909 INFO [org.jboss.as.server] (management-handler-thread - 4) JBAS018559: Deployed "xtstest.war" (runtime-name : "xtstest.war")
> [0m[0m22:37:43,683 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Thread-82) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
> [0m[0m22:37:43,719 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Thread-82) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
> [0m[0m22:37:44,490 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Thread-82) Creating Service {http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceTestService from WSDL: vfs:/content/xtstest.war/WEB-INF/classes/org/jboss/jbossts/xts/servicetests/generated/wsdl/xtsservicetests.wsdl
> [0mMar 01, 2014 10:37:45 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController kill
> INFO: Hard killing of a server instance
> Mar 01, 2014 10:37:45 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: waiting for byteman to kill the server
> Mar 01, 2014 10:37:45 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [0m22:37:45,609 INFO [stdout] (default task-2) service /xtsservicetest1
> [0m[0m22:37:45,610 INFO [stdout] (default task-2) command enlistParticipantCompletion
> [0m[0m22:37:45,610 INFO [stdout] (default task-2) command close
> [0m[0m22:37:45,782 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-2) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m22:37:46,126 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered PC participant send status in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:37:46,136 INFO [stdout] (default task-3) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine.sendStatus(com.arjuna.webservices11.wsba.State) void for rule trace recovered PC participant send status
> [0m[0m22:37:46,138 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered PC participant send status in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:37:46,141 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC coordinator engine create in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:37:46,142 INFO [stdout] (default task-3) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine.<init>(java.lang.String,javax.xml.ws.wsaddressing.W3CEndpointReference,com.arjuna.webservices11.wsba.State,boolean) void for rule trace PC coordinator engine create
> [0m[0m22:37:46,148 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC coordinator engine create in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:37:46,154 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive participant compensated in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:37:46,156 INFO [stdout] (default task-3) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine.compensated(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive participant compensated
> [0m[0m22:37:46,161 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive participant compensated in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:37:47,156 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive participant completed in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:37:47,158 INFO [stdout] (default task-3) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine.completed(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive participant completed
> [0m[0m22:37:47,172 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive participant completed in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:37:47,176 INFO [stdout] (default task-3) Rule.execute called for trace PC coordinator engine create_18
> [0m[0m22:37:47,177 INFO [stdout] (default task-3) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:47,178 INFO [stdout] (default task-3) calling installed(trace PC coordinator engine create) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:47,178 INFO [stdout] (default task-3) Installed rule using default helper : trace PC coordinator engine create
> [0m[0m22:37:47,178 INFO [stdout] (default task-3) trace PC coordinator engine create execute
> [0m[0m22:37:51,260 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC participant receive soap fault in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:37:51,263 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine.soapFault(com.arjuna.webservices.SoapFault,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace PC participant receive soap fault
> [0m[0m22:37:51,269 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC participant receive soap fault in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:37:51,273 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered PC participant received status in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:37:51,275 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine.status(org.oasis_open.docs.ws_tx.wsba._2006._06.StatusType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace recovered PC participant received status
> [0m[0m22:37:51,291 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered PC participant received status in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:37:51,294 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC participant create in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:37:51,295 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine.<init>(java.lang.String,javax.xml.ws.wsaddressing.W3CEndpointReference,com.arjuna.wst.BusinessAgreementWithParticipantCompletionParticipant,com.arjuna.webservices11.wsba.State,boolean) void for rule trace PC participant create
> [0m[0m22:37:51,458 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC participant create in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:37:51,477 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send participant completed in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:37:51,486 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine.sendCompleted(boolean) void for rule trace send participant completed
> [0m[0m22:37:51,490 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace send participant completed in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:37:51,604 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send participant compensated in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:37:51,609 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine.sendCompensated() void for rule trace send participant compensated
> [0m[0m22:37:51,611 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace send participant compensated in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:37:51,615 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered PC participant send getStatus in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:37:51,618 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine.sendCompleted(boolean) void for rule trace recovered PC participant send getStatus
> [0m[0m22:37:51,622 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered PC participant send getStatus in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:37:51,626 INFO [stdout] (default task-2) Rule.execute called for trace PC participant create_23
> [0m[0m22:37:51,626 INFO [stdout] (default task-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:51,627 INFO [stdout] (default task-2) calling installed(trace PC participant create) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:51,627 INFO [stdout] (default task-2) Installed rule using default helper : trace PC participant create
> [0m[0m22:37:51,628 INFO [stdout] (default task-2) trace PC participant create execute
> [0m[0m22:37:53,717 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub compensate in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,720 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.compensate() void for rule trace subordinate participant stub compensate
> [0m[0m22:37:53,722 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub compensate in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,723 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub complete in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,724 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.complete() void for rule trace subordinate participant stub complete
> [0m[0m22:37:53,728 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub complete in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,730 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub complete 2 in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,731 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.complete() void for rule trace subordinate participant stub complete 2
> [0m[0m22:37:53,735 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub complete 2 in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,736 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub compensate forward in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,739 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.compensate() void for rule trace subordinate participant stub compensate forward
> [0m[0m22:37:53,740 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub compensate forward in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,743 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub compensate with no coordinator in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,745 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.compensate() void for rule trace subordinate participant stub compensate with no coordinator
> [0m[0m22:37:53,747 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub compensate with no coordinator in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,749 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub compensate with unactivated coordinator in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,751 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.compensate() void for rule trace subordinate participant stub compensate with unactivated coordinator
> [0m[0m22:37:53,753 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub compensate with unactivated coordinator in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,755 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub compensate with system exception from coordinator in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,757 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.compensate() void for rule trace subordinate participant stub compensate with system exception from coordinator
> [0m[0m22:37:53,759 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub compensate with system exception from coordinator in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,761 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub compensate return in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,764 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.compensate() void for rule trace subordinate participant stub compensate return
> [0m[0m22:37:53,766 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub compensate return in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,855 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-4) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m22:37:53,897 INFO [stdout] (default task-5) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered CC participant send status in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:37:53,901 INFO [stdout] (default task-5) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.sendStatus(com.arjuna.webservices11.wsba.State) void for rule trace recovered CC participant send status
> [0m[0m22:37:53,903 INFO [stdout] (default task-5) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered CC participant send status in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:37:53,927 INFO [stdout] (default task-5) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC coordinator engine create in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:37:53,928 INFO [stdout] (default task-5) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.<init>(java.lang.String,javax.xml.ws.wsaddressing.W3CEndpointReference,com.arjuna.webservices11.wsba.State,boolean) void for rule trace CC coordinator engine create
> [0m[0m22:37:53,933 INFO [stdout] (default task-5) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC coordinator engine create in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:37:53,936 INFO [stdout] (default task-5) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive CC participant compensated in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:37:53,937 INFO [stdout] (default task-5) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.compensated(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive CC participant compensated
> [0m[0m22:37:53,945 INFO [stdout] (default task-5) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive CC participant compensated in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:37:53,958 INFO [stdout] (default task-5) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive CC participant completed in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:37:53,959 INFO [stdout] (default task-5) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.completed(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive CC participant completed
> [0m[0m22:37:53,966 INFO [stdout] (default task-5) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive CC participant completed in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:37:53,969 INFO [stdout] (default task-5) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send CC participant complete in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:37:53,987 INFO [stdout] (default task-5) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.complete() com.arjuna.webservices11.wsba.State for rule trace send CC participant complete
> [0m[0m22:37:54,011 INFO [stdout] (default task-5) org.jboss.byteman.agent.Transformer : inserted trigger for trace send CC participant complete in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:37:54,014 INFO [stdout] (default task-5) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send CC participant compensate in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:37:54,038 INFO [stdout] (default task-5) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.compensate() com.arjuna.webservices11.wsba.State for rule trace send CC participant compensate
> [0m[0m22:37:54,042 INFO [stdout] (default task-5) org.jboss.byteman.agent.Transformer : inserted trigger for trace send CC participant compensate in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:37:54,045 INFO [stdout] (default task-5) Rule.execute called for trace CC coordinator engine create_36
> [0m[0m22:37:54,045 INFO [stdout] (default task-5) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:54,046 INFO [stdout] (default task-5) calling installed(trace CC coordinator engine create) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:54,046 INFO [stdout] (default task-5) Installed rule using default helper : trace CC coordinator engine create
> [0m[0m22:37:54,047 INFO [stdout] (default task-5) trace CC coordinator engine create execute
> [0m[0m22:37:54,085 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC participant receive soap fault in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,092 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.soapFault(com.arjuna.webservices.SoapFault,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace CC participant receive soap fault
> [0m[0m22:37:54,108 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC participant receive soap fault in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,116 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered CC participant received status in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,131 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.status(org.oasis_open.docs.ws_tx.wsba._2006._06.StatusType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace recovered CC participant received status
> [0m[0m22:37:54,139 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered CC participant received status in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,142 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC participant create in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,142 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.<init>(java.lang.String,javax.xml.ws.wsaddressing.W3CEndpointReference,com.arjuna.wst.BusinessAgreementWithCoordinatorCompletionParticipant,com.arjuna.webservices11.wsba.State,boolean) void for rule trace CC participant create
> [0m[0m22:37:54,155 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC participant create in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,162 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive CC participant complete in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,163 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.complete(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive CC participant complete
> [0m[0m22:37:54,172 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive CC participant complete in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,175 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send CC participant completed in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,183 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.sendCompleted(boolean) void for rule trace send CC participant completed
> [0m[0m22:37:54,186 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace send CC participant completed in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,189 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive CC participant compensate in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,190 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.compensate(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive CC participant compensate
> [0m[0m22:37:54,199 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive CC participant compensate in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,201 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send CC participant compensated in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,210 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.sendCompensated() void for rule trace send CC participant compensated
> [0m[0m22:37:54,212 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace send CC participant compensated in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,253 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered CC participant send getStatus in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,260 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.sendCompleted(boolean) void for rule trace recovered CC participant send getStatus
> [0m[0m22:37:54,263 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered CC participant send getStatus in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,266 INFO [stdout] (default task-4) Rule.execute called for trace CC participant create_43
> [0m[0m22:37:54,267 INFO [stdout] (default task-4) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:54,267 INFO [stdout] (default task-4) calling installed(trace CC participant create) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:54,267 INFO [stdout] (default task-4) Installed rule using default helper : trace CC participant create
> [0m[0m22:37:54,267 INFO [stdout] (default task-4) trace CC participant create execute
> [0m[0m22:37:54,273 INFO [stdout] (default task-4) service /xtssubordinateservicetest1
> [0m[0m22:37:54,273 INFO [stdout] (default task-4) command enlistParticipantCompletion
> [0m[0m22:37:54,273 INFO [stdout] (default task-4) command close
> [0m[0m22:37:54,299 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-4) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m22:37:54,365 INFO [stdout] (default task-6) Rule.execute called for trace PC coordinator engine create_18
> [0m[0m22:37:54,366 INFO [stdout] (default task-6) trace PC coordinator engine create execute
> [0mMar 01, 2014 10:37:55 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:37:55 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [0m22:37:54,378 INFO [stdout] (default task-4) Rule.execute called for trace PC participant create_23
> [0m[0m22:37:54,378 INFO [stdout] (default task-4) trace PC participant create execute
> [0m[0m22:37:56,224 INFO [stdout] (default task-7) service /xtssubordinateservicetest1
> [0m[0m22:37:56,225 INFO [stdout] (default task-7) command enlistParticipantCompletion
> [0m[0m22:37:56,225 INFO [stdout] (default task-7) command close
> [0m[0m22:37:56,649 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-7) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m22:37:56,757 INFO [stdout] (default task-8) Rule.execute called for trace PC coordinator engine create_18
> [0m[0m22:37:56,757 INFO [stdout] (default task-8) trace PC coordinator engine create execute
> [0m[0m22:37:56,770 INFO [stdout] (default task-7) Rule.execute called for trace PC participant create_23
> [0m[0m22:37:56,770 INFO [stdout] (default task-7) trace PC participant create execute
> [0m[0m22:37:56,849 INFO [stdout] (default task-9) service /xtsservicetest1
> [0m[0m22:37:56,849 INFO [stdout] (default task-9) command completed
> [0m[0m22:37:56,850 INFO [stdout] (default task-9) command org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.0
> [0m[0m22:37:56,921 INFO [stdout] (default task-9) Rule.execute called for trace send participant completed_24
> [0m[0m22:37:56,922 INFO [stdout] (default task-9) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:56,923 INFO [stdout] (default task-9) calling installed(trace send participant completed) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:56,923 INFO [stdout] (default task-9) Installed rule using default helper : trace send participant completed
> [0m[0m22:37:56,924 INFO [stdout] (default task-9) trace send participant completed execute
> [0m[0m22:37:56,924 INFO [stdout] (default task-9) rule.debug{trace send participant completed} : completed sent for PC participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.0
> [0m[0m22:37:57,097 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-9) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m22:37:57,419 INFO [stdout] (default task-11) service /xtssubordinateservicetest1
> [0m[0m22:37:57,419 INFO [stdout] (default task-11) command completed
> [0m[0m22:37:57,419 INFO [stdout] (default task-11) command org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.1
> [0m[0m22:37:57,427 INFO [stdout] (TaskWorker-1) Rule.execute called for trace receive participant completed_20
> [0m[0m22:37:57,430 INFO [stdout] (TaskWorker-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:57,430 INFO [stdout] (TaskWorker-1) calling installed(trace receive participant completed) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:57,431 INFO [stdout] (TaskWorker-1) Installed rule using default helper : trace receive participant completed
> [0m[0m22:37:57,431 INFO [stdout] (TaskWorker-1) trace receive participant completed execute
> [0m[0m22:37:57,432 INFO [stdout] (TaskWorker-1) rule.debug{trace receive participant completed} : completed received for PC coordinator engine 0:ffffac118321:-2b70c0f5:5312611e:1a
> [0m[0m22:37:57,433 INFO [stdout] (TaskWorker-1) Rule.execute called for trigger rendezvous on complete_10
> [0m[0m22:37:57,434 INFO [stdout] (TaskWorker-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:57,434 INFO [stdout] (TaskWorker-1) calling installed(trigger rendezvous on complete) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:57,435 INFO [stdout] (TaskWorker-1) Installed rule using default helper : trigger rendezvous on complete
> [0m[0m22:37:57,435 INFO [stdout] (TaskWorker-1) trigger rendezvous on complete execute
> [0m[0m22:37:57,436 INFO [stdout] (TaskWorker-1) rule.debug{trigger rendezvous on complete} : decrementing
> [0m[0m22:37:57,482 INFO [stdout] (default task-11) Rule.execute called for trace send participant completed_24
> [0m[0m22:37:57,483 INFO [stdout] (default task-11) trace send participant completed execute
> [0m[0m22:37:57,484 INFO [stdout] (default task-11) rule.debug{trace send participant completed} : completed sent for PC participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.1
> [0m[0m22:37:57,594 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-11) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m22:37:57,902 INFO [stdout] (TaskWorker-1) Rule.execute called for trace receive participant completed_20
> [0m[0m22:37:57,903 INFO [stdout] (TaskWorker-1) trace receive participant completed execute
> [0m[0m22:37:57,903 INFO [stdout] (TaskWorker-1) rule.debug{trace receive participant completed} : completed received for PC coordinator engine PCP0:ffffac118321:-2b70c0f5:5312611e:23
> [0m[0m22:37:57,903 INFO [stdout] (TaskWorker-1) Rule.execute called for trigger rendezvous on complete_10
> [0m[0m22:37:57,904 INFO [stdout] (TaskWorker-1) trigger rendezvous on complete execute
> [0m[0m22:37:57,904 INFO [stdout] (TaskWorker-1) rule.debug{trigger rendezvous on complete} : decrementing
> [0m[0m22:37:57,929 INFO [stdout] (default task-13) service /xtssubordinateservicetest1
> [0m[0m22:37:57,930 INFO [stdout] (default task-13) command completed
> [0m[0m22:37:57,930 INFO [stdout] (default task-13) command org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.2
> [0m[0m22:37:57,974 INFO [stdout] (default task-13) Rule.execute called for trace send participant completed_24
> [0m[0m22:37:57,975 INFO [stdout] (default task-13) trace send participant completed execute
> [0m[0m22:37:57,975 INFO [stdout] (default task-13) rule.debug{trace send participant completed} : completed sent for PC participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.2
> [0m[0m22:37:58,176 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-13) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m22:37:58,340 INFO [stdout] (Thread-82) Rule.execute called for wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest_16
> [0m[0m22:37:58,340 INFO [stdout] (Thread-82) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,341 INFO [stdout] (Thread-82) calling installed(wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,341 INFO [stdout] (Thread-82) Installed rule using default helper : wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:37:58,341 INFO [stdout] (Thread-82) wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest execute
> [0m[0m22:37:58,341 INFO [stdout] (Thread-82) rule.debug{wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest} : waiting to call close
> [0m[0m22:37:58,343 INFO [stdout] (TaskWorker-1) Rule.execute called for trace receive participant completed_20
> [0m[0m22:37:58,343 INFO [stdout] (TaskWorker-1) trace receive participant completed execute
> [0m[0m22:37:58,343 INFO [stdout] (TaskWorker-1) rule.debug{trace receive participant completed} : completed received for PC coordinator engine PCP0:ffffac118321:-2b70c0f5:5312611e:26
> [0m[0m22:37:58,344 INFO [stdout] (TaskWorker-1) Rule.execute called for trigger rendezvous on complete_10
> [0m[0m22:37:58,344 INFO [stdout] (TaskWorker-1) trigger rendezvous on complete execute
> [0m[0m22:37:58,344 INFO [stdout] (TaskWorker-1) rule.debug{trigger rendezvous on complete} : decrementing
> [0m[0m22:37:58,344 INFO [stdout] (TaskWorker-1) rule.debug{trigger rendezvous on complete} : closes-complete, triggering rendezvous
> [0m[0m22:37:58,345 INFO [stdout] (Thread-82) rule.debug{wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest} : rendezvous complete, calling close
> [0m[0m22:37:58,397 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Thread-82) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m22:37:58,594 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Thread-82) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/com/arjuna/schemas/ws/_2005/_10/wsarjtx/wsdl/wsarjtx-termination-coordinator-binding.wsdl
> [0m[0m22:37:58,634 INFO [stdout] (TaskWorker-1) Rule.execute called for trace send CC participant complete_39
> [0m[0m22:37:58,635 INFO [stdout] (TaskWorker-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,635 INFO [stdout] (TaskWorker-1) calling installed(trace send CC participant complete) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,635 INFO [stdout] (TaskWorker-1) Installed rule using default helper : trace send CC participant complete
> [0m[0m22:37:58,636 INFO [stdout] (TaskWorker-1) trace send CC participant complete execute
> [0m[0m22:37:58,636 INFO [stdout] (TaskWorker-1) rule.debug{trace send CC participant complete} : complete sent for CC coordinator engine 0:ffffac118321:-2b70c0f5:5312611e:20
> [0m[0m22:37:58,735 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-participant-binding.wsdl
> [0m[0m22:37:58,808 INFO [stdout] (TaskWorker-2) Rule.execute called for trace receive CC participant complete_44
> [0m[0m22:37:58,810 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,810 INFO [stdout] (TaskWorker-2) calling installed(trace receive CC participant complete) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,811 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace receive CC participant complete
> [0m[0m22:37:58,811 INFO [stdout] (TaskWorker-2) trace receive CC participant complete execute
> [0m[0m22:37:58,812 INFO [stdout] (TaskWorker-2) rule.debug{trace receive CC participant complete} : complete received for CC participant org.jboss.jbossts.xts.ba.subordinate.participant.0:ffffac118321:-2b70c0f5:5312611e:1e_CCP
> [0m[0m22:37:58,812 INFO [stdout] (TaskWorker-2) Rule.execute called for trace subordinate participant stub complete_28
> [0m[0m22:37:58,813 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,823 INFO [stdout] (TaskWorker-2) calling installed(trace subordinate participant stub complete) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,823 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace subordinate participant stub complete
> [0m[0m22:37:58,824 INFO [stdout] (TaskWorker-2) trace subordinate participant stub complete execute
> [0m[0m22:37:58,825 INFO [stdout] (TaskWorker-2) rule.debug{trace subordinate participant stub complete} : complete called for pseudo-participant com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub@745b2a
> [0m[0m22:37:58,826 INFO [stdout] (TaskWorker-2) Rule.execute called for trace subordinate coordinator prepare_12
> [0m[0m22:37:58,827 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,828 INFO [stdout] (TaskWorker-2) calling installed(trace subordinate coordinator prepare) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,829 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace subordinate coordinator prepare
> [0m[0m22:37:58,829 INFO [stdout] (TaskWorker-2) trace subordinate coordinator prepare execute
> [0m[0m22:37:58,829 INFO [stdout] (TaskWorker-2) rule.debug{trace subordinate coordinator prepare} : prepare for transaction 0:ffffac118321:-2b70c0f5:5312611e:1e
> [0m[0m22:37:58,836 INFO [stdout] (TaskWorker-2) Rule.execute called for trace TX save at prepare_1
> [0m[0m22:37:58,837 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,838 INFO [stdout] (TaskWorker-2) calling installed(trace TX save at prepare) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,838 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace TX save at prepare
> [0m[0m22:37:58,839 INFO [stdout] (TaskWorker-2) trace TX save at prepare execute
> [0m[0m22:37:58,839 INFO [stdout] (TaskWorker-2) rule.debug{trace TX save at prepare} : saved to disk transaction 0:ffffac118321:-2b70c0f5:5312611e:1e
> [0m[0m22:37:58,891 INFO [stdout] (TaskWorker-2) Rule.execute called for trace subordinate participant stub complete 2_29
> [0m[0m22:37:58,892 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,893 INFO [stdout] (TaskWorker-2) calling installed(trace subordinate participant stub complete 2) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,894 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace subordinate participant stub complete 2
> [0m[0m22:37:58,894 INFO [stdout] (TaskWorker-2) trace subordinate participant stub complete 2 execute
> [0m[0m22:37:58,895 INFO [stdout] (TaskWorker-2) rule.debug{trace subordinate participant stub complete 2} : JVM exit
> [0mMar 01, 2014 10:38:06 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:38:06 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:38:06 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep '\[java\] <defunct>')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:38:06 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as killed by byteman scirpt
> Mar 01, 2014 10:38:06 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'mkdir -p ./target/surefire-reports/processes'
> Mar 01, 2014 10:38:06 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'ps aux > ./target/surefire-reports/processes/null:null_43.txt'
> Mar 01, 2014 10:38:06 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor dumpProcesses
> INFO: Logged current running processes to: ./target/surefire-reports/processes/null:null_43.txt
> Mar 01, 2014 10:38:06 PM 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/XTS/localjunit/crash-recovery-tests/target/lib/byteman.jar=script:target/test-classes/scripts/BASubordinateCrashDuringComplete.btm,boot:target/lib/byteman.jar,listener:true -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n, managementAddress=127.0.0.1, serverConfig=standalone-xts.xml}
> Mar 01, 2014 10:38:06 PM 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/XTS/localjunit/crash-recovery-tests/target/lib/byteman.jar=script:target/test-classes/scripts/BASubordinateCrashDuringComplete.btm,boot:target/lib/byteman.jar,listener:true, -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n, -ea, -Djboss.home.dir=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT, -Dorg.jboss.boot.log.file=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/log/server.log, -Dlogging.configuration=file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/configuration/logging.properties, -Djboss.bundles.dir=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/bundles, -jar, /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/jboss-modules.jar, -mp, /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules, org.jboss.as.standalone, -server-config, standalone-xts.xml]
> TransformListener() : accepting requests on localhost:9091
> Listening for transport dt_socket at address: 8787
> [0m22:38:07,600 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.0.Final
> [0m[0m22:38:08,819 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.1.Final
> [0m[33m22:38:09,059 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
> [0m[0m22:38:09,142 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015899: WildFly 8.0.1.Final-SNAPSHOT "WildFly" starting
> [0m[0m22:38:12,726 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
> [0m[0m22:38:12,754 INFO [org.xnio] (MSC service thread 1-1) XNIO version 3.2.0.Final
> [0m[0m22:38:12,766 INFO [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.2.0.Final
> [0m[0m22:38:12,812 INFO [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 4.0.2.Final
> [0m[0m22:38:12,953 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 35) JBAS010280: Activating Infinispan subsystem.
> [0m[0m22:38:12,967 INFO [org.jboss.as.jacorb] (ServerService Thread Pool -- 36) JBAS016300: Activating JacORB Subsystem
> [0m[0m22:38:12,995 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 46) JBAS011800: Activating Naming Subsystem
> [0m[0m22:38:13,071 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : possible trigger for rule create participant deletes counter in class org.jboss.jbossts.XTSService
> [0m[0m22:38:13,084 INFO [stdout] (ServerService Thread Pool -- 57) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.XTSService.start() void for rule create participant deletes counter
> [0m[0m22:38:13,100 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : inserted trigger for create participant deletes counter in class org.jboss.jbossts.XTSService
> [0m[0m22:38:13,103 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : possible trigger for rule open trace file in class org.jboss.jbossts.XTSService
> [0m[0m22:38:13,104 INFO [stdout] (ServerService Thread Pool -- 57) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.XTSService.start() void for rule open trace file
> [0m[0m22:38:13,126 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : inserted trigger for open trace file in class org.jboss.jbossts.XTSService
> [0m[0m22:38:12,993 INFO [org.jboss.as.security] (ServerService Thread Pool -- 51) JBAS013171: Activating Security Subsystem
> [0m[0m22:38:15,447 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 55) JBAS015537: Activating WebServices Extension
> [0m[0m22:38:15,511 INFO [org.jboss.as.naming] (MSC service thread 1-2) JBAS011802: Starting Naming Service
> [0m[0m22:38:15,533 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 42) JBAS012615: Activated the following JSF Implementations: [main]
> [0m[0m22:38:17,048 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 30) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> [0m[0m22:38:17,232 INFO [org.jboss.as.mail.extension] (MSC service thread 1-1) JBAS015400: Bound mail session [java:jboss/mail/Default]
> [0m[0m22:38:17,438 INFO [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016330: CORBA ORB Service started
> [0m[0m22:38:17,442 INFO [org.jboss.as.security] (MSC service thread 1-2) JBAS013170: Current PicketBox version=4.0.21.Beta1
> [0m[0m22:38:17,570 INFO [org.jboss.as.connector.logging] (MSC service thread 1-2) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.3.Final)
> [0m[0m22:38:18,056 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) JBAS010417: Started Driver service with driver-name = h2
> [0m[0m22:38:18,178 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
> [0m[0m22:38:18,180 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
> [0m[0m22:38:18,186 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
> [0m[0m22:38:20,605 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017502: Undertow 1.0.0.Final starting
> [0m[0m22:38:20,613 INFO [stdout] (MSC service thread 1-1) Rule.execute called for reset periodic recovery wait time_2
> [0m[0m22:38:20,626 INFO [stdout] (MSC service thread 1-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:20,627 INFO [stdout] (MSC service thread 1-1) calling activated() for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:20,628 INFO [stdout] (MSC service thread 1-1) Default helper activated
> [0m[0m22:38:20,628 INFO [stdout] (MSC service thread 1-1) calling installed(reset periodic recovery wait time) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:20,629 INFO [stdout] (MSC service thread 1-1) Installed rule using default helper : reset periodic recovery wait time
> [0m[0m22:38:20,629 INFO [stdout] (MSC service thread 1-1) reset periodic recovery wait time execute
> [0m[0m22:38:20,630 INFO [stdout] (MSC service thread 1-1) caught ReturnException
> [0m[0m22:38:20,677 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017527: Creating file handler for path /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/welcome-content
> [0m[0m22:38:20,692 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace TX save at prepare in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:38:20,808 INFO [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.ats.arjuna.coordinator.BasicAction.prepare(boolean) int for rule trace TX save at prepare
> [0m[0m22:38:20,834 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace TX save at prepare in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:38:20,873 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace remove committed state and exit JVM in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:38:20,991 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 and exit JVM
> [0m[0m22:38:21,018 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace remove committed state and exit JVM in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:38:21,061 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
> [0m[0m22:38:21,158 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
> [0m[0m22:38:21,164 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
> [0m[0m22:38:22,075 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017502: Undertow 1.0.0.Final starting
> [0m[0m22:38:23,016 INFO [org.jboss.as.jacorb] (MSC service thread 1-2) JBAS016328: CORBA Naming Service started
> [0m[0m22:38:23,515 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "xtstest.war" (runtime-name: "xtstest.war")
> [0m[0m22:38:23,518 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")
> [0m[0m22:38:23,526 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) JBAS015012: Started FileSystemDeploymentService for directory /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/deployments
> [0m[0m22:38:23,719 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017525: Started server default-server.
> [0m[0m22:38:24,828 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017531: Host default-host starting
> [0m[0m22:38:25,782 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
> [0m[33m22:38:25,890 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.
> [0m[33m22:38:25,924 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.
> [0m[33m22:38:25,927 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.
> [0m[0m22:38:26,014 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016002: Processing weld deployment xtstest.war
> [0m[0m22:38:26,083 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-1) HV000001: Hibernate Validator 5.0.3.Final
> [0m[0m22:38:26,423 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080
> [0m[0m22:38:26,960 INFO [org.jboss.ws.common.management] (MSC service thread 1-2) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.4.Final
> [0m[0m22:38:27,048 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-client
> [0m[0m22:38:27,123 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CompletionInit...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionInitiat...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:27,124 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}TerminationPart...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationPartici...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:27,490 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionInitiatorService from class com.arjuna.webservices11.wsat.sei.CompletionInitiatorPortTypeImpl
> [0m[0m22:38:28,837 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-client/CompletionInitiatorService
> [0m[0m22:38:29,407 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-client.deployment/CompletionInitiatorService.wsdl
> [0m[0m22:38:29,419 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationParticipantService from class com.arjuna.schemas.ws._2005._10.wsarjtx.TerminationParticipantPortType
> [0m[0m22:38:29,485 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-client/TerminationParticipantService
> [0m[0m22:38:29,546 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-client.deployment/TerminationParticipantService.wsdl
> [0m[0m22:38:29,619 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-coordinator
> [0m[0m22:38:29,623 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:29,624 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CoordinatorSer...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CoordinatorPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:29,625 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CompletionCoor...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:29,626 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}TerminationCoor...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:29,628 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}TerminationCoor...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:29,629 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:29,630 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CompletionCoor...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:29,663 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionCoordinatorService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithCoordinatorCompletionCoordinatorPortTypeImpl
> [0m[0m22:38:29,786 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithCoordinator...
> [0m[0m22:38:29,885 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/BusinessAgreementWithCoordinatorCompletionCoordinatorService.wsdl
> [0m[0m22:38:29,886 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CoordinatorService from class com.arjuna.webservices11.wsat.sei.CoordinatorPortTypeImpl
> [0m[0m22:38:29,903 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CoordinatorService
> [0m[0m22:38:30,043 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CoordinatorService.wsdl
> [0m[0m22:38:30,044 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordinatorRPCService from class com.arjuna.webservices11.wsat.sei.CompletionCoordinatorRPCPortTypeImpl
> [0m[0m22:38:30,067 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorRPCService
> [0m[0m22:38:30,114 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CompletionCoordinatorRPCService.wsdl
> [0m[0m22:38:30,114 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorRPCPortTypeImplService from class com.arjuna.webservices11.wsarjtx.sei.TerminationCoordinatorRPCPortTypeImpl
> [0m[0m22:38:30,141 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorRPCService
> [0m[0m22:38:30,155 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/TerminationCoordinatorRPCPortTypeImplService.wsdl
> [0m[0m22:38:30,156 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorService from class com.arjuna.schemas.ws._2005._10.wsarjtx.TerminationCoordinatorPortType
> [0m[0m22:38:30,177 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorService
> [0m[0m22:38:30,195 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/TerminationCoordinatorService.wsdl
> [0m[0m22:38:30,196 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithParticipantCompletionCoordinatorPortTypeImpl
> [0m[0m22:38:30,214 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithParticipant...
> [0m[0m22:38:30,254 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/BusinessAgreementWithParticipantCompletionCoordinatorService.wsdl
> [0m[0m22:38:30,254 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordinatorService from class com.arjuna.webservices11.wsat.sei.CompletionCoordinatorPortTypeImpl
> [0m[0m22:38:30,270 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorService
> [0m[0m22:38:30,282 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CompletionCoordinatorService.wsdl
> [0m[0m22:38:30,285 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-c11
> [0m[0m22:38:30,288 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}ActivationSe...
> portName={http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:30,288 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}Registration...
> portName={http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationPor...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:30,303 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from class com.arjuna.webservices11.wscoor.sei.ActivationPortTypeImpl
> [0m[0m22:38:30,646 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-c11/ActivationService
> [0m[0m22:38:30,692 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-c11.deployment/ActivationService.wsdl
> [0m[0m22:38:30,693 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from class com.arjuna.webservices11.wscoor.sei.RegistrationPortTypeImpl
> [0m[0m22:38:30,743 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-c11/RegistrationService
> [0m[0m22:38:30,768 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-c11.deployment/RegistrationService.wsdl
> [0m[0m22:38:30,769 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-participant
> [0m[0m22:38:30,772 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}ParticipantSer...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}ParticipantPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:30,773 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:30,775 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:30,828 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}ParticipantService from class com.arjuna.webservices11.wsat.sei.ParticipantPortTypeImpl
> [0m[0m22:38:30,859 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-participant/ParticipantService
> [0m[0m22:38:30,879 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/ParticipantService.wsdl
> [0m[0m22:38:30,880 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionParticipantService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithParticipantCompletionParticipantPortTypeImpl
> [0m[0m22:38:30,956 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-participant/BusinessAgreementWithParticipant...
> [0m[0m22:38:30,990 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/BusinessAgreementWithParticipantCompletionParticipantService.wsdl
> [0m[0m22:38:30,991 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) 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
> [0m[0m22:38:31,010 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-participant/BusinessAgreementWithCoordinator...
> [0m[0m22:38:31,043 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/BusinessAgreementWithCoordinatorCompletionParticipantService.wsdl
> [0m[0m22:38:31,047 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-client.deployment".CompletionInitiatorService
> [0m[0m22:38:31,061 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-client.deployment".TerminationParticipantService
> [0m[0m22:38:31,102 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingjournal,bindingsDirectory=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingbindings,largeMessagesDirectory=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messaginglargemessages,pagingDirectory=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingpaging)
> [0m[0m22:38:31,104 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221006: Waiting to obtain live lock
> [0m[0m22:38:31,133 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorRPCService
> [0m[0m22:38:31,134 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorService
> [0m[0m22:38:31,135 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorService
> [0m[0m22:38:31,136 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithCoordinatorCompletionCoordinatorService
> [0m[0m22:38:31,137 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithParticipantCompletionCoordinatorService
> [0m[0m22:38:31,138 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CoordinatorService
> [0m[0m22:38:31,138 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorRPCService
> [0m[0m22:38:31,139 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-c11.deployment".ActivationService
> [0m[0m22:38:31,140 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-c11.deployment".RegistrationService
> [0m[0m22:38:31,141 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithParticipantCompletionParticipantService
> [0m[0m22:38:31,141 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithCoordinatorCompletionParticipantService
> [0m[0m22:38:31,142 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".ParticipantService
> [0m[0m22:38:31,148 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-client
> [0m[0m22:38:31,193 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /ws-t11-client
> [0m[0m22:38:31,194 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-coordinator
> [0m[0m22:38:31,195 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /ws-t11-coordinator
> [0m[0m22:38:31,196 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-c11
> [0m[0m22:38:31,197 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /ws-c11
> [0m[0m22:38:31,197 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-participant
> [0m[0m22:38:31,198 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /ws-t11-participant
> [0m[33m22:38:31,216 WARN [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017507: Secure listener for protocol: 'HTTP/1.1' not found! Using non secure port!
> [0m[0m22:38:31,217 INFO [stdout] (MSC service thread 1-2) Rule.execute called for open trace file_1
> [0m[0m22:38:31,218 INFO [stdout] (MSC service thread 1-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:31,218 INFO [stdout] (MSC service thread 1-2) calling installed(open trace file) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:31,218 INFO [stdout] (MSC service thread 1-2) Installed rule using default helper : open trace file
> [0m[0m22:38:31,218 INFO [stdout] (MSC service thread 1-2) open trace file execute
> [0m[0m22:38:31,219 INFO [stdout] (MSC service thread 1-2) Rule.execute called for create participant deletes counter_0
> [0m[0m22:38:31,219 INFO [stdout] (MSC service thread 1-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:31,219 INFO [stdout] (MSC service thread 1-2) calling installed(create participant deletes counter) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:31,220 INFO [stdout] (MSC service thread 1-2) Installed rule using default helper : create participant deletes counter
> [0m[0m22:38:31,220 INFO [stdout] (MSC service thread 1-2) create participant deletes counter execute
> [0m[0m22:38:33,070 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC participant receive getStatus in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:38:33,073 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace CC participant receive getStatus
> [0m[0m22:38:33,079 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC participant receive getStatus in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:38:33,092 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC participant send soap fault in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:38:33,103 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace CC participant send soap fault
> [0m[0m22:38:33,105 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC participant send soap fault in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:38:33,112 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221012: Using AIO Journal
> [0m[0m22:38:33,119 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC participant receive getStatus in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:38:33,131 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace PC participant receive getStatus
> [0m[0m22:38:33,144 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC participant receive getStatus in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:38:33,168 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC participant send soap fault in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:38:33,173 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace PC participant send soap fault
> [0m[0m22:38:33,898 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC participant send soap fault in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:38:34,000 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trigger rendezvous on complete in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator
> [0m[0m22:38:34,002 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator.participantCompleted(java.lang.String) void for rule trigger rendezvous on complete
> [0m[0m22:38:34,004 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trigger rendezvous on complete in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator
> [0m[0m22:38:34,017 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate coordinator close in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:38:34,017 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.cancel() int for rule trace subordinate coordinator close
> [0m[0m22:38:34,019 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate coordinator close in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:38:34,022 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate coordinator prepare in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:38:34,022 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.complete() void for rule trace subordinate coordinator prepare
> [0m[0m22:38:34,025 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate coordinator prepare in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:38:34,078 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate coordinator cancel 2 in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:38:34,079 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.cancel() int for rule trace subordinate coordinator cancel 2
> [0m[0m22:38:34,081 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate coordinator cancel 2 in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:38:34,128 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.
> [0m[0m22:38:36,597 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace delete participant and exit JVM in class org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryManagerImple
> [0m[0m22:38:36,598 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryManagerImple.deleteParticipantRecoveryRecord(java.lang.String) boolean for rule trace delete participant and exit JVM
> [0m[0m22:38:36,692 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace delete participant and exit JVM in class org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryManagerImple
> [0m[0m22:38:36,794 INFO [org.jboss.jbossts.txbridge] (MSC service thread 1-2) ARJUNA033013: OutboundBridgeRecoveryManager starting
> [0m[0m22:38:36,797 INFO [org.jboss.jbossts.txbridge] (MSC service thread 1-2) ARJUNA033006: InboundBridgeRecoveryManager starting
> [0m[0m22:38:36,860 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016005: Starting Services for CDI deployment: xtstest.war
> [0m[0m22:38:36,927 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support CORE
> [0m[0m22:38:36,972 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support AMQP
> [0m[0m22:38:37,005 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support STOMP
> [0m[0m22:38:37,044 INFO [org.jboss.weld.Version] (MSC service thread 1-1) WELD-000900: 2.1.2 (Final)
> [0m[0m22:38:37,068 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}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:37,069 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}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:37,069 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=XTS_Service_Test_Service_Two
> address=http://localhost:8080/xtstest/xtsservicetest2
> implementor=org.jboss.jbossts.xts.servicetests.service.XTSServiceTestPortTypeImpl
> serviceName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:37,070 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=XTS_Service_Test_Service_Three
> address=http://localhost:8080/xtstest/xtsservicetest3
> implementor=org.jboss.jbossts.xts.servicetests.service.XTSServiceTestPortTypeImpl
> serviceName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:37,166 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
> [0m[0m22:38:37,226 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/xtstest/xtssubordinateservicetest1
> [0m[0m22:38:37,257 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:38:37,259 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
> [0m[0m22:38:37,273 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest1
> [0m[0m22:38:37,298 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:38:37,298 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
> [0m[0m22:38:37,302 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest2
> [0m[0m22:38:37,310 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:38:37,310 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
> [0m[0m22:38:37,314 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest3
> [0m[0m22:38:37,369 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:38:37,408 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Subordinate_Service_One
> [0m[0m22:38:37,409 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_One
> [0m[0m22:38:37,411 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_Three
> [0m[0m22:38:37,412 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_Two
> [0m[0m22:38:37,421 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016008: Starting weld service for deployment xtstest.war
> [0m[0m22:38:37,461 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221034: Waiting to obtain live lock
> [0m[0m22:38:37,461 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221035: Live Server Obtained live lock
> [0m[0m22:38:38,120 INFO [org.jboss.messaging] (MSC service thread 1-2) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor acceptor
> [0m[0m22:38:38,122 INFO [org.jboss.messaging] (MSC service thread 1-1) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor-throughput acceptor
> [0m[0m22:38:38,298 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221007: Server is now live
> [0m[0m22:38:38,299 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221001: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [b8df3454-a183-11e3-a068-15a73905c1d7]
> [0m[0m22:38:38,697 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 59) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m22:38:38,730 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010406: Registered connection factory java:/JmsXA
> [0m[0m22:38:38,771 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 60) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
> [0m[0m22:38:38,784 INFO [org.hornetq.ra] (MSC service thread 1-2) HornetQ resource adaptor started
> [0m[0m22:38:38,784 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-2) IJ020002: Deployed: file://RaActivatorhornetq-ra
> [0m[0m22:38:38,786 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-1) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m22:38:38,787 INFO [org.jboss.as.messaging] (MSC service thread 1-1) JBAS011601: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m22:38:39,028 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /rest-tx
> [0m[0m22:38:39,073 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : possible trigger for rule setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:38:39,083 INFO [stdout] (weld-worker-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest.run() void for rule setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:38:39,087 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : inserted trigger for setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:38:39,088 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : possible trigger for rule wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:38:39,097 INFO [stdout] (weld-worker-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest.run() void for rule wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:38:39,098 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : inserted trigger for wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:38:40,179 INFO [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-2) Starting XTSServiceTestRunner
> [0m[0m22:38:40,179 INFO [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-2) Started XTSServiceTestRunner
> [0m[0m22:38:40,203 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /xtstest
> [0m[0m22:38:40,279 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS018559: Deployed "xtstest.war" (runtime-name : "xtstest.war")
> [0m[0m22:38:40,280 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")
> [0m[0m22:38:40,569 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
> [0m[0m22:38:40,570 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
> [0m[0m22:38:40,571 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.0.1.Final-SNAPSHOT "WildFly" started in 34131ms - Started 474 of 532 services (109 services are lazy, passive or on-demand)
> [0mMar 01, 2014 10:38:40 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController kill
> INFO: Hard killing of a server instance
> Mar 01, 2014 10:38:40 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: waiting for byteman to kill the server
> Mar 01, 2014 10:38:40 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:38:50 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:38:50 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [0m22:38:53,944 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate prepared replay in class org.jboss.jbossts.xts.recovery.coordinator.ba.RecoverySubordinateBACoordinator
> [0m[0m22:38:53,945 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.recovery.coordinator.ba.RecoverySubordinateBACoordinator.replayPhase2() void for rule trace subordinate prepared replay
> [0m[0m22:38:53,946 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate prepared replay in class org.jboss.jbossts.xts.recovery.coordinator.ba.RecoverySubordinateBACoordinator
> [0m[0m22:38:53,957 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered PC participant send status in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:38:53,961 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine.sendStatus(com.arjuna.webservices11.wsba.State) void for rule trace recovered PC participant send status
> [0m[0m22:38:53,963 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered PC participant send status in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:38:53,966 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC coordinator engine create in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:38:53,967 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine.<init>(java.lang.String,javax.xml.ws.wsaddressing.W3CEndpointReference,com.arjuna.webservices11.wsba.State,boolean) void for rule trace PC coordinator engine create
> [0m[0m22:38:53,973 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC coordinator engine create in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:38:53,977 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive participant compensated in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:38:53,978 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine.compensated(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive participant compensated
> [0m[0m22:38:53,983 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive participant compensated in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:38:53,987 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive participant completed in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:38:53,989 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine.completed(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive participant completed
> [0m[0m22:38:53,994 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive participant completed in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:38:54,052 INFO [stdout] (Periodic Recovery) Rule.execute called for trace PC coordinator engine create_19
> [0m[0m22:38:54,053 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:54,054 INFO [stdout] (Periodic Recovery) calling installed(trace PC coordinator engine create) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:54,054 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace PC coordinator engine create
> [0m[0m22:38:54,054 INFO [stdout] (Periodic Recovery) trace PC coordinator engine create execute
> [0m[0m22:38:54,055 INFO [stdout] (Periodic Recovery) rule.debug{trace PC coordinator engine create} : created recovered PC coordinator engine PCP0:ffffac118321:-2b70c0f5:5312611e:23
> [0m[0m22:38:54,075 INFO [stdout] (Periodic Recovery) Rule.execute called for trace PC coordinator engine create_19
> [0m[0m22:38:54,076 INFO [stdout] (Periodic Recovery) trace PC coordinator engine create execute
> [0m[0m22:38:54,076 INFO [stdout] (Periodic Recovery) rule.debug{trace PC coordinator engine create} : created recovered PC coordinator engine PCP0:ffffac118321:-2b70c0f5:5312611e:26
> [0m[0m22:38:54,076 INFO [stdout] (Periodic Recovery) Rule.execute called for trace subordinate prepared replay_17
> [0m[0m22:38:54,082 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:54,082 INFO [stdout] (Periodic Recovery) calling installed(trace subordinate prepared replay) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:54,083 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace subordinate prepared replay
> [0m[0m22:38:54,083 INFO [stdout] (Periodic Recovery) trace subordinate prepared replay execute
> [0m[0m22:38:54,084 INFO [stdout] (Periodic Recovery) rule.debug{trace subordinate prepared replay} : reinstated prepared subordinate transaction 0:ffffac118321:-2b70c0f5:5312611e:1e
> [0m[0m22:38:54,096 INFO [stdout] (Periodic Recovery) xts service test : attempting to deserialize WS-BA participant completion participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.0
> [0m[0m22:38:54,106 INFO [stdout] (Periodic Recovery) xts service test : deserialized WS-BA participant completion participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.0
> [0m[0m22:38:54,111 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC participant receive soap fault in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:38:54,114 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine.soapFault(com.arjuna.webservices.SoapFault,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace PC participant receive soap fault
> [0m[0m22:38:54,120 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC participant receive soap fault in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:38:54,126 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered PC participant received status in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:38:54,129 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine.status(org.oasis_open.docs.ws_tx.wsba._2006._06.StatusType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace recovered PC participant received status
> [0m[0m22:38:54,135 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered PC participant received status in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:38:54,140 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC participant create in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:38:54,141 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine.<init>(java.lang.String,javax.xml.ws.wsaddressing.W3CEndpointReference,com.arjuna.wst.BusinessAgreementWithParticipantCompletionParticipant,com.arjuna.webservices11.wsba.State,boolean) void for rule trace PC participant create
> [0m[0m22:38:54,150 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC participant create in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:38:54,155 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send participant completed in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:38:54,161 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine.sendCompleted(boolean) void for rule trace send participant completed
> [0m[0m22:38:54,191 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace send participant completed in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:38:54,196 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send participant compensated in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:38:54,203 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine.sendCompensated() void for rule trace send participant compensated
> [0m[0m22:38:54,206 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace send participant compensated in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:38:54,212 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered PC participant send getStatus in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:38:54,218 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine.sendCompleted(boolean) void for rule trace recovered PC participant send getStatus
> [0m[0m22:38:54,222 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered PC participant send getStatus in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:38:54,255 INFO [stdout] (Periodic Recovery) Rule.execute called for trace PC participant create_24
> [0m[0m22:38:54,255 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:54,256 INFO [stdout] (Periodic Recovery) calling installed(trace PC participant create) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:54,256 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace PC participant create
> [0m[0m22:38:54,256 INFO [stdout] (Periodic Recovery) trace PC participant create execute
> [0m[0m22:38:54,256 INFO [stdout] (Periodic Recovery) rule.debug{trace PC participant create} : created recovered PC participant engine org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.0
> [0m[0m22:38:54,273 INFO [stdout] (Periodic Recovery) Rule.execute called for trace recovered PC participant send getStatus_27
> [0m[0m22:38:54,275 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:54,275 INFO [stdout] (Periodic Recovery) calling installed(trace recovered PC participant send getStatus) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:54,275 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace recovered PC participant send getStatus
> [0m[0m22:38:54,275 INFO [stdout] (Periodic Recovery) trace recovered PC participant send getStatus execute
> [0m[0m22:38:54,276 INFO [stdout] (Periodic Recovery) rule.debug{trace recovered PC participant send getStatus} : sent getStatus for recovered PC coordinator engine org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.0
> [0m[0m22:38:55,130 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Periodic Recovery) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m22:38:55,572 INFO [stdout] (Periodic Recovery) xts service test : attempting to deserialize WS-BA participant completion participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.1
> [0m[0m22:38:55,572 INFO [stdout] (Periodic Recovery) xts service test : deserialized WS-BA participant completion participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.1
> [0m[0m22:38:55,572 INFO [stdout] (Periodic Recovery) Rule.execute called for trace PC participant create_24
> [0m[0m22:38:55,573 INFO [stdout] (Periodic Recovery) trace PC participant create execute
> [0m[0m22:38:55,573 INFO [stdout] (Periodic Recovery) rule.debug{trace PC participant create} : created recovered PC participant engine org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.1
> [0m[0m22:38:55,573 INFO [stdout] (Periodic Recovery) Rule.execute called for trace recovered PC participant send getStatus_27
> [0m[0m22:38:55,574 INFO [stdout] (Periodic Recovery) trace recovered PC participant send getStatus execute
> [0m[0m22:38:55,574 INFO [stdout] (Periodic Recovery) rule.debug{trace recovered PC participant send getStatus} : sent getStatus for recovered PC coordinator engine org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.1
> [0m[0m22:38:55,597 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Periodic Recovery) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m22:38:57,617 INFO [stdout] (Periodic Recovery) xts service test : attempting to deserialize WS-BA participant completion participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.2
> [0m[0m22:38:57,618 INFO [stdout] (Periodic Recovery) xts service test : deserialized WS-BA participant completion participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.2
> [0m[0m22:38:57,618 INFO [stdout] (Periodic Recovery) Rule.execute called for trace PC participant create_24
> [0m[0m22:38:57,619 INFO [stdout] (Periodic Recovery) trace PC participant create execute
> [0m[0m22:38:57,619 INFO [stdout] (Periodic Recovery) rule.debug{trace PC participant create} : created recovered PC participant engine org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.2
> [0m[0m22:38:57,619 INFO [stdout] (Periodic Recovery) Rule.execute called for trace recovered PC participant send getStatus_27
> [0m[0m22:38:57,620 INFO [stdout] (Periodic Recovery) trace recovered PC participant send getStatus execute
> [0m[0m22:38:57,620 INFO [stdout] (Periodic Recovery) rule.debug{trace recovered PC participant send getStatus} : sent getStatus for recovered PC coordinator engine org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.2
> [0m[0m22:38:57,642 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Periodic Recovery) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[33m22:38:57,703 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046045: Compensating orphaned subordinate WS-BA transcation 0:ffffac118321:-2b70c0f5:5312611e:1e
> [0m[0m22:38:57,704 INFO [stdout] (Periodic Recovery) Rule.execute called for trace subordinate coordinator close_11
> [0m[0m22:38:57,704 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:57,704 INFO [stdout] (Periodic Recovery) calling installed(trace subordinate coordinator close) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:57,705 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace subordinate coordinator close
> [0m[0m22:38:57,705 INFO [stdout] (Periodic Recovery) trace subordinate coordinator close execute
> [0m[0m22:38:57,705 INFO [stdout] (Periodic Recovery) rule.debug{trace subordinate coordinator close} : cancel called for subordinate coordinator BasicAction: 0:ffffac118321:-2b70c0f5:5312611e:1e status: ActionStatus.COMMITTING
> [0m[0m22:38:57,854 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Periodic Recovery) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-participant-binding.wsdl
> [0m[0m22:38:59,840 INFO [stdout] (TaskWorker-1) Rule.execute called for trace PC participant receive getStatus_8
> [0m[0m22:38:59,842 INFO [stdout] (TaskWorker-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:59,842 INFO [stdout] (TaskWorker-1) calling installed(trace PC participant receive getStatus) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:59,842 INFO [stdout] (TaskWorker-1) Installed rule using default helper : trace PC participant receive getStatus
> [0m[0m22:38:59,843 INFO [stdout] (TaskWorker-1) trace PC participant receive getStatus execute
> [0m[0m22:38:59,843 INFO [stdout] (TaskWorker-1) rule.debug{trace PC participant receive getStatus} : received getStatus for PC coordinator engine 0:ffffac118321:-2b70c0f5:5312611e:1a
> [0m[0m22:38:59,856 INFO [stdout] (TaskWorker-1) Rule.execute called for trace PC participant send soap fault_9
> [0m[0m22:38:59,856 INFO [stdout] (TaskWorker-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:59,857 INFO [stdout] (TaskWorker-1) calling installed(trace PC participant send soap fault) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:59,857 INFO [stdout] (TaskWorker-1) Installed rule using default helper : trace PC participant send soap fault
> [0m[0m22:38:59,857 INFO [stdout] (TaskWorker-1) trace PC participant send soap fault execute
> [0m[0m22:38:59,858 INFO [stdout] (TaskWorker-1) rule.debug{trace PC participant send soap fault} : sent soap fault for unknown PC coordinator engine 0:ffffac118321:-2b70c0f5:5312611e:1a
> [0mMar 01, 2014 10:39:00 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:39:00 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [0m22:39:00,750 INFO [stdout] (TaskWorker-2) Rule.execute called for trace PC participant receive getStatus_8
> [0m[0m22:38:59,997 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-participant-binding.wsdl
> [0m[0m22:39:03,239 INFO [stdout] (Timer-1) Rule.execute called for trace recovered PC participant send getStatus_27
> [0m[0m22:39:03,241 INFO [stdout] (TaskWorker-2) trace PC participant receive getStatus execute
> [0m[0m22:39:03,241 INFO [stdout] (TaskWorker-2) rule.debug{trace PC participant receive getStatus} : received getStatus for PC coordinator engine PCP0:ffffac118321:-2b70c0f5:5312611e:23
> [0m[0m22:39:03,246 INFO [stdout] (TaskWorker-2) Rule.execute called for trace recovered PC participant send status_18
> [0m[0m22:39:03,270 INFO [stdout] (Timer-1) trace recovered PC participant send getStatus execute
> [0m[0m22:39:03,270 INFO [stdout] (Timer-1) rule.debug{trace recovered PC participant send getStatus} : sent getStatus for recovered PC coordinator engine org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.0
> [0m[0m22:39:03,300 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:03,301 INFO [stdout] (TaskWorker-2) calling installed(trace recovered PC participant send status) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:03,301 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace recovered PC participant send status
> [0m[0m22:39:03,301 INFO [stdout] (TaskWorker-2) trace recovered PC participant send status execute
> [0m[0m22:39:03,301 INFO [stdout] (TaskWorker-2) rule.debug{trace recovered PC participant send status} : sent status {http://docs.oasis-open.org/ws-tx/wsba/2006/06}Compensating for recovered PC coordinator engine PCP0:ffffac118321:-2b70c0f5:5312611e:23
> [0m[0m22:39:03,325 INFO [stdout] (TaskWorker-3) Rule.execute called for trace PC participant receive getStatus_8
> [0m[0m22:39:03,325 INFO [stdout] (TaskWorker-3) trace PC participant receive getStatus execute
> [0m[0m22:39:03,326 INFO [stdout] (TaskWorker-3) rule.debug{trace PC participant receive getStatus} : received getStatus for PC coordinator engine PCP0:ffffac118321:-2b70c0f5:5312611e:26
> [0m[0m22:39:03,327 INFO [stdout] (TaskWorker-3) Rule.execute called for trace recovered PC participant send status_18
> [0m[0m22:39:03,477 INFO [stdout] (TaskWorker-3) trace recovered PC participant send status execute
> [0m[0m22:39:03,478 INFO [stdout] (TaskWorker-3) rule.debug{trace recovered PC participant send status} : sent status {http://docs.oasis-open.org/ws-tx/wsba/2006/06}Completed for recovered PC coordinator engine PCP0:ffffac118321:-2b70c0f5:5312611e:26
> [0m[0m22:39:03,537 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Timer-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m22:39:03,574 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-participant-binding.wsdl
> [0m[0m22:39:03,768 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-3) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-participant-binding.wsdl
> [0m[0m22:39:03,864 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-participant-binding.wsdl
> [0m[0m22:39:05,845 INFO [stdout] (TaskWorker-4) Rule.execute called for trace delete participant and exit JVM_14
> [0m[0m22:39:05,846 INFO [stdout] (TaskWorker-4) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:05,846 INFO [stdout] (TaskWorker-4) calling installed(trace delete participant and exit JVM) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:05,846 INFO [stdout] (TaskWorker-4) Installed rule using default helper : trace delete participant and exit JVM
> [0m[0m22:39:05,847 INFO [stdout] (TaskWorker-4) trace delete participant and exit JVM execute
> [0m[0m22:39:05,847 INFO [stdout] (TaskWorker-4) Rule.execute called for trace send participant compensated_26
> [0m[0m22:39:05,848 INFO [stdout] (TaskWorker-4) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:05,848 INFO [stdout] (TaskWorker-4) calling installed(trace send participant compensated) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:05,849 INFO [stdout] (TaskWorker-4) Installed rule using default helper : trace send participant compensated
> [0m[0m22:39:05,849 INFO [stdout] (TaskWorker-4) trace send participant compensated execute
> [0m[0m22:39:05,849 INFO [stdout] (TaskWorker-4) rule.debug{trace send participant compensated} : compensated sent for PC participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.1
> [0m[0m22:39:06,154 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-4) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m22:39:06,379 INFO [stdout] (TaskWorker-2) Rule.execute called for trace recovered PC participant received status_23
> [0m[0m22:39:06,380 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:06,380 INFO [stdout] (TaskWorker-2) calling installed(trace recovered PC participant received status) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:06,381 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace recovered PC participant received status
> [0m[0m22:39:06,381 INFO [stdout] (TaskWorker-2) trace recovered PC participant received status execute
> [0m[0m22:39:06,381 INFO [stdout] (TaskWorker-2) rule.debug{trace recovered PC participant received status} : received status {http://docs.oasis-open.org/ws-tx/wsba/2006/06}Completed for recovered PC coordinator engine org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.2
> [0m[0m22:39:06,391 INFO [stdout] (Timer-1) Rule.execute called for trace send participant completed_25
> [0m[0m22:39:06,392 INFO [stdout] (Timer-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:06,392 INFO [stdout] (Timer-1) calling installed(trace send participant completed) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:06,392 INFO [stdout] (Timer-1) Installed rule using default helper : trace send participant completed
> [0m[0m22:39:06,393 INFO [stdout] (Timer-1) trace send participant completed execute
> [0m[0m22:39:06,393 INFO [stdout] (Timer-1) rule.debug{trace send participant completed} : completed sent for PC participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.2
> [0m[0m22:39:06,414 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Timer-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m22:39:06,821 INFO [stdout] (TaskWorker-1) Rule.execute called for trace PC participant receive soap fault_22
> [0m[0m22:39:06,822 INFO [stdout] (TaskWorker-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:06,822 INFO [stdout] (TaskWorker-1) calling installed(trace PC participant receive soap fault) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:06,824 INFO [stdout] (TaskWorker-1) Installed rule using default helper : trace PC participant receive soap fault
> [0m[0m22:39:06,824 INFO [stdout] (TaskWorker-1) trace PC participant receive soap fault execute
> [0m[0m22:39:06,825 INFO [stdout] (TaskWorker-1) rule.debug{trace PC participant receive soap fault} : received soap fault for PC coordinator engine org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.0
> [0m[33m22:39:06,825 WARN [com.arjuna.wst] (TaskWorker-1) ARJUNA043200: Compensating participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.0
> [0m[0m22:39:06,892 INFO [stdout] (TaskWorker-1) Rule.execute called for trace delete participant and exit JVM_14
> [0m[0m22:39:06,911 INFO [stdout] (TaskWorker-1) trace delete participant and exit JVM execute
> [0m[0m22:39:06,996 INFO [stdout] (TaskWorker-2) Rule.execute called for trace PC participant receive getStatus_8
> [0m[0m22:39:06,996 INFO [stdout] (TaskWorker-2) trace PC participant receive getStatus execute
> [0m[0m22:39:06,996 INFO [stdout] (TaskWorker-2) rule.debug{trace PC participant receive getStatus} : received getStatus for PC coordinator engine 0:ffffac118321:-2b70c0f5:5312611e:1a
> [0m[0m22:39:07,008 INFO [stdout] (TaskWorker-2) Rule.execute called for trace PC participant send soap fault_9
> [0m[0m22:39:07,026 INFO [stdout] (TaskWorker-2) trace PC participant send soap fault execute
> [0m[0m22:39:07,026 INFO [stdout] (TaskWorker-2) rule.debug{trace PC participant send soap fault} : sent soap fault for unknown PC coordinator engine 0:ffffac118321:-2b70c0f5:5312611e:1a
> [0m[0m22:39:07,026 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-participant-binding.wsdl
> [0m[0m22:39:07,042 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-participant-binding.wsdl
> [0m[0m22:39:07,060 INFO [stdout] (TaskWorker-3) Rule.execute called for trace receive participant compensated_20
> [0m[0m22:39:07,061 INFO [stdout] (TaskWorker-3) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:07,062 INFO [stdout] (TaskWorker-3) calling installed(trace receive participant compensated) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:07,062 INFO [stdout] (TaskWorker-3) Installed rule using default helper : trace receive participant compensated
> [0m[0m22:39:07,062 INFO [stdout] (TaskWorker-3) trace receive participant compensated execute
> [0m[0m22:39:07,062 INFO [stdout] (TaskWorker-3) rule.debug{trace receive participant compensated} : compensated received for PC coordinator engine PCP0:ffffac118321:-2b70c0f5:5312611e:23
> [0m[0m22:39:07,063 INFO [stdout] (TaskWorker-1) Rule.execute called for trace receive participant completed_21
> [0m[0m22:39:07,064 INFO [stdout] (TaskWorker-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:07,064 INFO [stdout] (TaskWorker-1) calling installed(trace receive participant completed) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:07,065 INFO [stdout] (TaskWorker-1) Installed rule using default helper : trace receive participant completed
> [0m[0m22:39:07,065 INFO [stdout] (TaskWorker-1) trace receive participant completed execute
> [0m[0m22:39:07,065 INFO [stdout] (TaskWorker-1) rule.debug{trace receive participant completed} : completed received for PC coordinator engine PCP0:ffffac118321:-2b70c0f5:5312611e:26
> [0m[0m22:39:07,118 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Periodic Recovery) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-participant-binding.wsdl
> [0m[0m22:39:07,210 INFO [stdout] (TaskWorker-3) Rule.execute called for trace delete participant and exit JVM_14
> [0m[0m22:39:07,211 INFO [stdout] (TaskWorker-3) trace delete participant and exit JVM execute
> [0m[0m22:39:07,211 INFO [stdout] (TaskWorker-3) Rule.execute called for trace send participant compensated_26
> [0m[0m22:39:07,212 INFO [stdout] (TaskWorker-3) trace send participant compensated execute
> [0m[0m22:39:07,212 INFO [stdout] (TaskWorker-3) rule.debug{trace send participant compensated} : compensated sent for PC participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.2
> [0m[0m22:39:07,248 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-3) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m22:39:07,377 INFO [stdout] (TaskWorker-1) Rule.execute called for trace receive participant compensated_20
> [0m[0m22:39:07,378 INFO [stdout] (TaskWorker-1) trace receive participant compensated execute
> [0m[0m22:39:07,378 INFO [stdout] (TaskWorker-1) rule.debug{trace receive participant compensated} : compensated received for PC coordinator engine PCP0:ffffac118321:-2b70c0f5:5312611e:26
> [0m[0m22:39:07,380 INFO [stdout] (Periodic Recovery) Rule.execute called for trace remove committed state_5
> [0m[0m22:39:07,382 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:07,382 INFO [stdout] (Periodic Recovery) calling installed(trace remove committed state) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:07,383 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace remove committed state
> [0m[0m22:39:07,383 INFO [stdout] (Periodic Recovery) trace remove committed state execute
> [0m[0m22:39:07,383 INFO [stdout] (Periodic Recovery) rule.debug{trace remove committed state} : removed transaction 0:ffffac118321:-2b70c0f5:5312611e:1e
> [0m[0m22:39:07,384 INFO [stdout] (Periodic Recovery) Rule.execute called for trace remove committed state and exit JVM_4
> [0m[0m22:39:07,385 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:07,386 INFO [stdout] (Periodic Recovery) calling installed(trace remove committed state and exit JVM) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:07,386 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace remove committed state and exit JVM
> [0m[0m22:39:07,387 INFO [stdout] (Periodic Recovery) trace remove committed state and exit JVM execute
> [0m[0m22:39:07,388 INFO [stdout] (Periodic Recovery) rule.debug{trace remove committed state and exit JVM} : JVM exit
> [0mMar 01, 2014 10:39:13 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:39:13 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:39:13 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep '\[java\] <defunct>')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:39:13 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as killed by byteman scirpt
> Mar 01, 2014 10:39:13 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'mkdir -p ./target/surefire-reports/processes'
> Mar 01, 2014 10:39:13 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'ps aux > ./target/surefire-reports/processes/null:null_44.txt'
> Mar 01, 2014 10:39:13 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor dumpProcesses
> INFO: Logged current running processes to: ./target/surefire-reports/processes/null:null_44.txt
> Mar 01, 2014 10:39:13 PM com.arjuna.qa.junit.BaseCrashTest runTest
> INFO: Test completed, server should be down: BASubordinateCrashDuringComplete:subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (JBTM-2219) TestBACrashDuringCommit tests failed
by Gytis Trikleris (JIRA)
[ https://issues.jboss.org/browse/JBTM-2219?page=com.atlassian.jira.plugin.... ]
Gytis Trikleris closed JBTM-2219.
---------------------------------
Fix Version/s: (was: 5.0.3)
Resolution: Duplicate Issue
Duplicate of https://issues.jboss.org/browse/JBTM-2111
> TestBACrashDuringCommit tests failed
> ------------------------------------
>
> Key: JBTM-2219
> URL: https://issues.jboss.org/browse/JBTM-2219
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: XTS
> Reporter: Gytis Trikleris
> Assignee: Gytis Trikleris
> Priority: Minor
>
> http://172.17.131.2/view/Status/job/narayana/573/PROFILE=XTS,jdk=jdk7.lat...
> {code}
> Running com.arjuna.qa.junit.TestBACrashDuringCommit
> Tests run: 9, Failures: 1, Errors: 1, Skipped: 0, Time elapsed: 2,195.701 sec <<< FAILURE!
> MultiServiceParticipantCompletionParticipantCloseAndExitTest(com.arjuna.qa.junit.TestBACrashDuringCommit) Time elapsed: 728.856 sec <<< ERROR!
> java.lang.RuntimeException: jboss-as was not killed by Byteman, this indicates a test failure
> at com.arjuna.qa.extension.BaseServerKillProcessor.kill(BaseServerKillProcessor.java:62)
> at org.jboss.arquillian.container.impl.ContainerImpl.kill(ContainerImpl.java:235)
> at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController$10.perform(ContainerLifecycleController.java:193)
> at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController$10.perform(ContainerLifecycleController.java:187)
> at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController.forContainer(ContainerLifecycleController.java:255)
> at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController.killContainer(ContainerLifecycleController.java:186)
> at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
> 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.GeneratedMethodAccessor1.invoke(Unknown Source)
> 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.kill(ClientContainerController.java:230)
> at com.arjuna.qa.junit.BaseCrashTest.runTest(BaseCrashTest.java:216)
> at com.arjuna.qa.junit.TestBACrashDuringCommit.MultiServiceParticipantCompletionParticipantCloseAndExitTest(TestBACrashDuringCommit.java:66)
> MultiServiceParticipantCompletionParticipantCloseAndExitTest(com.arjuna.qa.junit.TestBACrashDuringCommit) Time elapsed: 728.859 sec <<< FAILURE!
> java.lang.AssertionError: null
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertTrue(Assert.java:52)
> at com.arjuna.qa.junit.BaseCrashTest.tearDown(BaseCrashTest.java:172)
> 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
> at org.jboss.arquillian.junit.Arquillian$StatementLifecycleExecutor.invoke(Arquillian.java:351)
> at org.jboss.arquillian.container.test.impl.execution.ClientBeforeAfterLifecycleEventExecuter.execute(ClientBeforeAfterLifecycleEventExecuter.java:99)
> at org.jboss.arquillian.container.test.impl.execution.ClientBeforeAfterLifecycleEventExecuter.on(ClientBeforeAfterLifecycleEventExecuter.java:80)
> 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.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:142)
> at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createAfterContext(ContainerEventController.java:134)
> 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.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:102)
> at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
> 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.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:84)
> at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
> 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.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:65)
> at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
> 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.test.impl.EventTestRunnerAdaptor.after(EventTestRunnerAdaptor.java:103)
> at org.jboss.arquillian.junit.Arquillian$5$1.evaluate(Arquillian.java:245)
> at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
> at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
> at org.jboss.arquillian.junit.Arquillian$5.evaluate(Arquillian.java:240)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:185)
> at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
> at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
> at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:199)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:147)
> at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
> at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
> at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
> 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.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
> at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:159)
> at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:87)
> at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
> at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:95)
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (JBTM-2111) TestBASubordinateCrashDuringComplete#subordinateMultiParticipantCoordinatorCompletionParticipantCloseTest fails because of not empty object store
by Gytis Trikleris (JIRA)
[ https://issues.jboss.org/browse/JBTM-2111?page=com.atlassian.jira.plugin.... ]
Gytis Trikleris commented on JBTM-2111:
---------------------------------------
http://172.17.131.2/view/Status/job/narayana/573/PROFILE=XTS,jdk=jdk7.lat...
> TestBASubordinateCrashDuringComplete#subordinateMultiParticipantCoordinatorCompletionParticipantCloseTest fails because of not empty object store
> -------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBTM-2111
> URL: https://issues.jboss.org/browse/JBTM-2111
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: XTS
> Reporter: Gytis Trikleris
> Assignee: Gytis Trikleris
> Priority: Minor
> Fix For: 5.0.3
>
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana/PROFILE=XTS,jdk=j...
> {code}
> -------------------------------------------------------------------------------
> Test set: com.arjuna.qa.junit.TestBASubordinateCrashDuringComplete
> -------------------------------------------------------------------------------
> Tests run: 3, Failures: 1, Errors: 1, Skipped: 0, Time elapsed: 818.787 sec <<< FAILURE!
> subordinateMultiParticipantCoordinatorCompletionParticipantCloseTest(com.arjuna.qa.junit.TestBASubordinateCrashDuringComplete) Time elapsed: 693.561 sec <<< ERROR!
> java.lang.RuntimeException: jboss-as was not killed by Byteman, this indicates a test failure
> at com.arjuna.qa.extension.JBossAS7ServerKillProcessor.kill(JBossAS7ServerKillProcessor.java:46)
> at org.jboss.arquillian.container.impl.ContainerImpl.kill(ContainerImpl.java:235)
> at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController$10.perform(ContainerLifecycleController.java:193)
> at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController$10.perform(ContainerLifecycleController.java:187)
> at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController.forContainer(ContainerLifecycleController.java:255)
> at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController.killContainer(ContainerLifecycleController.java:186)
> at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
> 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.GeneratedMethodAccessor1.invoke(Unknown Source)
> 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.kill(ClientContainerController.java:230)
> at com.arjuna.qa.junit.BaseCrashTest.runTest(BaseCrashTest.java:214)
> at com.arjuna.qa.junit.TestBASubordinateCrashDuringComplete.subordinateMultiParticipantCoordinatorCompletionParticipantCloseTest(TestBASubordinateCrashDuringComplete.java:17)
> subordinateMultiParticipantCoordinatorCompletionParticipantCloseTest(com.arjuna.qa.junit.TestBASubordinateCrashDuringComplete) Time elapsed: 693.564 sec <<< FAILURE!
> java.lang.AssertionError: null
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertTrue(Assert.java:52)
> at com.arjuna.qa.junit.BaseCrashTest.tearDown(BaseCrashTest.java:170)
> 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
> at org.jboss.arquillian.junit.Arquillian$StatementLifecycleExecutor.invoke(Arquillian.java:351)
> at org.jboss.arquillian.container.test.impl.execution.ClientBeforeAfterLifecycleEventExecuter.execute(ClientBeforeAfterLifecycleEventExecuter.java:99)
> at org.jboss.arquillian.container.test.impl.execution.ClientBeforeAfterLifecycleEventExecuter.on(ClientBeforeAfterLifecycleEventExecuter.java:80)
> at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
> 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.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:142)
> at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createAfterContext(ContainerEventController.java:134)
> at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source)
> 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.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:102)
> at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
> 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.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:84)
> at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
> 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.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:65)
> at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
> 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.test.impl.EventTestRunnerAdaptor.after(EventTestRunnerAdaptor.java:103)
> at org.jboss.arquillian.junit.Arquillian$5$1.evaluate(Arquillian.java:245)
> at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
> at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
> at org.jboss.arquillian.junit.Arquillian$5.evaluate(Arquillian.java:240)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:185)
> at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
> at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
> at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:199)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:147)
> at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
> at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
> at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
> 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.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
> at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:159)
> at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:87)
> at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
> at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:95)
> {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/PROFILE/XTS/jdk/jdk7.latest/label/linux/XTS/localjunit/crash-recovery-tests/target/lib/byteman.jar=script:target/test-classes/scripts/BASubordinateCrashDuringComplete.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/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/tx-object-store
> remove tx-object-store: /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/tx-object-store
> remove /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/content/13
> copy /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/docs/examples/configs/standalone-xts.xml to /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/configuration/standalone-xts.xml
> Mar 01, 2014 10:25:34 PM com.arjuna.qa.junit.BaseCrashTest runTest
> INFO: Test starting, server should be down: BASubordinateCrashDuringComplete:subordinate.MultiParticipantCoordinatorCompletionParticipantCloseTest
> Mar 01, 2014 10:25:34 PM 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/XTS/localjunit/crash-recovery-tests/target/lib/byteman.jar=script:target/test-classes/scripts/BASubordinateCrashDuringComplete.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.ba.subordinate.MultiParticipantCoordinatorCompletionParticipantCloseTest, managementAddress=127.0.0.1, serverConfig=standalone-xts.xml}
> Mar 01, 2014 10:25:34 PM 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/XTS/localjunit/crash-recovery-tests/target/lib/byteman.jar=script:target/test-classes/scripts/BASubordinateCrashDuringComplete.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.ba.subordinate.MultiParticipantCoordinatorCompletionParticipantCloseTest, -ea, -Djboss.home.dir=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT, -Dorg.jboss.boot.log.file=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/log/server.log, -Dlogging.configuration=file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/configuration/logging.properties, -Djboss.bundles.dir=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/bundles, -jar, /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/jboss-modules.jar, -mp, /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules, org.jboss.as.standalone, -server-config, standalone-xts.xml]
> Mar 01, 2014 10:25:34 PM org.jboss.as.controller.client.impl.RemotingModelControllerClient finalize
> WARN: JBAS010600: Closing leaked controller client
> JBAS010649: Allocation stack trace:
> at java.lang.Thread.getStackTrace(Thread.java:1588)
> at org.jboss.as.controller.client.impl.RemotingModelControllerClient.<init>(RemotingModelControllerClient.java:76)
> at org.jboss.as.controller.client.ModelControllerClient$Factory.create(ModelControllerClient.java:353)
> at org.jboss.as.controller.client.ModelControllerClient$Factory.create(ModelControllerClient.java:240)
> at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:88)
> 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.GeneratedMethodAccessor7.invoke(Unknown Source)
> 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.GeneratedMethodAccessor1.invoke(Unknown Source)
> 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:211)
> at com.arjuna.qa.junit.TestBASubordinateCrashDuringCommitAfterSubordinateExit.subordinateMultiParticipantCoordinatorCompletionParticipantCloseAndExitTest(TestBASubordinateCrashDuringCommitAfterSubordinateExit.java:18)
> 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> at org.jboss.arquillian.junit.Arquillian$6$1.invoke(Arquillian.java:270)
> at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:60)
> at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
> 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.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.execution.ClientTestExecuter.execute(ClientTestExecuter.java:53)
> at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source)
> 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.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:142)
> at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createTestContext(ContainerEventController.java:129)
> at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
> 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.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:102)
> at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
> 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.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:84)
> at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
> 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.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:65)
> at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
> 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.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:111)
> at org.jboss.arquillian.junit.Arquillian$6.evaluate(Arquillian.java:263)
> at org.jboss.arquillian.junit.Arquillian$4.evaluate(Arquillian.java:226)
> at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
> at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
> at org.jboss.arquillian.junit.Arquillian$5.evaluate(Arquillian.java:240)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:185)
> at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
> at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
> at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:199)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:147)
> at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
> at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
> at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
> 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.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
> at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:159)
> at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:87)
> at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
> at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:95)
> TransformListener() : accepting requests on localhost:9091
> Listening for transport dt_socket at address: 8787
> [0m22:25:35,692 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.0.Final
> [0m[0m22:25:36,613 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.1.Final
> [0m[33m22:25:36,895 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
> [0m[0m22:25:37,140 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015899: WildFly 8.0.1.Final-SNAPSHOT "WildFly" starting
> [0m[0m22:25:40,531 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
> [0m[0m22:25:40,561 INFO [org.xnio] (MSC service thread 1-2) XNIO version 3.2.0.Final
> [0m[0m22:25:40,574 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.2.0.Final
> [0m[0m22:25:40,622 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 4.0.2.Final
> [0m[0m22:25:40,730 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 17) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> [0m[0m22:25:40,906 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 35) JBAS010280: Activating Infinispan subsystem.
> [0m[0m22:25:40,953 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 46) JBAS011800: Activating Naming Subsystem
> [0m[0m22:25:41,017 INFO [org.jboss.as.jacorb] (ServerService Thread Pool -- 36) JBAS016300: Activating JacORB Subsystem
> [0m[0m22:25:40,944 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 42) JBAS012615: Activated the following JSF Implementations: [main]
> [0m[0m22:25:41,755 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 55) JBAS015537: Activating WebServices Extension
> [0m[0m22:25:41,941 INFO [org.jboss.as.security] (ServerService Thread Pool -- 51) JBAS013171: Activating Security Subsystem
> [0m[0m22:25:42,090 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017502: Undertow 1.0.0.Final starting
> [0m[0m22:25:42,476 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017502: Undertow 1.0.0.Final starting
> [0m[0m22:25:42,757 INFO [org.jboss.as.security] (MSC service thread 1-1) JBAS013170: Current PicketBox version=4.0.21.Beta1
> [0m[0m22:25:43,006 INFO [org.jboss.as.naming] (MSC service thread 1-1) JBAS011802: Starting Naming Service
> [0m[0m22:25:43,060 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017527: Creating file handler for path /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/welcome-content
> [0m[0m22:25:43,673 INFO [org.jboss.as.jacorb] (MSC service thread 1-2) JBAS016330: CORBA ORB Service started
> [0m[0m22:25:43,675 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) JBAS015400: Bound mail session [java:jboss/mail/Default]
> [0m[0m22:25:43,888 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : possible trigger for rule create participant deletes counter in class org.jboss.jbossts.XTSService
> [0m[0m22:25:43,899 INFO [stdout] (ServerService Thread Pool -- 57) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.XTSService.start() void for rule create participant deletes counter
> [0m[0m22:25:43,916 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : inserted trigger for create participant deletes counter in class org.jboss.jbossts.XTSService
> [0m[0m22:25:43,919 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : possible trigger for rule open trace file in class org.jboss.jbossts.XTSService
> [0m[0m22:25:43,920 INFO [stdout] (ServerService Thread Pool -- 57) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.XTSService.start() void for rule open trace file
> [0m[0m22:25:43,928 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : inserted trigger for open trace file in class org.jboss.jbossts.XTSService
> [0m[0m22:25:44,898 INFO [org.jboss.as.connector.logging] (MSC service thread 1-2) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.3.Final)
> [0m[0m22:25:46,995 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) JBAS010417: Started Driver service with driver-name = h2
> [0m[0m22:25:47,000 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
> [0m[0m22:25:47,001 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
> [0m[0m22:25:47,007 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
> [0m[0m22:25:47,104 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017525: Started server default-server.
> [0m[0m22:25:47,240 INFO [org.jboss.as.jacorb] (MSC service thread 1-2) JBAS016328: CORBA Naming Service started
> [0m[0m22:25:47,245 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017531: Host default-host starting
> [0m[0m22:25:47,252 INFO [stdout] (MSC service thread 1-1) Rule.execute called for reset periodic recovery wait time_2
> [0m[0m22:25:47,255 INFO [stdout] (MSC service thread 1-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:25:47,257 INFO [stdout] (MSC service thread 1-1) calling activated() for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:25:47,257 INFO [stdout] (MSC service thread 1-1) Default helper activated
> [0m[0m22:25:47,257 INFO [stdout] (MSC service thread 1-1) calling installed(reset periodic recovery wait time) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:25:47,258 INFO [stdout] (MSC service thread 1-1) Installed rule using default helper : reset periodic recovery wait time
> [0m[0m22:25:47,258 INFO [stdout] (MSC service thread 1-1) reset periodic recovery wait time execute
> [0m[0m22:25:47,259 INFO [stdout] (MSC service thread 1-1) caught ReturnException
> [0m[0m22:25:47,296 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace TX save at prepare in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:25:47,420 INFO [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.ats.arjuna.coordinator.BasicAction.prepare(boolean) int for rule trace TX save at prepare
> [0m[0m22:25:47,437 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace TX save at prepare in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:25:47,460 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace remove committed state and exit JVM in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:25:47,522 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 and exit JVM
> [0m[0m22:25:47,526 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace remove committed state and exit JVM in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:25:47,657 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
> [0m[0m22:25:47,800 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
> [0m[0m22:25:47,825 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
> [0m[0m22:25:50,099 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) JBAS015012: Started FileSystemDeploymentService for directory /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/deployments
> [0m[0m22:25:50,106 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "restat-web-5.0.2.Final-SNAPSHOT.war" (runtime-name: "restat-web-5.0.2.Final-SNAPSHOT.war")
> [0m[0m22:25:50,740 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080
> [0m[0m22:25:51,482 INFO [org.jboss.ws.common.management] (MSC service thread 1-2) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.4.Final
> [0m[0m22:25:51,523 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-c11
> [0m[0m22:25:51,587 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}ActivationSe...
> portName={http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:51,588 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}Registration...
> portName={http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationPor...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:52,254 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from class com.arjuna.webservices11.wscoor.sei.ActivationPortTypeImpl
> [0m[0m22:25:53,731 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-c11/ActivationService
> [0m[0m22:25:54,176 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-c11.deployment/ActivationService.wsdl
> [0m[0m22:25:54,177 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from class com.arjuna.webservices11.wscoor.sei.RegistrationPortTypeImpl
> [0m[0m22:25:54,245 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-c11/RegistrationService
> [0m[0m22:25:54,312 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-c11.deployment/RegistrationService.wsdl
> [0m[0m22:25:54,315 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-client
> [0m[0m22:25:54,317 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CompletionInit...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionInitiat...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:54,319 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}TerminationPart...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationPartici...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:54,336 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionInitiatorService from class com.arjuna.webservices11.wsat.sei.CompletionInitiatorPortTypeImpl
> [0m[0m22:25:54,431 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-client/CompletionInitiatorService
> [0m[0m22:25:54,488 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-client.deployment/CompletionInitiatorService.wsdl
> [0m[0m22:25:54,490 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationParticipantService from class com.arjuna.schemas.ws._2005._10.wsarjtx.TerminationParticipantPortType
> [0m[0m22:25:54,677 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-client/TerminationParticipantService
> [0m[0m22:25:54,777 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-client.deployment/TerminationParticipantService.wsdl
> [0m[0m22:25:54,778 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-participant
> [0m[0m22:25:54,780 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}ParticipantSer...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}ParticipantPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:54,781 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:54,793 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:54,839 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}ParticipantService from class com.arjuna.webservices11.wsat.sei.ParticipantPortTypeImpl
> [0m[0m22:25:54,887 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-participant/ParticipantService
> [0m[0m22:25:54,982 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/ParticipantService.wsdl
> [0m[0m22:25:54,983 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionParticipantService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithParticipantCompletionParticipantPortTypeImpl
> [0m[0m22:25:55,114 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-participant/BusinessAgreementWithParticipant...
> [0m[0m22:25:55,174 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/BusinessAgreementWithParticipantCompletionParticipantService.wsdl
> [0m[0m22:25:55,176 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) 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
> [0m[0m22:25:55,201 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-participant/BusinessAgreementWithCoordinator...
> [0m[0m22:25:55,254 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/BusinessAgreementWithCoordinatorCompletionParticipantService.wsdl
> [0m[0m22:25:55,256 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-coordinator
> [0m[0m22:25:55,259 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:55,260 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CoordinatorSer...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CoordinatorPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:55,261 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CompletionCoor...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:55,262 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}TerminationCoor...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:55,286 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}TerminationCoor...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:55,287 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:55,288 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CompletionCoor...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:25:55,302 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionCoordinatorService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithCoordinatorCompletionCoordinatorPortTypeImpl
> [0m[0m22:25:55,410 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithCoordinator...
> [0m[0m22:25:55,451 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/BusinessAgreementWithCoordinatorCompletionCoordinatorService.wsdl
> [0m[0m22:25:55,452 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CoordinatorService from class com.arjuna.webservices11.wsat.sei.CoordinatorPortTypeImpl
> [0m[0m22:25:55,462 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CoordinatorService
> [0m[0m22:25:55,500 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CoordinatorService.wsdl
> [0m[0m22:25:55,500 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordinatorRPCService from class com.arjuna.webservices11.wsat.sei.CompletionCoordinatorRPCPortTypeImpl
> [0m[0m22:25:55,534 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorRPCService
> [0m[0m22:25:55,548 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CompletionCoordinatorRPCService.wsdl
> [0m[0m22:25:55,549 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorRPCPortTypeImplService from class com.arjuna.webservices11.wsarjtx.sei.TerminationCoordinatorRPCPortTypeImpl
> [0m[0m22:25:55,573 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorRPCService
> [0m[0m22:25:55,596 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/TerminationCoordinatorRPCPortTypeImplService.wsdl
> [0m[0m22:25:55,597 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorService from class com.arjuna.schemas.ws._2005._10.wsarjtx.TerminationCoordinatorPortType
> [0m[0m22:25:55,607 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorService
> [0m[0m22:25:55,624 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/TerminationCoordinatorService.wsdl
> [0m[0m22:25:55,625 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithParticipantCompletionCoordinatorPortTypeImpl
> [0m[0m22:25:55,641 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithParticipant...
> [0m[0m22:25:55,677 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/BusinessAgreementWithParticipantCompletionCoordinatorService.wsdl
> [0m[0m22:25:55,678 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordinatorService from class com.arjuna.webservices11.wsat.sei.CompletionCoordinatorPortTypeImpl
> [0m[0m22:25:55,683 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorService
> [0m[0m22:25:55,693 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CompletionCoordinatorService.wsdl
> [0m[0m22:25:55,697 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
> [0m[0m22:25:55,697 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-c11.deployment".ActivationService
> [0m[0m22:25:55,710 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-c11.deployment".RegistrationService
> [0m[0m22:25:55,711 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-client.deployment".CompletionInitiatorService
> [0m[0m22:25:55,712 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-client.deployment".TerminationParticipantService
> [0m[0m22:25:55,713 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithCoordinatorCompletionParticipantService
> [0m[0m22:25:55,713 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithParticipantCompletionParticipantService
> [0m[0m22:25:55,714 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".ParticipantService
> [0m[0m22:25:55,715 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithCoordinatorCompletionCoordinatorService
> [0m[0m22:25:55,716 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithParticipantCompletionCoordinatorService
> [0m[0m22:25:55,717 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorService
> [0m[0m22:25:55,718 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorService
> [0m[0m22:25:55,719 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorRPCService
> [0m[0m22:25:55,719 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CoordinatorService
> [0m[0m22:25:55,720 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorRPCService
> [0m[0m22:25:55,726 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-c11
> [0m[0m22:25:55,838 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /ws-c11
> [0m[0m22:25:55,839 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-client
> [0m[0m22:25:55,841 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /ws-t11-client
> [0m[0m22:25:55,841 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-participant
> [0m[0m22:25:55,842 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /ws-t11-participant
> [0m[0m22:25:55,842 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-coordinator
> [0m[0m22:25:55,843 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /ws-t11-coordinator
> [0m[33m22:25:55,851 WARN [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017507: Secure listener for protocol: 'HTTP/1.1' not found! Using non secure port!
> [0m[0m22:25:55,851 INFO [stdout] (MSC service thread 1-2) Rule.execute called for open trace file_1
> [0m[0m22:25:55,852 INFO [stdout] (MSC service thread 1-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:25:55,852 INFO [stdout] (MSC service thread 1-2) calling installed(open trace file) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:25:55,853 INFO [stdout] (MSC service thread 1-2) Installed rule using default helper : open trace file
> [0m[0m22:25:55,853 INFO [stdout] (MSC service thread 1-2) open trace file execute
> [0m[0m22:25:55,853 INFO [stdout] (MSC service thread 1-2) Rule.execute called for create participant deletes counter_0
> [0m[0m22:25:55,854 INFO [stdout] (MSC service thread 1-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:25:55,854 INFO [stdout] (MSC service thread 1-2) calling installed(create participant deletes counter) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:25:55,854 INFO [stdout] (MSC service thread 1-2) Installed rule using default helper : create participant deletes counter
> [0m[0m22:25:55,855 INFO [stdout] (MSC service thread 1-2) create participant deletes counter execute
> [0m[0m22:25:55,932 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC participant receive getStatus in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:25:55,935 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace CC participant receive getStatus
> [0m[0m22:25:55,941 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC participant receive getStatus in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:25:55,955 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC participant send soap fault in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:25:55,964 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace CC participant send soap fault
> [0m[0m22:25:55,966 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC participant send soap fault in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:25:55,981 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC participant receive getStatus in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:25:55,993 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace PC participant receive getStatus
> [0m[0m22:25:55,996 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC participant receive getStatus in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:25:56,009 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC participant send soap fault in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:25:56,018 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace PC participant send soap fault
> [0m[0m22:25:56,021 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC participant send soap fault in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:25:56,110 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trigger rendezvous on complete in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator
> [0m[0m22:25:56,113 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator.participantCompleted(java.lang.String) void for rule trigger rendezvous on complete
> [0m[0m22:25:56,114 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trigger rendezvous on complete in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator
> [0m[0m22:25:56,127 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate coordinator close in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:25:56,133 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.cancel() int for rule trace subordinate coordinator close
> [0m[0m22:25:56,135 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate coordinator close in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:25:56,137 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate coordinator prepare in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:25:56,138 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.complete() void for rule trace subordinate coordinator prepare
> [0m[0m22:25:56,140 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate coordinator prepare in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:25:56,152 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate coordinator cancel 2 in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:25:56,153 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.cancel() int for rule trace subordinate coordinator cancel 2
> [0m[0m22:25:56,155 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate coordinator cancel 2 in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:25:56,258 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace delete participant and exit JVM in class org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryManagerImple
> [0m[0m22:25:56,259 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryManagerImple.deleteParticipantRecoveryRecord(java.lang.String) boolean for rule trace delete participant and exit JVM
> [0m[0m22:25:56,261 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace delete participant and exit JVM in class org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryManagerImple
> [0m[0m22:25:56,329 INFO [org.jboss.jbossts.txbridge] (MSC service thread 1-2) ARJUNA033013: OutboundBridgeRecoveryManager starting
> [0m[0m22:25:56,352 INFO [org.jboss.jbossts.txbridge] (MSC service thread 1-2) ARJUNA033006: InboundBridgeRecoveryManager starting
> [0m[0m22:25:57,195 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingjournal,bindingsDirectory=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingbindings,largeMessagesDirectory=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messaginglargemessages,pagingDirectory=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingpaging)
> [0m[0m22:25:57,201 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221006: Waiting to obtain live lock
> [0m[0m22:25:57,508 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221012: Using AIO Journal
> [0m[0m22:26:00,084 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.
> [0m[0m22:26:00,129 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support CORE
> [0m[0m22:26:00,137 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support AMQP
> [0m[0m22:26:00,140 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support STOMP
> [0m[33m22:26:00,951 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.
> [0m[33m22:26:00,952 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.
> [0m[0m22:26:01,393 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221034: Waiting to obtain live lock
> [0m[0m22:26:01,393 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221035: Live Server Obtained live lock
> [0m[0m22:26:01,870 INFO [org.jboss.messaging] (MSC service thread 1-2) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor-throughput acceptor
> [0m[0m22:26:01,870 INFO [org.jboss.messaging] (MSC service thread 1-1) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor acceptor
> [0m[0m22:26:02,042 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221007: Server is now live
> [0m[0m22:26:02,043 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221001: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [b8df3454-a183-11e3-a068-15a73905c1d7]
> [0m[0m22:26:02,404 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 59) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m22:26:02,411 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 60) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
> [0m[0m22:26:02,466 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010406: Registered connection factory java:/JmsXA
> [0m[0m22:26:02,516 INFO [org.hornetq.ra] (MSC service thread 1-2) HornetQ resource adaptor started
> [0m[0m22:26:02,517 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-2) IJ020002: Deployed: file://RaActivatorhornetq-ra
> [0m[0m22:26:02,519 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-1) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m22:26:02,520 INFO [org.jboss.as.messaging] (MSC service thread 1-1) JBAS011601: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m22:26:02,643 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /rest-tx
> [0m[0m22:26:02,747 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")
> [0m[0m22:26:02,929 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
> [0m[0m22:26:02,930 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
> [0m[0m22:26:02,931 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.0.1.Final-SNAPSHOT "WildFly" started in 28405ms - Started 314 of 367 services (99 services are lazy, passive or on-demand)
> [0m[0m22:26:03,312 INFO [org.jboss.as.repository] (management-handler-thread - 2) JBAS014900: Content added at location /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/content/7c/0ae90e2dd441c4d40c44bf87762b7111ef8379/content
> [0m[0m22:26:03,322 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "xtstest.war" (runtime-name: "xtstest.war")
> [0m[33m22:26:04,185 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.
> [0m[0m22:26:04,219 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016002: Processing weld deployment xtstest.war
> [0m[0m22:26:04,289 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-1) HV000001: Hibernate Validator 5.0.3.Final
> [0m[0m22:26:04,565 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016005: Starting Services for CDI deployment: xtstest.war
> [0m[0m22:26:04,935 INFO [org.jboss.weld.Version] (MSC service thread 1-2) WELD-000900: 2.1.2 (Final)
> [0m[0m22:26:04,954 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:04,954 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:04,955 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) JBWS024061: Adding service endpoint metadata: id=XTS_Service_Test_Service_Two
> address=http://localhost:8080/xtstest/xtsservicetest2
> implementor=org.jboss.jbossts.xts.servicetests.service.XTSServiceTestPortTypeImpl
> serviceName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:04,955 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) JBWS024061: Adding service endpoint metadata: id=XTS_Service_Test_Service_Three
> address=http://localhost:8080/xtstest/xtsservicetest3
> implementor=org.jboss.jbossts.xts.servicetests.service.XTSServiceTestPortTypeImpl
> serviceName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:05,004 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceTestService from WSDL: WEB-INF/wsdl/xtsservicetests.wsdl
> [0m[0m22:26:05,034 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/xtstest/xtssubordinateservicetest1
> [0m[0m22:26:05,057 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:26:05,059 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceTestService from WSDL: WEB-INF/wsdl/xtsservicetests.wsdl
> [0m[0m22:26:05,069 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest1
> [0m[0m22:26:05,079 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:26:05,079 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceTestService from WSDL: WEB-INF/wsdl/xtsservicetests.wsdl
> [0m[0m22:26:05,083 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest2
> [0m[0m22:26:05,090 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:26:05,091 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceTestService from WSDL: WEB-INF/wsdl/xtsservicetests.wsdl
> [0m[0m22:26:05,095 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest3
> [0m[0m22:26:05,102 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:26:05,114 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_One
> [0m[0m22:26:05,116 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_Three
> [0m[0m22:26:05,118 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Subordinate_Service_One
> [0m[0m22:26:05,120 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016008: Starting weld service for deployment xtstest.war
> [0m[0m22:26:05,119 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_Two
> [0m[0m22:26:05,560 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : possible trigger for rule setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:26:05,570 INFO [stdout] (weld-worker-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest.run() void for rule setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:26:05,736 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : inserted trigger for setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:26:05,741 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : possible trigger for rule wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:26:05,743 INFO [stdout] (weld-worker-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest.run() void for rule wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:26:05,745 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : inserted trigger for wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:26:06,814 INFO [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-1) Starting XTSServiceTestRunner
> [0m[0m22:26:06,815 INFO [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-1) Starting XTS Service Test org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantCoordinatorCompletionParticipantCloseTest
> [0m[0m22:26:06,815 INFO [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-1) Started XTSServiceTestRunner
> [0m[0m22:26:06,838 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /xtstest
> [0m[0m22:26:07,265 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018559: Deployed "xtstest.war" (runtime-name : "xtstest.war")
> [0m[0m22:26:12,119 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Thread-82) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
> [0m[0m22:26:12,176 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Thread-82) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
> [0m[0m22:26:12,895 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Thread-82) Creating Service {http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceTestService from WSDL: vfs:/content/xtstest.war/WEB-INF/classes/org/jboss/jbossts/xts/servicetests/generated/wsdl/xtsservicetests.wsdl
> [0m[0m22:26:13,005 INFO [stdout] (default task-2) service /xtsservicetest1
> [0m[0m22:26:13,005 INFO [stdout] (default task-2) command enlistCoordinatorCompletion
> [0m[0m22:26:13,006 INFO [stdout] (default task-2) command complete
> [0m[0m22:26:13,006 INFO [stdout] (default task-2) command close
> [0m[0m22:26:13,320 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-2) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m22:26:13,488 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered CC participant send status in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:26:13,503 INFO [stdout] (default task-3) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.sendStatus(com.arjuna.webservices11.wsba.State) void for rule trace recovered CC participant send status
> [0m[0m22:26:13,506 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered CC participant send status in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:26:13,509 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC coordinator engine create in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:26:13,510 INFO [stdout] (default task-3) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.<init>(java.lang.String,javax.xml.ws.wsaddressing.W3CEndpointReference,com.arjuna.webservices11.wsba.State,boolean) void for rule trace CC coordinator engine create
> [0m[0m22:26:13,515 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC coordinator engine create in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:26:14,439 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive CC participant compensated in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:26:14,447 INFO [stdout] (default task-3) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.compensated(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive CC participant compensated
> [0m[0m22:26:14,452 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive CC participant compensated in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:26:14,457 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive CC participant completed in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:26:14,479 INFO [stdout] (default task-3) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.completed(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive CC participant completed
> [0m[0m22:26:14,497 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive CC participant completed in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:26:14,502 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send CC participant complete in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:26:14,506 INFO [stdout] (default task-3) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.complete() com.arjuna.webservices11.wsba.State for rule trace send CC participant complete
> [0m[0m22:26:14,530 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : inserted trigger for trace send CC participant complete in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:26:14,534 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send CC participant compensate in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:26:14,538 INFO [stdout] (default task-3) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.compensate() com.arjuna.webservices11.wsba.State for rule trace send CC participant compensate
> [0m[0m22:26:14,553 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : inserted trigger for trace send CC participant compensate in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:26:14,557 INFO [stdout] (default task-3) Rule.execute called for trace CC coordinator engine create_18
> [0m[0m22:26:14,558 INFO [stdout] (default task-3) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:14,558 INFO [stdout] (default task-3) calling installed(trace CC coordinator engine create) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:14,558 INFO [stdout] (default task-3) Installed rule using default helper : trace CC coordinator engine create
> [0m[0m22:26:14,559 INFO [stdout] (default task-3) trace CC coordinator engine create execute
> [0m[0m22:26:15,490 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC participant receive soap fault in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,500 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.soapFault(com.arjuna.webservices.SoapFault,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace CC participant receive soap fault
> [0m[0m22:26:15,580 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC participant receive soap fault in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,587 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered CC participant received status in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,589 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.status(org.oasis_open.docs.ws_tx.wsba._2006._06.StatusType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace recovered CC participant received status
> [0m[0m22:26:15,604 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered CC participant received status in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,694 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC participant create in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,695 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.<init>(java.lang.String,javax.xml.ws.wsaddressing.W3CEndpointReference,com.arjuna.wst.BusinessAgreementWithCoordinatorCompletionParticipant,com.arjuna.webservices11.wsba.State,boolean) void for rule trace CC participant create
> [0m[0m22:26:15,731 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC participant create in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,736 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive CC participant complete in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,738 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.complete(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive CC participant complete
> [0m[0m22:26:15,816 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive CC participant complete in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,820 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send CC participant completed in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,834 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.sendCompleted(boolean) void for rule trace send CC participant completed
> [0m[0m22:26:15,837 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace send CC participant completed in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,852 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive CC participant compensate in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,854 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.compensate(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive CC participant compensate
> [0m[0m22:26:15,914 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive CC participant compensate in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,918 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send CC participant compensated in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,933 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.sendCompensated() void for rule trace send CC participant compensated
> [0m[0m22:26:15,940 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace send CC participant compensated in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,945 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered CC participant send getStatus in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:15,959 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.sendCompleted(boolean) void for rule trace recovered CC participant send getStatus
> [0m[0m22:26:16,023 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered CC participant send getStatus in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:26:16,027 INFO [stdout] (default task-2) Rule.execute called for trace CC participant create_25
> [0m[0m22:26:16,028 INFO [stdout] (default task-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:16,028 INFO [stdout] (default task-2) calling installed(trace CC participant create) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:16,028 INFO [stdout] (default task-2) Installed rule using default helper : trace CC participant create
> [0m[0m22:26:16,028 INFO [stdout] (default task-2) trace CC participant create execute
> [0mMar 01, 2014 10:26:19 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController kill
> INFO: Hard killing of a server instance
> Mar 01, 2014 10:26:19 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: waiting for byteman to kill the server
> Mar 01, 2014 10:26:19 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [0m22:26:19,240 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub compensate in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,242 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.compensate() void for rule trace subordinate participant stub compensate
> [0m[0m22:26:19,244 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub compensate in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,245 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub complete in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,246 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.complete() void for rule trace subordinate participant stub complete
> [0m[0m22:26:19,248 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub complete in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,249 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub complete 2 in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,250 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.complete() void for rule trace subordinate participant stub complete 2
> [0m[0m22:26:19,273 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub complete 2 in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,323 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub compensate forward in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,325 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.compensate() void for rule trace subordinate participant stub compensate forward
> [0m[0m22:26:19,326 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub compensate forward in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,360 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub compensate with no coordinator in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,362 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.compensate() void for rule trace subordinate participant stub compensate with no coordinator
> [0m[0m22:26:19,364 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub compensate with no coordinator in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,365 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub compensate with unactivated coordinator in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,367 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.compensate() void for rule trace subordinate participant stub compensate with unactivated coordinator
> [0m[0m22:26:19,369 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub compensate with unactivated coordinator in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,370 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub compensate with system exception from coordinator in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,376 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.compensate() void for rule trace subordinate participant stub compensate with system exception from coordinator
> [0m[0m22:26:19,377 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub compensate with system exception from coordinator in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,379 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub compensate return in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,381 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.compensate() void for rule trace subordinate participant stub compensate return
> [0m[0m22:26:19,383 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub compensate return in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:26:19,427 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-4) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m22:26:19,478 INFO [stdout] (default task-5) Rule.execute called for trace CC coordinator engine create_18
> [0m[0m22:26:19,479 INFO [stdout] (default task-5) trace CC coordinator engine create execute
> [0m[0m22:26:19,555 INFO [stdout] (default task-4) Rule.execute called for trace CC participant create_25
> [0m[0m22:26:19,556 INFO [stdout] (default task-4) trace CC participant create execute
> [0m[0m22:26:19,589 INFO [stdout] (default task-4) service /xtssubordinateservicetest1
> [0m[0m22:26:19,589 INFO [stdout] (default task-4) command enlistCoordinatorCompletion
> [0m[0m22:26:19,590 INFO [stdout] (default task-4) command complete
> [0m[0m22:26:19,590 INFO [stdout] (default task-4) command close
> [0m[0m22:26:19,615 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-4) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m22:26:19,683 INFO [stdout] (default task-6) Rule.execute called for trace CC coordinator engine create_18
> [0m[0m22:26:19,683 INFO [stdout] (default task-6) trace CC coordinator engine create execute
> [0m[0m22:26:19,697 INFO [stdout] (default task-4) Rule.execute called for trace CC participant create_25
> [0m[0m22:26:19,697 INFO [stdout] (default task-4) trace CC participant create execute
> [0m[0m22:26:19,831 INFO [stdout] (default task-7) service /xtssubordinateservicetest1
> [0m[0m22:26:19,832 INFO [stdout] (default task-7) command enlistCoordinatorCompletion
> [0m[0m22:26:19,832 INFO [stdout] (default task-7) command complete
> [0m[0m22:26:19,832 INFO [stdout] (default task-7) command close
> [0m[0m22:26:20,148 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-7) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m22:26:20,248 INFO [stdout] (default task-8) Rule.execute called for trace CC coordinator engine create_18
> [0m[0m22:26:20,249 INFO [stdout] (default task-8) trace CC coordinator engine create execute
> [0m[0m22:26:20,260 INFO [stdout] (default task-7) Rule.execute called for trace CC participant create_25
> [0m[0m22:26:20,261 INFO [stdout] (default task-7) trace CC participant create execute
> [0m[0m22:26:20,385 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Thread-82) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m22:26:20,717 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Thread-82) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/com/arjuna/schemas/ws/_2005/_10/wsarjtx/wsdl/wsarjtx-termination-coordinator-binding.wsdl
> [0m[0m22:26:20,777 INFO [stdout] (TaskWorker-1) Rule.execute called for trace send CC participant complete_21
> [0m[0m22:26:20,779 INFO [stdout] (TaskWorker-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:20,779 INFO [stdout] (TaskWorker-1) calling installed(trace send CC participant complete) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:20,780 INFO [stdout] (TaskWorker-1) Installed rule using default helper : trace send CC participant complete
> [0m[0m22:26:20,780 INFO [stdout] (TaskWorker-1) trace send CC participant complete execute
> [0m[0m22:26:20,781 INFO [stdout] (TaskWorker-1) rule.debug{trace send CC participant complete} : complete sent for CC coordinator engine 0:ffffac118321:210e46c8:53125e6b:1a
> [0m[0m22:26:20,891 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-participant-binding.wsdl
> [0m[0m22:26:20,954 INFO [stdout] (TaskWorker-2) Rule.execute called for trace receive CC participant complete_26
> [0m[0m22:26:20,972 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:20,972 INFO [stdout] (TaskWorker-2) calling installed(trace receive CC participant complete) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:20,972 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace receive CC participant complete
> [0m[0m22:26:20,973 INFO [stdout] (TaskWorker-2) trace receive CC participant complete execute
> [0m[0m22:26:20,973 INFO [stdout] (TaskWorker-2) rule.debug{trace receive CC participant complete} : complete received for CC participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0m[0m22:26:21,161 INFO [stdout] (TaskWorker-2) Rule.execute called for trace send CC participant completed_27
> [0m[0m22:26:21,162 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:21,163 INFO [stdout] (TaskWorker-2) calling installed(trace send CC participant completed) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:21,165 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace send CC participant completed
> [0m[0m22:26:21,165 INFO [stdout] (TaskWorker-2) trace send CC participant completed execute
> [0m[0m22:26:21,166 INFO [stdout] (TaskWorker-2) rule.debug{trace send CC participant completed} : completed sent for CC participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0m[0m22:26:21,346 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-coordinator-binding.wsdl
> [0m[0m22:26:24,002 INFO [stdout] (TaskWorker-2) Rule.execute called for trace receive CC participant completed_20
> [0m[0m22:26:24,004 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:24,004 INFO [stdout] (TaskWorker-2) calling installed(trace receive CC participant completed) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:24,005 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace receive CC participant completed
> [0m[0m22:26:24,005 INFO [stdout] (TaskWorker-2) trace receive CC participant completed execute
> [0m[0m22:26:24,005 INFO [stdout] (TaskWorker-2) rule.debug{trace receive CC participant completed} : completed received for CC coordinator engine 0:ffffac118321:210e46c8:53125e6b:1a
> [0m[0m22:26:24,006 INFO [stdout] (TaskWorker-1) Rule.execute called for trace send CC participant complete_21
> [0m[0m22:26:24,007 INFO [stdout] (TaskWorker-1) trace send CC participant complete execute
> [0m[0m22:26:24,007 INFO [stdout] (TaskWorker-1) rule.debug{trace send CC participant complete} : complete sent for CC coordinator engine 0:ffffac118321:210e46c8:53125e6b:1f
> [0m[0m22:26:24,252 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-participant-binding.wsdl
> [0m[0m22:26:24,298 INFO [stdout] (TaskWorker-2) Rule.execute called for trace receive CC participant complete_26
> [0m[0m22:26:24,298 INFO [stdout] (TaskWorker-2) trace receive CC participant complete execute
> [0m[0m22:26:24,298 INFO [stdout] (TaskWorker-2) rule.debug{trace receive CC participant complete} : complete received for CC participant org.jboss.jbossts.xts.ba.subordinate.participant.0:ffffac118321:210e46c8:53125e6b:1d_CCP
> [0m[0m22:26:24,299 INFO [stdout] (TaskWorker-2) Rule.execute called for trace subordinate participant stub complete_32
> [0m[0m22:26:24,299 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:24,299 INFO [stdout] (TaskWorker-2) calling installed(trace subordinate participant stub complete) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:24,300 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace subordinate participant stub complete
> [0m[0m22:26:24,300 INFO [stdout] (TaskWorker-2) trace subordinate participant stub complete execute
> [0m[0m22:26:24,300 INFO [stdout] (TaskWorker-2) rule.debug{trace subordinate participant stub complete} : complete called for pseudo-participant com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub@d76a07
> [0m[0m22:26:24,301 INFO [stdout] (TaskWorker-2) Rule.execute called for trace send CC participant complete_21
> [0m[0m22:26:24,301 INFO [stdout] (TaskWorker-2) trace send CC participant complete execute
> [0m[0m22:26:24,301 INFO [stdout] (TaskWorker-2) rule.debug{trace send CC participant complete} : complete sent for CC coordinator engine CCP0:ffffac118321:210e46c8:53125e6b:22
> [0m[0m22:26:24,419 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-participant-binding.wsdl
> [0m[0m22:26:24,536 INFO [stdout] (TaskWorker-3) Rule.execute called for trace receive CC participant complete_26
> [0m[0m22:26:24,537 INFO [stdout] (TaskWorker-3) trace receive CC participant complete execute
> [0m[0m22:26:24,537 INFO [stdout] (TaskWorker-3) rule.debug{trace receive CC participant complete} : complete received for CC participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[0m22:26:24,763 INFO [stdout] (TaskWorker-3) Rule.execute called for trace send CC participant completed_27
> [0m[0m22:26:24,764 INFO [stdout] (TaskWorker-3) trace send CC participant completed execute
> [0m[0m22:26:24,764 INFO [stdout] (TaskWorker-3) rule.debug{trace send CC participant completed} : completed sent for CC participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[0m22:26:24,887 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-3) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-coordinator-binding.wsdl
> [0m[0m22:26:24,930 INFO [stdout] (TaskWorker-3) Rule.execute called for trace receive CC participant completed_20
> [0m[0m22:26:24,931 INFO [stdout] (TaskWorker-3) trace receive CC participant completed execute
> [0m[0m22:26:24,931 INFO [stdout] (TaskWorker-3) rule.debug{trace receive CC participant completed} : completed received for CC coordinator engine CCP0:ffffac118321:210e46c8:53125e6b:22
> [0m[0m22:26:24,931 INFO [stdout] (TaskWorker-2) Rule.execute called for trace send CC participant complete_21
> [0m[0m22:26:24,931 INFO [stdout] (TaskWorker-2) trace send CC participant complete execute
> [0m[0m22:26:24,932 INFO [stdout] (TaskWorker-2) rule.debug{trace send CC participant complete} : complete sent for CC coordinator engine CCP0:ffffac118321:210e46c8:53125e6b:25
> [0m[0m22:26:24,957 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-participant-binding.wsdl
> [0m[0m22:26:25,058 INFO [stdout] (TaskWorker-3) Rule.execute called for trace receive CC participant complete_26
> [0m[0m22:26:25,059 INFO [stdout] (TaskWorker-3) trace receive CC participant complete execute
> [0m[0m22:26:25,059 INFO [stdout] (TaskWorker-3) rule.debug{trace receive CC participant complete} : complete received for CC participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[0m22:26:25,121 INFO [stdout] (TaskWorker-3) Rule.execute called for trace send CC participant completed_27
> [0m[0m22:26:25,121 INFO [stdout] (TaskWorker-3) trace send CC participant completed execute
> [0m[0m22:26:25,122 INFO [stdout] (TaskWorker-3) rule.debug{trace send CC participant completed} : completed sent for CC participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[0m22:26:25,145 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-3) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-coordinator-binding.wsdl
> [0m[0m22:26:25,317 INFO [stdout] (TaskWorker-3) Rule.execute called for trace receive CC participant completed_20
> [0m[0m22:26:25,318 INFO [stdout] (TaskWorker-3) trace receive CC participant completed execute
> [0m[0m22:26:25,318 INFO [stdout] (TaskWorker-3) rule.debug{trace receive CC participant completed} : completed received for CC coordinator engine CCP0:ffffac118321:210e46c8:53125e6b:25
> [0m[0m22:26:25,318 INFO [stdout] (TaskWorker-2) Rule.execute called for trace subordinate coordinator prepare_12
> [0m[0m22:26:25,320 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:25,320 INFO [stdout] (TaskWorker-2) calling installed(trace subordinate coordinator prepare) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:25,320 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace subordinate coordinator prepare
> [0m[0m22:26:25,321 INFO [stdout] (TaskWorker-2) trace subordinate coordinator prepare execute
> [0m[0m22:26:25,321 INFO [stdout] (TaskWorker-2) rule.debug{trace subordinate coordinator prepare} : prepare for transaction 0:ffffac118321:210e46c8:53125e6b:1d
> [0m[0m22:26:25,327 INFO [stdout] (TaskWorker-2) Rule.execute called for trace TX save at prepare_3
> [0m[0m22:26:25,328 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:25,329 INFO [stdout] (TaskWorker-2) calling installed(trace TX save at prepare) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:25,329 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace TX save at prepare
> [0m[0m22:26:25,329 INFO [stdout] (TaskWorker-2) trace TX save at prepare execute
> [0m[0m22:26:25,329 INFO [stdout] (TaskWorker-2) rule.debug{trace TX save at prepare} : saved to disk transaction 0:ffffac118321:210e46c8:53125e6b:1d
> [0m[0m22:26:25,380 INFO [stdout] (TaskWorker-2) Rule.execute called for trace subordinate participant stub complete 2_33
> [0m[0m22:26:25,381 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:25,381 INFO [stdout] (TaskWorker-2) calling installed(trace subordinate participant stub complete 2) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:25,382 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace subordinate participant stub complete 2
> [0m[0m22:26:25,382 INFO [stdout] (TaskWorker-2) trace subordinate participant stub complete 2 execute
> [0m[0m22:26:25,382 INFO [stdout] (TaskWorker-2) rule.debug{trace subordinate participant stub complete 2} : JVM exit
> [0mMar 01, 2014 10:26:29 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:26:29 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:26:29 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep '\[java\] <defunct>')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:26:29 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as killed by byteman scirpt
> Mar 01, 2014 10:26:29 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'mkdir -p ./target/surefire-reports/processes'
> Mar 01, 2014 10:26:29 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'ps aux > ./target/surefire-reports/processes/null:null_42.txt'
> Mar 01, 2014 10:26:29 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor dumpProcesses
> INFO: Logged current running processes to: ./target/surefire-reports/processes/null:null_42.txt
> Mar 01, 2014 10:26:29 PM 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/XTS/localjunit/crash-recovery-tests/target/lib/byteman.jar=script:target/test-classes/scripts/BASubordinateCrashDuringComplete.btm,boot:target/lib/byteman.jar,listener:true -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n, managementAddress=127.0.0.1, serverConfig=standalone-xts.xml}
> Mar 01, 2014 10:26:29 PM 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/XTS/localjunit/crash-recovery-tests/target/lib/byteman.jar=script:target/test-classes/scripts/BASubordinateCrashDuringComplete.btm,boot:target/lib/byteman.jar,listener:true, -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n, -ea, -Djboss.home.dir=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT, -Dorg.jboss.boot.log.file=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/log/server.log, -Dlogging.configuration=file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/configuration/logging.properties, -Djboss.bundles.dir=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/bundles, -jar, /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/jboss-modules.jar, -mp, /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules, org.jboss.as.standalone, -server-config, standalone-xts.xml]
> TransformListener() : accepting requests on localhost:9091
> Listening for transport dt_socket at address: 8787
> [0m22:26:31,325 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.0.Final
> [0m[0m22:26:32,256 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.1.Final
> [0m[33m22:26:32,547 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
> [0m[0m22:26:32,596 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015899: WildFly 8.0.1.Final-SNAPSHOT "WildFly" starting
> [0m[0m22:26:36,964 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
> [0m[0m22:26:36,993 INFO [org.xnio] (MSC service thread 1-2) XNIO version 3.2.0.Final
> [0m[0m22:26:37,005 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.2.0.Final
> [0m[0m22:26:37,052 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 4.0.2.Final
> [0m[0m22:26:37,181 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 35) JBAS010280: Activating Infinispan subsystem.
> [0m[0m22:26:37,188 INFO [org.jboss.as.jacorb] (ServerService Thread Pool -- 36) JBAS016300: Activating JacORB Subsystem
> [0m[0m22:26:37,346 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 46) JBAS011800: Activating Naming Subsystem
> [0m[0m22:26:37,345 INFO [org.jboss.as.security] (ServerService Thread Pool -- 51) JBAS013171: Activating Security Subsystem
> [0m[0m22:26:37,531 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 55) JBAS015537: Activating WebServices Extension
> [0m[0m22:26:37,545 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : possible trigger for rule create participant deletes counter in class org.jboss.jbossts.XTSService
> [0m[0m22:26:37,556 INFO [stdout] (ServerService Thread Pool -- 57) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.XTSService.start() void for rule create participant deletes counter
> [0m[0m22:26:37,572 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : inserted trigger for create participant deletes counter in class org.jboss.jbossts.XTSService
> [0m[0m22:26:37,691 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : possible trigger for rule open trace file in class org.jboss.jbossts.XTSService
> [0m[0m22:26:37,693 INFO [stdout] (ServerService Thread Pool -- 57) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.XTSService.start() void for rule open trace file
> [0m[0m22:26:39,633 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : inserted trigger for open trace file in class org.jboss.jbossts.XTSService
> [0m[0m22:26:39,691 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 42) JBAS012615: Activated the following JSF Implementations: [main]
> [0m[0m22:26:39,713 INFO [org.jboss.as.naming] (MSC service thread 1-2) JBAS011802: Starting Naming Service
> [0m[0m22:26:39,879 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017502: Undertow 1.0.0.Final starting
> [0m[0m22:26:39,996 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017502: Undertow 1.0.0.Final starting
> [0m[0m22:26:40,829 INFO [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016330: CORBA ORB Service started
> [0m[0m22:26:40,912 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) JBAS015400: Bound mail session [java:jboss/mail/Default]
> [0m[0m22:26:40,968 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 30) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> [0m[0m22:26:41,008 INFO [org.jboss.as.security] (MSC service thread 1-2) JBAS013170: Current PicketBox version=4.0.21.Beta1
> [0m[0m22:26:41,267 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017527: Creating file handler for path /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/welcome-content
> [0m[0m22:26:41,449 INFO [org.jboss.as.connector.logging] (MSC service thread 1-2) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.3.Final)
> [0m[0m22:26:41,672 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule reset periodic recovery wait time in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
> [0m[0m22:26:41,673 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean.getPeriodicRecoveryPeriod() int for rule reset periodic recovery wait time
> [0m[0m22:26:41,680 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for reset periodic recovery wait time in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
> [0m[0m22:26:42,687 INFO [stdout] (MSC service thread 1-2) Rule.execute called for reset periodic recovery wait time_2
> [0m[0m22:26:42,692 INFO [stdout] (MSC service thread 1-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:42,693 INFO [stdout] (MSC service thread 1-2) calling activated() for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:42,693 INFO [stdout] (MSC service thread 1-2) Default helper activated
> [0m[0m22:26:42,694 INFO [stdout] (MSC service thread 1-2) calling installed(reset periodic recovery wait time) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:42,694 INFO [stdout] (MSC service thread 1-2) Installed rule using default helper : reset periodic recovery wait time
> [0m[0m22:26:42,695 INFO [stdout] (MSC service thread 1-2) reset periodic recovery wait time execute
> [0m[0m22:26:42,695 INFO [stdout] (MSC service thread 1-2) caught ReturnException
> [0m[0m22:26:43,734 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace TX save at prepare in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:26:43,864 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.ats.arjuna.coordinator.BasicAction.prepare(boolean) int for rule trace TX save at prepare
> [0m[0m22:26:43,900 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace TX save at prepare in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:26:43,939 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace remove committed state and exit JVM in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:26:44,037 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.ats.arjuna.coordinator.BasicAction.updateState() void for rule trace remove committed state and exit JVM
> [0m[0m22:26:44,054 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace remove committed state and exit JVM in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:26:44,079 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace remove committed state in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:26:44,152 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.ats.arjuna.coordinator.BasicAction.updateState() void for rule trace remove committed state
> [0m[0m22:26:44,157 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace remove committed state in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:26:44,558 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) JBAS010417: Started Driver service with driver-name = h2
> [0m[0m22:26:44,699 INFO [org.jboss.as.jacorb] (MSC service thread 1-2) JBAS016328: CORBA Naming Service started
> [0m[0m22:26:44,701 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017525: Started server default-server.
> [0m[0m22:26:44,734 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017531: Host default-host starting
> [0m[0m22:26:45,006 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
> [0m[0m22:26:45,009 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080
> [0m[0m22:26:45,225 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingjournal,bindingsDirectory=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingbindings,largeMessagesDirectory=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messaginglargemessages,pagingDirectory=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingpaging)
> [0m[0m22:26:45,227 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221006: Waiting to obtain live lock
> [0m[0m22:26:45,259 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221012: Using AIO Journal
> [0m[0m22:26:45,305 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.
> [0m[0m22:26:45,344 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support CORE
> [0m[0m22:26:45,377 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support AMQP
> [0m[0m22:26:45,381 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support STOMP
> [0m[0m22:26:46,134 INFO [org.jboss.ws.common.management] (MSC service thread 1-1) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.4.Final
> [0m[0m22:26:46,136 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-coordinator
> [0m[0m22:26:46,162 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-participant
> [0m[0m22:26:46,326 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:46,329 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CoordinatorSer...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CoordinatorPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:46,330 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CompletionCoor...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:46,331 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}TerminationCoor...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:46,333 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}TerminationCoor...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:46,328 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}ParticipantSer...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}ParticipantPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:46,335 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:46,336 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:46,396 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:46,397 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CompletionCoor...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:47,006 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
> [0m[0m22:26:47,017 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionCoordinatorService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithCoordinatorCompletionCoordinatorPortTypeImpl
> [0m[0m22:26:48,390 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithCoordinator...
> [0m[0m22:26:48,449 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
> [0m[0m22:26:48,807 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/BusinessAgreementWithCoordinatorCompletionCoordinatorService.wsdl
> [0m[0m22:26:48,808 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CoordinatorService from class com.arjuna.webservices11.wsat.sei.CoordinatorPortTypeImpl
> [0m[0m22:26:48,823 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CoordinatorService
> [0m[0m22:26:48,851 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CoordinatorService.wsdl
> [0m[0m22:26:48,852 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordinatorRPCService from class com.arjuna.webservices11.wsat.sei.CompletionCoordinatorRPCPortTypeImpl
> [0m[0m22:26:48,874 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorRPCService
> [0m[0m22:26:48,943 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CompletionCoordinatorRPCService.wsdl
> [0m[0m22:26:48,944 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorRPCPortTypeImplService from class com.arjuna.webservices11.wsarjtx.sei.TerminationCoordinatorRPCPortTypeImpl
> [0m[0m22:26:48,971 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorRPCService
> [0m[0m22:26:48,990 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/TerminationCoordinatorRPCPortTypeImplService.wsdl
> [0m[0m22:26:48,992 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorService from class com.arjuna.schemas.ws._2005._10.wsarjtx.TerminationCoordinatorPortType
> [0m[0m22:26:49,001 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorService
> [0m[0m22:26:48,888 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/ParticipantService.wsdl
> [0m[0m22:26:49,013 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
> [0m[0m22:26:49,124 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/TerminationCoordinatorService.wsdl
> [0m[0m22:26:49,125 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithParticipantCompletionCoordinatorPortTypeImpl
> [0m[0m22:26:49,185 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithParticipant...
> [0m[0m22:26:49,222 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/BusinessAgreementWithParticipant...
> [0m[0m22:26:49,288 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/BusinessAgreementWithParticipantCompletionCoordinatorService.wsdl
> [0m[0m22:26:49,289 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordinatorService from class com.arjuna.webservices11.wsat.sei.CompletionCoordinatorPortTypeImpl
> [0m[0m22:26:49,321 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/BusinessAgreementWithParticipantCompletionParticipantService.wsdl
> [0m[0m22:26:49,322 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
> [0m[0m22:26:49,398 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/BusinessAgreementWithCoordinator...
> [0m[0m22:26:49,433 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/BusinessAgreementWithCoordinatorCompletionParticipantService.wsdl
> [0m[0m22:26:49,438 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-client
> [0m[0m22:26:49,440 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}CompletionInit...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionInitiat...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:49,442 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}TerminationPart...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationPartici...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:49,494 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorService
> [0m[0m22:26:49,735 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
> [0m[0m22:26:49,749 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CompletionCoordinatorService.wsdl
> [0m[0m22:26:49,751 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-c11
> [0m[0m22:26:49,753 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}ActivationSe...
> portName={http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:49,755 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}Registration...
> portName={http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationPor...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:49,797 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from class com.arjuna.webservices11.wscoor.sei.ActivationPortTypeImpl
> [0m[0m22:26:49,821 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
> [0m[0m22:26:49,889 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-client.deployment/CompletionInitiatorService.wsdl
> [0m[0m22:26:49,891 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
> [0m[0m22:26:50,000 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
> [0m[0m22:26:50,107 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-client.deployment/TerminationParticipantService.wsdl
> [0m[0m22:26:50,109 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithCoordinatorCompletionParticipantService
> [0m[0m22:26:50,230 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".ParticipantService
> [0m[0m22:26:50,230 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithParticipantCompletionParticipantService
> [0m[0m22:26:50,231 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithParticipantCompletionCoordinatorService
> [0m[0m22:26:50,232 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorService
> [0m[0m22:26:50,233 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorRPCService
> [0m[0m22:26:50,234 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CoordinatorService
> [0m[0m22:26:50,234 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithCoordinatorCompletionCoordinatorService
> [0m[0m22:26:50,235 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorRPCService
> [0m[0m22:26:50,236 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorService
> [0m[0m22:26:50,237 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-client.deployment".TerminationParticipantService
> [0m[0m22:26:50,251 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-client.deployment".CompletionInitiatorService
> [0m[0m22:26:50,275 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "xtstest.war" (runtime-name: "xtstest.war")
> [0m[0m22:26:50,295 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) JBAS015012: Started FileSystemDeploymentService for directory /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/deployments
> [0m[0m22:26:50,296 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "restat-web-5.0.2.Final-SNAPSHOT.war" (runtime-name: "restat-web-5.0.2.Final-SNAPSHOT.war")
> [0m[0m22:26:50,296 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-participant
> [0m[0m22:26:50,331 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-c11/ActivationService
> [0m[0m22:26:50,371 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-c11.deployment/ActivationService.wsdl
> [0m[0m22:26:50,372 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from class com.arjuna.webservices11.wscoor.sei.RegistrationPortTypeImpl
> [0m[0m22:26:50,481 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-c11/RegistrationService
> [0m[0m22:26:50,510 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-c11.deployment/RegistrationService.wsdl
> [0m[0m22:26:50,511 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-coordinator
> [0m[0m22:26:50,560 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /ws-t11-participant
> [0m[0m22:26:50,561 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-client
> [0m[0m22:26:50,562 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /ws-t11-client
> [0m[0m22:26:50,583 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /ws-t11-coordinator
> [0m[0m22:26:50,970 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-c11.deployment".RegistrationService
> [0m[0m22:26:50,972 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-c11.deployment".ActivationService
> [0m[0m22:26:51,904 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-c11
> [0m[0m22:26:51,905 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /ws-c11
> [0m[33m22:26:52,132 WARN [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017507: Secure listener for protocol: 'HTTP/1.1' not found! Using non secure port!
> [0m[0m22:26:52,132 INFO [stdout] (MSC service thread 1-1) Rule.execute called for open trace file_1
> [0m[0m22:26:52,133 INFO [stdout] (MSC service thread 1-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:52,134 INFO [stdout] (MSC service thread 1-1) calling installed(open trace file) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:52,134 INFO [stdout] (MSC service thread 1-1) Installed rule using default helper : open trace file
> [0m[0m22:26:52,134 INFO [stdout] (MSC service thread 1-1) open trace file execute
> [0m[0m22:26:52,134 INFO [stdout] (MSC service thread 1-1) Rule.execute called for create participant deletes counter_0
> [0m[0m22:26:52,135 INFO [stdout] (MSC service thread 1-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:52,135 INFO [stdout] (MSC service thread 1-1) calling installed(create participant deletes counter) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:26:52,135 INFO [stdout] (MSC service thread 1-1) Installed rule using default helper : create participant deletes counter
> [0m[0m22:26:52,136 INFO [stdout] (MSC service thread 1-1) create participant deletes counter execute
> [0m[0m22:26:52,223 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC participant receive getStatus in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:26:52,227 INFO [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace CC participant receive getStatus
> [0m[0m22:26:52,243 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC participant receive getStatus in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:26:52,247 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC participant send soap fault in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:26:52,256 INFO [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace CC participant send soap fault
> [0m[0m22:26:52,268 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC participant send soap fault in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:26:52,273 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC participant receive getStatus in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:26:52,284 INFO [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace PC participant receive getStatus
> [0m[0m22:26:52,309 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC participant receive getStatus in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:26:52,312 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC participant send soap fault in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:26:52,323 INFO [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace PC participant send soap fault
> [0m[0m22:26:52,335 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC participant send soap fault in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:26:52,497 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trigger rendezvous on complete in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator
> [0m[0m22:26:52,499 INFO [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator.participantCompleted(java.lang.String) void for rule trigger rendezvous on complete
> [0m[0m22:26:52,501 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trigger rendezvous on complete in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator
> [0m[0m22:26:52,513 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate coordinator close in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:26:52,514 INFO [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.cancel() int for rule trace subordinate coordinator close
> [0m[0m22:26:52,516 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate coordinator close in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:26:52,518 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate coordinator prepare in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:26:52,519 INFO [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.complete() void for rule trace subordinate coordinator prepare
> [0m[0m22:26:52,521 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate coordinator prepare in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:26:52,533 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate coordinator cancel 2 in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:26:52,535 INFO [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.cancel() int for rule trace subordinate coordinator cancel 2
> [0m[0m22:26:52,537 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate coordinator cancel 2 in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:26:52,638 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace delete participant and exit JVM in class org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryManagerImple
> [0m[0m22:26:52,640 INFO [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryManagerImple.deleteParticipantRecoveryRecord(java.lang.String) boolean for rule trace delete participant and exit JVM
> [0m[0m22:26:52,642 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace delete participant and exit JVM in class org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryManagerImple
> [0m[0m22:26:52,735 INFO [org.jboss.jbossts.txbridge] (MSC service thread 1-1) ARJUNA033013: OutboundBridgeRecoveryManager starting
> [0m[0m22:26:52,747 INFO [org.jboss.jbossts.txbridge] (MSC service thread 1-1) ARJUNA033006: InboundBridgeRecoveryManager starting
> [0m[33m22:26:52,908 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.
> [0m[33m22:26:52,908 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.
> [0m[33m22:26:53,013 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.
> [0m[0m22:26:53,274 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016002: Processing weld deployment xtstest.war
> [0m[0m22:26:53,422 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-1) HV000001: Hibernate Validator 5.0.3.Final
> [0m[0m22:26:54,448 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016005: Starting Services for CDI deployment: xtstest.war
> [0m[0m22:26:54,538 INFO [org.jboss.weld.Version] (MSC service thread 1-1) WELD-000900: 2.1.2 (Final)
> [0m[0m22:26:54,585 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}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:54,586 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}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:54,586 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=XTS_Service_Test_Service_Two
> address=http://localhost:8080/xtstest/xtsservicetest2
> implementor=org.jboss.jbossts.xts.servicetests.service.XTSServiceTestPortTypeImpl
> serviceName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:54,587 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=XTS_Service_Test_Service_Three
> address=http://localhost:8080/xtstest/xtsservicetest3
> implementor=org.jboss.jbossts.xts.servicetests.service.XTSServiceTestPortTypeImpl
> serviceName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:26:54,687 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
> [0m[0m22:26:54,746 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/xtstest/xtssubordinateservicetest1
> [0m[0m22:26:54,769 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:26:54,770 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
> [0m[0m22:26:54,780 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest1
> [0m[0m22:26:54,789 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:26:54,790 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
> [0m[0m22:26:54,794 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest2
> [0m[0m22:26:54,806 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:26:54,807 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
> [0m[0m22:26:54,810 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest3
> [0m[0m22:26:54,822 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:26:54,869 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Subordinate_Service_One
> [0m[0m22:26:54,870 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_One
> [0m[0m22:26:54,872 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_Three
> [0m[0m22:26:54,873 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_Two
> [0m[0m22:26:54,880 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016008: Starting weld service for deployment xtstest.war
> [0m[0m22:26:55,373 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221034: Waiting to obtain live lock
> [0m[0m22:26:55,374 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221035: Live Server Obtained live lock
> [0m[0m22:26:58,747 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221007: Server is now live
> [0m[0m22:26:58,748 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221001: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [b8df3454-a183-11e3-a068-15a73905c1d7]
> [0m[31m22:26:58,836 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014613: Operation ("deploy") failed - address: ([("deployment" => "restat-web-5.0.2.Final-SNAPSHOT.war")]) - failure description: {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.\"restat-web-5.0.2.Final-SNAPSHOT\".\"restat-web-5.0.2.Final-SNAPSHOT\".DefaultJMSConnectionFactory is missing [jboss.naming.context.java.jboss.DefaultJMSConnectionFactory]"]}
> [0m[0m22:26:58,847 INFO [org.jboss.messaging] (MSC service thread 1-1) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor acceptor
> [0m[0m22:26:58,849 INFO [org.jboss.messaging] (MSC service thread 1-1) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor-throughput acceptor
> [0m[0m22:26:58,879 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 58) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m22:26:58,885 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 58) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
> [0m[0m22:26:59,288 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010406: Registered connection factory java:/JmsXA
> [0m[0m22:26:59,350 INFO [org.hornetq.ra] (MSC service thread 1-2) HornetQ resource adaptor started
> [0m[0m22:26:59,350 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-2) IJ020002: Deployed: file://RaActivatorhornetq-ra
> [0m[0m22:26:59,353 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m22:26:59,355 INFO [org.jboss.as.messaging] (MSC service thread 1-2) JBAS011601: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m22:26:59,914 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /rest-tx
> [0m[0m22:26:59,963 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : possible trigger for rule setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:26:59,989 INFO [stdout] (weld-worker-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest.run() void for rule setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:27:00,179 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : inserted trigger for setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:27:00,181 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : possible trigger for rule wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:27:00,184 INFO [stdout] (weld-worker-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest.run() void for rule wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:27:00,191 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : inserted trigger for wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:27:01,366 INFO [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-2) Starting XTSServiceTestRunner
> [0m[0m22:27:01,367 INFO [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-2) Started XTSServiceTestRunner
> [0m[0m22:27:01,398 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /xtstest
> [0m[0m22:27:01,455 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS018559: Deployed "xtstest.war" (runtime-name : "xtstest.war")
> [0m[0m22:27:01,456 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")
> [0m[0m22:27:01,631 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
> [0m[0m22:27:01,631 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
> [0m[0m22:27:01,632 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.0.1.Final-SNAPSHOT "WildFly" started in 31603ms - Started 474 of 532 services (109 services are lazy, passive or on-demand)
> [0mMar 01, 2014 10:27:01 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController kill
> INFO: Hard killing of a server instance
> Mar 01, 2014 10:27:01 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: waiting for byteman to kill the server
> Mar 01, 2014 10:27:01 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [0m22:27:01,782 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017535: Unregistered web context: /xtstest
> [0m[0m22:27:01,807 INFO [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-2) Stopping XTSServiceTestRunner
> [0m[0m22:27:01,808 INFO [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-2) Stopped XTSServiceTestRunner
> [0m[0m22:27:01,815 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /rest-tx
> [0m[0m22:27:01,821 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015540: Stopping service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_Three
> [0m[0m22:27:01,822 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015540: Stopping service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_Two
> [0m[0m22:27:01,823 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015540: Stopping service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Subordinate_Service_One
> [0m[0m22:27:01,823 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015540: Stopping service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_One
> [0m[0m22:27:01,826 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016009: Stopping weld service for deployment xtstest.war
> [0m[0m22:27:01,921 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment xtstest.war (runtime-name: xtstest.war) in 149ms
> [0m[0m22:27:01,950 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment restat-web-5.0.2.Final-SNAPSHOT.war (runtime-name: restat-web-5.0.2.Final-SNAPSHOT.war) in 136ms
> [0m[0m22:27:02,187 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018558: Undeployed "restat-web-5.0.2.Final-SNAPSHOT.war" (runtime-name: "restat-web-5.0.2.Final-SNAPSHOT.war")
> [0m[0m22:27:02,188 INFO [org.jboss.as.repository] (DeploymentScanner-threads - 2) JBAS014901: Content removed from location /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/content/7c/0ae90e2dd441c4d40c44bf87762b7111ef8379/content
> [0m[0m22:27:02,189 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018558: Undeployed "xtstest.war" (runtime-name: "xtstest.war")
> [0mMar 01, 2014 10:27:11 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:27:11 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [0m22:27:14,683 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate prepared replay in class org.jboss.jbossts.xts.recovery.coordinator.ba.RecoverySubordinateBACoordinator
> [0m[0m22:27:14,684 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.recovery.coordinator.ba.RecoverySubordinateBACoordinator.replayPhase2() void for rule trace subordinate prepared replay
> [0m[0m22:27:14,685 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate prepared replay in class org.jboss.jbossts.xts.recovery.coordinator.ba.RecoverySubordinateBACoordinator
> [0m[0m22:27:14,697 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered CC participant send status in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:27:14,701 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.sendStatus(com.arjuna.webservices11.wsba.State) void for rule trace recovered CC participant send status
> [0m[0m22:27:14,703 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered CC participant send status in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:27:14,706 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC coordinator engine create in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:27:14,707 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.<init>(java.lang.String,javax.xml.ws.wsaddressing.W3CEndpointReference,com.arjuna.webservices11.wsba.State,boolean) void for rule trace CC coordinator engine create
> [0m[0m22:27:14,713 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC coordinator engine create in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:27:14,718 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive CC participant compensated in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:27:14,719 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.compensated(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive CC participant compensated
> [0m[0m22:27:14,724 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive CC participant compensated in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:27:14,729 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive CC participant completed in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:27:14,730 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.completed(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive CC participant completed
> [0m[0m22:27:14,737 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive CC participant completed in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:27:14,742 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send CC participant complete in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:27:14,800 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.complete() com.arjuna.webservices11.wsba.State for rule trace send CC participant complete
> [0m[0m22:27:14,804 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace send CC participant complete in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:27:14,809 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send CC participant compensate in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:27:14,813 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.compensate() com.arjuna.webservices11.wsba.State for rule trace send CC participant compensate
> [0m[0m22:27:14,818 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace send CC participant compensate in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:27:15,149 INFO [stdout] (Periodic Recovery) Rule.execute called for trace CC coordinator engine create_19
> [0m[0m22:27:15,150 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:27:15,150 INFO [stdout] (Periodic Recovery) calling installed(trace CC coordinator engine create) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:27:15,150 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace CC coordinator engine create
> [0m[0m22:27:15,151 INFO [stdout] (Periodic Recovery) trace CC coordinator engine create execute
> [0m[0m22:27:15,151 INFO [stdout] (Periodic Recovery) rule.debug{trace CC coordinator engine create} : created recovered CC coordinator engine CCP0:ffffac118321:210e46c8:53125e6b:22
> [0m[0m22:27:15,170 INFO [stdout] (Periodic Recovery) Rule.execute called for trace CC coordinator engine create_19
> [0m[0m22:27:15,170 INFO [stdout] (Periodic Recovery) trace CC coordinator engine create execute
> [0m[0m22:27:15,171 INFO [stdout] (Periodic Recovery) rule.debug{trace CC coordinator engine create} : created recovered CC coordinator engine CCP0:ffffac118321:210e46c8:53125e6b:25
> [0m[0m22:27:15,171 INFO [stdout] (Periodic Recovery) Rule.execute called for trace subordinate prepared replay_17
> [0m[0m22:27:15,176 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:27:15,177 INFO [stdout] (Periodic Recovery) calling installed(trace subordinate prepared replay) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:27:15,177 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace subordinate prepared replay
> [0m[0m22:27:15,177 INFO [stdout] (Periodic Recovery) trace subordinate prepared replay execute
> [0m[0m22:27:15,178 INFO [stdout] (Periodic Recovery) rule.debug{trace subordinate prepared replay} : reinstated prepared subordinate transaction 0:ffffac118321:210e46c8:53125e6b:1d
> [0m[33m22:27:15,189 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:27:15,189 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:27:15,190 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0m[33m22:27:15,190 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046045: Compensating orphaned subordinate WS-BA transcation 0:ffffac118321:210e46c8:53125e6b:1d
> [0m[0m22:27:15,190 INFO [stdout] (Periodic Recovery) Rule.execute called for trace subordinate coordinator close_11
> [0m[0m22:27:15,191 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:27:15,191 INFO [stdout] (Periodic Recovery) calling installed(trace subordinate coordinator close) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:27:15,191 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace subordinate coordinator close
> [0m[0m22:27:15,192 INFO [stdout] (Periodic Recovery) trace subordinate coordinator close execute
> [0m[0m22:27:15,192 INFO [stdout] (Periodic Recovery) rule.debug{trace subordinate coordinator close} : cancel called for subordinate coordinator BasicAction: 0:ffffac118321:210e46c8:53125e6b:1d status: ActionStatus.COMMITTING
> [0m[0m22:27:15,192 INFO [stdout] (Periodic Recovery) Rule.execute called for trace send CC participant compensate_23
> [0m[0m22:27:15,194 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:27:15,194 INFO [stdout] (Periodic Recovery) calling installed(trace send CC participant compensate) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:27:15,195 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace send CC participant compensate
> [0m[0m22:27:15,195 INFO [stdout] (Periodic Recovery) trace send CC participant compensate execute
> [0m[0m22:27:15,195 INFO [stdout] (Periodic Recovery) rule.debug{trace send CC participant compensate} : compensate sent for CC coordinator engine CCP0:ffffac118321:210e46c8:53125e6b:22
> [0m[0m22:27:15,345 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Periodic Recovery) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-participant-binding.wsdl
> [0m[33m22:27:19,692 WARN [com.arjuna.wst] (TaskWorker-1) ARJUNA043120: Compensate request dropped pending registration of application-specific recovery module for WS-BA participant: org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0mMar 01, 2014 10:27:21 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:27:21 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:27:31 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:27:31 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:27:41 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:27:41 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:27:47,602 WARN [com.arjuna.ats.arjuna] (Periodic Recovery) ARJUNA012091: Top-level abort of action 0:ffffac118321:210e46c8:53125e6b:1d received TwoPhaseOutcome.FINISH_ERROR from com.arjuna.mwlabs.wscf.model.sagas.arjunacore.ParticipantRecord
> [0m[0m22:27:47,602 INFO [stdout] (Periodic Recovery) Rule.execute called for trace send CC participant compensate_23
> [0m[0m22:27:47,602 INFO [stdout] (Periodic Recovery) trace send CC participant compensate execute
> [0m[0m22:27:47,603 INFO [stdout] (Periodic Recovery) rule.debug{trace send CC participant compensate} : compensate sent for CC coordinator engine CCP0:ffffac118321:210e46c8:53125e6b:25
> [0m[0m22:27:47,630 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Periodic Recovery) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-participant-binding.wsdl
> [0m[33m22:27:47,671 WARN [com.arjuna.wst] (TaskWorker-1) ARJUNA043120: Compensate request dropped pending registration of application-specific recovery module for WS-BA participant: org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0mMar 01, 2014 10:27:51 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:27:51 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:28:01 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:28:01 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:28:11 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:28:11 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:28:17,673 WARN [com.arjuna.ats.arjuna] (Periodic Recovery) ARJUNA012091: Top-level abort of action 0:ffffac118321:210e46c8:53125e6b:1d received TwoPhaseOutcome.FINISH_ERROR from com.arjuna.mwlabs.wscf.model.sagas.arjunacore.ParticipantRecord
> [0m[0m22:28:17,676 INFO [stdout] (Periodic Recovery) Rule.execute called for trace remove committed state_5
> [0m[0m22:28:17,677 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:28:17,678 INFO [stdout] (Periodic Recovery) calling installed(trace remove committed state) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:28:17,678 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace remove committed state
> [0m[0m22:28:17,679 INFO [stdout] (Periodic Recovery) trace remove committed state execute
> [0m[0m22:28:17,679 INFO [stdout] (Periodic Recovery) rule.debug{trace remove committed state} : removed transaction 0:ffffac118321:210e46c8:53125e6b:1d
> [0m[0m22:28:17,679 INFO [stdout] (Periodic Recovery) Rule.execute called for trace remove committed state and exit JVM_4
> [0m[0m22:28:17,681 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:28:17,681 INFO [stdout] (Periodic Recovery) calling installed(trace remove committed state and exit JVM) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:28:17,682 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace remove committed state and exit JVM
> [0m[0m22:28:17,682 INFO [stdout] (Periodic Recovery) trace remove committed state and exit JVM execute
> [0m[0m22:28:17,682 INFO [stdout] (Periodic Recovery) Rule.execute called for trace subordinate coordinator cancel 2_13
> [0m[0m22:28:17,683 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:28:17,684 INFO [stdout] (Periodic Recovery) calling installed(trace subordinate coordinator cancel 2) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:28:17,684 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace subordinate coordinator cancel 2
> [0m[0m22:28:17,684 INFO [stdout] (Periodic Recovery) trace subordinate coordinator cancel 2 execute
> [0m[0m22:28:17,684 INFO [stdout] (Periodic Recovery) rule.debug{trace subordinate coordinator cancel 2} : cancel returned for subordinate coordinator BasicAction: 0:ffffac118321:210e46c8:53125e6b:1d status: ActionStatus.ABORTED
> [0mMar 01, 2014 10:28:21 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:28:21 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:28:31 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:28:31 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:28:37,719 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:28:37,720 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:28:37,720 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:28:41 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:28:41 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:28:51 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:28:51 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:28:57,736 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:28:57,737 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:28:57,737 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:29:01 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:29:01 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:29:11 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:29:11 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:29:17,751 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:29:17,751 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:29:17,751 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:29:21 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:29:21 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:29:31 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:29:31 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:29:37,769 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:29:37,769 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:29:37,769 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:29:41 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:29:41 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:29:51 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:29:51 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:29:57,786 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:29:57,786 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:29:57,787 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:30:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:30:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:30:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:30:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:30:17,802 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:30:17,802 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:30:17,802 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:30:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:30:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:30:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:30:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:30:37,822 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:30:37,823 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:30:37,823 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:30:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:30:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:30:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:30:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:30:57,839 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:30:57,839 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:30:57,840 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:31:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:31:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:31:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:31:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:31:17,854 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:31:17,854 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:31:17,854 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:31:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:31:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:31:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:31:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:31:37,870 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:31:37,870 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:31:37,870 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:31:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:31:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:31:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:31:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:31:57,888 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:31:57,889 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:31:57,889 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:32:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:32:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:32:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:32:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:32:17,904 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:32:17,904 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:32:17,904 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:32:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:32:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:32:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:32:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:32:37,945 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:32:37,945 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:32:37,945 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:32:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:32:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:32:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:32:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:32:57,962 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:32:57,962 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:32:57,963 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:33:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:33:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:33:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:33:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:33:18,201 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:33:18,202 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:33:18,202 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:33:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:33:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:33:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:33:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:33:38,219 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:33:38,220 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:33:38,220 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:33:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:33:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:33:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:33:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:33:58,242 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:33:58,242 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:33:58,242 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:34:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:34:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:34:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:34:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:34:18,271 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:34:18,271 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:34:18,271 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:34:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:34:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:34:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:34:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:34:38,289 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:34:38,289 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:34:38,290 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:34:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:34:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:34:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:34:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:34:58,306 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:34:58,307 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:34:58,307 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:35:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:35:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:35:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:35:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:35:18,322 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:35:18,323 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:35:18,323 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:35:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:35:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:35:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:35:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:35:38,345 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:35:38,346 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:35:38,346 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:35:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:35:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:35:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:35:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:35:58,364 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:35:58,365 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:35:58,365 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:36:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:36:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:36:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:36:12 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:36:18,379 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:36:18,379 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:36:18,380 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:36:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:36:22 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:36:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:36:32 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:36:38,405 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:36:38,406 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:36:38,406 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:36:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:36:42 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:36:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:36:52 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [33m22:36:58,635 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2
> [0m[33m22:36:58,636 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1
> [0m[33m22:36:58,636 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046044: no XTS application recovery module found to help reactivate recovered WS-BA participant org.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0
> [0mMar 01, 2014 10:37:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:37:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'ps axu | grep jboss-module[s] | awk '{print $2}' | xargs kill'
> Mar 01, 2014 10:37:02 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [0m22:37:02,826 INFO [org.jboss.as.messaging] (MSC service thread 1-2) JBAS011605: Unbound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m22:37:02,827 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010410: Unbound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m22:37:02,886 INFO [org.jboss.jbossts.txbridge] (MSC service thread 1-1) ARJUNA033007: InboundBridgeRecoveryManager stopping
> [0m[0m22:37:02,894 INFO [org.jboss.jbossts.txbridge] (MSC service thread 1-1) ARJUNA033014: OutboundBridgeRecoveryManager stopping
> [0m[0m22:37:02,908 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010409: Unbound data source [java:jboss/datasources/ExampleDS]
> [0m[0m22:37:02,919 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 65) JBAS011605: Unbound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m22:37:02,929 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) JBAS010418: Stopped Driver service with driver-name = h2
> [0m[0m22:37:02,930 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint-publish.ws-t11-client
> [0m[0m22:37:02,931 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /ws-t11-client
> [0m[0m22:37:02,931 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint-publish.ws-t11-coordinator
> [0m[0m22:37:02,932 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015540: Stopping service jboss.ws.endpoint-publish.ws-t11-participant
> [0m[0m22:37:02,932 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017535: Unregistered web context: /ws-t11-participant
> [0m[0m22:37:02,931 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /ws-t11-coordinator
> [0m[0m22:37:02,932 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint-publish.ws-c11
> [0m[0m22:37:02,933 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /ws-c11
> [0m[0m22:37:02,936 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."ws-t11-client.deployment".TerminationParticipantService
> [0m[0m22:37:02,937 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."ws-t11-client.deployment".CompletionInitiatorService
> [0m[0m22:37:02,938 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithParticipantCompletionCoordinatorService
> [0m[0m22:37:02,939 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."ws-t11-coordinator.deployment".CoordinatorService
> [0m[0m22:37:02,939 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithCoordinatorCompletionCoordinatorService
> [0m[0m22:37:02,940 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorRPCService
> [0m[0m22:37:02,940 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorService
> [0m[0m22:37:02,941 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorRPCService
> [0m[0m22:37:02,942 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorService
> [0m[0m22:37:02,942 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."ws-c11.deployment".ActivationService
> [0m[0m22:37:02,943 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."ws-c11.deployment".RegistrationService
> [0m[0m22:37:02,944 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint-deploy.ws-t11-client
> [0m[0m22:37:02,949 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint-deploy.ws-t11-coordinator
> [0m[0m22:37:02,956 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint-deploy.ws-c11
> [0m[0m22:37:03,362 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015540: Stopping service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithParticipantCompletionParticipantService
> [0m[0m22:37:03,363 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015540: Stopping service jboss.ws.endpoint."ws-t11-participant.deployment".ParticipantService
> [0m[0m22:37:03,363 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015540: Stopping service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithCoordinatorCompletionParticipantService
> [0m[0m22:37:03,365 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017532: Host default-host stopping
> [0m[0m22:37:03,365 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015540: Stopping service jboss.ws.endpoint-deploy.ws-t11-participant
> [0m[0m22:37:03,379 INFO [org.hornetq.ra] (ServerService Thread Pool -- 64) HQ151003: HornetQ resource adaptor stopped
> [0m[0m22:37:03,528 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 64) HQ221002: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [b8df3454-a183-11e3-a068-15a73905c1d7] stopped
> [0m[0m22:37:03,530 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017521: Undertow HTTP listener default suspending
> [0m[0m22:37:03,533 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017520: Undertow HTTP listener default stopped, was bound to localhost.localdomain/127.0.0.1:8080
> [0m[0m22:37:03,535 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017506: Undertow 1.0.0.Final stopping
> [0m[0m22:37:03,540 INFO [org.jboss.as] (MSC service thread 1-1) JBAS015950: WildFly 8.0.1.Final-SNAPSHOT "WildFly" stopped in 699ms
> [0mMar 01, 2014 10:37:07 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:37:07 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor shutdownJBoss
> INFO: jboss-as shutdown after sending shutdown command
> +- [WSBA]
> +- [ParticipantRecoveryRecord]
> - 0_ffffac118321_210e46c8_53125e6b_29
> #BE @����Lorg.jboss.jbossts.xts11.recovery.participant.ba.BAParticipantRecoveryRecord����Forg.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0�����i<?xml version="1.0" encoding="UTF-8" standalone="yes"?><EndpointReference xmlns="http://www.w3.org/2005/08/addressing"><Address>http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithCoordinator...</Address><ReferenceParameters><wsarj:InstanceIdentifier xmlns:ns2="http://www.w3.org/2005/08/addressing" xmlns="http://docs.oasis-open.org/ws-tx/wscoor/2006/06" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsarj="http://schemas.arjuna.com/ws/2005/10/wsarj">0:ffffac118321:210e46c8:53125e6b:1a</wsarj:InstanceIdentifier></ReferenceParameters><Metadata><wsam:ServiceName EndpointName="BusinessAgreementWithCoordinatorCompletionCoordinatorPortType" xmlns:ns2="http://www.w3.org/2005/08/addressing" xmlns="http://docs.oasis-open.org/ws-tx/wscoor/2006/06" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsba="http://docs.oasis-open.org/ws-tx/wsba/2006/06" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata">wsba:BusinessAgreementWithCoordinatorCompletionCoordinatorService</wsam:ServiceName></Metadata></EndpointReference>�����������������������sr�[org.jboss.jbossts.xts.servicetests.service.participant.CoordinatorCompletionTestParticipant =�bv�.Y��xr�[org.jboss.jbossts.xts.servicetests.service.participant.ParticipantCompletionTestParticipant��d�w��xr�Norg.jboss.jbossts.xts.servicetests.service.participant.ScriptedTestParticipantL2>[
> ��L�commandst�Ljava/util/List;L�idt�Ljava/lang/String;xpsr�java.util.ArrayListx����a��I�sizexp���w���t�closext�Eorg.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.0���
> null
> - 0_ffffac118321_210e46c8_53125e6b_2e
> #BE @����Lorg.jboss.jbossts.xts11.recovery.participant.ba.BAParticipantRecoveryRecord����Forg.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2�����l<?xml version="1.0" encoding="UTF-8" standalone="yes"?><EndpointReference xmlns="http://www.w3.org/2005/08/addressing"><Address>http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithCoordinator...</Address><ReferenceParameters><wsarj:InstanceIdentifier xmlns:ns2="http://www.w3.org/2005/08/addressing" xmlns="http://docs.oasis-open.org/ws-tx/wscoor/2006/06" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsarj="http://schemas.arjuna.com/ws/2005/10/wsarj">CCP0:ffffac118321:210e46c8:53125e6b:25</wsarj:InstanceIdentifier></ReferenceParameters><Metadata><wsam:ServiceName EndpointName="BusinessAgreementWithCoordinatorCompletionCoordinatorPortType" xmlns:ns2="http://www.w3.org/2005/08/addressing" xmlns="http://docs.oasis-open.org/ws-tx/wscoor/2006/06" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsba="http://docs.oasis-open.org/ws-tx/wsba/2006/06" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata">wsba:BusinessAgreementWithCoordinatorCompletionCoordinatorService</wsam:ServiceName></Metadata></EndpointReference>��������������������sr�[org.jboss.jbossts.xts.servicetests.service.participant.CoordinatorCompletionTestParticipant =�bv�.Y��xr�[org.jboss.jbossts.xts.servicetests.service.participant.ParticipantCompletionTestParticipant��d�w��xr�Norg.jboss.jbossts.xts.servicetests.service.participant.ScriptedTestParticipantL2>[
> ��L�commandst�Ljava/util/List;L�idt�Ljava/lang/String;xpsr�java.util.ArrayListx����a��I�sizexp���w���t�closext�Eorg.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.2���
> null
> - 0_ffffac118321_210e46c8_53125e6b_2c
> #BE @����Lorg.jboss.jbossts.xts11.recovery.participant.ba.BAParticipantRecoveryRecord����Forg.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1�����l<?xml version="1.0" encoding="UTF-8" standalone="yes"?><EndpointReference xmlns="http://www.w3.org/2005/08/addressing"><Address>http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithCoordinator...</Address><ReferenceParameters><wsarj:InstanceIdentifier xmlns:ns2="http://www.w3.org/2005/08/addressing" xmlns="http://docs.oasis-open.org/ws-tx/wscoor/2006/06" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsarj="http://schemas.arjuna.com/ws/2005/10/wsarj">CCP0:ffffac118321:210e46c8:53125e6b:22</wsarj:InstanceIdentifier></ReferenceParameters><Metadata><wsam:ServiceName EndpointName="BusinessAgreementWithCoordinatorCompletionCoordinatorPortType" xmlns:ns2="http://www.w3.org/2005/08/addressing" xmlns="http://docs.oasis-open.org/ws-tx/wscoor/2006/06" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsba="http://docs.oasis-open.org/ws-tx/wsba/2006/06" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata">wsba:BusinessAgreementWithCoordinatorCompletionCoordinatorService</wsam:ServiceName></Metadata></EndpointReference>��������������������sr�[org.jboss.jbossts.xts.servicetests.service.participant.CoordinatorCompletionTestParticipant =�bv�.Y��xr�[org.jboss.jbossts.xts.servicetests.service.participant.ParticipantCompletionTestParticipant��d�w��xr�Norg.jboss.jbossts.xts.servicetests.service.participant.ScriptedTestParticipantL2>[
> ��L�commandst�Ljava/util/List;L�idt�Ljava/lang/String;xpsr�java.util.ArrayListx����a��I�sizexp���w���t�closext�Eorg.jboss.jbossts.xts.servicetests.CoordinatorCompletionParticipant.1���
> null
> 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/XTS/localjunit/crash-recovery-tests/target/lib/byteman.jar=script:target/test-classes/scripts/BASubordinateCrashDuringComplete.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/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/tx-object-store
> remove tx-object-store: /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/tx-object-store
> copy /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/docs/examples/configs/standalone-xts.xml to /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/configuration/standalone-xts.xml
> Mar 01, 2014 10:37:07 PM com.arjuna.qa.junit.BaseCrashTest runTest
> INFO: Test starting, server should be down: BASubordinateCrashDuringComplete:subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> Mar 01, 2014 10:37:07 PM 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/XTS/localjunit/crash-recovery-tests/target/lib/byteman.jar=script:target/test-classes/scripts/BASubordinateCrashDuringComplete.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.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest, managementAddress=127.0.0.1, serverConfig=standalone-xts.xml}
> Mar 01, 2014 10:37:07 PM 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/XTS/localjunit/crash-recovery-tests/target/lib/byteman.jar=script:target/test-classes/scripts/BASubordinateCrashDuringComplete.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.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest, -ea, -Djboss.home.dir=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT, -Dorg.jboss.boot.log.file=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/log/server.log, -Dlogging.configuration=file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/configuration/logging.properties, -Djboss.bundles.dir=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/bundles, -jar, /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/jboss-modules.jar, -mp, /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules, org.jboss.as.standalone, -server-config, standalone-xts.xml]
> TransformListener() : accepting requests on localhost:9091
> Listening for transport dt_socket at address: 8787
> [0m22:37:09,537 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.0.Final
> [0m[0m22:37:10,161 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.1.Final
> [0m[33m22:37:10,442 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
> [0m[0m22:37:10,641 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015899: WildFly 8.0.1.Final-SNAPSHOT "WildFly" starting
> [0m[0m22:37:13,661 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015014: Re-attempting failed deployment restat-web-5.0.2.Final-SNAPSHOT.war
> [0m[0m22:37:13,789 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
> [0m[0m22:37:13,819 INFO [org.xnio] (MSC service thread 1-2) XNIO version 3.2.0.Final
> [0m[0m22:37:13,832 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.2.0.Final
> [0m[0m22:37:13,882 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 4.0.2.Final
> [0m[0m22:37:14,083 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 35) JBAS010280: Activating Infinispan subsystem.
> [0m[0m22:37:14,118 INFO [org.jboss.as.jacorb] (ServerService Thread Pool -- 36) JBAS016300: Activating JacORB Subsystem
> [0m[0m22:37:14,152 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 42) JBAS012615: Activated the following JSF Implementations: [main]
> [0m[0m22:37:14,671 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 46) JBAS011800: Activating Naming Subsystem
> [0m[0m22:37:14,778 INFO [org.jboss.as.security] (ServerService Thread Pool -- 51) JBAS013171: Activating Security Subsystem
> [0m[0m22:37:15,225 INFO [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016330: CORBA ORB Service started
> [0m[0m22:37:15,466 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 55) JBAS015537: Activating WebServices Extension
> [0m[0m22:37:15,514 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 30) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> [0m[0m22:37:15,673 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017502: Undertow 1.0.0.Final starting
> [0m[0m22:37:15,989 INFO [org.jboss.as.security] (MSC service thread 1-2) JBAS013170: Current PicketBox version=4.0.21.Beta1
> [0m[0m22:37:15,997 INFO [org.jboss.as.connector.logging] (MSC service thread 1-2) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.3.Final)
> [0m[0m22:37:16,419 INFO [org.jboss.as.naming] (MSC service thread 1-2) JBAS011802: Starting Naming Service
> [0m[0m22:37:16,459 INFO [org.jboss.as.jacorb] (MSC service thread 1-2) JBAS016328: CORBA Naming Service started
> [0m[0m22:37:16,526 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) JBAS015400: Bound mail session [java:jboss/mail/Default]
> [0m[0m22:37:16,604 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010417: Started Driver service with driver-name = h2
> [0m[0m22:37:16,639 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017502: Undertow 1.0.0.Final starting
> [0m[0m22:37:16,687 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017527: Creating file handler for path /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/welcome-content
> [0m[0m22:37:16,802 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
> [0m[0m22:37:16,813 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
> [0m[0m22:37:16,822 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
> [0m[0m22:37:16,859 INFO [stdout] (MSC service thread 1-1) Rule.execute called for reset periodic recovery wait time_0
> [0m[0m22:37:16,862 INFO [stdout] (MSC service thread 1-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:16,863 INFO [stdout] (MSC service thread 1-1) calling activated() for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:16,864 INFO [stdout] (MSC service thread 1-1) Default helper activated
> [0m[0m22:37:16,864 INFO [stdout] (MSC service thread 1-1) calling installed(reset periodic recovery wait time) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:16,864 INFO [stdout] (MSC service thread 1-1) Installed rule using default helper : reset periodic recovery wait time
> [0m[0m22:37:16,865 INFO [stdout] (MSC service thread 1-1) reset periodic recovery wait time execute
> [0m[0m22:37:16,865 INFO [stdout] (MSC service thread 1-1) caught ReturnException
> [0m[0m22:37:16,936 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace TX save at prepare in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:37:17,990 INFO [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.ats.arjuna.coordinator.BasicAction.prepare(boolean) int for rule trace TX save at prepare
> [0m[0m22:37:18,097 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace TX save at prepare in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:37:18,143 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace remove committed state and exit JVM in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:37:18,237 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 and exit JVM
> [0m[0m22:37:18,258 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace remove committed state and exit JVM in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:37:18,340 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
> [0m[0m22:37:18,615 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
> [0m[0m22:37:18,619 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
> [0m[0m22:37:19,667 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : possible trigger for rule create participant deletes counter in class org.jboss.jbossts.XTSService
> [0m[0m22:37:19,668 INFO [stdout] (ServerService Thread Pool -- 57) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.XTSService.start() void for rule create participant deletes counter
> [0m[0m22:37:19,682 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : inserted trigger for create participant deletes counter in class org.jboss.jbossts.XTSService
> [0m[0m22:37:19,684 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : possible trigger for rule open trace file in class org.jboss.jbossts.XTSService
> [0m[0m22:37:19,684 INFO [stdout] (ServerService Thread Pool -- 57) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.XTSService.start() void for rule open trace file
> [0m[0m22:37:19,721 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : inserted trigger for open trace file in class org.jboss.jbossts.XTSService
> [0m[0m22:37:19,738 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017525: Started server default-server.
> [0m[0m22:37:19,801 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080
> [0m[0m22:37:19,804 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017531: Host default-host starting
> [0m[0m22:37:22,857 INFO [org.jboss.ws.common.management] (MSC service thread 1-1) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.4.Final
> [0m[0m22:37:22,991 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-client
> [0m[0m22:37:22,993 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-c11
> [0m[0m22:37:23,206 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}ActivationSe...
> portName={http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:23,207 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}Registration...
> portName={http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationPor...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:23,289 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CompletionInit...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionInitiat...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:23,291 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}TerminationPart...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationPartici...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:23,312 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingjournal,bindingsDirectory=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingbindings,largeMessagesDirectory=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messaginglargemessages,pagingDirectory=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingpaging)
> [0m[0m22:37:23,314 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221006: Waiting to obtain live lock
> [0m[0m22:37:23,752 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221012: Using AIO Journal
> [0m[0m22:37:23,985 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
> [0m[0m22:37:24,249 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionInitiatorService from class com.arjuna.webservices11.wsat.sei.CompletionInitiatorPortTypeImpl
> [0m[0m22:37:24,671 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.
> [0m[0m22:37:24,704 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support CORE
> [0m[0m22:37:24,712 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support AMQP
> [0m[0m22:37:24,716 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support STOMP
> [0m[0m22:37:25,257 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221034: Waiting to obtain live lock
> [0m[0m22:37:25,258 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221035: Live Server Obtained live lock
> [0m[0m22:37:25,892 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
> [0m[0m22:37:25,902 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-client/CompletionInitiatorService
> [0m[0m22:37:26,367 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-client.deployment/CompletionInitiatorService.wsdl
> [0m[0m22:37:26,370 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationParticipantService from class com.arjuna.schemas.ws._2005._10.wsarjtx.TerminationParticipantPortType
> [0m[0m22:37:26,392 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-c11.deployment/ActivationService.wsdl
> [0m[0m22:37:26,440 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
> [0m[0m22:37:26,553 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-client/TerminationParticipantService
> [0m[0m22:37:26,621 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-client.deployment/TerminationParticipantService.wsdl
> [0m[0m22:37:26,626 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-coordinator
> [0m[0m22:37:26,729 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:26,730 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CoordinatorSer...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CoordinatorPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:26,731 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CompletionCoor...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:26,735 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}TerminationCoor...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:26,737 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}TerminationCoor...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:26,738 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:26,739 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CompletionCoor...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:26,846 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionCoordinatorService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithCoordinatorCompletionCoordinatorPortTypeImpl
> [0m[0m22:37:27,042 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithCoordinator...
> [0m[0m22:37:27,136 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/BusinessAgreementWithCoordinatorCompletionCoordinatorService.wsdl
> [0m[0m22:37:27,137 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CoordinatorService from class com.arjuna.webservices11.wsat.sei.CoordinatorPortTypeImpl
> [0m[0m22:37:27,158 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CoordinatorService
> [0m[0m22:37:27,232 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CoordinatorService.wsdl
> [0m[0m22:37:27,233 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordinatorRPCService from class com.arjuna.webservices11.wsat.sei.CompletionCoordinatorRPCPortTypeImpl
> [0m[0m22:37:27,278 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorRPCService
> [0m[0m22:37:27,294 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CompletionCoordinatorRPCService.wsdl
> [0m[0m22:37:27,295 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorRPCPortTypeImplService from class com.arjuna.webservices11.wsarjtx.sei.TerminationCoordinatorRPCPortTypeImpl
> [0m[0m22:37:27,313 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorRPCService
> [0m[0m22:37:27,328 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/TerminationCoordinatorRPCPortTypeImplService.wsdl
> [0m[0m22:37:27,329 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorService from class com.arjuna.schemas.ws._2005._10.wsarjtx.TerminationCoordinatorPortType
> [0m[0m22:37:27,337 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorService
> [0m[0m22:37:27,375 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
> [0m[0m22:37:27,396 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-c11.deployment/RegistrationService.wsdl
> [0m[0m22:37:27,397 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-participant
> [0m[0m22:37:27,399 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}ParticipantSer...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}ParticipantPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:27,401 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:27,403 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:27,417 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
> [0m[0m22:37:27,483 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/TerminationCoordinatorService.wsdl
> [0m[0m22:37:27,484 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithParticipantCompletionCoordinatorPortTypeImpl
> [0m[0m22:37:27,612 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithParticipant...
> [0m[0m22:37:27,749 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/BusinessAgreementWithParticipantCompletionCoordinatorService.wsdl
> [0m[0m22:37:27,750 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordinatorService from class com.arjuna.webservices11.wsat.sei.CompletionCoordinatorPortTypeImpl
> [0m[0m22:37:27,756 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorService
> [0m[0m22:37:27,835 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
> [0m[0m22:37:27,854 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/ParticipantService.wsdl
> [0m[0m22:37:27,855 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
> [0m[0m22:37:27,902 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/BusinessAgreementWithParticipant...
> [0m[0m22:37:27,932 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CompletionCoordinatorService.wsdl
> [0m[0m22:37:27,938 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-client.deployment".CompletionInitiatorService
> [0m[0m22:37:27,956 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-client.deployment".TerminationParticipantService
> [0m[0m22:37:27,957 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-c11.deployment".ActivationService
> [0m[0m22:37:27,957 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-c11.deployment".RegistrationService
> [0m[0m22:37:27,958 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorService
> [0m[0m22:37:27,959 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithParticipantCompletionCoordinatorService
> [0m[0m22:37:27,960 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorRPCService
> [0m[0m22:37:27,961 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithCoordinatorCompletionCoordinatorService
> [0m[0m22:37:27,962 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorRPCService
> [0m[0m22:37:27,962 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorService
> [0m[0m22:37:27,963 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CoordinatorService
> [0m[0m22:37:28,000 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/BusinessAgreementWithParticipantCompletionParticipantService.wsdl
> [0m[0m22:37:28,028 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
> [0m[0m22:37:28,059 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) JBAS015012: Started FileSystemDeploymentService for directory /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/deployments
> [0m[0m22:37:28,066 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")
> [0m[0m22:37:28,084 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-client
> [0m[0m22:37:28,093 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/BusinessAgreementWithCoordinator...
> [0m[0m22:37:28,361 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/BusinessAgreementWithCoordinatorCompletionParticipantService.wsdl
> [0m[0m22:37:28,362 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-c11
> [0m[0m22:37:28,427 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /ws-t11-client
> [0m[0m22:37:28,431 INFO [org.jboss.messaging] (MSC service thread 1-2) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor acceptor
> [0m[0m22:37:28,433 INFO [org.jboss.messaging] (MSC service thread 1-2) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor-throughput acceptor
> [0m[0m22:37:28,434 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-coordinator
> [0m[0m22:37:28,435 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221007: Server is now live
> [0m[0m22:37:28,435 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221001: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [b8df3454-a183-11e3-a068-15a73905c1d7]
> [0m[0m22:37:28,437 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /ws-t11-coordinator
> [0m[0m22:37:28,437 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
> [0m[0m22:37:28,471 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /ws-c11
> [0m[0m22:37:28,472 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".ParticipantService
> [0m[0m22:37:28,472 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithParticipantCompletionParticipantService
> [0m[0m22:37:28,473 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithCoordinatorCompletionParticipantService
> [0m[0m22:37:28,596 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 58) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m22:37:28,889 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-participant
> [0m[0m22:37:28,890 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /ws-t11-participant
> [0m[0m22:37:29,079 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-1) JBAS010406: Registered connection factory java:/JmsXA
> [0m[33m22:37:29,090 WARN [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017507: Secure listener for protocol: 'HTTP/1.1' not found! Using non secure port!
> [0m[0m22:37:29,091 INFO [stdout] (MSC service thread 1-2) Rule.execute called for open trace file_5
> [0m[0m22:37:29,092 INFO [stdout] (MSC service thread 1-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:29,102 INFO [stdout] (MSC service thread 1-2) calling installed(open trace file) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:29,103 INFO [stdout] (MSC service thread 1-2) Installed rule using default helper : open trace file
> [0m[0m22:37:29,103 INFO [stdout] (MSC service thread 1-2) open trace file execute
> [0m[0m22:37:29,104 INFO [stdout] (MSC service thread 1-2) Rule.execute called for create participant deletes counter_4
> [0m[0m22:37:29,104 INFO [stdout] (MSC service thread 1-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:29,105 INFO [stdout] (MSC service thread 1-2) calling installed(create participant deletes counter) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:29,105 INFO [stdout] (MSC service thread 1-2) Installed rule using default helper : create participant deletes counter
> [0m[0m22:37:29,105 INFO [stdout] (MSC service thread 1-2) create participant deletes counter execute
> [0m[0m22:37:29,160 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC participant receive getStatus in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:37:29,163 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace CC participant receive getStatus
> [0m[0m22:37:29,172 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC participant receive getStatus in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:37:29,174 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC participant send soap fault in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:37:29,184 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace CC participant send soap fault
> [0m[0m22:37:29,186 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC participant send soap fault in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:37:29,189 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC participant receive getStatus in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:37:29,200 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace PC participant receive getStatus
> [0m[0m22:37:29,214 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC participant receive getStatus in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:37:29,217 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC participant send soap fault in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:37:29,220 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace PC participant send soap fault
> [0m[0m22:37:29,222 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC participant send soap fault in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:37:29,260 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trigger rendezvous on complete in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator
> [0m[0m22:37:29,262 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator.participantCompleted(java.lang.String) void for rule trigger rendezvous on complete
> [0m[0m22:37:29,264 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trigger rendezvous on complete in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator
> [0m[0m22:37:29,340 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate coordinator close in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:37:29,343 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.cancel() int for rule trace subordinate coordinator close
> [0m[0m22:37:29,345 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate coordinator close in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:37:29,357 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate coordinator prepare in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:37:29,363 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.complete() void for rule trace subordinate coordinator prepare
> [0m[0m22:37:29,366 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate coordinator prepare in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:37:29,368 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate coordinator cancel 2 in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:37:29,369 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.cancel() int for rule trace subordinate coordinator cancel 2
> [0m[0m22:37:29,372 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate coordinator cancel 2 in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:37:31,268 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace delete participant and exit JVM in class org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryManagerImple
> [0m[0m22:37:31,270 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryManagerImple.deleteParticipantRecoveryRecord(java.lang.String) boolean for rule trace delete participant and exit JVM
> [0m[0m22:37:31,271 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 59) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
> [0m[0m22:37:31,274 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace delete participant and exit JVM in class org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryManagerImple
> [0m[0m22:37:31,574 INFO [org.jboss.jbossts.txbridge] (MSC service thread 1-2) ARJUNA033006: InboundBridgeRecoveryManager starting
> [0m[0m22:37:31,576 INFO [org.jboss.jbossts.txbridge] (MSC service thread 1-2) ARJUNA033013: OutboundBridgeRecoveryManager starting
> [0m[33m22:37:31,663 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) 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.
> [0m[33m22:37:31,663 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) 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.
> [0m[0m22:37:32,225 INFO [org.hornetq.ra] (MSC service thread 1-1) HornetQ resource adaptor started
> [0m[0m22:37:32,225 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-1) IJ020002: Deployed: file://RaActivatorhornetq-ra
> [0m[0m22:37:32,235 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-1) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m22:37:32,235 INFO [org.jboss.as.messaging] (MSC service thread 1-1) JBAS011601: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m22:37:34,488 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /rest-tx
> [0m[0m22:37:34,565 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")
> [0m[0m22:37:34,716 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
> [0m[0m22:37:34,716 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
> [0m[0m22:37:34,724 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.0.1.Final-SNAPSHOT "WildFly" started in 26654ms - Started 314 of 367 services (99 services are lazy, passive or on-demand)
> [0m[0m22:37:35,180 INFO [org.jboss.as.repository] (management-handler-thread - 4) JBAS014900: Content added at location /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/content/17/52ba064e8fc90387d77d879de40f4b818a3adb/content
> [0m[0m22:37:35,191 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "xtstest.war" (runtime-name: "xtstest.war")
> [0m[33m22:37:36,066 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) 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.
> [0m[0m22:37:36,086 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016002: Processing weld deployment xtstest.war
> [0m[0m22:37:36,155 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-1) HV000001: Hibernate Validator 5.0.3.Final
> [0m[0m22:37:36,549 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016005: Starting Services for CDI deployment: xtstest.war
> [0m[0m22:37:36,893 INFO [org.jboss.weld.Version] (MSC service thread 1-2) WELD-000900: 2.1.2 (Final)
> [0m[0m22:37:36,919 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:36,920 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:36,921 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) JBWS024061: Adding service endpoint metadata: id=XTS_Service_Test_Service_Two
> address=http://localhost:8080/xtstest/xtsservicetest2
> implementor=org.jboss.jbossts.xts.servicetests.service.XTSServiceTestPortTypeImpl
> serviceName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:36,922 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) JBWS024061: Adding service endpoint metadata: id=XTS_Service_Test_Service_Three
> address=http://localhost:8080/xtstest/xtsservicetest3
> implementor=org.jboss.jbossts.xts.servicetests.service.XTSServiceTestPortTypeImpl
> serviceName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:37:36,974 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceTestService from WSDL: WEB-INF/wsdl/xtsservicetests.wsdl
> [0m[0m22:37:37,003 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/xtstest/xtssubordinateservicetest1
> [0m[0m22:37:37,017 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:37:37,022 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceTestService from WSDL: WEB-INF/wsdl/xtsservicetests.wsdl
> [0m[0m22:37:37,032 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest1
> [0m[0m22:37:37,041 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:37:37,041 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceTestService from WSDL: WEB-INF/wsdl/xtsservicetests.wsdl
> [0m[0m22:37:37,045 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest2
> [0m[0m22:37:37,053 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:37:37,054 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceTestService from WSDL: WEB-INF/wsdl/xtsservicetests.wsdl
> [0m[0m22:37:37,057 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest3
> [0m[0m22:37:37,065 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:37:37,090 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_Two
> [0m[0m22:37:37,101 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Subordinate_Service_One
> [0m[0m22:37:37,105 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_One
> [0m[0m22:37:37,109 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_Three
> [0m[0m22:37:37,114 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016008: Starting weld service for deployment xtstest.war
> [0m[0m22:37:37,508 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : possible trigger for rule setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:37:37,533 INFO [stdout] (weld-worker-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest.run() void for rule setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:37:37,537 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : inserted trigger for setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:37:37,538 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : possible trigger for rule wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:37:37,541 INFO [stdout] (weld-worker-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest.run() void for rule wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:37:37,542 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : inserted trigger for wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:37:38,581 INFO [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-1) Starting XTSServiceTestRunner
> [0m[0m22:37:38,581 INFO [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-1) Starting XTS Service Test org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:37:38,581 INFO [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-1) Started XTSServiceTestRunner
> [0m[0m22:37:38,582 INFO [stdout] (Thread-82) Rule.execute called for setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest_15
> [0m[0m22:37:38,583 INFO [stdout] (Thread-82) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:38,583 INFO [stdout] (Thread-82) calling installed(setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:38,583 INFO [stdout] (Thread-82) Installed rule using default helper : setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:37:38,584 INFO [stdout] (Thread-82) setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest execute
> [0m[0m22:37:38,604 INFO [stdout] (Thread-82) rule.debug{setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest} : creating counter and rendezvous
> [0m[0m22:37:38,606 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /xtstest
> [0m[0m22:37:38,909 INFO [org.jboss.as.server] (management-handler-thread - 4) JBAS018559: Deployed "xtstest.war" (runtime-name : "xtstest.war")
> [0m[0m22:37:43,683 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Thread-82) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
> [0m[0m22:37:43,719 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Thread-82) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
> [0m[0m22:37:44,490 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Thread-82) Creating Service {http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceTestService from WSDL: vfs:/content/xtstest.war/WEB-INF/classes/org/jboss/jbossts/xts/servicetests/generated/wsdl/xtsservicetests.wsdl
> [0mMar 01, 2014 10:37:45 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController kill
> INFO: Hard killing of a server instance
> Mar 01, 2014 10:37:45 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: waiting for byteman to kill the server
> Mar 01, 2014 10:37:45 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [0m22:37:45,609 INFO [stdout] (default task-2) service /xtsservicetest1
> [0m[0m22:37:45,610 INFO [stdout] (default task-2) command enlistParticipantCompletion
> [0m[0m22:37:45,610 INFO [stdout] (default task-2) command close
> [0m[0m22:37:45,782 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-2) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m22:37:46,126 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered PC participant send status in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:37:46,136 INFO [stdout] (default task-3) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine.sendStatus(com.arjuna.webservices11.wsba.State) void for rule trace recovered PC participant send status
> [0m[0m22:37:46,138 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered PC participant send status in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:37:46,141 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC coordinator engine create in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:37:46,142 INFO [stdout] (default task-3) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine.<init>(java.lang.String,javax.xml.ws.wsaddressing.W3CEndpointReference,com.arjuna.webservices11.wsba.State,boolean) void for rule trace PC coordinator engine create
> [0m[0m22:37:46,148 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC coordinator engine create in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:37:46,154 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive participant compensated in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:37:46,156 INFO [stdout] (default task-3) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine.compensated(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive participant compensated
> [0m[0m22:37:46,161 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive participant compensated in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:37:47,156 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive participant completed in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:37:47,158 INFO [stdout] (default task-3) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine.completed(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive participant completed
> [0m[0m22:37:47,172 INFO [stdout] (default task-3) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive participant completed in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:37:47,176 INFO [stdout] (default task-3) Rule.execute called for trace PC coordinator engine create_18
> [0m[0m22:37:47,177 INFO [stdout] (default task-3) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:47,178 INFO [stdout] (default task-3) calling installed(trace PC coordinator engine create) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:47,178 INFO [stdout] (default task-3) Installed rule using default helper : trace PC coordinator engine create
> [0m[0m22:37:47,178 INFO [stdout] (default task-3) trace PC coordinator engine create execute
> [0m[0m22:37:51,260 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC participant receive soap fault in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:37:51,263 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine.soapFault(com.arjuna.webservices.SoapFault,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace PC participant receive soap fault
> [0m[0m22:37:51,269 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC participant receive soap fault in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:37:51,273 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered PC participant received status in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:37:51,275 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine.status(org.oasis_open.docs.ws_tx.wsba._2006._06.StatusType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace recovered PC participant received status
> [0m[0m22:37:51,291 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered PC participant received status in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:37:51,294 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC participant create in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:37:51,295 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine.<init>(java.lang.String,javax.xml.ws.wsaddressing.W3CEndpointReference,com.arjuna.wst.BusinessAgreementWithParticipantCompletionParticipant,com.arjuna.webservices11.wsba.State,boolean) void for rule trace PC participant create
> [0m[0m22:37:51,458 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC participant create in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:37:51,477 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send participant completed in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:37:51,486 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine.sendCompleted(boolean) void for rule trace send participant completed
> [0m[0m22:37:51,490 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace send participant completed in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:37:51,604 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send participant compensated in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:37:51,609 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine.sendCompensated() void for rule trace send participant compensated
> [0m[0m22:37:51,611 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace send participant compensated in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:37:51,615 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered PC participant send getStatus in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:37:51,618 INFO [stdout] (default task-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine.sendCompleted(boolean) void for rule trace recovered PC participant send getStatus
> [0m[0m22:37:51,622 INFO [stdout] (default task-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered PC participant send getStatus in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:37:51,626 INFO [stdout] (default task-2) Rule.execute called for trace PC participant create_23
> [0m[0m22:37:51,626 INFO [stdout] (default task-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:51,627 INFO [stdout] (default task-2) calling installed(trace PC participant create) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:51,627 INFO [stdout] (default task-2) Installed rule using default helper : trace PC participant create
> [0m[0m22:37:51,628 INFO [stdout] (default task-2) trace PC participant create execute
> [0m[0m22:37:53,717 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub compensate in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,720 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.compensate() void for rule trace subordinate participant stub compensate
> [0m[0m22:37:53,722 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub compensate in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,723 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub complete in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,724 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.complete() void for rule trace subordinate participant stub complete
> [0m[0m22:37:53,728 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub complete in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,730 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub complete 2 in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,731 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.complete() void for rule trace subordinate participant stub complete 2
> [0m[0m22:37:53,735 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub complete 2 in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,736 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub compensate forward in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,739 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.compensate() void for rule trace subordinate participant stub compensate forward
> [0m[0m22:37:53,740 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub compensate forward in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,743 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub compensate with no coordinator in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,745 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.compensate() void for rule trace subordinate participant stub compensate with no coordinator
> [0m[0m22:37:53,747 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub compensate with no coordinator in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,749 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub compensate with unactivated coordinator in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,751 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.compensate() void for rule trace subordinate participant stub compensate with unactivated coordinator
> [0m[0m22:37:53,753 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub compensate with unactivated coordinator in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,755 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub compensate with system exception from coordinator in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,757 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.compensate() void for rule trace subordinate participant stub compensate with system exception from coordinator
> [0m[0m22:37:53,759 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub compensate with system exception from coordinator in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,761 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate participant stub compensate return in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,764 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub.compensate() void for rule trace subordinate participant stub compensate return
> [0m[0m22:37:53,766 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate participant stub compensate return in class com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub
> [0m[0m22:37:53,855 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-4) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m22:37:53,897 INFO [stdout] (default task-5) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered CC participant send status in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:37:53,901 INFO [stdout] (default task-5) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.sendStatus(com.arjuna.webservices11.wsba.State) void for rule trace recovered CC participant send status
> [0m[0m22:37:53,903 INFO [stdout] (default task-5) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered CC participant send status in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:37:53,927 INFO [stdout] (default task-5) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC coordinator engine create in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:37:53,928 INFO [stdout] (default task-5) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.<init>(java.lang.String,javax.xml.ws.wsaddressing.W3CEndpointReference,com.arjuna.webservices11.wsba.State,boolean) void for rule trace CC coordinator engine create
> [0m[0m22:37:53,933 INFO [stdout] (default task-5) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC coordinator engine create in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:37:53,936 INFO [stdout] (default task-5) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive CC participant compensated in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:37:53,937 INFO [stdout] (default task-5) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.compensated(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive CC participant compensated
> [0m[0m22:37:53,945 INFO [stdout] (default task-5) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive CC participant compensated in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:37:53,958 INFO [stdout] (default task-5) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive CC participant completed in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:37:53,959 INFO [stdout] (default task-5) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.completed(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive CC participant completed
> [0m[0m22:37:53,966 INFO [stdout] (default task-5) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive CC participant completed in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:37:53,969 INFO [stdout] (default task-5) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send CC participant complete in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:37:53,987 INFO [stdout] (default task-5) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.complete() com.arjuna.webservices11.wsba.State for rule trace send CC participant complete
> [0m[0m22:37:54,011 INFO [stdout] (default task-5) org.jboss.byteman.agent.Transformer : inserted trigger for trace send CC participant complete in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:37:54,014 INFO [stdout] (default task-5) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send CC participant compensate in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:37:54,038 INFO [stdout] (default task-5) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine.compensate() com.arjuna.webservices11.wsba.State for rule trace send CC participant compensate
> [0m[0m22:37:54,042 INFO [stdout] (default task-5) org.jboss.byteman.agent.Transformer : inserted trigger for trace send CC participant compensate in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionCoordinatorEngine
> [0m[0m22:37:54,045 INFO [stdout] (default task-5) Rule.execute called for trace CC coordinator engine create_36
> [0m[0m22:37:54,045 INFO [stdout] (default task-5) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:54,046 INFO [stdout] (default task-5) calling installed(trace CC coordinator engine create) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:54,046 INFO [stdout] (default task-5) Installed rule using default helper : trace CC coordinator engine create
> [0m[0m22:37:54,047 INFO [stdout] (default task-5) trace CC coordinator engine create execute
> [0m[0m22:37:54,085 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC participant receive soap fault in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,092 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.soapFault(com.arjuna.webservices.SoapFault,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace CC participant receive soap fault
> [0m[0m22:37:54,108 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC participant receive soap fault in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,116 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered CC participant received status in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,131 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.status(org.oasis_open.docs.ws_tx.wsba._2006._06.StatusType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace recovered CC participant received status
> [0m[0m22:37:54,139 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered CC participant received status in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,142 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC participant create in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,142 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.<init>(java.lang.String,javax.xml.ws.wsaddressing.W3CEndpointReference,com.arjuna.wst.BusinessAgreementWithCoordinatorCompletionParticipant,com.arjuna.webservices11.wsba.State,boolean) void for rule trace CC participant create
> [0m[0m22:37:54,155 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC participant create in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,162 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive CC participant complete in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,163 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.complete(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive CC participant complete
> [0m[0m22:37:54,172 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive CC participant complete in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,175 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send CC participant completed in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,183 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.sendCompleted(boolean) void for rule trace send CC participant completed
> [0m[0m22:37:54,186 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace send CC participant completed in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,189 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive CC participant compensate in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,190 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.compensate(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive CC participant compensate
> [0m[0m22:37:54,199 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive CC participant compensate in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,201 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send CC participant compensated in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,210 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.sendCompensated() void for rule trace send CC participant compensated
> [0m[0m22:37:54,212 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace send CC participant compensated in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,253 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered CC participant send getStatus in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,260 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine.sendCompleted(boolean) void for rule trace recovered CC participant send getStatus
> [0m[0m22:37:54,263 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered CC participant send getStatus in class com.arjuna.wst11.messaging.engines.CoordinatorCompletionParticipantEngine
> [0m[0m22:37:54,266 INFO [stdout] (default task-4) Rule.execute called for trace CC participant create_43
> [0m[0m22:37:54,267 INFO [stdout] (default task-4) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:54,267 INFO [stdout] (default task-4) calling installed(trace CC participant create) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:54,267 INFO [stdout] (default task-4) Installed rule using default helper : trace CC participant create
> [0m[0m22:37:54,267 INFO [stdout] (default task-4) trace CC participant create execute
> [0m[0m22:37:54,273 INFO [stdout] (default task-4) service /xtssubordinateservicetest1
> [0m[0m22:37:54,273 INFO [stdout] (default task-4) command enlistParticipantCompletion
> [0m[0m22:37:54,273 INFO [stdout] (default task-4) command close
> [0m[0m22:37:54,299 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-4) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m22:37:54,365 INFO [stdout] (default task-6) Rule.execute called for trace PC coordinator engine create_18
> [0m[0m22:37:54,366 INFO [stdout] (default task-6) trace PC coordinator engine create execute
> [0mMar 01, 2014 10:37:55 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:37:55 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [0m22:37:54,378 INFO [stdout] (default task-4) Rule.execute called for trace PC participant create_23
> [0m[0m22:37:54,378 INFO [stdout] (default task-4) trace PC participant create execute
> [0m[0m22:37:56,224 INFO [stdout] (default task-7) service /xtssubordinateservicetest1
> [0m[0m22:37:56,225 INFO [stdout] (default task-7) command enlistParticipantCompletion
> [0m[0m22:37:56,225 INFO [stdout] (default task-7) command close
> [0m[0m22:37:56,649 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-7) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m22:37:56,757 INFO [stdout] (default task-8) Rule.execute called for trace PC coordinator engine create_18
> [0m[0m22:37:56,757 INFO [stdout] (default task-8) trace PC coordinator engine create execute
> [0m[0m22:37:56,770 INFO [stdout] (default task-7) Rule.execute called for trace PC participant create_23
> [0m[0m22:37:56,770 INFO [stdout] (default task-7) trace PC participant create execute
> [0m[0m22:37:56,849 INFO [stdout] (default task-9) service /xtsservicetest1
> [0m[0m22:37:56,849 INFO [stdout] (default task-9) command completed
> [0m[0m22:37:56,850 INFO [stdout] (default task-9) command org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.0
> [0m[0m22:37:56,921 INFO [stdout] (default task-9) Rule.execute called for trace send participant completed_24
> [0m[0m22:37:56,922 INFO [stdout] (default task-9) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:56,923 INFO [stdout] (default task-9) calling installed(trace send participant completed) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:56,923 INFO [stdout] (default task-9) Installed rule using default helper : trace send participant completed
> [0m[0m22:37:56,924 INFO [stdout] (default task-9) trace send participant completed execute
> [0m[0m22:37:56,924 INFO [stdout] (default task-9) rule.debug{trace send participant completed} : completed sent for PC participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.0
> [0m[0m22:37:57,097 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-9) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m22:37:57,419 INFO [stdout] (default task-11) service /xtssubordinateservicetest1
> [0m[0m22:37:57,419 INFO [stdout] (default task-11) command completed
> [0m[0m22:37:57,419 INFO [stdout] (default task-11) command org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.1
> [0m[0m22:37:57,427 INFO [stdout] (TaskWorker-1) Rule.execute called for trace receive participant completed_20
> [0m[0m22:37:57,430 INFO [stdout] (TaskWorker-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:57,430 INFO [stdout] (TaskWorker-1) calling installed(trace receive participant completed) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:57,431 INFO [stdout] (TaskWorker-1) Installed rule using default helper : trace receive participant completed
> [0m[0m22:37:57,431 INFO [stdout] (TaskWorker-1) trace receive participant completed execute
> [0m[0m22:37:57,432 INFO [stdout] (TaskWorker-1) rule.debug{trace receive participant completed} : completed received for PC coordinator engine 0:ffffac118321:-2b70c0f5:5312611e:1a
> [0m[0m22:37:57,433 INFO [stdout] (TaskWorker-1) Rule.execute called for trigger rendezvous on complete_10
> [0m[0m22:37:57,434 INFO [stdout] (TaskWorker-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:57,434 INFO [stdout] (TaskWorker-1) calling installed(trigger rendezvous on complete) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:57,435 INFO [stdout] (TaskWorker-1) Installed rule using default helper : trigger rendezvous on complete
> [0m[0m22:37:57,435 INFO [stdout] (TaskWorker-1) trigger rendezvous on complete execute
> [0m[0m22:37:57,436 INFO [stdout] (TaskWorker-1) rule.debug{trigger rendezvous on complete} : decrementing
> [0m[0m22:37:57,482 INFO [stdout] (default task-11) Rule.execute called for trace send participant completed_24
> [0m[0m22:37:57,483 INFO [stdout] (default task-11) trace send participant completed execute
> [0m[0m22:37:57,484 INFO [stdout] (default task-11) rule.debug{trace send participant completed} : completed sent for PC participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.1
> [0m[0m22:37:57,594 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-11) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m22:37:57,902 INFO [stdout] (TaskWorker-1) Rule.execute called for trace receive participant completed_20
> [0m[0m22:37:57,903 INFO [stdout] (TaskWorker-1) trace receive participant completed execute
> [0m[0m22:37:57,903 INFO [stdout] (TaskWorker-1) rule.debug{trace receive participant completed} : completed received for PC coordinator engine PCP0:ffffac118321:-2b70c0f5:5312611e:23
> [0m[0m22:37:57,903 INFO [stdout] (TaskWorker-1) Rule.execute called for trigger rendezvous on complete_10
> [0m[0m22:37:57,904 INFO [stdout] (TaskWorker-1) trigger rendezvous on complete execute
> [0m[0m22:37:57,904 INFO [stdout] (TaskWorker-1) rule.debug{trigger rendezvous on complete} : decrementing
> [0m[0m22:37:57,929 INFO [stdout] (default task-13) service /xtssubordinateservicetest1
> [0m[0m22:37:57,930 INFO [stdout] (default task-13) command completed
> [0m[0m22:37:57,930 INFO [stdout] (default task-13) command org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.2
> [0m[0m22:37:57,974 INFO [stdout] (default task-13) Rule.execute called for trace send participant completed_24
> [0m[0m22:37:57,975 INFO [stdout] (default task-13) trace send participant completed execute
> [0m[0m22:37:57,975 INFO [stdout] (default task-13) rule.debug{trace send participant completed} : completed sent for PC participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.2
> [0m[0m22:37:58,176 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-13) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m22:37:58,340 INFO [stdout] (Thread-82) Rule.execute called for wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest_16
> [0m[0m22:37:58,340 INFO [stdout] (Thread-82) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,341 INFO [stdout] (Thread-82) calling installed(wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,341 INFO [stdout] (Thread-82) Installed rule using default helper : wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:37:58,341 INFO [stdout] (Thread-82) wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest execute
> [0m[0m22:37:58,341 INFO [stdout] (Thread-82) rule.debug{wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest} : waiting to call close
> [0m[0m22:37:58,343 INFO [stdout] (TaskWorker-1) Rule.execute called for trace receive participant completed_20
> [0m[0m22:37:58,343 INFO [stdout] (TaskWorker-1) trace receive participant completed execute
> [0m[0m22:37:58,343 INFO [stdout] (TaskWorker-1) rule.debug{trace receive participant completed} : completed received for PC coordinator engine PCP0:ffffac118321:-2b70c0f5:5312611e:26
> [0m[0m22:37:58,344 INFO [stdout] (TaskWorker-1) Rule.execute called for trigger rendezvous on complete_10
> [0m[0m22:37:58,344 INFO [stdout] (TaskWorker-1) trigger rendezvous on complete execute
> [0m[0m22:37:58,344 INFO [stdout] (TaskWorker-1) rule.debug{trigger rendezvous on complete} : decrementing
> [0m[0m22:37:58,344 INFO [stdout] (TaskWorker-1) rule.debug{trigger rendezvous on complete} : closes-complete, triggering rendezvous
> [0m[0m22:37:58,345 INFO [stdout] (Thread-82) rule.debug{wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest} : rendezvous complete, calling close
> [0m[0m22:37:58,397 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Thread-82) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m22:37:58,594 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Thread-82) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/com/arjuna/schemas/ws/_2005/_10/wsarjtx/wsdl/wsarjtx-termination-coordinator-binding.wsdl
> [0m[0m22:37:58,634 INFO [stdout] (TaskWorker-1) Rule.execute called for trace send CC participant complete_39
> [0m[0m22:37:58,635 INFO [stdout] (TaskWorker-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,635 INFO [stdout] (TaskWorker-1) calling installed(trace send CC participant complete) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,635 INFO [stdout] (TaskWorker-1) Installed rule using default helper : trace send CC participant complete
> [0m[0m22:37:58,636 INFO [stdout] (TaskWorker-1) trace send CC participant complete execute
> [0m[0m22:37:58,636 INFO [stdout] (TaskWorker-1) rule.debug{trace send CC participant complete} : complete sent for CC coordinator engine 0:ffffac118321:-2b70c0f5:5312611e:20
> [0m[0m22:37:58,735 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-participant-binding.wsdl
> [0m[0m22:37:58,808 INFO [stdout] (TaskWorker-2) Rule.execute called for trace receive CC participant complete_44
> [0m[0m22:37:58,810 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,810 INFO [stdout] (TaskWorker-2) calling installed(trace receive CC participant complete) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,811 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace receive CC participant complete
> [0m[0m22:37:58,811 INFO [stdout] (TaskWorker-2) trace receive CC participant complete execute
> [0m[0m22:37:58,812 INFO [stdout] (TaskWorker-2) rule.debug{trace receive CC participant complete} : complete received for CC participant org.jboss.jbossts.xts.ba.subordinate.participant.0:ffffac118321:-2b70c0f5:5312611e:1e_CCP
> [0m[0m22:37:58,812 INFO [stdout] (TaskWorker-2) Rule.execute called for trace subordinate participant stub complete_28
> [0m[0m22:37:58,813 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,823 INFO [stdout] (TaskWorker-2) calling installed(trace subordinate participant stub complete) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,823 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace subordinate participant stub complete
> [0m[0m22:37:58,824 INFO [stdout] (TaskWorker-2) trace subordinate participant stub complete execute
> [0m[0m22:37:58,825 INFO [stdout] (TaskWorker-2) rule.debug{trace subordinate participant stub complete} : complete called for pseudo-participant com.arjuna.wst11.stub.SubordinateCoordinatorCompletionParticipantStub@745b2a
> [0m[0m22:37:58,826 INFO [stdout] (TaskWorker-2) Rule.execute called for trace subordinate coordinator prepare_12
> [0m[0m22:37:58,827 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,828 INFO [stdout] (TaskWorker-2) calling installed(trace subordinate coordinator prepare) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,829 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace subordinate coordinator prepare
> [0m[0m22:37:58,829 INFO [stdout] (TaskWorker-2) trace subordinate coordinator prepare execute
> [0m[0m22:37:58,829 INFO [stdout] (TaskWorker-2) rule.debug{trace subordinate coordinator prepare} : prepare for transaction 0:ffffac118321:-2b70c0f5:5312611e:1e
> [0m[0m22:37:58,836 INFO [stdout] (TaskWorker-2) Rule.execute called for trace TX save at prepare_1
> [0m[0m22:37:58,837 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,838 INFO [stdout] (TaskWorker-2) calling installed(trace TX save at prepare) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,838 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace TX save at prepare
> [0m[0m22:37:58,839 INFO [stdout] (TaskWorker-2) trace TX save at prepare execute
> [0m[0m22:37:58,839 INFO [stdout] (TaskWorker-2) rule.debug{trace TX save at prepare} : saved to disk transaction 0:ffffac118321:-2b70c0f5:5312611e:1e
> [0m[0m22:37:58,891 INFO [stdout] (TaskWorker-2) Rule.execute called for trace subordinate participant stub complete 2_29
> [0m[0m22:37:58,892 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,893 INFO [stdout] (TaskWorker-2) calling installed(trace subordinate participant stub complete 2) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:37:58,894 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace subordinate participant stub complete 2
> [0m[0m22:37:58,894 INFO [stdout] (TaskWorker-2) trace subordinate participant stub complete 2 execute
> [0m[0m22:37:58,895 INFO [stdout] (TaskWorker-2) rule.debug{trace subordinate participant stub complete 2} : JVM exit
> [0mMar 01, 2014 10:38:06 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:38:06 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:38:06 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep '\[java\] <defunct>')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:38:06 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as killed by byteman scirpt
> Mar 01, 2014 10:38:06 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'mkdir -p ./target/surefire-reports/processes'
> Mar 01, 2014 10:38:06 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'ps aux > ./target/surefire-reports/processes/null:null_43.txt'
> Mar 01, 2014 10:38:06 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor dumpProcesses
> INFO: Logged current running processes to: ./target/surefire-reports/processes/null:null_43.txt
> Mar 01, 2014 10:38:06 PM 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/XTS/localjunit/crash-recovery-tests/target/lib/byteman.jar=script:target/test-classes/scripts/BASubordinateCrashDuringComplete.btm,boot:target/lib/byteman.jar,listener:true -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n, managementAddress=127.0.0.1, serverConfig=standalone-xts.xml}
> Mar 01, 2014 10:38:06 PM 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/XTS/localjunit/crash-recovery-tests/target/lib/byteman.jar=script:target/test-classes/scripts/BASubordinateCrashDuringComplete.btm,boot:target/lib/byteman.jar,listener:true, -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n, -ea, -Djboss.home.dir=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT, -Dorg.jboss.boot.log.file=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/log/server.log, -Dlogging.configuration=file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/configuration/logging.properties, -Djboss.bundles.dir=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/bundles, -jar, /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/jboss-modules.jar, -mp, /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules, org.jboss.as.standalone, -server-config, standalone-xts.xml]
> TransformListener() : accepting requests on localhost:9091
> Listening for transport dt_socket at address: 8787
> [0m22:38:07,600 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.0.Final
> [0m[0m22:38:08,819 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.1.Final
> [0m[33m22:38:09,059 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
> [0m[0m22:38:09,142 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015899: WildFly 8.0.1.Final-SNAPSHOT "WildFly" starting
> [0m[0m22:38:12,726 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
> [0m[0m22:38:12,754 INFO [org.xnio] (MSC service thread 1-1) XNIO version 3.2.0.Final
> [0m[0m22:38:12,766 INFO [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.2.0.Final
> [0m[0m22:38:12,812 INFO [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 4.0.2.Final
> [0m[0m22:38:12,953 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 35) JBAS010280: Activating Infinispan subsystem.
> [0m[0m22:38:12,967 INFO [org.jboss.as.jacorb] (ServerService Thread Pool -- 36) JBAS016300: Activating JacORB Subsystem
> [0m[0m22:38:12,995 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 46) JBAS011800: Activating Naming Subsystem
> [0m[0m22:38:13,071 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : possible trigger for rule create participant deletes counter in class org.jboss.jbossts.XTSService
> [0m[0m22:38:13,084 INFO [stdout] (ServerService Thread Pool -- 57) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.XTSService.start() void for rule create participant deletes counter
> [0m[0m22:38:13,100 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : inserted trigger for create participant deletes counter in class org.jboss.jbossts.XTSService
> [0m[0m22:38:13,103 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : possible trigger for rule open trace file in class org.jboss.jbossts.XTSService
> [0m[0m22:38:13,104 INFO [stdout] (ServerService Thread Pool -- 57) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.XTSService.start() void for rule open trace file
> [0m[0m22:38:13,126 INFO [stdout] (ServerService Thread Pool -- 57) org.jboss.byteman.agent.Transformer : inserted trigger for open trace file in class org.jboss.jbossts.XTSService
> [0m[0m22:38:12,993 INFO [org.jboss.as.security] (ServerService Thread Pool -- 51) JBAS013171: Activating Security Subsystem
> [0m[0m22:38:15,447 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 55) JBAS015537: Activating WebServices Extension
> [0m[0m22:38:15,511 INFO [org.jboss.as.naming] (MSC service thread 1-2) JBAS011802: Starting Naming Service
> [0m[0m22:38:15,533 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 42) JBAS012615: Activated the following JSF Implementations: [main]
> [0m[0m22:38:17,048 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 30) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> [0m[0m22:38:17,232 INFO [org.jboss.as.mail.extension] (MSC service thread 1-1) JBAS015400: Bound mail session [java:jboss/mail/Default]
> [0m[0m22:38:17,438 INFO [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016330: CORBA ORB Service started
> [0m[0m22:38:17,442 INFO [org.jboss.as.security] (MSC service thread 1-2) JBAS013170: Current PicketBox version=4.0.21.Beta1
> [0m[0m22:38:17,570 INFO [org.jboss.as.connector.logging] (MSC service thread 1-2) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.3.Final)
> [0m[0m22:38:18,056 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) JBAS010417: Started Driver service with driver-name = h2
> [0m[0m22:38:18,178 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
> [0m[0m22:38:18,180 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
> [0m[0m22:38:18,186 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
> [0m[0m22:38:20,605 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017502: Undertow 1.0.0.Final starting
> [0m[0m22:38:20,613 INFO [stdout] (MSC service thread 1-1) Rule.execute called for reset periodic recovery wait time_2
> [0m[0m22:38:20,626 INFO [stdout] (MSC service thread 1-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:20,627 INFO [stdout] (MSC service thread 1-1) calling activated() for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:20,628 INFO [stdout] (MSC service thread 1-1) Default helper activated
> [0m[0m22:38:20,628 INFO [stdout] (MSC service thread 1-1) calling installed(reset periodic recovery wait time) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:20,629 INFO [stdout] (MSC service thread 1-1) Installed rule using default helper : reset periodic recovery wait time
> [0m[0m22:38:20,629 INFO [stdout] (MSC service thread 1-1) reset periodic recovery wait time execute
> [0m[0m22:38:20,630 INFO [stdout] (MSC service thread 1-1) caught ReturnException
> [0m[0m22:38:20,677 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017527: Creating file handler for path /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/welcome-content
> [0m[0m22:38:20,692 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace TX save at prepare in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:38:20,808 INFO [stdout] (MSC service thread 1-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.ats.arjuna.coordinator.BasicAction.prepare(boolean) int for rule trace TX save at prepare
> [0m[0m22:38:20,834 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace TX save at prepare in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:38:20,873 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : possible trigger for rule trace remove committed state and exit JVM in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:38:20,991 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 and exit JVM
> [0m[0m22:38:21,018 INFO [stdout] (MSC service thread 1-1) org.jboss.byteman.agent.Transformer : inserted trigger for trace remove committed state and exit JVM in class com.arjuna.ats.arjuna.coordinator.BasicAction
> [0m[0m22:38:21,061 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
> [0m[0m22:38:21,158 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
> [0m[0m22:38:21,164 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
> [0m[0m22:38:22,075 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017502: Undertow 1.0.0.Final starting
> [0m[0m22:38:23,016 INFO [org.jboss.as.jacorb] (MSC service thread 1-2) JBAS016328: CORBA Naming Service started
> [0m[0m22:38:23,515 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "xtstest.war" (runtime-name: "xtstest.war")
> [0m[0m22:38:23,518 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")
> [0m[0m22:38:23,526 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) JBAS015012: Started FileSystemDeploymentService for directory /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/deployments
> [0m[0m22:38:23,719 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017525: Started server default-server.
> [0m[0m22:38:24,828 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017531: Host default-host starting
> [0m[0m22:38:25,782 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
> [0m[33m22:38:25,890 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.
> [0m[33m22:38:25,924 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.
> [0m[33m22:38:25,927 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.
> [0m[0m22:38:26,014 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016002: Processing weld deployment xtstest.war
> [0m[0m22:38:26,083 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-1) HV000001: Hibernate Validator 5.0.3.Final
> [0m[0m22:38:26,423 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080
> [0m[0m22:38:26,960 INFO [org.jboss.ws.common.management] (MSC service thread 1-2) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.4.Final
> [0m[0m22:38:27,048 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-client
> [0m[0m22:38:27,123 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CompletionInit...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionInitiat...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:27,124 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}TerminationPart...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationPartici...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:27,490 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionInitiatorService from class com.arjuna.webservices11.wsat.sei.CompletionInitiatorPortTypeImpl
> [0m[0m22:38:28,837 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-client/CompletionInitiatorService
> [0m[0m22:38:29,407 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-client.deployment/CompletionInitiatorService.wsdl
> [0m[0m22:38:29,419 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationParticipantService from class com.arjuna.schemas.ws._2005._10.wsarjtx.TerminationParticipantPortType
> [0m[0m22:38:29,485 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-client/TerminationParticipantService
> [0m[0m22:38:29,546 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-client.deployment/TerminationParticipantService.wsdl
> [0m[0m22:38:29,619 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-coordinator
> [0m[0m22:38:29,623 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:29,624 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CoordinatorSer...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CoordinatorPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:29,625 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CompletionCoor...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:29,626 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}TerminationCoor...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:29,628 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}TerminationCoor...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:29,629 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:29,630 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}CompletionCoor...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:29,663 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionCoordinatorService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithCoordinatorCompletionCoordinatorPortTypeImpl
> [0m[0m22:38:29,786 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithCoordinator...
> [0m[0m22:38:29,885 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/BusinessAgreementWithCoordinatorCompletionCoordinatorService.wsdl
> [0m[0m22:38:29,886 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CoordinatorService from class com.arjuna.webservices11.wsat.sei.CoordinatorPortTypeImpl
> [0m[0m22:38:29,903 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CoordinatorService
> [0m[0m22:38:30,043 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CoordinatorService.wsdl
> [0m[0m22:38:30,044 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordinatorRPCService from class com.arjuna.webservices11.wsat.sei.CompletionCoordinatorRPCPortTypeImpl
> [0m[0m22:38:30,067 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorRPCService
> [0m[0m22:38:30,114 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CompletionCoordinatorRPCService.wsdl
> [0m[0m22:38:30,114 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorRPCPortTypeImplService from class com.arjuna.webservices11.wsarjtx.sei.TerminationCoordinatorRPCPortTypeImpl
> [0m[0m22:38:30,141 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorRPCService
> [0m[0m22:38:30,155 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/TerminationCoordinatorRPCPortTypeImplService.wsdl
> [0m[0m22:38:30,156 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorService from class com.arjuna.schemas.ws._2005._10.wsarjtx.TerminationCoordinatorPortType
> [0m[0m22:38:30,177 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorService
> [0m[0m22:38:30,195 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/TerminationCoordinatorService.wsdl
> [0m[0m22:38:30,196 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithParticipantCompletionCoordinatorPortTypeImpl
> [0m[0m22:38:30,214 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithParticipant...
> [0m[0m22:38:30,254 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/BusinessAgreementWithParticipantCompletionCoordinatorService.wsdl
> [0m[0m22:38:30,254 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordinatorService from class com.arjuna.webservices11.wsat.sei.CompletionCoordinatorPortTypeImpl
> [0m[0m22:38:30,270 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorService
> [0m[0m22:38:30,282 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CompletionCoordinatorService.wsdl
> [0m[0m22:38:30,285 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-c11
> [0m[0m22:38:30,288 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}ActivationSe...
> portName={http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:30,288 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}Registration...
> portName={http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationPor...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:30,303 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from class com.arjuna.webservices11.wscoor.sei.ActivationPortTypeImpl
> [0m[0m22:38:30,646 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-c11/ActivationService
> [0m[0m22:38:30,692 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-c11.deployment/ActivationService.wsdl
> [0m[0m22:38:30,693 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from class com.arjuna.webservices11.wscoor.sei.RegistrationPortTypeImpl
> [0m[0m22:38:30,743 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-c11/RegistrationService
> [0m[0m22:38:30,768 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-c11.deployment/RegistrationService.wsdl
> [0m[0m22:38:30,769 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-deploy.ws-t11-participant
> [0m[0m22:38:30,772 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}ParticipantSer...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}ParticipantPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:30,773 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:30,775 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-2) 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}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:30,828 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}ParticipantService from class com.arjuna.webservices11.wsat.sei.ParticipantPortTypeImpl
> [0m[0m22:38:30,859 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-participant/ParticipantService
> [0m[0m22:38:30,879 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/ParticipantService.wsdl
> [0m[0m22:38:30,880 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionParticipantService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithParticipantCompletionParticipantPortTypeImpl
> [0m[0m22:38:30,956 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-participant/BusinessAgreementWithParticipant...
> [0m[0m22:38:30,990 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/BusinessAgreementWithParticipantCompletionParticipantService.wsdl
> [0m[0m22:38:30,991 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-2) 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
> [0m[0m22:38:31,010 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-2) Setting the server's publish address to be http://localhost:8080/ws-t11-participant/BusinessAgreementWithCoordinator...
> [0m[0m22:38:31,043 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/BusinessAgreementWithCoordinatorCompletionParticipantService.wsdl
> [0m[0m22:38:31,047 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-client.deployment".CompletionInitiatorService
> [0m[0m22:38:31,061 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-client.deployment".TerminationParticipantService
> [0m[0m22:38:31,102 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/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingjournal,bindingsDirectory=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingbindings,largeMessagesDirectory=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messaginglargemessages,pagingDirectory=/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingpaging)
> [0m[0m22:38:31,104 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221006: Waiting to obtain live lock
> [0m[0m22:38:31,133 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorRPCService
> [0m[0m22:38:31,134 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorService
> [0m[0m22:38:31,135 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorService
> [0m[0m22:38:31,136 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithCoordinatorCompletionCoordinatorService
> [0m[0m22:38:31,137 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithParticipantCompletionCoordinatorService
> [0m[0m22:38:31,138 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CoordinatorService
> [0m[0m22:38:31,138 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorRPCService
> [0m[0m22:38:31,139 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-c11.deployment".ActivationService
> [0m[0m22:38:31,140 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-c11.deployment".RegistrationService
> [0m[0m22:38:31,141 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithParticipantCompletionParticipantService
> [0m[0m22:38:31,141 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithCoordinatorCompletionParticipantService
> [0m[0m22:38:31,142 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".ParticipantService
> [0m[0m22:38:31,148 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-client
> [0m[0m22:38:31,193 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /ws-t11-client
> [0m[0m22:38:31,194 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-coordinator
> [0m[0m22:38:31,195 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /ws-t11-coordinator
> [0m[0m22:38:31,196 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-c11
> [0m[0m22:38:31,197 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /ws-c11
> [0m[0m22:38:31,197 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-participant
> [0m[0m22:38:31,198 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /ws-t11-participant
> [0m[33m22:38:31,216 WARN [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017507: Secure listener for protocol: 'HTTP/1.1' not found! Using non secure port!
> [0m[0m22:38:31,217 INFO [stdout] (MSC service thread 1-2) Rule.execute called for open trace file_1
> [0m[0m22:38:31,218 INFO [stdout] (MSC service thread 1-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:31,218 INFO [stdout] (MSC service thread 1-2) calling installed(open trace file) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:31,218 INFO [stdout] (MSC service thread 1-2) Installed rule using default helper : open trace file
> [0m[0m22:38:31,218 INFO [stdout] (MSC service thread 1-2) open trace file execute
> [0m[0m22:38:31,219 INFO [stdout] (MSC service thread 1-2) Rule.execute called for create participant deletes counter_0
> [0m[0m22:38:31,219 INFO [stdout] (MSC service thread 1-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:31,219 INFO [stdout] (MSC service thread 1-2) calling installed(create participant deletes counter) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:31,220 INFO [stdout] (MSC service thread 1-2) Installed rule using default helper : create participant deletes counter
> [0m[0m22:38:31,220 INFO [stdout] (MSC service thread 1-2) create participant deletes counter execute
> [0m[0m22:38:33,070 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC participant receive getStatus in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:38:33,073 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace CC participant receive getStatus
> [0m[0m22:38:33,079 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC participant receive getStatus in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:38:33,092 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace CC participant send soap fault in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:38:33,103 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace CC participant send soap fault
> [0m[0m22:38:33,105 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace CC participant send soap fault in class com.arjuna.wst11.messaging.CoordinatorCompletionCoordinatorProcessorImpl
> [0m[0m22:38:33,112 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221012: Using AIO Journal
> [0m[0m22:38:33,119 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC participant receive getStatus in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:38:33,131 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace PC participant receive getStatus
> [0m[0m22:38:33,144 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC participant receive getStatus in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:38:33,168 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC participant send soap fault in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:38:33,173 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl.getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace PC participant send soap fault
> [0m[0m22:38:33,898 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC participant send soap fault in class com.arjuna.wst11.messaging.ParticipantCompletionCoordinatorProcessorImpl
> [0m[0m22:38:34,000 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trigger rendezvous on complete in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator
> [0m[0m22:38:34,002 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator.participantCompleted(java.lang.String) void for rule trigger rendezvous on complete
> [0m[0m22:38:34,004 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trigger rendezvous on complete in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator
> [0m[0m22:38:34,017 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate coordinator close in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:38:34,017 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.cancel() int for rule trace subordinate coordinator close
> [0m[0m22:38:34,019 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate coordinator close in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:38:34,022 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate coordinator prepare in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:38:34,022 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.complete() void for rule trace subordinate coordinator prepare
> [0m[0m22:38:34,025 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate coordinator prepare in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:38:34,078 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate coordinator cancel 2 in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:38:34,079 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.cancel() int for rule trace subordinate coordinator cancel 2
> [0m[0m22:38:34,081 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate coordinator cancel 2 in class com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
> [0m[0m22:38:34,128 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.
> [0m[0m22:38:36,597 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : possible trigger for rule trace delete participant and exit JVM in class org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryManagerImple
> [0m[0m22:38:36,598 INFO [stdout] (MSC service thread 1-2) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryManagerImple.deleteParticipantRecoveryRecord(java.lang.String) boolean for rule trace delete participant and exit JVM
> [0m[0m22:38:36,692 INFO [stdout] (MSC service thread 1-2) org.jboss.byteman.agent.Transformer : inserted trigger for trace delete participant and exit JVM in class org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryManagerImple
> [0m[0m22:38:36,794 INFO [org.jboss.jbossts.txbridge] (MSC service thread 1-2) ARJUNA033013: OutboundBridgeRecoveryManager starting
> [0m[0m22:38:36,797 INFO [org.jboss.jbossts.txbridge] (MSC service thread 1-2) ARJUNA033006: InboundBridgeRecoveryManager starting
> [0m[0m22:38:36,860 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016005: Starting Services for CDI deployment: xtstest.war
> [0m[0m22:38:36,927 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support CORE
> [0m[0m22:38:36,972 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support AMQP
> [0m[0m22:38:37,005 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support STOMP
> [0m[0m22:38:37,044 INFO [org.jboss.weld.Version] (MSC service thread 1-1) WELD-000900: 2.1.2 (Final)
> [0m[0m22:38:37,068 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}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:37,069 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}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:37,069 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=XTS_Service_Test_Service_Two
> address=http://localhost:8080/xtstest/xtsservicetest2
> implementor=org.jboss.jbossts.xts.servicetests.service.XTSServiceTestPortTypeImpl
> serviceName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:37,070 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=XTS_Service_Test_Service_Three
> address=http://localhost:8080/xtstest/xtsservicetest3
> implementor=org.jboss.jbossts.xts.servicetests.service.XTSServiceTestPortTypeImpl
> serviceName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServi...
> portName={http://jbossts.jboss.org/xts/servicetests/generated}XTSServiceT...
> annotationWsdlLocation=WEB-INF/wsdl/xtsservicetests.wsdl
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m22:38:37,166 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
> [0m[0m22:38:37,226 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/xtstest/xtssubordinateservicetest1
> [0m[0m22:38:37,257 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:38:37,259 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
> [0m[0m22:38:37,273 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest1
> [0m[0m22:38:37,298 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:38:37,298 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
> [0m[0m22:38:37,302 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest2
> [0m[0m22:38:37,310 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:38:37,310 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
> [0m[0m22:38:37,314 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/xtstest/xtsservicetest3
> [0m[0m22:38:37,369 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/wsdl/xtstest.war/xtsservicetests.wsdl
> [0m[0m22:38:37,408 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Subordinate_Service_One
> [0m[0m22:38:37,409 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_One
> [0m[0m22:38:37,411 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_Three
> [0m[0m22:38:37,412 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."xtstest.war".XTS_Service_Test_Service_Two
> [0m[0m22:38:37,421 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016008: Starting weld service for deployment xtstest.war
> [0m[0m22:38:37,461 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221034: Waiting to obtain live lock
> [0m[0m22:38:37,461 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221035: Live Server Obtained live lock
> [0m[0m22:38:38,120 INFO [org.jboss.messaging] (MSC service thread 1-2) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor acceptor
> [0m[0m22:38:38,122 INFO [org.jboss.messaging] (MSC service thread 1-1) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor-throughput acceptor
> [0m[0m22:38:38,298 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221007: Server is now live
> [0m[0m22:38:38,299 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221001: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [b8df3454-a183-11e3-a068-15a73905c1d7]
> [0m[0m22:38:38,697 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 59) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m22:38:38,730 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010406: Registered connection factory java:/JmsXA
> [0m[0m22:38:38,771 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 60) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
> [0m[0m22:38:38,784 INFO [org.hornetq.ra] (MSC service thread 1-2) HornetQ resource adaptor started
> [0m[0m22:38:38,784 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-2) IJ020002: Deployed: file://RaActivatorhornetq-ra
> [0m[0m22:38:38,786 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-1) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m22:38:38,787 INFO [org.jboss.as.messaging] (MSC service thread 1-1) JBAS011601: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m22:38:39,028 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /rest-tx
> [0m[0m22:38:39,073 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : possible trigger for rule setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:38:39,083 INFO [stdout] (weld-worker-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest.run() void for rule setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:38:39,087 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : inserted trigger for setup counter subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:38:39,088 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : possible trigger for rule wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:38:39,097 INFO [stdout] (weld-worker-1) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest.run() void for rule wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:38:39,098 INFO [stdout] (weld-worker-1) org.jboss.byteman.agent.Transformer : inserted trigger for wait for closes subordinate.MultiParticipantParticipantCompletionParticipantCloseTest in class org.jboss.jbossts.xts.servicetests.test.ba.subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> [0m[0m22:38:40,179 INFO [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-2) Starting XTSServiceTestRunner
> [0m[0m22:38:40,179 INFO [org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean] (MSC service thread 1-2) Started XTSServiceTestRunner
> [0m[0m22:38:40,203 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /xtstest
> [0m[0m22:38:40,279 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS018559: Deployed "xtstest.war" (runtime-name : "xtstest.war")
> [0m[0m22:38:40,280 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")
> [0m[0m22:38:40,569 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
> [0m[0m22:38:40,570 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
> [0m[0m22:38:40,571 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.0.1.Final-SNAPSHOT "WildFly" started in 34131ms - Started 474 of 532 services (109 services are lazy, passive or on-demand)
> [0mMar 01, 2014 10:38:40 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController kill
> INFO: Hard killing of a server instance
> Mar 01, 2014 10:38:40 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: waiting for byteman to kill the server
> Mar 01, 2014 10:38:40 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:38:50 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:38:50 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [0m22:38:53,944 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace subordinate prepared replay in class org.jboss.jbossts.xts.recovery.coordinator.ba.RecoverySubordinateBACoordinator
> [0m[0m22:38:53,945 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.recovery.coordinator.ba.RecoverySubordinateBACoordinator.replayPhase2() void for rule trace subordinate prepared replay
> [0m[0m22:38:53,946 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace subordinate prepared replay in class org.jboss.jbossts.xts.recovery.coordinator.ba.RecoverySubordinateBACoordinator
> [0m[0m22:38:53,957 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered PC participant send status in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:38:53,961 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine.sendStatus(com.arjuna.webservices11.wsba.State) void for rule trace recovered PC participant send status
> [0m[0m22:38:53,963 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered PC participant send status in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:38:53,966 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC coordinator engine create in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:38:53,967 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine.<init>(java.lang.String,javax.xml.ws.wsaddressing.W3CEndpointReference,com.arjuna.webservices11.wsba.State,boolean) void for rule trace PC coordinator engine create
> [0m[0m22:38:53,973 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC coordinator engine create in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:38:53,977 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive participant compensated in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:38:53,978 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine.compensated(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive participant compensated
> [0m[0m22:38:53,983 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive participant compensated in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:38:53,987 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace receive participant completed in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:38:53,989 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine.completed(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace receive participant completed
> [0m[0m22:38:53,994 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace receive participant completed in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m22:38:54,052 INFO [stdout] (Periodic Recovery) Rule.execute called for trace PC coordinator engine create_19
> [0m[0m22:38:54,053 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:54,054 INFO [stdout] (Periodic Recovery) calling installed(trace PC coordinator engine create) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:54,054 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace PC coordinator engine create
> [0m[0m22:38:54,054 INFO [stdout] (Periodic Recovery) trace PC coordinator engine create execute
> [0m[0m22:38:54,055 INFO [stdout] (Periodic Recovery) rule.debug{trace PC coordinator engine create} : created recovered PC coordinator engine PCP0:ffffac118321:-2b70c0f5:5312611e:23
> [0m[0m22:38:54,075 INFO [stdout] (Periodic Recovery) Rule.execute called for trace PC coordinator engine create_19
> [0m[0m22:38:54,076 INFO [stdout] (Periodic Recovery) trace PC coordinator engine create execute
> [0m[0m22:38:54,076 INFO [stdout] (Periodic Recovery) rule.debug{trace PC coordinator engine create} : created recovered PC coordinator engine PCP0:ffffac118321:-2b70c0f5:5312611e:26
> [0m[0m22:38:54,076 INFO [stdout] (Periodic Recovery) Rule.execute called for trace subordinate prepared replay_17
> [0m[0m22:38:54,082 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:54,082 INFO [stdout] (Periodic Recovery) calling installed(trace subordinate prepared replay) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:54,083 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace subordinate prepared replay
> [0m[0m22:38:54,083 INFO [stdout] (Periodic Recovery) trace subordinate prepared replay execute
> [0m[0m22:38:54,084 INFO [stdout] (Periodic Recovery) rule.debug{trace subordinate prepared replay} : reinstated prepared subordinate transaction 0:ffffac118321:-2b70c0f5:5312611e:1e
> [0m[0m22:38:54,096 INFO [stdout] (Periodic Recovery) xts service test : attempting to deserialize WS-BA participant completion participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.0
> [0m[0m22:38:54,106 INFO [stdout] (Periodic Recovery) xts service test : deserialized WS-BA participant completion participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.0
> [0m[0m22:38:54,111 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC participant receive soap fault in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:38:54,114 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine.soapFault(com.arjuna.webservices.SoapFault,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace PC participant receive soap fault
> [0m[0m22:38:54,120 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC participant receive soap fault in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:38:54,126 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered PC participant received status in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:38:54,129 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine.status(org.oasis_open.docs.ws_tx.wsba._2006._06.StatusType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule trace recovered PC participant received status
> [0m[0m22:38:54,135 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered PC participant received status in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:38:54,140 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace PC participant create in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:38:54,141 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine.<init>(java.lang.String,javax.xml.ws.wsaddressing.W3CEndpointReference,com.arjuna.wst.BusinessAgreementWithParticipantCompletionParticipant,com.arjuna.webservices11.wsba.State,boolean) void for rule trace PC participant create
> [0m[0m22:38:54,150 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace PC participant create in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:38:54,155 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send participant completed in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:38:54,161 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine.sendCompleted(boolean) void for rule trace send participant completed
> [0m[0m22:38:54,191 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace send participant completed in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:38:54,196 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace send participant compensated in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:38:54,203 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine.sendCompensated() void for rule trace send participant compensated
> [0m[0m22:38:54,206 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace send participant compensated in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:38:54,212 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : possible trigger for rule trace recovered PC participant send getStatus in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:38:54,218 INFO [stdout] (Periodic Recovery) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine.sendCompleted(boolean) void for rule trace recovered PC participant send getStatus
> [0m[0m22:38:54,222 INFO [stdout] (Periodic Recovery) org.jboss.byteman.agent.Transformer : inserted trigger for trace recovered PC participant send getStatus in class com.arjuna.wst11.messaging.engines.ParticipantCompletionParticipantEngine
> [0m[0m22:38:54,255 INFO [stdout] (Periodic Recovery) Rule.execute called for trace PC participant create_24
> [0m[0m22:38:54,255 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:54,256 INFO [stdout] (Periodic Recovery) calling installed(trace PC participant create) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:54,256 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace PC participant create
> [0m[0m22:38:54,256 INFO [stdout] (Periodic Recovery) trace PC participant create execute
> [0m[0m22:38:54,256 INFO [stdout] (Periodic Recovery) rule.debug{trace PC participant create} : created recovered PC participant engine org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.0
> [0m[0m22:38:54,273 INFO [stdout] (Periodic Recovery) Rule.execute called for trace recovered PC participant send getStatus_27
> [0m[0m22:38:54,275 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:54,275 INFO [stdout] (Periodic Recovery) calling installed(trace recovered PC participant send getStatus) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:54,275 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace recovered PC participant send getStatus
> [0m[0m22:38:54,275 INFO [stdout] (Periodic Recovery) trace recovered PC participant send getStatus execute
> [0m[0m22:38:54,276 INFO [stdout] (Periodic Recovery) rule.debug{trace recovered PC participant send getStatus} : sent getStatus for recovered PC coordinator engine org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.0
> [0m[0m22:38:55,130 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Periodic Recovery) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m22:38:55,572 INFO [stdout] (Periodic Recovery) xts service test : attempting to deserialize WS-BA participant completion participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.1
> [0m[0m22:38:55,572 INFO [stdout] (Periodic Recovery) xts service test : deserialized WS-BA participant completion participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.1
> [0m[0m22:38:55,572 INFO [stdout] (Periodic Recovery) Rule.execute called for trace PC participant create_24
> [0m[0m22:38:55,573 INFO [stdout] (Periodic Recovery) trace PC participant create execute
> [0m[0m22:38:55,573 INFO [stdout] (Periodic Recovery) rule.debug{trace PC participant create} : created recovered PC participant engine org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.1
> [0m[0m22:38:55,573 INFO [stdout] (Periodic Recovery) Rule.execute called for trace recovered PC participant send getStatus_27
> [0m[0m22:38:55,574 INFO [stdout] (Periodic Recovery) trace recovered PC participant send getStatus execute
> [0m[0m22:38:55,574 INFO [stdout] (Periodic Recovery) rule.debug{trace recovered PC participant send getStatus} : sent getStatus for recovered PC coordinator engine org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.1
> [0m[0m22:38:55,597 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Periodic Recovery) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m22:38:57,617 INFO [stdout] (Periodic Recovery) xts service test : attempting to deserialize WS-BA participant completion participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.2
> [0m[0m22:38:57,618 INFO [stdout] (Periodic Recovery) xts service test : deserialized WS-BA participant completion participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.2
> [0m[0m22:38:57,618 INFO [stdout] (Periodic Recovery) Rule.execute called for trace PC participant create_24
> [0m[0m22:38:57,619 INFO [stdout] (Periodic Recovery) trace PC participant create execute
> [0m[0m22:38:57,619 INFO [stdout] (Periodic Recovery) rule.debug{trace PC participant create} : created recovered PC participant engine org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.2
> [0m[0m22:38:57,619 INFO [stdout] (Periodic Recovery) Rule.execute called for trace recovered PC participant send getStatus_27
> [0m[0m22:38:57,620 INFO [stdout] (Periodic Recovery) trace recovered PC participant send getStatus execute
> [0m[0m22:38:57,620 INFO [stdout] (Periodic Recovery) rule.debug{trace recovered PC participant send getStatus} : sent getStatus for recovered PC coordinator engine org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.2
> [0m[0m22:38:57,642 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Periodic Recovery) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[33m22:38:57,703 WARN [com.arjuna.wsrecovery] (Periodic Recovery) ARJUNA046045: Compensating orphaned subordinate WS-BA transcation 0:ffffac118321:-2b70c0f5:5312611e:1e
> [0m[0m22:38:57,704 INFO [stdout] (Periodic Recovery) Rule.execute called for trace subordinate coordinator close_11
> [0m[0m22:38:57,704 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:57,704 INFO [stdout] (Periodic Recovery) calling installed(trace subordinate coordinator close) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:57,705 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace subordinate coordinator close
> [0m[0m22:38:57,705 INFO [stdout] (Periodic Recovery) trace subordinate coordinator close execute
> [0m[0m22:38:57,705 INFO [stdout] (Periodic Recovery) rule.debug{trace subordinate coordinator close} : cancel called for subordinate coordinator BasicAction: 0:ffffac118321:-2b70c0f5:5312611e:1e status: ActionStatus.COMMITTING
> [0m[0m22:38:57,854 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Periodic Recovery) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-participant-binding.wsdl
> [0m[0m22:38:59,840 INFO [stdout] (TaskWorker-1) Rule.execute called for trace PC participant receive getStatus_8
> [0m[0m22:38:59,842 INFO [stdout] (TaskWorker-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:59,842 INFO [stdout] (TaskWorker-1) calling installed(trace PC participant receive getStatus) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:59,842 INFO [stdout] (TaskWorker-1) Installed rule using default helper : trace PC participant receive getStatus
> [0m[0m22:38:59,843 INFO [stdout] (TaskWorker-1) trace PC participant receive getStatus execute
> [0m[0m22:38:59,843 INFO [stdout] (TaskWorker-1) rule.debug{trace PC participant receive getStatus} : received getStatus for PC coordinator engine 0:ffffac118321:-2b70c0f5:5312611e:1a
> [0m[0m22:38:59,856 INFO [stdout] (TaskWorker-1) Rule.execute called for trace PC participant send soap fault_9
> [0m[0m22:38:59,856 INFO [stdout] (TaskWorker-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:59,857 INFO [stdout] (TaskWorker-1) calling installed(trace PC participant send soap fault) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:38:59,857 INFO [stdout] (TaskWorker-1) Installed rule using default helper : trace PC participant send soap fault
> [0m[0m22:38:59,857 INFO [stdout] (TaskWorker-1) trace PC participant send soap fault execute
> [0m[0m22:38:59,858 INFO [stdout] (TaskWorker-1) rule.debug{trace PC participant send soap fault} : sent soap fault for unknown PC coordinator engine 0:ffffac118321:-2b70c0f5:5312611e:1a
> [0mMar 01, 2014 10:39:00 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:39:00 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> [0m22:39:00,750 INFO [stdout] (TaskWorker-2) Rule.execute called for trace PC participant receive getStatus_8
> [0m[0m22:38:59,997 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-participant-binding.wsdl
> [0m[0m22:39:03,239 INFO [stdout] (Timer-1) Rule.execute called for trace recovered PC participant send getStatus_27
> [0m[0m22:39:03,241 INFO [stdout] (TaskWorker-2) trace PC participant receive getStatus execute
> [0m[0m22:39:03,241 INFO [stdout] (TaskWorker-2) rule.debug{trace PC participant receive getStatus} : received getStatus for PC coordinator engine PCP0:ffffac118321:-2b70c0f5:5312611e:23
> [0m[0m22:39:03,246 INFO [stdout] (TaskWorker-2) Rule.execute called for trace recovered PC participant send status_18
> [0m[0m22:39:03,270 INFO [stdout] (Timer-1) trace recovered PC participant send getStatus execute
> [0m[0m22:39:03,270 INFO [stdout] (Timer-1) rule.debug{trace recovered PC participant send getStatus} : sent getStatus for recovered PC coordinator engine org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.0
> [0m[0m22:39:03,300 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:03,301 INFO [stdout] (TaskWorker-2) calling installed(trace recovered PC participant send status) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:03,301 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace recovered PC participant send status
> [0m[0m22:39:03,301 INFO [stdout] (TaskWorker-2) trace recovered PC participant send status execute
> [0m[0m22:39:03,301 INFO [stdout] (TaskWorker-2) rule.debug{trace recovered PC participant send status} : sent status {http://docs.oasis-open.org/ws-tx/wsba/2006/06}Compensating for recovered PC coordinator engine PCP0:ffffac118321:-2b70c0f5:5312611e:23
> [0m[0m22:39:03,325 INFO [stdout] (TaskWorker-3) Rule.execute called for trace PC participant receive getStatus_8
> [0m[0m22:39:03,325 INFO [stdout] (TaskWorker-3) trace PC participant receive getStatus execute
> [0m[0m22:39:03,326 INFO [stdout] (TaskWorker-3) rule.debug{trace PC participant receive getStatus} : received getStatus for PC coordinator engine PCP0:ffffac118321:-2b70c0f5:5312611e:26
> [0m[0m22:39:03,327 INFO [stdout] (TaskWorker-3) Rule.execute called for trace recovered PC participant send status_18
> [0m[0m22:39:03,477 INFO [stdout] (TaskWorker-3) trace recovered PC participant send status execute
> [0m[0m22:39:03,478 INFO [stdout] (TaskWorker-3) rule.debug{trace recovered PC participant send status} : sent status {http://docs.oasis-open.org/ws-tx/wsba/2006/06}Completed for recovered PC coordinator engine PCP0:ffffac118321:-2b70c0f5:5312611e:26
> [0m[0m22:39:03,537 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Timer-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m22:39:03,574 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-participant-binding.wsdl
> [0m[0m22:39:03,768 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-3) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-participant-binding.wsdl
> [0m[0m22:39:03,864 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-participant-binding.wsdl
> [0m[0m22:39:05,845 INFO [stdout] (TaskWorker-4) Rule.execute called for trace delete participant and exit JVM_14
> [0m[0m22:39:05,846 INFO [stdout] (TaskWorker-4) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:05,846 INFO [stdout] (TaskWorker-4) calling installed(trace delete participant and exit JVM) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:05,846 INFO [stdout] (TaskWorker-4) Installed rule using default helper : trace delete participant and exit JVM
> [0m[0m22:39:05,847 INFO [stdout] (TaskWorker-4) trace delete participant and exit JVM execute
> [0m[0m22:39:05,847 INFO [stdout] (TaskWorker-4) Rule.execute called for trace send participant compensated_26
> [0m[0m22:39:05,848 INFO [stdout] (TaskWorker-4) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:05,848 INFO [stdout] (TaskWorker-4) calling installed(trace send participant compensated) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:05,849 INFO [stdout] (TaskWorker-4) Installed rule using default helper : trace send participant compensated
> [0m[0m22:39:05,849 INFO [stdout] (TaskWorker-4) trace send participant compensated execute
> [0m[0m22:39:05,849 INFO [stdout] (TaskWorker-4) rule.debug{trace send participant compensated} : compensated sent for PC participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.1
> [0m[0m22:39:06,154 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-4) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m22:39:06,379 INFO [stdout] (TaskWorker-2) Rule.execute called for trace recovered PC participant received status_23
> [0m[0m22:39:06,380 INFO [stdout] (TaskWorker-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:06,380 INFO [stdout] (TaskWorker-2) calling installed(trace recovered PC participant received status) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:06,381 INFO [stdout] (TaskWorker-2) Installed rule using default helper : trace recovered PC participant received status
> [0m[0m22:39:06,381 INFO [stdout] (TaskWorker-2) trace recovered PC participant received status execute
> [0m[0m22:39:06,381 INFO [stdout] (TaskWorker-2) rule.debug{trace recovered PC participant received status} : received status {http://docs.oasis-open.org/ws-tx/wsba/2006/06}Completed for recovered PC coordinator engine org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.2
> [0m[0m22:39:06,391 INFO [stdout] (Timer-1) Rule.execute called for trace send participant completed_25
> [0m[0m22:39:06,392 INFO [stdout] (Timer-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:06,392 INFO [stdout] (Timer-1) calling installed(trace send participant completed) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:06,392 INFO [stdout] (Timer-1) Installed rule using default helper : trace send participant completed
> [0m[0m22:39:06,393 INFO [stdout] (Timer-1) trace send participant completed execute
> [0m[0m22:39:06,393 INFO [stdout] (Timer-1) rule.debug{trace send participant completed} : completed sent for PC participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.2
> [0m[0m22:39:06,414 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Timer-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m22:39:06,821 INFO [stdout] (TaskWorker-1) Rule.execute called for trace PC participant receive soap fault_22
> [0m[0m22:39:06,822 INFO [stdout] (TaskWorker-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:06,822 INFO [stdout] (TaskWorker-1) calling installed(trace PC participant receive soap fault) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:06,824 INFO [stdout] (TaskWorker-1) Installed rule using default helper : trace PC participant receive soap fault
> [0m[0m22:39:06,824 INFO [stdout] (TaskWorker-1) trace PC participant receive soap fault execute
> [0m[0m22:39:06,825 INFO [stdout] (TaskWorker-1) rule.debug{trace PC participant receive soap fault} : received soap fault for PC coordinator engine org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.0
> [0m[33m22:39:06,825 WARN [com.arjuna.wst] (TaskWorker-1) ARJUNA043200: Compensating participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.0
> [0m[0m22:39:06,892 INFO [stdout] (TaskWorker-1) Rule.execute called for trace delete participant and exit JVM_14
> [0m[0m22:39:06,911 INFO [stdout] (TaskWorker-1) trace delete participant and exit JVM execute
> [0m[0m22:39:06,996 INFO [stdout] (TaskWorker-2) Rule.execute called for trace PC participant receive getStatus_8
> [0m[0m22:39:06,996 INFO [stdout] (TaskWorker-2) trace PC participant receive getStatus execute
> [0m[0m22:39:06,996 INFO [stdout] (TaskWorker-2) rule.debug{trace PC participant receive getStatus} : received getStatus for PC coordinator engine 0:ffffac118321:-2b70c0f5:5312611e:1a
> [0m[0m22:39:07,008 INFO [stdout] (TaskWorker-2) Rule.execute called for trace PC participant send soap fault_9
> [0m[0m22:39:07,026 INFO [stdout] (TaskWorker-2) trace PC participant send soap fault execute
> [0m[0m22:39:07,026 INFO [stdout] (TaskWorker-2) rule.debug{trace PC participant send soap fault} : sent soap fault for unknown PC coordinator engine 0:ffffac118321:-2b70c0f5:5312611e:1a
> [0m[0m22:39:07,026 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-participant-binding.wsdl
> [0m[0m22:39:07,042 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-participant-binding.wsdl
> [0m[0m22:39:07,060 INFO [stdout] (TaskWorker-3) Rule.execute called for trace receive participant compensated_20
> [0m[0m22:39:07,061 INFO [stdout] (TaskWorker-3) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:07,062 INFO [stdout] (TaskWorker-3) calling installed(trace receive participant compensated) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:07,062 INFO [stdout] (TaskWorker-3) Installed rule using default helper : trace receive participant compensated
> [0m[0m22:39:07,062 INFO [stdout] (TaskWorker-3) trace receive participant compensated execute
> [0m[0m22:39:07,062 INFO [stdout] (TaskWorker-3) rule.debug{trace receive participant compensated} : compensated received for PC coordinator engine PCP0:ffffac118321:-2b70c0f5:5312611e:23
> [0m[0m22:39:07,063 INFO [stdout] (TaskWorker-1) Rule.execute called for trace receive participant completed_21
> [0m[0m22:39:07,064 INFO [stdout] (TaskWorker-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:07,064 INFO [stdout] (TaskWorker-1) calling installed(trace receive participant completed) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:07,065 INFO [stdout] (TaskWorker-1) Installed rule using default helper : trace receive participant completed
> [0m[0m22:39:07,065 INFO [stdout] (TaskWorker-1) trace receive participant completed execute
> [0m[0m22:39:07,065 INFO [stdout] (TaskWorker-1) rule.debug{trace receive participant completed} : completed received for PC coordinator engine PCP0:ffffac118321:-2b70c0f5:5312611e:26
> [0m[0m22:39:07,118 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Periodic Recovery) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-participant-binding.wsdl
> [0m[0m22:39:07,210 INFO [stdout] (TaskWorker-3) Rule.execute called for trace delete participant and exit JVM_14
> [0m[0m22:39:07,211 INFO [stdout] (TaskWorker-3) trace delete participant and exit JVM execute
> [0m[0m22:39:07,211 INFO [stdout] (TaskWorker-3) Rule.execute called for trace send participant compensated_26
> [0m[0m22:39:07,212 INFO [stdout] (TaskWorker-3) trace send participant compensated execute
> [0m[0m22:39:07,212 INFO [stdout] (TaskWorker-3) rule.debug{trace send participant compensated} : compensated sent for PC participant org.jboss.jbossts.xts.servicetests.ParticipantCompletionParticipant.2
> [0m[0m22:39:07,248 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-3) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.2.Final-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m22:39:07,377 INFO [stdout] (TaskWorker-1) Rule.execute called for trace receive participant compensated_20
> [0m[0m22:39:07,378 INFO [stdout] (TaskWorker-1) trace receive participant compensated execute
> [0m[0m22:39:07,378 INFO [stdout] (TaskWorker-1) rule.debug{trace receive participant compensated} : compensated received for PC coordinator engine PCP0:ffffac118321:-2b70c0f5:5312611e:26
> [0m[0m22:39:07,380 INFO [stdout] (Periodic Recovery) Rule.execute called for trace remove committed state_5
> [0m[0m22:39:07,382 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:07,382 INFO [stdout] (Periodic Recovery) calling installed(trace remove committed state) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:07,383 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace remove committed state
> [0m[0m22:39:07,383 INFO [stdout] (Periodic Recovery) trace remove committed state execute
> [0m[0m22:39:07,383 INFO [stdout] (Periodic Recovery) rule.debug{trace remove committed state} : removed transaction 0:ffffac118321:-2b70c0f5:5312611e:1e
> [0m[0m22:39:07,384 INFO [stdout] (Periodic Recovery) Rule.execute called for trace remove committed state and exit JVM_4
> [0m[0m22:39:07,385 INFO [stdout] (Periodic Recovery) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:07,386 INFO [stdout] (Periodic Recovery) calling installed(trace remove committed state and exit JVM) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m22:39:07,386 INFO [stdout] (Periodic Recovery) Installed rule using default helper : trace remove committed state and exit JVM
> [0m[0m22:39:07,387 INFO [stdout] (Periodic Recovery) trace remove committed state and exit JVM execute
> [0m[0m22:39:07,388 INFO [stdout] (Periodic Recovery) rule.debug{trace remove committed state and exit JVM} : JVM exit
> [0mMar 01, 2014 10:39:13 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as is still alive, sleeping for a further 10000ms
> Mar 01, 2014 10:39:13 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep 'jboss-module[s]')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:39:13 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'if [ "$(ps aux | grep '\[java\] <defunct>')" == "" ]; then exit 1; fi'
> Mar 01, 2014 10:39:13 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
> INFO: jboss-as killed by byteman scirpt
> Mar 01, 2014 10:39:13 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'mkdir -p ./target/surefire-reports/processes'
> Mar 01, 2014 10:39:13 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
> INFO: Executing shell command: 'ps aux > ./target/surefire-reports/processes/null:null_44.txt'
> Mar 01, 2014 10:39:13 PM com.arjuna.qa.extension.JBossAS7ServerKillProcessor dumpProcesses
> INFO: Logged current running processes to: ./target/surefire-reports/processes/null:null_44.txt
> Mar 01, 2014 10:39:13 PM com.arjuna.qa.junit.BaseCrashTest runTest
> INFO: Test completed, server should be down: BASubordinateCrashDuringComplete:subordinate.MultiParticipantParticipantCompletionParticipantCloseTest
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (JBTM-2156) InboundBridgeTestCase#testRollbackWithTwoParticipants test failed
by Gytis Trikleris (JIRA)
[ https://issues.jboss.org/browse/JBTM-2156?page=com.atlassian.jira.plugin.... ]
Gytis Trikleris closed JBTM-2156.
---------------------------------
Fix Version/s: (was: 5.0.3)
Resolution: Cannot Reproduce Bug
Object store wasn't clean before test execution. Since the same resource is used for all test, it was invoked during the recovery as well. Therefore, extra invocation was counted.
I cannot reproduce the issue and it didn't happen since May, thus closing it.
> InboundBridgeTestCase#testRollbackWithTwoParticipants test failed
> -----------------------------------------------------------------
>
> Key: JBTM-2156
> URL: https://issues.jboss.org/browse/JBTM-2156
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: REST
> Reporter: Gytis Trikleris
> Assignee: Gytis Trikleris
> Priority: Minor
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana/PROFILE=MAIN,jdk=...
> {code}
> java.lang.AssertionError: expected:<1> but was:<2>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:743)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:555)
> at org.junit.Assert.assertEquals(Assert.java:542)
> at org.jboss.narayana.rest.bridge.inbound.test.integration.InboundBridgeTestCase.testRollbackWithTwoParticipants(InboundBridgeTestCase.java:130)
> {code}
> {code}
> log4j:WARN No appenders could be found for logger (org.jboss.logging).
> log4j:WARN Please initialize the log4j system properly.
> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
> Apr 21, 2014 7:11:09 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController start
> INFO: Manual starting of a server instance
> Apr 21, 2014 7:11:09 PM org.jboss.as.arquillian.container.managed.ManagedDeployableContainer startInternal
> INFO: Starting container with: [/usr/local/jdk1.7.0_51/bin/java, -server, -Xms64m, -Xmx1024m, -XX:MaxPermSize=512m, -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n, -ea, -Djboss.home.dir=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT, -Dorg.jboss.boot.log.file=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/standalone/log/server.log, -Dlogging.configuration=file:/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/standalone/configuration/logging.properties, -Djboss.bundles.dir=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/bundles, -jar, /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/jboss-modules.jar, -mp, /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/modules, org.jboss.as.standalone, -server-config, standalone-rts.xml]
> Listening for transport dt_socket at address: 8787
> [0m19:11:10,874 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.3.Final
> [0m[0m19:11:11,750 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.2.Final
> [0m[33m19:11:11,963 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
> [0m[0m19:11:12,034 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015899: WildFly 8.1.0.Final-SNAPSHOT "Kenny" starting
> [0m[0m19:11:15,195 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
> [0m[0m19:11:15,222 INFO [org.xnio] (MSC service thread 1-1) XNIO version 3.2.2.Final
> [0m[0m19:11:15,233 INFO [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.2.2.Final
> [0m[0m19:11:15,274 INFO [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 4.0.3.Final
> [0m[0m19:11:15,428 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 36) JBAS010280: Activating Infinispan subsystem.
> [0m[0m19:11:15,432 INFO [org.jboss.as.jacorb] (ServerService Thread Pool -- 37) JBAS016300: Activating JacORB Subsystem
> [0m[0m19:11:15,588 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 47) JBAS011800: Activating Naming Subsystem
> [0m[0m19:11:15,645 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 55) JBAS015537: Activating WebServices Extension
> [0m[0m19:11:15,515 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 43) JBAS012615: Activated the following JSF Implementations: [main]
> [0m[0m19:11:15,633 INFO [org.jboss.as.security] (ServerService Thread Pool -- 52) JBAS013171: Activating Security Subsystem
> [0m[33m19:11:15,633 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.
> [0m[0m19:11:15,975 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017502: Undertow 1.0.5.Final starting
> [0m[0m19:11:15,993 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017502: Undertow 1.0.5.Final starting
> [0m[0m19:11:15,993 INFO [org.jboss.as.naming] (MSC service thread 1-2) JBAS011802: Starting Naming Service
> [0m[0m19:11:16,033 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 31) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> [0m[0m19:11:16,410 INFO [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016330: CORBA ORB Service started
> [0m[0m19:11:16,494 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017527: Creating file handler for path /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/welcome-content
> [0m[0m19:11:16,845 INFO [org.jboss.as.security] (MSC service thread 1-2) JBAS013170: Current PicketBox version=4.0.21.Beta1
> [0m[0m19:11:16,889 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) JBAS015400: Bound mail session [java:jboss/mail/Default]
> [0m[0m19:11:17,101 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017525: Started server default-server.
> [0m[0m19:11:17,112 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017531: Host default-host starting
> [0m[0m19:11:17,173 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080
> [0m[0m19:11:17,593 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Deploying javax.ws.rs.core.Application: class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:17,654 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:17,619 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Deploying javax.ws.rs.core.Application: class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:17,655 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:17,654 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:17,655 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.IIOImageProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:17,656 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:17,657 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FileProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:17,657 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:17,658 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:17,658 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:17,659 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:17,660 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DocumentProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:17,660 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:17,661 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.InputStreamProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:17,663 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:17,670 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:17,671 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:17,673 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:17,673 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:17,674 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.SerializableProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:17,675 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:17,675 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:17,676 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:17,683 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:17,683 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:17,684 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DataSourceProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:17,688 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding class resource org.jboss.narayana.rest.integration.ParticipantResource from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:17,688 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:17,689 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.StringTextStar from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:17,689 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:17,697 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:17,698 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.narayana.rest.integration.HeuristicMapper from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:17,698 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:17,776 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:17,776 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.IIOImageProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:17,776 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:17,776 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.FileProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:17,777 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:17,777 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:17,777 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:17,777 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:17,777 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DocumentProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:17,777 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:17,778 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding class resource org.jboss.jbossts.star.service.Coordinator from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:17,778 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.jbossts.star.provider.TMUnavailableMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:17,778 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.jbossts.star.provider.NotFoundMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:17,779 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.InputStreamProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:17,779 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:17,779 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:17,779 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.jbossts.star.provider.HttpResponseMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:17,779 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:17,780 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:17,780 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:17,780 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.SerializableProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:17,780 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:17,780 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:17,781 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:17,781 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:17,781 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.jbossts.star.provider.TransactionStatusMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:17,781 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:17,781 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DataSourceProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:17,782 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:17,782 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.StringTextStar from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:17,782 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:17,782 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:17,782 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:18,074 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: rest-at-participant
> [0m[0m19:11:18,080 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Deploying javax.ws.rs.core.Application: class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:18,080 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:18,081 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:18,081 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.IIOImageProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:18,081 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:18,081 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FileProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:18,082 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:18,082 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:18,082 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:18,082 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:18,082 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DocumentProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:18,083 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:18,083 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.InputStreamProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:18,083 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:18,083 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:18,094 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding class resource org.jboss.narayana.rest.integration.VolatileParticipantResource from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:18,094 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:18,094 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:18,094 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:18,094 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.SerializableProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:18,095 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:18,095 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:18,095 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:18,095 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:18,095 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:18,096 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DataSourceProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:18,096 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:18,096 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.StringTextStar from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:18,096 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:18,097 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:18,097 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:18,179 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: volatile-rest-at-participant
> [0m[0m19:11:18,290 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /rest-at-coordinator
> [0m[0m19:11:18,623 INFO [org.jboss.as.connector.logging] (MSC service thread 1-2) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.5.Final)
> [0m[0m19:11:19,164 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) JBAS010417: Started Driver service with driver-name = h2
> [0m[0m19:11:19,373 INFO [org.jboss.as.jacorb] (MSC service thread 1-2) JBAS016328: CORBA Naming Service started
> [0m[0m19:11:19,421 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
> [0m[0m19:11:19,443 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/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/standalone/data/messagingjournal,bindingsDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/standalone/data/messagingbindings,largeMessagesDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/standalone/data/messaginglargemessages,pagingDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/standalone/data/messagingpaging)
> [0m[0m19:11:19,445 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221006: Waiting to obtain live lock
> [0m[0m19:11:19,458 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) JBAS015012: Started FileSystemDeploymentService for directory /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/standalone/deployments
> [0m[0m19:11:20,117 INFO [org.jboss.ws.common.management] (MSC service thread 1-2) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.4.Final
> [0m[0m19:11:20,125 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221012: Using AIO Journal
> [0m[0m19:11:20,363 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.
> [0m[0m19:11:20,394 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support CORE
> [0m[0m19:11:20,448 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support AMQP
> [0m[0m19:11:20,452 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support STOMP
> [0m[0m19:11:20,534 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221034: Waiting to obtain live lock
> [0m[0m19:11:20,535 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221035: Live Server Obtained live lock
> [0m[0m19:11:21,013 INFO [org.jboss.messaging] (MSC service thread 1-2) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor-throughput acceptor
> [0m[0m19:11:21,014 INFO [org.jboss.messaging] (MSC service thread 1-1) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor acceptor
> [0m[0m19:11:21,136 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221007: Server is now live
> [0m[0m19:11:21,136 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221001: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [1dd22e9a-c97f-11e3-9af7-478b05d1c264]
> [0m[0m19:11:21,235 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 59) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
> [0m[0m19:11:21,278 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 62) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m19:11:21,284 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-1) JBAS010406: Registered connection factory java:/JmsXA
> [0m[0m19:11:21,300 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 61) HQ221003: trying to deploy queue jms.queue.ExpiryQueue
> [0m[0m19:11:21,316 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 61) JBAS011601: Bound messaging object to jndi name java:/jms/queue/ExpiryQueue
> [0m[0m19:11:21,316 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221003: trying to deploy queue jms.queue.DLQ
> [0m[0m19:11:21,317 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 60) JBAS011601: Bound messaging object to jndi name java:/jms/queue/DLQ
> [0m[0m19:11:21,349 INFO [org.hornetq.ra] (MSC service thread 1-1) HornetQ resource adaptor started
> [0m[0m19:11:21,350 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-1) IJ020002: Deployed: file://RaActivatorhornetq-ra
> [0m[0m19:11:21,352 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m19:11:21,352 INFO [org.jboss.as.messaging] (MSC service thread 1-2) JBAS011601: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m19:11:21,554 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
> [0m[0m19:11:21,554 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
> [0m[0m19:11:21,555 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.1.0.Final-SNAPSHOT "Kenny" started in 11420ms - Started 222 of 270 services (91 services are lazy, passive or on-demand)
> [0m[0m19:11:22,237 INFO [org.jboss.as.repository] (management-handler-thread - 2) JBAS014900: Content added at location /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/standalone/data/content/04/b08ef21ce1a3327050cb27cefd4fb42b030864/content
> [0m[0m19:11:22,273 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "rest-tx-bridge-test.war" (runtime-name: "rest-tx-bridge-test.war")
> [0m[33m19:11:22,650 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.rest-tx-bridge-test.war" is using a private module ("org.jboss.jts:main") which may be changed or removed in future versions without notice.
> [0m[33m19:11:22,655 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.rest-tx-bridge-test.war" is using a private module ("org.codehaus.jettison:main") which may be changed or removed in future versions without notice.
> [0m[0m19:11:23,082 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /rest-tx-bridge-test
> [0m[0m19:11:23,305 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018559: Deployed "rest-tx-bridge-test.war" (runtime-name : "rest-tx-bridge-test.war")
> [0m[0m19:11:29,047 INFO [org.jboss.jbossts.star.resource.RESTRecord] (Periodic Recovery) restore_state http://localhost:8080/rest-tx-bridge-test/logging-participant-resource/te...
> [0m[0m19:11:29,047 INFO [org.jboss.jbossts.star.resource.RESTRecord] (Periodic Recovery) restore_state http://127.0.0.1:8080/rest-at-participant/0:ffffac118321:97a9:53555ec7:17
> [0m[0m19:11:29,642 INFO [org.hibernate.validator.internal.util.Version] (default task-1) HV000001: Hibernate Validator 5.1.0.Final
> [0m[0m19:11:29,875 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingRestATResource] (default task-3) LoggingRestATResource.resetInvocations()
> [0m[0m19:11:29,931 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingRestATResource] (default task-6) LoggingRestATResource.terminateParticipant(txstatus=TransactionCommitted)
> [0m[0m19:11:30,490 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-8) LoggingXAResource.start
> [0m[0m19:11:30,506 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-12) LoggingXAResource.end
> [0m[0m19:11:30,511 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-12) LoggingXAResource.rollback
> [0m[0m19:11:30,515 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingRestATResource] (default task-13) LoggingRestATResource.terminateParticipant(txstatus=TransactionRolledBack)
> [0m[0m19:11:30,555 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingRestATResource] (default task-14) LoggingRestATResource.getInvocations()
> [0m[0m19:11:30,631 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017535: Unregistered web context: /rest-tx-bridge-test
> [0m[0m19:11:30,654 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment rest-tx-bridge-test.war (runtime-name: rest-tx-bridge-test.war) in 31ms
> [0mApr 21, 2014 7:11:30 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController stop
> INFO: Manual stopping of a server instance
> [0m19:11:30,774 INFO [org.jboss.as.repository] (management-handler-thread - 2) JBAS014901: Content removed from location /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/standalone/data/content/04/b08ef21ce1a3327050cb27cefd4fb42b030864/content
> [0m[0m19:11:30,774 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018558: Undeployed "rest-tx-bridge-test.war" (runtime-name: "rest-tx-bridge-test.war")
> [0m[0m19:11:30,820 INFO [org.jboss.as.messaging] (MSC service thread 1-1) JBAS011605: Unbound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m19:11:30,821 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-1) JBAS010410: Unbound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m19:11:30,840 INFO [org.hornetq.ra] (ServerService Thread Pool -- 53) HQ151003: HornetQ resource adaptor stopped
> [0m[0m19:11:30,843 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017535: Unregistered web context: rest-at-participant
> [0m[0m19:11:30,844 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017535: Unregistered web context: volatile-rest-at-participant
> [0m[0m19:11:30,844 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017535: Unregistered web context: /rest-at-coordinator
> [0m[0m19:11:30,847 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 25) JBAS011605: Unbound messaging object to jndi name java:/jms/queue/DLQ
> [0m[0m19:11:30,848 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 53) JBAS011605: Unbound messaging object to jndi name java:/ConnectionFactory
> [0m[0m19:11:30,849 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 24) JBAS011605: Unbound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m19:11:30,850 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 29) JBAS011605: Unbound messaging object to jndi name java:/jms/queue/ExpiryQueue
> [0m[0m19:11:30,871 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010409: Unbound data source [java:jboss/datasources/ExampleDS]
> [0m[0m19:11:30,880 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017532: Host default-host stopping
> [0m[0m19:11:30,973 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) JBAS010418: Stopped Driver service with driver-name = h2
> [0m[0m19:11:31,021 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 29) HQ221002: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [1dd22e9a-c97f-11e3-9af7-478b05d1c264] stopped
> [0m[0m19:11:31,026 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017521: Undertow HTTP listener default suspending
> [0m[0m19:11:31,027 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017520: Undertow HTTP listener default stopped, was bound to localhost.localdomain/127.0.0.1:8080
> [0m[0m19:11:31,034 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017506: Undertow 1.0.5.Final stopping
> [0m[0m19:11:31,045 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015950: WildFly 8.1.0.Final-SNAPSHOT "Kenny" stopped in 114ms
> [0mApr 21, 2014 7:11:31 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController kill
> INFO: Hard killing of a server instance
> Apr 21, 2014 7:11:31 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController start
> INFO: Manual starting of a server instance
> Apr 21, 2014 7:11:31 PM org.jboss.as.arquillian.container.managed.ManagedDeployableContainer startInternal
> INFO: Starting container with: [/usr/local/jdk1.7.0_51/bin/java, -server, -Xms64m, -Xmx1024m, -XX:MaxPermSize=512m, -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n, -ea, -Djboss.home.dir=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT, -Dorg.jboss.boot.log.file=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/standalone/log/server.log, -Dlogging.configuration=file:/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/standalone/configuration/logging.properties, -Djboss.bundles.dir=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/bundles, -jar, /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/jboss-modules.jar, -mp, /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/modules, org.jboss.as.standalone, -server-config, standalone-rts.xml]
> Listening for transport dt_socket at address: 8787
> [0m19:11:32,341 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.3.Final
> [0m[0m19:11:33,387 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.2.Final
> [0m[33m19:11:33,483 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
> [0m[0m19:11:33,561 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015899: WildFly 8.1.0.Final-SNAPSHOT "Kenny" starting
> [0m[0m19:11:36,705 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
> [0m[0m19:11:36,737 INFO [org.xnio] (MSC service thread 1-2) XNIO version 3.2.2.Final
> [0m[0m19:11:36,749 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.2.2.Final
> [0m[0m19:11:36,807 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 4.0.3.Final
> [0m[0m19:11:36,990 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 36) JBAS010280: Activating Infinispan subsystem.
> [0m[0m19:11:36,994 INFO [org.jboss.as.jacorb] (ServerService Thread Pool -- 37) JBAS016300: Activating JacORB Subsystem
> [0m[0m19:11:37,123 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 47) JBAS011800: Activating Naming Subsystem
> [0m[0m19:11:37,065 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 43) JBAS012615: Activated the following JSF Implementations: [main]
> [0m[33m19:11:37,184 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.
> [0m[0m19:11:37,184 INFO [org.jboss.as.security] (ServerService Thread Pool -- 52) JBAS013171: Activating Security Subsystem
> [0m[0m19:11:38,123 INFO [org.jboss.as.naming] (MSC service thread 1-2) JBAS011802: Starting Naming Service
> [0m[0m19:11:38,124 INFO [org.jboss.as.security] (MSC service thread 1-1) JBAS013170: Current PicketBox version=4.0.21.Beta1
> [0m[0m19:11:38,319 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017502: Undertow 1.0.5.Final starting
> [0m[0m19:11:38,340 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 31) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> [0m[0m19:11:38,558 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017502: Undertow 1.0.5.Final starting
> [0m[0m19:11:38,818 INFO [org.jboss.as.connector.logging] (MSC service thread 1-2) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.5.Final)
> [0m[0m19:11:38,857 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017527: Creating file handler for path /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/welcome-content
> [0m[0m19:11:39,462 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010417: Started Driver service with driver-name = h2
> [0m[0m19:11:39,846 INFO [org.jboss.as.jacorb] (MSC service thread 1-2) JBAS016330: CORBA ORB Service started
> [0m[0m19:11:39,850 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) JBAS015400: Bound mail session [java:jboss/mail/Default]
> [0m[0m19:11:39,921 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017525: Started server default-server.
> [0m[0m19:11:39,938 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017531: Host default-host starting
> [0m[0m19:11:40,065 INFO [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016328: CORBA Naming Service started
> [0m[0m19:11:40,215 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
> [0m[0m19:11:40,219 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080
> [0m[0m19:11:40,284 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 55) HQ221000: live server is starting with configuration HornetQ Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/standalone/data/messagingjournal,bindingsDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/standalone/data/messagingbindings,largeMessagesDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/standalone/data/messaginglargemessages,pagingDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/standalone/data/messagingpaging)
> [0m[0m19:11:40,287 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 55) HQ221006: Waiting to obtain live lock
> [0m[0m19:11:40,301 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 56) JBAS015537: Activating WebServices Extension
> [0m[0m19:11:40,345 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 55) HQ221012: Using AIO Journal
> [0m[0m19:11:41,290 INFO [org.jboss.ws.common.management] (MSC service thread 1-1) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.4.Final
> [0m[0m19:11:41,298 INFO [io.netty.util.internal.PlatformDependent] (ServerService Thread Pool -- 55) 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.
> [0m[0m19:11:41,328 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 55) HQ221043: Adding protocol support CORE
> [0m[0m19:11:41,366 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 55) HQ221043: Adding protocol support AMQP
> [0m[0m19:11:41,370 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 55) HQ221043: Adding protocol support STOMP
> [0m[0m19:11:41,504 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 55) HQ221034: Waiting to obtain live lock
> [0m[0m19:11:41,504 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 55) HQ221035: Live Server Obtained live lock
> [0m[0m19:11:41,670 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Deploying javax.ws.rs.core.Application: class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:41,687 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:41,687 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:41,688 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:41,688 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:41,689 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FileProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:41,691 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding class resource org.jboss.jbossts.star.service.Coordinator from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:41,691 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:41,691 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:41,693 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:41,694 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:41,694 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:41,696 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:41,701 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:41,702 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:41,703 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:41,703 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.IIOImageProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:41,704 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DataSourceProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:41,705 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:41,705 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:41,706 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.StringTextStar from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:41,712 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:41,713 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:41,713 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.jbossts.star.provider.NotFoundMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:41,714 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:41,715 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:41,715 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.jbossts.star.provider.HttpResponseMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:41,715 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:41,716 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DocumentProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:41,716 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:41,716 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.SerializableProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:41,717 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.InputStreamProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:41,717 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.jbossts.star.provider.TMUnavailableMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:41,717 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.jbossts.star.provider.TransactionStatusMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:41,718 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:42,192 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /rest-at-coordinator
> [0m[0m19:11:42,478 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Deploying javax.ws.rs.core.Application: class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:42,480 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:42,480 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:42,480 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:42,481 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:42,481 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FileProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:42,481 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:42,481 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:42,481 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:42,481 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:42,482 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.narayana.rest.integration.HeuristicMapper from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:42,482 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:42,482 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:42,482 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:42,482 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:42,483 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:42,483 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding class resource org.jboss.narayana.rest.integration.ParticipantResource from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:42,483 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.IIOImageProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:42,483 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DataSourceProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:42,483 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:42,484 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:42,484 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.StringTextStar from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:42,484 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:42,484 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:42,484 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:42,485 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:42,485 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:42,485 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DocumentProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:42,485 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:42,485 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.SerializableProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:42,485 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.InputStreamProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:42,486 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:11:42,538 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: rest-at-participant
> [0m[0m19:11:42,556 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Deploying javax.ws.rs.core.Application: class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:42,557 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:42,557 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:42,557 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:42,558 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding class resource org.jboss.narayana.rest.integration.VolatileParticipantResource from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:42,558 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:42,558 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.FileProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:42,558 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:42,558 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:42,558 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:42,559 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:42,559 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:42,559 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:42,559 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:42,559 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:42,560 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:42,560 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.IIOImageProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:42,560 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DataSourceProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:42,560 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:42,564 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:42,565 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.StringTextStar from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:42,565 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:42,565 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:42,565 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:42,565 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:42,566 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:42,566 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DocumentProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:42,566 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:42,566 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.SerializableProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:42,566 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.InputStreamProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:42,566 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:11:42,626 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: volatile-rest-at-participant
> [0m[0m19:11:42,951 INFO [org.jboss.messaging] (MSC service thread 1-2) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor-throughput acceptor
> [0m[0m19:11:42,954 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) JBAS015012: Started FileSystemDeploymentService for directory /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/standalone/deployments
> [0m[0m19:11:42,954 INFO [org.jboss.messaging] (MSC service thread 1-1) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor acceptor
> [0m[0m19:11:43,144 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 55) HQ221007: Server is now live
> [0m[0m19:11:43,144 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 55) HQ221001: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [1dd22e9a-c97f-11e3-9af7-478b05d1c264]
> [0m[0m19:11:43,251 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 59) HQ221003: trying to deploy queue jms.queue.ExpiryQueue
> [0m[0m19:11:43,314 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 59) JBAS011601: Bound messaging object to jndi name java:/jms/queue/ExpiryQueue
> [0m[0m19:11:43,334 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-1) JBAS010406: Registered connection factory java:/JmsXA
> [0m[0m19:11:43,334 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221003: trying to deploy queue jms.queue.DLQ
> [0m[0m19:11:43,335 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 60) JBAS011601: Bound messaging object to jndi name java:/jms/queue/DLQ
> [0m[0m19:11:43,371 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 62) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m19:11:43,372 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 61) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
> [0m[0m19:11:43,486 INFO [org.hornetq.ra] (MSC service thread 1-1) HornetQ resource adaptor started
> [0m[0m19:11:43,487 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-1) IJ020002: Deployed: file://RaActivatorhornetq-ra
> [0m[0m19:11:43,489 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m19:11:43,490 INFO [org.jboss.as.messaging] (MSC service thread 1-2) JBAS011601: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m19:11:43,640 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
> [0m[0m19:11:43,641 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
> [0m[0m19:11:43,642 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.1.0.Final-SNAPSHOT "Kenny" started in 12067ms - Started 222 of 270 services (91 services are lazy, passive or on-demand)
> [0m[0m19:11:43,822 INFO [org.jboss.as.repository] (management-handler-thread - 3) JBAS014900: Content added at location /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/standalone/data/content/c0/40f57550b8e91f5f90a8cf692adb6db4e43849/content
> [0m[0m19:11:43,856 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "rest-tx-bridge-test.war" (runtime-name: "rest-tx-bridge-test.war")
> [0m[33m19:11:44,248 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) JBAS018567: Deployment "deployment.rest-tx-bridge-test.war" is using a private module ("org.jboss.jts:main") which may be changed or removed in future versions without notice.
> [0m[33m19:11:44,248 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) JBAS018567: Deployment "deployment.rest-tx-bridge-test.war" is using a private module ("org.codehaus.jettison:main") which may be changed or removed in future versions without notice.
> [0m[0m19:11:44,703 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /rest-tx-bridge-test
> [0m[0m19:11:44,962 INFO [org.jboss.as.server] (management-handler-thread - 3) JBAS018559: Deployed "rest-tx-bridge-test.war" (runtime-name : "rest-tx-bridge-test.war")
> [0m[0m19:11:50,510 INFO [org.hibernate.validator.internal.util.Version] (default task-1) HV000001: Hibernate Validator 5.1.0.Final
> [0m[0m19:11:50,729 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingRestATResource] (default task-2) LoggingRestATResource.resetInvocations()
> [0m[0m19:11:50,849 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-4) LoggingXAResource.start
> [0m[0m19:11:50,867 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-7) LoggingXAResource.end
> [0m[0m19:11:50,867 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-7) LoggingXAResource.rollback
> [0m[0m19:11:50,932 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017535: Unregistered web context: /rest-tx-bridge-test
> [0m[0m19:11:50,954 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment rest-tx-bridge-test.war (runtime-name: rest-tx-bridge-test.war) in 28ms
> [0mApr 21, 2014 7:11:51 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController stop
> INFO: Manual stopping of a server instance
> [0m19:11:51,083 INFO [org.jboss.as.repository] (management-handler-thread - 3) JBAS014901: Content removed from location /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/standalone/data/content/c0/40f57550b8e91f5f90a8cf692adb6db4e43849/content
> [0m[0m19:11:51,084 INFO [org.jboss.as.server] (management-handler-thread - 3) JBAS018558: Undeployed "rest-tx-bridge-test.war" (runtime-name: "rest-tx-bridge-test.war")
> [0m[0m19:11:51,115 INFO [org.jboss.as.messaging] (MSC service thread 1-2) JBAS011605: Unbound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m19:11:51,115 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010410: Unbound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m19:11:51,133 INFO [org.hornetq.ra] (ServerService Thread Pool -- 26) HQ151003: HornetQ resource adaptor stopped
> [0m[0m19:11:51,141 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017535: Unregistered web context: rest-at-participant
> [0m[0m19:11:51,141 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017535: Unregistered web context: volatile-rest-at-participant
> [0m[0m19:11:51,141 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017535: Unregistered web context: /rest-at-coordinator
> [0m[0m19:11:51,144 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 26) JBAS011605: Unbound messaging object to jndi name java:/jms/queue/ExpiryQueue
> [0m[0m19:11:51,144 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 46) JBAS011605: Unbound messaging object to jndi name java:/jms/queue/DLQ
> [0m[0m19:11:51,145 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 28) JBAS011605: Unbound messaging object to jndi name java:/ConnectionFactory
> [0m[0m19:11:51,146 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 29) JBAS011605: Unbound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m19:11:51,158 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010409: Unbound data source [java:jboss/datasources/ExampleDS]
> [0m[0m19:11:51,166 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017532: Host default-host stopping
> [0m[0m19:11:51,250 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010418: Stopped Driver service with driver-name = h2
> [0m[0m19:11:51,337 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 28) HQ221002: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [1dd22e9a-c97f-11e3-9af7-478b05d1c264] stopped
> [0m[0m19:11:51,340 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017521: Undertow HTTP listener default suspending
> [0m[0m19:11:51,341 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017520: Undertow HTTP listener default stopped, was bound to localhost.localdomain/127.0.0.1:8080
> [0m[0m19:11:51,344 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017506: Undertow 1.0.5.Final stopping
> [0m[0m19:11:51,351 INFO [org.jboss.as] (MSC service thread 1-1) JBAS015950: WildFly 8.1.0.Final-SNAPSHOT "Kenny" stopped in 136ms
> [0mApr 21, 2014 7:11:51 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController kill
> INFO: Hard killing of a server instance
> Apr 21, 2014 7:11:51 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController start
> INFO: Manual starting of a server instance
> Apr 21, 2014 7:11:51 PM org.jboss.as.arquillian.container.managed.ManagedDeployableContainer startInternal
> INFO: Starting container with: [/usr/local/jdk1.7.0_51/bin/java, -server, -Xms64m, -Xmx1024m, -XX:MaxPermSize=512m, -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n, -ea, -Djboss.home.dir=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT, -Dorg.jboss.boot.log.file=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/standalone/log/server.log, -Dlogging.configuration=file:/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/standalone/configuration/logging.properties, -Djboss.bundles.dir=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/bundles, -jar, /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/jboss-modules.jar, -mp, /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/modules, org.jboss.as.standalone, -server-config, standalone-rts.xml]
> Listening for transport dt_socket at address: 8787
> [0m19:11:52,612 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.3.Final
> [0m[0m19:11:53,429 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.2.Final
> [0m[33m19:11:53,528 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
> [0m[0m19:11:53,774 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015899: WildFly 8.1.0.Final-SNAPSHOT "Kenny" starting
> [0m[0m19:11:56,871 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
> [0m[0m19:11:56,898 INFO [org.xnio] (MSC service thread 1-2) XNIO version 3.2.2.Final
> [0m[0m19:11:56,910 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.2.2.Final
> [0m[0m19:11:56,953 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 4.0.3.Final
> [0m[0m19:11:57,112 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 36) JBAS010280: Activating Infinispan subsystem.
> [0m[0m19:11:57,116 INFO [org.jboss.as.jacorb] (ServerService Thread Pool -- 37) JBAS016300: Activating JacORB Subsystem
> [0m[0m19:11:57,294 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 47) JBAS011800: Activating Naming Subsystem
> [0m[0m19:11:57,326 INFO [org.jboss.as.security] (ServerService Thread Pool -- 52) JBAS013171: Activating Security Subsystem
> [0m[0m19:11:57,384 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 31) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> [0m[33m19:11:57,374 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.
> [0m[0m19:11:57,423 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 43) JBAS012615: Activated the following JSF Implementations: [main]
> [0m[0m19:11:57,709 INFO [org.jboss.as.security] (MSC service thread 1-1) JBAS013170: Current PicketBox version=4.0.21.Beta1
> [0m[0m19:11:57,974 INFO [org.jboss.as.naming] (MSC service thread 1-1) JBAS011802: Starting Naming Service
> [0m[0m19:11:58,082 INFO [org.jboss.as.jacorb] (MSC service thread 1-2) JBAS016330: CORBA ORB Service started
> [0m[0m19:11:58,195 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 55) JBAS015537: Activating WebServices Extension
> [0m[0m19:11:58,210 INFO [org.jboss.as.connector.logging] (MSC service thread 1-2) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.5.Final)
> [0m[0m19:11:58,256 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010417: Started Driver service with driver-name = h2
> [0m[0m19:11:58,333 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017502: Undertow 1.0.5.Final starting
> [0m[0m19:11:58,565 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017527: Creating file handler for path /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/welcome-content
> [0m[0m19:11:58,891 INFO [org.jboss.as.mail.extension] (MSC service thread 1-1) JBAS015400: Bound mail session [java:jboss/mail/Default]
> [0m[0m19:11:58,655 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017502: Undertow 1.0.5.Final starting
> [0m[0m19:11:59,327 INFO [org.jboss.as.jacorb] (MSC service thread 1-2) JBAS016328: CORBA Naming Service started
> [0m[0m19:11:59,372 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017525: Started server default-server.
> [0m[0m19:11:59,392 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017531: Host default-host starting
> [0m[0m19:11:59,602 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080
> [0m[0m19:11:59,971 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Deploying javax.ws.rs.core.Application: class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:59,986 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DocumentProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:59,986 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:59,987 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:59,989 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:59,989 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.jbossts.star.provider.NotFoundMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:59,990 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.IIOImageProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:59,993 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:59,994 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:59,994 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DataSourceProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:11:59,995 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:00,174 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:00,175 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.StringTextStar from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:00,176 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:00,176 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.jbossts.star.provider.TransactionStatusMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:00,177 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:00,177 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:00,177 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.jbossts.star.provider.TMUnavailableMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:00,178 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:00,178 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:00,178 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:00,179 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.jbossts.star.provider.HttpResponseMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:00,179 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:00,181 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:00,182 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:00,182 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.InputStreamProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:00,183 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.SerializableProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:00,183 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:00,183 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:00,193 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:00,193 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:00,194 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.FileProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:00,194 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:00,194 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:00,196 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding class resource org.jboss.jbossts.star.service.Coordinator from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:00,497 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /rest-at-coordinator
> [0m[0m19:12:01,204 INFO [org.jboss.ws.common.management] (MSC service thread 1-2) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.4.Final
> [0m[0m19:12:01,268 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/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/standalone/data/messagingjournal,bindingsDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/standalone/data/messagingbindings,largeMessagesDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/standalone/data/messaginglargemessages,pagingDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/standalone/data/messagingpaging)
> [0m[0m19:12:01,270 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221006: Waiting to obtain live lock
> [0m[0m19:12:01,319 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221012: Using AIO Journal
> [0m[0m19:12:01,352 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
> [0m[0m19:12:01,376 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.
> [0m[0m19:12:01,386 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Deploying javax.ws.rs.core.Application: class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:01,387 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DocumentProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:01,387 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:01,387 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:01,388 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:01,388 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.IIOImageProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:01,388 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:01,388 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:01,388 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DataSourceProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:01,389 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:01,389 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:01,389 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.StringTextStar from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:01,389 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:01,389 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:01,389 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:01,390 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:01,390 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:01,390 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:01,390 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.narayana.rest.integration.HeuristicMapper from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:01,390 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:01,391 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:01,391 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:01,391 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.InputStreamProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:01,391 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.SerializableProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:01,391 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:01,392 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:01,392 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:01,392 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:01,392 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.FileProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:01,392 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:01,392 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:01,393 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding class resource org.jboss.narayana.rest.integration.ParticipantResource from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:01,432 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: rest-at-participant
> [0m[0m19:12:01,690 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support CORE
> [0m[0m19:12:01,698 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support AMQP
> [0m[0m19:12:01,702 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support STOMP
> [0m[0m19:12:01,735 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Deploying javax.ws.rs.core.Application: class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:01,736 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DocumentProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:01,736 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:01,736 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:01,737 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:01,737 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.IIOImageProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:01,737 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:01,737 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:01,737 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DataSourceProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:01,738 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:01,738 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:01,738 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.StringTextStar from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:01,738 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding class resource org.jboss.narayana.rest.integration.VolatileParticipantResource from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:01,738 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:01,739 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:01,739 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:01,739 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:01,739 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:01,739 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:01,739 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:01,740 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:01,740 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:01,740 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.InputStreamProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:01,740 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.SerializableProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:01,740 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:01,741 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:01,741 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:01,741 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:01,741 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.FileProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:01,741 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:01,741 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:01,791 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: volatile-rest-at-participant
> [0m[0m19:12:01,925 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221034: Waiting to obtain live lock
> [0m[0m19:12:01,925 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221035: Live Server Obtained live lock
> [0m[0m19:12:02,146 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) JBAS015012: Started FileSystemDeploymentService for directory /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/standalone/deployments
> [0m[0m19:12:02,409 INFO [org.jboss.messaging] (MSC service thread 1-2) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor-throughput acceptor
> [0m[0m19:12:02,410 INFO [org.jboss.messaging] (MSC service thread 1-1) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor acceptor
> [0m[0m19:12:02,534 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221007: Server is now live
> [0m[0m19:12:02,534 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221001: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [1dd22e9a-c97f-11e3-9af7-478b05d1c264]
> [0m[0m19:12:02,716 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-1) JBAS010406: Registered connection factory java:/JmsXA
> [0m[0m19:12:02,738 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 59) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
> [0m[0m19:12:02,760 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 62) HQ221003: trying to deploy queue jms.queue.DLQ
> [0m[0m19:12:02,779 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 62) JBAS011601: Bound messaging object to jndi name java:/jms/queue/DLQ
> [0m[0m19:12:02,779 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 61) HQ221003: trying to deploy queue jms.queue.ExpiryQueue
> [0m[0m19:12:02,780 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 61) JBAS011601: Bound messaging object to jndi name java:/jms/queue/ExpiryQueue
> [0m[0m19:12:02,781 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 60) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m19:12:02,788 INFO [org.hornetq.ra] (MSC service thread 1-1) HornetQ resource adaptor started
> [0m[0m19:12:02,789 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-1) IJ020002: Deployed: file://RaActivatorhornetq-ra
> [0m[0m19:12:02,791 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m19:12:02,792 INFO [org.jboss.as.messaging] (MSC service thread 1-2) JBAS011601: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m19:12:02,956 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
> [0m[0m19:12:02,957 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
> [0m[0m19:12:02,957 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.1.0.Final-SNAPSHOT "Kenny" started in 11101ms - Started 222 of 270 services (91 services are lazy, passive or on-demand)
> [0m[0m19:12:03,876 INFO [org.jboss.as.repository] (management-handler-thread - 2) JBAS014900: Content added at location /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/standalone/data/content/ef/1211b84d5c882656f6587b304f51a4fb0142a7/content
> [0m[0m19:12:03,911 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "rest-tx-bridge-test.war" (runtime-name: "rest-tx-bridge-test.war")
> [0m[33m19:12:04,327 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.rest-tx-bridge-test.war" is using a private module ("org.jboss.jts:main") which may be changed or removed in future versions without notice.
> [0m[33m19:12:04,327 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.rest-tx-bridge-test.war" is using a private module ("org.codehaus.jettison:main") which may be changed or removed in future versions without notice.
> [0m[0m19:12:04,819 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /rest-tx-bridge-test
> [0m[0m19:12:05,052 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018559: Deployed "rest-tx-bridge-test.war" (runtime-name : "rest-tx-bridge-test.war")
> [0m[0m19:12:10,638 INFO [org.hibernate.validator.internal.util.Version] (default task-1) HV000001: Hibernate Validator 5.1.0.Final
> [0m[0m19:12:10,846 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingRestATResource] (default task-2) LoggingRestATResource.resetInvocations()
> [0m[0m19:12:10,956 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-4) LoggingXAResource.start
> [0m[0m19:12:10,973 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-7) LoggingXAResource.end
> [0m[0m19:12:10,974 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-7) LoggingXAResource.prepare
> [0m[0m19:12:11,057 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-7) LoggingXAResource.commit
> [0m[0m19:12:11,122 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017535: Unregistered web context: /rest-tx-bridge-test
> [0m[0m19:12:11,145 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment rest-tx-bridge-test.war (runtime-name: rest-tx-bridge-test.war) in 29ms
> [0mApr 21, 2014 7:12:11 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController stop
> INFO: Manual stopping of a server instance
> [0m19:12:11,270 INFO [org.jboss.as.repository] (management-handler-thread - 2) JBAS014901: Content removed from location /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/standalone/data/content/ef/1211b84d5c882656f6587b304f51a4fb0142a7/content
> [0m[0m19:12:11,271 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018558: Undeployed "rest-tx-bridge-test.war" (runtime-name: "rest-tx-bridge-test.war")
> [0m[0m19:12:11,302 INFO [org.jboss.as.messaging] (MSC service thread 1-2) JBAS011605: Unbound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m19:12:11,302 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010410: Unbound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m19:12:11,325 INFO [org.hornetq.ra] (ServerService Thread Pool -- 52) HQ151003: HornetQ resource adaptor stopped
> [0m[0m19:12:11,329 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017535: Unregistered web context: /rest-at-coordinator
> [0m[0m19:12:11,329 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017535: Unregistered web context: volatile-rest-at-participant
> [0m[0m19:12:11,383 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: rest-at-participant
> [0m[0m19:12:11,416 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010409: Unbound data source [java:jboss/datasources/ExampleDS]
> [0m[0m19:12:11,419 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017532: Host default-host stopping
> [0m[0m19:12:11,423 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 25) JBAS011605: Unbound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m19:12:11,435 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) JBAS010418: Stopped Driver service with driver-name = h2
> [0m[0m19:12:11,495 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 26) HQ221002: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [1dd22e9a-c97f-11e3-9af7-478b05d1c264] stopped
> [0m[0m19:12:11,498 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017521: Undertow HTTP listener default suspending
> [0m[0m19:12:11,499 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017520: Undertow HTTP listener default stopped, was bound to localhost.localdomain/127.0.0.1:8080
> [0m[0m19:12:11,505 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017506: Undertow 1.0.5.Final stopping
> [0m[0m19:12:11,516 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015950: WildFly 8.1.0.Final-SNAPSHOT "Kenny" stopped in 137ms
> [0mApr 21, 2014 7:12:11 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController kill
> INFO: Hard killing of a server instance
> Apr 21, 2014 7:12:11 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController start
> INFO: Manual starting of a server instance
> Apr 21, 2014 7:12:11 PM org.jboss.as.arquillian.container.managed.ManagedDeployableContainer startInternal
> INFO: Starting container with: [/usr/local/jdk1.7.0_51/bin/java, -server, -Xms64m, -Xmx1024m, -XX:MaxPermSize=512m, -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n, -ea, -Djboss.home.dir=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT, -Dorg.jboss.boot.log.file=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/standalone/log/server.log, -Dlogging.configuration=file:/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/standalone/configuration/logging.properties, -Djboss.bundles.dir=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/bundles, -jar, /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/jboss-modules.jar, -mp, /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/modules, org.jboss.as.standalone, -server-config, standalone-rts.xml]
> Listening for transport dt_socket at address: 8787
> [0m19:12:12,749 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.3.Final
> [0m[0m19:12:13,653 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.2.Final
> [0m[33m19:12:13,901 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
> [0m[0m19:12:13,970 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015899: WildFly 8.1.0.Final-SNAPSHOT "Kenny" starting
> [0m[0m19:12:17,023 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
> [0m[0m19:12:17,050 INFO [org.xnio] (MSC service thread 1-2) XNIO version 3.2.2.Final
> [0m[0m19:12:17,061 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.2.2.Final
> [0m[0m19:12:17,104 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 4.0.3.Final
> [0m[0m19:12:17,258 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 36) JBAS010280: Activating Infinispan subsystem.
> [0m[0m19:12:17,262 INFO [org.jboss.as.jacorb] (ServerService Thread Pool -- 37) JBAS016300: Activating JacORB Subsystem
> [0m[0m19:12:17,332 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 43) JBAS012615: Activated the following JSF Implementations: [main]
> [0m[0m19:12:18,008 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 31) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> [0m[0m19:12:18,051 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 47) JBAS011800: Activating Naming Subsystem
> [0m[33m19:12:17,469 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.
> [0m[0m19:12:17,469 INFO [org.jboss.as.security] (ServerService Thread Pool -- 52) JBAS013171: Activating Security Subsystem
> [0m[0m19:12:18,456 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 55) JBAS015537: Activating WebServices Extension
> [0m[0m19:12:18,854 INFO [org.jboss.as.jacorb] (MSC service thread 1-2) JBAS016330: CORBA ORB Service started
> [0m[0m19:12:19,042 INFO [org.jboss.as.mail.extension] (MSC service thread 1-1) JBAS015400: Bound mail session [java:jboss/mail/Default]
> [0m[0m19:12:19,047 INFO [org.jboss.as.naming] (MSC service thread 1-2) JBAS011802: Starting Naming Service
> [0m[0m19:12:19,051 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017502: Undertow 1.0.5.Final starting
> [0m[0m19:12:19,370 INFO [org.jboss.as.security] (MSC service thread 1-1) JBAS013170: Current PicketBox version=4.0.21.Beta1
> [0m[0m19:12:19,762 INFO [org.jboss.as.connector.logging] (MSC service thread 1-1) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.5.Final)
> [0m[0m19:12:19,817 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017502: Undertow 1.0.5.Final starting
> [0m[0m19:12:19,880 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010417: Started Driver service with driver-name = h2
> [0m[0m19:12:19,991 INFO [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016328: CORBA Naming Service started
> [0m[0m19:12:20,238 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
> [0m[0m19:12:20,391 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017527: Creating file handler for path /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/welcome-content
> [0m[0m19:12:20,424 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017525: Started server default-server.
> [0m[0m19:12:20,465 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017531: Host default-host starting
> [0m[0m19:12:20,593 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080
> [0m[0m19:12:21,172 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/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/standalone/data/messagingjournal,bindingsDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/standalone/data/messagingbindings,largeMessagesDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/standalone/data/messaginglargemessages,pagingDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/standalone/data/messagingpaging)
> [0m[0m19:12:21,174 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221006: Waiting to obtain live lock
> [0m[0m19:12:21,203 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221012: Using AIO Journal
> [0m[0m19:12:21,236 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.
> [0m[0m19:12:21,571 INFO [org.jboss.ws.common.management] (MSC service thread 1-2) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.4.Final
> [0m[0m19:12:21,602 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support CORE
> [0m[0m19:12:21,636 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support AMQP
> [0m[0m19:12:21,640 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221043: Adding protocol support STOMP
> [0m[0m19:12:21,902 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Deploying javax.ws.rs.core.Application: class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:21,917 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:21,917 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:21,918 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FileProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:21,918 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.IIOImageProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:21,920 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:21,921 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:21,921 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.StringTextStar from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:21,922 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:21,922 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.InputStreamProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:21,923 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:21,927 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:21,927 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:21,928 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:21,928 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DocumentProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:21,929 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.jbossts.star.provider.NotFoundMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:21,930 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:21,931 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:21,937 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:21,937 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:21,944 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DataSourceProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:21,945 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:21,945 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:21,946 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:21,946 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:21,947 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:21,947 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.jbossts.star.provider.TransactionStatusMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:21,947 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:21,947 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:21,949 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding class resource org.jboss.jbossts.star.service.Coordinator from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:21,950 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:21,950 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:21,950 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.jbossts.star.provider.TMUnavailableMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:21,951 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.SerializableProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:21,951 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.jbossts.star.provider.HttpResponseMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:12:22,452 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /rest-at-coordinator
> [0m[0m19:12:22,453 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221034: Waiting to obtain live lock
> [0m[0m19:12:22,453 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221035: Live Server Obtained live lock
> [0m[0m19:12:22,456 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Deploying javax.ws.rs.core.Application: class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:22,458 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:22,458 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:22,458 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.FileProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:22,458 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.IIOImageProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:22,459 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:22,459 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:22,459 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.StringTextStar from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:22,459 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:22,459 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.InputStreamProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:22,460 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:22,460 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:22,460 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:22,460 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:22,460 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding class resource org.jboss.narayana.rest.integration.ParticipantResource from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:22,461 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DocumentProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:22,461 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:22,461 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:22,461 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:22,461 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:22,466 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DataSourceProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:22,467 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:22,467 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.narayana.rest.integration.HeuristicMapper from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:22,467 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:22,467 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:22,468 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:22,468 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:22,468 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:22,468 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:22,468 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:22,468 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:22,469 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.SerializableProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:12:22,512 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: rest-at-participant
> [0m[0m19:12:22,536 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Deploying javax.ws.rs.core.Application: class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:22,715 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:22,715 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding class resource org.jboss.narayana.rest.integration.VolatileParticipantResource from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:22,715 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:22,715 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FileProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:22,716 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.IIOImageProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:22,716 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:22,716 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:22,716 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.StringTextStar from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:22,716 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:22,717 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.InputStreamProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:22,717 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:22,717 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:22,717 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:22,717 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:22,717 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DocumentProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:22,718 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:22,718 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:22,718 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:22,718 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:22,718 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DataSourceProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:22,719 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:22,719 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:22,719 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:22,719 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:22,719 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:22,721 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:22,721 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:22,721 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:22,721 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:22,721 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.SerializableProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:12:22,761 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: volatile-rest-at-participant
> [0m[0m19:12:22,967 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) JBAS015012: Started FileSystemDeploymentService for directory /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/standalone/deployments
> [0m[0m19:12:23,246 INFO [org.jboss.messaging] (MSC service thread 1-1) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor acceptor
> [0m[0m19:12:23,248 INFO [org.jboss.messaging] (MSC service thread 1-2) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor-throughput acceptor
> [0m[0m19:12:23,303 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221007: Server is now live
> [0m[0m19:12:23,303 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221001: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [1dd22e9a-c97f-11e3-9af7-478b05d1c264]
> [0m[0m19:12:23,395 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 59) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
> [0m[0m19:12:23,396 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221003: trying to deploy queue jms.queue.DLQ
> [0m[0m19:12:23,411 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 60) JBAS011601: Bound messaging object to jndi name java:/jms/queue/DLQ
> [0m[0m19:12:23,501 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010406: Registered connection factory java:/JmsXA
> [0m[0m19:12:23,538 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 62) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m19:12:23,539 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 61) HQ221003: trying to deploy queue jms.queue.ExpiryQueue
> [0m[0m19:12:23,540 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 61) JBAS011601: Bound messaging object to jndi name java:/jms/queue/ExpiryQueue
> [0m[0m19:12:23,682 INFO [org.hornetq.ra] (MSC service thread 1-2) HornetQ resource adaptor started
> [0m[0m19:12:23,683 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-2) IJ020002: Deployed: file://RaActivatorhornetq-ra
> [0m[0m19:12:23,685 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m19:12:23,686 INFO [org.jboss.as.messaging] (MSC service thread 1-2) JBAS011601: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m19:12:23,893 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
> [0m[0m19:12:23,893 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
> [0m[0m19:12:23,894 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.1.0.Final-SNAPSHOT "Kenny" started in 11875ms - Started 222 of 270 services (91 services are lazy, passive or on-demand)
> [0m[0m19:12:24,149 INFO [org.jboss.as.repository] (management-handler-thread - 3) JBAS014900: Content added at location /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/standalone/data/content/96/41d4a7d2e16565d9e8ea1bc770138194823bc4/content
> [0m[0m19:12:24,183 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "rest-tx-bridge-test.war" (runtime-name: "rest-tx-bridge-test.war")
> [0m[33m19:12:24,568 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.rest-tx-bridge-test.war" is using a private module ("org.jboss.jts:main") which may be changed or removed in future versions without notice.
> [0m[33m19:12:24,568 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.rest-tx-bridge-test.war" is using a private module ("org.codehaus.jettison:main") which may be changed or removed in future versions without notice.
> [0m[0m19:12:25,001 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /rest-tx-bridge-test
> [0m[0m19:12:25,236 INFO [org.jboss.as.server] (management-handler-thread - 3) JBAS018559: Deployed "rest-tx-bridge-test.war" (runtime-name : "rest-tx-bridge-test.war")
> [0m[0m19:12:31,170 INFO [org.hibernate.validator.internal.util.Version] (default task-1) HV000001: Hibernate Validator 5.1.0.Final
> [0m[0m19:12:31,404 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingRestATResource] (default task-2) LoggingRestATResource.resetInvocations()
> [0m[0m19:12:31,523 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-5) LoggingXAResource.start
> [0m[0m19:12:31,534 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-8) LoggingXAResource.end
> [0m[0m19:12:31,535 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-8) LoggingXAResource.prepare
> [0m[0m19:12:31,639 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingRestATResource] (default task-9) LoggingRestATResource.terminateParticipant(txstatus=TransactionPrepared)
> [0m[0m19:12:31,691 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingRestATResource] (default task-10) LoggingRestATResource.terminateParticipant(txstatus=TransactionCommitted)
> [0m[0m19:12:31,695 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-11) LoggingXAResource.commit
> [0m[0m19:12:31,733 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingRestATResource] (default task-12) LoggingRestATResource.getInvocations()
> [0m[0m19:12:31,792 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /rest-tx-bridge-test
> [0m[0m19:12:31,815 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment rest-tx-bridge-test.war (runtime-name: rest-tx-bridge-test.war) in 30ms
> [0mApr 21, 2014 7:12:31 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController stop
> INFO: Manual stopping of a server instance
> [0m19:12:31,912 INFO [org.jboss.as.repository] (management-handler-thread - 3) JBAS014901: Content removed from location /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.1.0.Final-SNAPSHOT/standalone/data/content/96/41d4a7d2e16565d9e8ea1bc770138194823bc4/content
> [0m[0m19:12:31,913 INFO [org.jboss.as.server] (management-handler-thread - 3) JBAS018558: Undeployed "rest-tx-bridge-test.war" (runtime-name: "rest-tx-bridge-test.war")
> [0m[0m19:12:31,931 INFO [org.jboss.as.messaging] (MSC service thread 1-1) JBAS011605: Unbound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m19:12:31,932 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-1) JBAS010410: Unbound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m19:12:31,954 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /rest-at-coordinator
> [0m[0m19:12:31,954 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: rest-at-participant
> [0m[0m19:12:31,955 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: volatile-rest-at-participant
> [0m[0m19:12:31,957 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 56) JBAS011605: Unbound messaging object to jndi name java:/jms/queue/DLQ
> [0m[0m19:12:31,958 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 28) JBAS011605: Unbound messaging object to jndi name java:/ConnectionFactory
> [0m[0m19:12:31,959 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 25) JBAS011605: Unbound messaging object to jndi name java:/jms/queue/ExpiryQueue
> [0m[0m19:12:31,978 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 27) JBAS011605: Unbound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m19:12:31,983 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010409: Unbound data source [java:jboss/datasources/ExampleDS]
> [0m[0m19:12:31,984 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017532: Host default-host stopping
> [0m[0m19:12:31,997 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010418: Stopped Driver service with driver-name = h2
> [0m[0m19:12:32,009 INFO [org.hornetq.ra] (ServerService Thread Pool -- 29) HQ151003: HornetQ resource adaptor stopped
> [0m[0m19:12:32,146 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 29) HQ221002: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [1dd22e9a-c97f-11e3-9af7-478b05d1c264] stopped
> [0m[0m19:12:32,148 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017521: Undertow HTTP listener default suspending
> [0m[0m19:12:32,149 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017520: Undertow HTTP listener default stopped, was bound to localhost.localdomain/127.0.0.1:8080
> [0m[0m19:12:32,155 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017506: Undertow 1.0.5.Final stopping
> [0m[0m19:12:32,164 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015950: WildFly 8.1.0.Final-SNAPSHOT "Kenny" stopped in 66ms
> [0mApr 21, 2014 7:12:32 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController kill
> INFO: Hard killing of a server instance
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (JBTM-2118) InboundBridgeTestCase#testCommitWithTwoParticipants test failed
by Gytis Trikleris (JIRA)
[ https://issues.jboss.org/browse/JBTM-2118?page=com.atlassian.jira.plugin.... ]
Gytis Trikleris commented on JBTM-2118:
---------------------------------------
Object store wasn't clean before test execution. Since the same resource is used for all test, it was invoked during the recovery as well. Therefore, extra invocation was counted.
I cannot reproduce the issue and it didn't happen since March, thus closing it.
> InboundBridgeTestCase#testCommitWithTwoParticipants test failed
> ---------------------------------------------------------------
>
> Key: JBTM-2118
> URL: https://issues.jboss.org/browse/JBTM-2118
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: REST
> Reporter: Gytis Trikleris
> Assignee: Gytis Trikleris
> Priority: Minor
>
> {code}
> -------------------------------------------------------------------------------
> Test set: org.jboss.narayana.rest.bridge.inbound.test.integration.InboundBridgeTestCase
> -------------------------------------------------------------------------------
> Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 93.194 sec <<< FAILURE!
> testCommitWithTwoParticipants(org.jboss.narayana.rest.bridge.inbound.test.integration.InboundBridgeTestCase) Time elapsed: 21.811 sec <<< FAILURE!
> java.lang.AssertionError: expected:<2> but was:<3>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:743)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:555)
> at org.junit.Assert.assertEquals(Assert.java:542)
> at org.jboss.narayana.rest.bridge.inbound.test.integration.InboundBridgeTestCase.testCommitWithTwoParticipants(InboundBridgeTestCase.java:106)
> {code}
> {code}
> log4j:WARN No appenders could be found for logger (org.jboss.logging).
> log4j:WARN Please initialize the log4j system properly.
> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
> Mar 06, 2014 7:56:16 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController start
> INFO: Manual starting of a server instance
> Mar 06, 2014 7:56:16 PM 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, -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n, -ea, -Djboss.home.dir=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT, -Dorg.jboss.boot.log.file=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/log/server.log, -Dlogging.configuration=file:/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/configuration/logging.properties, -Djboss.bundles.dir=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/bundles, -jar, /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/jboss-modules.jar, -mp, /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules, org.jboss.as.standalone, -server-config, standalone-rts.xml]
> Listening for transport dt_socket at address: 8787
> [0m19:56:18,046 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.0.Final
> [0m[0m19:56:18,921 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.1.Final
> [0m[33m19:56:19,120 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
> [0m[0m19:56:19,183 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015899: WildFly 8.0.1.Final-SNAPSHOT "WildFly" starting
> [0m[0m19:56:22,339 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
> [0m[0m19:56:22,366 INFO [org.xnio] (MSC service thread 1-1) XNIO version 3.2.0.Final
> [0m[0m19:56:22,377 INFO [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.2.0.Final
> [0m[0m19:56:22,419 INFO [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 4.0.2.Final
> [0m[0m19:56:22,719 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 37) JBAS010280: Activating Infinispan subsystem.
> [0m[0m19:56:22,751 INFO [org.jboss.as.jacorb] (ServerService Thread Pool -- 38) JBAS016300: Activating JacORB Subsystem
> [0m[0m19:56:22,870 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 44) JBAS012615: Activated the following JSF Implementations: [main]
> [0m[0m19:56:23,227 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 57) JBAS015537: Activating WebServices Extension
> [0m[33m19:56:23,243 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 55) JBAS010153: Node identifier property is set to the default value. Please make sure it is unique.
> [0m[0m19:56:23,244 INFO [org.jboss.as.security] (ServerService Thread Pool -- 53) JBAS013171: Activating Security Subsystem
> [0m[0m19:56:23,342 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 48) JBAS011800: Activating Naming Subsystem
> [0m[0m19:56:23,746 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 32) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> [0m[0m19:56:23,818 INFO [org.jboss.as.naming] (MSC service thread 1-1) JBAS011802: Starting Naming Service
> [0m[0m19:56:24,222 INFO [org.jboss.as.jacorb] (MSC service thread 1-2) JBAS016330: CORBA ORB Service started
> [0m[0m19:56:24,391 INFO [org.jboss.as.security] (MSC service thread 1-1) JBAS013170: Current PicketBox version=4.0.21.Beta1
> [0m[0m19:56:24,608 INFO [org.jboss.as.connector.logging] (MSC service thread 1-1) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.3.Final)
> [0m[0m19:56:25,164 INFO [org.jboss.as.mail.extension] (MSC service thread 1-1) JBAS015400: Bound mail session [java:jboss/mail/Default]
> [0m[0m19:56:25,184 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) JBAS010417: Started Driver service with driver-name = h2
> [0m[0m19:56:25,450 INFO [org.jboss.as.jacorb] (MSC service thread 1-2) JBAS016328: CORBA Naming Service started
> [0m[0m19:56:25,537 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
> [0m[0m19:56:25,551 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017502: Undertow 1.0.1.Final starting
> [0m[0m19:56:25,553 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 56) JBAS017502: Undertow 1.0.1.Final starting
> [0m[0m19:56:25,602 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017525: Started server default-server.
> [0m[0m19:56:25,661 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080
> [0m[0m19:56:26,448 INFO [org.jboss.ws.common.management] (MSC service thread 1-2) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.4.Final
> [0m[0m19:56:26,514 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221000: live server is starting with configuration HornetQ Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingjournal,bindingsDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingbindings,largeMessagesDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messaginglargemessages,pagingDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingpaging)
> [0m[0m19:56:26,517 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221006: Waiting to obtain live lock
> [0m[0m19:56:26,546 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221012: Using AIO Journal
> [0m[0m19:56:26,581 INFO [io.netty.util.internal.PlatformDependent] (ServerService Thread Pool -- 60) 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.
> [0m[0m19:56:26,610 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 56) JBAS017527: Creating file handler for path /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/welcome-content
> [0m[0m19:56:26,620 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017531: Host default-host starting
> [0m[0m19:56:26,758 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Deploying javax.ws.rs.core.Application: class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,785 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,786 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.SerializableProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,787 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.IIOImageProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,789 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding class resource org.jboss.narayana.rest.integration.VolatileParticipantResource from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,790 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DataSourceProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,791 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,792 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,797 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,797 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,798 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,798 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,799 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.InputStreamProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,799 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,800 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,801 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FileProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,802 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,812 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,812 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,813 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,814 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,833 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,834 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.StringTextStar from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,834 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,835 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,837 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,838 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,838 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,842 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DocumentProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,849 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,849 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,945 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Deploying javax.ws.rs.core.Application: class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,946 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,946 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.SerializableProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,947 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.IIOImageProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,947 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DataSourceProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,947 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,947 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,948 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,948 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,948 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,948 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,948 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.InputStreamProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,949 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding class resource org.jboss.narayana.rest.integration.ParticipantResource from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,949 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,949 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,949 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.FileProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,950 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,950 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,950 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,950 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,951 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,951 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,951 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.StringTextStar from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,951 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,952 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,952 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,952 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,952 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,952 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DocumentProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,953 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,953 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.narayana.rest.integration.HeuristicMapper from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,953 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:27,204 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: rest-at-participant
> [0m[0m19:56:27,227 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Deploying javax.ws.rs.core.Application: class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,227 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,227 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.SerializableProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,228 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.IIOImageProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,228 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DataSourceProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,228 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.jbossts.star.provider.TMUnavailableMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,229 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,229 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,229 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,229 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,230 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,230 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,230 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.InputStreamProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,230 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,240 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,240 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.jbossts.star.provider.NotFoundMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,240 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.FileProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,241 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,241 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,241 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,241 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.jbossts.star.provider.HttpResponseMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,242 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.jbossts.star.provider.TransactionStatusMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,242 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,242 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,243 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,243 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.StringTextStar from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,243 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,244 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding class resource org.jboss.jbossts.star.service.Coordinator from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,244 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,244 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,244 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,245 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,245 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DocumentProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,245 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,245 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,313 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: volatile-rest-at-participant
> [0m[0m19:56:27,386 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /rest-at-coordinator
> [0m[0m19:56:27,388 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221043: Adding protocol support CORE
> [0m[0m19:56:27,396 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221043: Adding protocol support AMQP
> [0m[0m19:56:27,400 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221043: Adding protocol support STOMP
> [0m[0m19:56:27,701 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221034: Waiting to obtain live lock
> [0m[0m19:56:27,701 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221035: Live Server Obtained live lock
> [0m[0m19:56:28,389 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) JBAS015012: Started FileSystemDeploymentService for directory /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/deployments
> [0m[0m19:56:28,448 INFO [org.jboss.messaging] (MSC service thread 1-2) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor-throughput acceptor
> [0m[0m19:56:28,450 INFO [org.jboss.messaging] (MSC service thread 1-2) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor acceptor
> [0m[0m19:56:28,511 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221007: Server is now live
> [0m[0m19:56:28,511 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221001: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [2a0c0778-a568-11e3-8011-ed969794111c]
> [0m[0m19:56:28,698 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010406: Registered connection factory java:/JmsXA
> [0m[0m19:56:28,749 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 61) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
> [0m[0m19:56:28,751 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 62) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m19:56:28,763 INFO [org.hornetq.ra] (MSC service thread 1-2) HornetQ resource adaptor started
> [0m[0m19:56:28,764 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-2) IJ020002: Deployed: file://RaActivatorhornetq-ra
> [0m[0m19:56:28,766 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-1) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m19:56:28,767 INFO [org.jboss.as.messaging] (MSC service thread 1-1) JBAS011601: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m19:56:28,973 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
> [0m[0m19:56:28,974 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
> [0m[0m19:56:28,974 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.0.1.Final-SNAPSHOT "WildFly" started in 11695ms - Started 219 of 267 services (89 services are lazy, passive or on-demand)
> [0m[0m19:56:29,616 INFO [org.jboss.as.repository] (management-handler-thread - 2) JBAS014900: Content added at location /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/content/a1/396ab585e43663d4547d134d63a2d477d78381/content
> [0m[0m19:56:29,650 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "rest-tx-bridge-test.war" (runtime-name: "rest-tx-bridge-test.war")
> [0m[33m19:56:30,051 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.rest-tx-bridge-test.war" is using a private module ("org.jboss.jts:main") which may be changed or removed in future versions without notice.
> [0m[33m19:56:30,051 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.rest-tx-bridge-test.war" is using a private module ("org.codehaus.jettison:main") which may be changed or removed in future versions without notice.
> [0m[0m19:56:30,480 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /rest-tx-bridge-test
> [0m[0m19:56:30,694 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018559: Deployed "rest-tx-bridge-test.war" (runtime-name : "rest-tx-bridge-test.war")
> [0m[0m19:56:37,433 INFO [org.hibernate.validator.internal.util.Version] (default task-1) HV000001: Hibernate Validator 5.1.0.Final
> [0m[0m19:56:37,685 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingRestATResource] (default task-2) LoggingRestATResource.resetInvocations()
> [0m[0m19:56:37,852 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-5) LoggingXAResource.start
> [0m[0m19:56:37,869 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-8) LoggingXAResource.end
> [0m[0m19:56:37,870 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-8) LoggingXAResource.rollback
> [0m[0m19:56:37,882 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingRestATResource] (default task-9) LoggingRestATResource.terminateParticipant(txstatus=TransactionRolledBack)
> [0m[0m19:56:37,920 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingRestATResource] (default task-10) LoggingRestATResource.getInvocations()
> [0m[0m19:56:38,017 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /rest-tx-bridge-test
> [0m[0m19:56:38,116 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment rest-tx-bridge-test.war (runtime-name: rest-tx-bridge-test.war) in 107ms
> [0mMar 06, 2014 7:56:38 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController stop
> INFO: Manual stopping of a server instance
> [0m19:56:38,243 INFO [org.jboss.as.repository] (management-handler-thread - 2) JBAS014901: Content removed from location /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/content/a1/396ab585e43663d4547d134d63a2d477d78381/content
> [0m[0m19:56:38,244 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018558: Undeployed "rest-tx-bridge-test.war" (runtime-name: "rest-tx-bridge-test.war")
> [0m[0m19:56:38,273 INFO [org.jboss.as.messaging] (MSC service thread 1-2) JBAS011605: Unbound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m19:56:38,273 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010410: Unbound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m19:56:38,294 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017535: Unregistered web context: rest-at-participant
> [0m[0m19:56:38,294 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017535: Unregistered web context: volatile-rest-at-participant
> [0m[0m19:56:38,295 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017535: Unregistered web context: /rest-at-coordinator
> [0m[0m19:56:38,297 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 30) JBAS011605: Unbound messaging object to jndi name java:/ConnectionFactory
> [0m[0m19:56:38,298 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 29) JBAS011605: Unbound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m19:56:38,393 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010409: Unbound data source [java:jboss/datasources/ExampleDS]
> [0m[0m19:56:38,397 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017532: Host default-host stopping
> [0m[0m19:56:38,412 INFO [org.hornetq.ra] (ServerService Thread Pool -- 24) HQ151003: HornetQ resource adaptor stopped
> [0m[0m19:56:38,436 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) JBAS010418: Stopped Driver service with driver-name = h2
> [0m[0m19:56:38,513 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 30) HQ221002: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [2a0c0778-a568-11e3-8011-ed969794111c] stopped
> [0m[0m19:56:38,515 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017521: Undertow HTTP listener default suspending
> [0m[0m19:56:38,517 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017520: Undertow HTTP listener default stopped, was bound to localhost.localdomain/127.0.0.1:8080
> [0m[0m19:56:38,523 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017506: Undertow 1.0.1.Final stopping
> [0m[0m19:56:38,531 INFO [org.jboss.as] (MSC service thread 1-1) JBAS015950: WildFly 8.0.1.Final-SNAPSHOT "WildFly" stopped in 173ms
> [0mMar 06, 2014 7:56:38 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController kill
> INFO: Hard killing of a server instance
> Mar 06, 2014 7:56:38 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController start
> INFO: Manual starting of a server instance
> Mar 06, 2014 7:56:38 PM 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, -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n, -ea, -Djboss.home.dir=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT, -Dorg.jboss.boot.log.file=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/log/server.log, -Dlogging.configuration=file:/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/configuration/logging.properties, -Djboss.bundles.dir=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/bundles, -jar, /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/jboss-modules.jar, -mp, /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules, org.jboss.as.standalone, -server-config, standalone-rts.xml]
> Listening for transport dt_socket at address: 8787
> [0m19:56:39,894 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.0.Final
> [0m[0m19:56:40,787 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.1.Final
> [0m[33m19:56:40,890 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
> [0m[0m19:56:40,954 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015899: WildFly 8.0.1.Final-SNAPSHOT "WildFly" starting
> [0m[0m19:56:43,952 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
> [0m[0m19:56:43,980 INFO [org.xnio] (MSC service thread 1-2) XNIO version 3.2.0.Final
> [0m[0m19:56:43,991 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.2.0.Final
> [0m[0m19:56:44,034 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 4.0.2.Final
> [0m[0m19:56:44,257 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 37) JBAS010280: Activating Infinispan subsystem.
> [0m[0m19:56:44,285 INFO [org.jboss.as.jacorb] (ServerService Thread Pool -- 38) JBAS016300: Activating JacORB Subsystem
> [0m[0m19:56:44,347 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 44) JBAS012615: Activated the following JSF Implementations: [main]
> [0m[0m19:56:44,434 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 57) JBAS015537: Activating WebServices Extension
> [0m[33m19:56:45,363 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 55) JBAS010153: Node identifier property is set to the default value. Please make sure it is unique.
> [0m[0m19:56:45,364 INFO [org.jboss.as.security] (ServerService Thread Pool -- 53) JBAS013171: Activating Security Subsystem
> [0m[0m19:56:45,448 INFO [org.jboss.as.connector.logging] (MSC service thread 1-1) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.3.Final)
> [0m[0m19:56:45,490 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 48) JBAS011800: Activating Naming Subsystem
> [0m[0m19:56:45,506 INFO [org.jboss.as.naming] (MSC service thread 1-2) JBAS011802: Starting Naming Service
> [0m[0m19:56:45,522 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017502: Undertow 1.0.1.Final starting
> [0m[0m19:56:45,579 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 56) JBAS017502: Undertow 1.0.1.Final starting
> [0m[0m19:56:45,592 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 32) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> [0m[0m19:56:45,762 INFO [org.jboss.as.security] (MSC service thread 1-2) JBAS013170: Current PicketBox version=4.0.21.Beta1
> [0m[0m19:56:46,148 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) JBAS010417: Started Driver service with driver-name = h2
> [0m[0m19:56:46,724 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 56) JBAS017527: Creating file handler for path /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/welcome-content
> [0m[0m19:56:47,009 INFO [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016330: CORBA ORB Service started
> [0m[0m19:56:47,695 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017525: Started server default-server.
> [0m[0m19:56:47,730 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017531: Host default-host starting
> [0m[0m19:56:47,771 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080
> [0m[0m19:56:47,816 INFO [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016328: CORBA Naming Service started
> [0m[0m19:56:47,955 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Deploying javax.ws.rs.core.Application: class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:47,972 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:47,973 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:47,975 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:47,975 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:47,975 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.narayana.rest.integration.HeuristicMapper from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:47,976 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:47,977 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:47,980 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:47,980 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DataSourceProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:47,981 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:47,982 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DocumentProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:47,992 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:47,992 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,011 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.IIOImageProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,016 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,019 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,020 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,020 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,021 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.StringTextStar from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,021 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,021 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,024 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding class resource org.jboss.narayana.rest.integration.ParticipantResource from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,025 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FileProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,025 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.SerializableProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,026 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,033 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,034 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,034 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,035 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,035 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.InputStreamProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,036 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,506 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: rest-at-participant
> [0m[0m19:56:48,517 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Deploying javax.ws.rs.core.Application: class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,518 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.jbossts.star.provider.HttpResponseMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,518 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.jbossts.star.provider.NotFoundMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,518 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,518 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.jbossts.star.provider.TMUnavailableMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,519 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,519 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,519 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,519 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,520 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,520 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,520 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DataSourceProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,520 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,521 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.jbossts.star.provider.TransactionStatusMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,523 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding class resource org.jboss.jbossts.star.service.Coordinator from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,523 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DocumentProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,523 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,523 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,524 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.IIOImageProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,524 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,524 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,524 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,524 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,525 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.StringTextStar from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,525 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,525 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,525 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FileProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,526 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.SerializableProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,526 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,526 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,526 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,526 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,527 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,527 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.InputStreamProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,527 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,594 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Deploying javax.ws.rs.core.Application: class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,596 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,596 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,596 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,596 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,596 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,597 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,597 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,597 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DataSourceProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,597 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,598 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DocumentProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,598 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,598 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding class resource org.jboss.narayana.rest.integration.VolatileParticipantResource from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,598 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,599 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.IIOImageProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,599 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,599 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,599 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,599 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,600 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.StringTextStar from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,600 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,600 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,600 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.FileProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,600 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.SerializableProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,601 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,601 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,601 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,601 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,602 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,602 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.InputStreamProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,602 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,652 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: volatile-rest-at-participant
> [0m[0m19:56:48,920 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /rest-at-coordinator
> [0m[0m19:56:48,955 INFO [org.jboss.as.mail.extension] (MSC service thread 1-1) JBAS015400: Bound mail session [java:jboss/mail/Default]
> [0m[0m19:56:49,382 INFO [org.jboss.ws.common.management] (MSC service thread 1-2) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.4.Final
> [0m[0m19:56:49,425 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
> [0m[0m19:56:49,537 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) JBAS015012: Started FileSystemDeploymentService for directory /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/deployments
> [0m[0m19:56:49,581 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221000: live server is starting with configuration HornetQ Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingjournal,bindingsDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingbindings,largeMessagesDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messaginglargemessages,pagingDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingpaging)
> [0m[0m19:56:49,583 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221006: Waiting to obtain live lock
> [0m[0m19:56:49,611 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221012: Using AIO Journal
> [0m[0m19:56:49,856 INFO [io.netty.util.internal.PlatformDependent] (ServerService Thread Pool -- 60) 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.
> [0m[0m19:56:49,885 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221043: Adding protocol support CORE
> [0m[0m19:56:49,895 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221043: Adding protocol support AMQP
> [0m[0m19:56:49,899 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221043: Adding protocol support STOMP
> [0m[0m19:56:50,008 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221034: Waiting to obtain live lock
> [0m[0m19:56:50,009 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221035: Live Server Obtained live lock
> [0m[0m19:56:50,420 INFO [org.jboss.messaging] (MSC service thread 1-1) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor acceptor
> [0m[0m19:56:50,421 INFO [org.jboss.messaging] (MSC service thread 1-2) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor-throughput acceptor
> [0m[0m19:56:50,526 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221007: Server is now live
> [0m[0m19:56:50,526 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221001: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [2a0c0778-a568-11e3-8011-ed969794111c]
> [0m[0m19:56:50,648 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010406: Registered connection factory java:/JmsXA
> [0m[0m19:56:50,812 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 61) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m19:56:50,814 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 62) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
> [0m[0m19:56:50,925 INFO [org.hornetq.ra] (MSC service thread 1-2) HornetQ resource adaptor started
> [0m[0m19:56:50,926 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-2) IJ020002: Deployed: file://RaActivatorhornetq-ra
> [0m[0m19:56:50,928 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m19:56:50,929 INFO [org.jboss.as.messaging] (MSC service thread 1-2) JBAS011601: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m19:56:51,149 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
> [0m[0m19:56:51,150 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
> [0m[0m19:56:51,150 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.0.1.Final-SNAPSHOT "WildFly" started in 12062ms - Started 219 of 267 services (89 services are lazy, passive or on-demand)
> [0m[0m19:56:51,291 INFO [org.jboss.as.repository] (management-handler-thread - 3) JBAS014900: Content added at location /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/content/ee/b7703f635c5abcecc6ca603c1259a09057abc6/content
> [0m[0m19:56:51,323 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "rest-tx-bridge-test.war" (runtime-name: "rest-tx-bridge-test.war")
> [0m[33m19:56:51,739 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.rest-tx-bridge-test.war" is using a private module ("org.jboss.jts:main") which may be changed or removed in future versions without notice.
> [0m[33m19:56:51,739 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.rest-tx-bridge-test.war" is using a private module ("org.codehaus.jettison:main") which may be changed or removed in future versions without notice.
> [0m[0m19:56:52,177 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /rest-tx-bridge-test
> [0m[0m19:56:52,417 INFO [org.jboss.as.server] (management-handler-thread - 3) JBAS018559: Deployed "rest-tx-bridge-test.war" (runtime-name : "rest-tx-bridge-test.war")
> [0m[0m19:56:58,546 INFO [org.hibernate.validator.internal.util.Version] (default task-1) HV000001: Hibernate Validator 5.1.0.Final
> [0m[0m19:56:58,755 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingRestATResource] (default task-2) LoggingRestATResource.resetInvocations()
> [0m[0m19:56:58,888 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-4) LoggingXAResource.start
> [0m[0m19:56:58,901 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-7) LoggingXAResource.end
> [0m[0m19:56:58,902 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-7) LoggingXAResource.rollback
> [0m[0m19:56:58,978 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017535: Unregistered web context: /rest-tx-bridge-test
> [0m[0m19:56:59,021 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment rest-tx-bridge-test.war (runtime-name: rest-tx-bridge-test.war) in 49ms
> [0mMar 06, 2014 7:56:59 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController stop
> INFO: Manual stopping of a server instance
> [0m19:56:59,123 INFO [org.jboss.as.repository] (management-handler-thread - 3) JBAS014901: Content removed from location /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/content/ee/b7703f635c5abcecc6ca603c1259a09057abc6/content
> [0m[0m19:56:59,124 INFO [org.jboss.as.server] (management-handler-thread - 3) JBAS018558: Undeployed "rest-tx-bridge-test.war" (runtime-name: "rest-tx-bridge-test.war")
> [0m[0m19:56:59,147 INFO [org.jboss.as.messaging] (MSC service thread 1-1) JBAS011605: Unbound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m19:56:59,148 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-1) JBAS010410: Unbound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m19:56:59,154 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: rest-at-participant
> [0m[0m19:56:59,155 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /rest-at-coordinator
> [0m[0m19:56:59,155 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: volatile-rest-at-participant
> [0m[0m19:56:59,280 INFO [org.hornetq.ra] (ServerService Thread Pool -- 24) HQ151003: HornetQ resource adaptor stopped
> [0m[0m19:56:59,325 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010409: Unbound data source [java:jboss/datasources/ExampleDS]
> [0m[0m19:56:59,333 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017532: Host default-host stopping
> [0m[0m19:56:59,365 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 30) JBAS011605: Unbound messaging object to jndi name java:/ConnectionFactory
> [0m[0m19:56:59,373 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010418: Stopped Driver service with driver-name = h2
> [0m[0m19:56:59,459 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 24) HQ221002: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [2a0c0778-a568-11e3-8011-ed969794111c] stopped
> [0m[0m19:56:59,462 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017521: Undertow HTTP listener default suspending
> [0m[0m19:56:59,463 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017520: Undertow HTTP listener default stopped, was bound to localhost.localdomain/127.0.0.1:8080
> [0m[0m19:56:59,466 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017506: Undertow 1.0.1.Final stopping
> [0m[0m19:56:59,480 INFO [org.jboss.as] (MSC service thread 1-1) JBAS015950: WildFly 8.0.1.Final-SNAPSHOT "WildFly" stopped in 135ms
> [0mMar 06, 2014 7:56:59 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController kill
> INFO: Hard killing of a server instance
> Mar 06, 2014 7:56:59 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController start
> INFO: Manual starting of a server instance
> Mar 06, 2014 7:56:59 PM 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, -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n, -ea, -Djboss.home.dir=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT, -Dorg.jboss.boot.log.file=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/log/server.log, -Dlogging.configuration=file:/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/configuration/logging.properties, -Djboss.bundles.dir=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/bundles, -jar, /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/jboss-modules.jar, -mp, /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules, org.jboss.as.standalone, -server-config, standalone-rts.xml]
> Listening for transport dt_socket at address: 8787
> [0m19:57:00,818 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.0.Final
> [0m[0m19:57:01,704 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.1.Final
> [0m[33m19:57:01,979 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
> [0m[0m19:57:02,145 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015899: WildFly 8.0.1.Final-SNAPSHOT "WildFly" starting
> [0m[0m19:57:05,641 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
> [0m[0m19:57:05,671 INFO [org.xnio] (MSC service thread 1-1) XNIO version 3.2.0.Final
> [0m[0m19:57:05,684 INFO [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.2.0.Final
> [0m[0m19:57:05,729 INFO [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 4.0.2.Final
> [0m[0m19:57:05,964 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 37) JBAS010280: Activating Infinispan subsystem.
> [0m[0m19:57:06,009 INFO [org.jboss.as.jacorb] (ServerService Thread Pool -- 38) JBAS016300: Activating JacORB Subsystem
> [0m[0m19:57:06,235 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 44) JBAS012615: Activated the following JSF Implementations: [main]
> [0m[0m19:57:06,908 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 32) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> [0m[0m19:57:06,958 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 57) JBAS015537: Activating WebServices Extension
> [0m[33m19:57:07,002 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 55) JBAS010153: Node identifier property is set to the default value. Please make sure it is unique.
> [0m[0m19:57:07,027 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 48) JBAS011800: Activating Naming Subsystem
> [0m[0m19:57:07,092 INFO [org.jboss.as.security] (ServerService Thread Pool -- 53) JBAS013171: Activating Security Subsystem
> [0m[0m19:57:08,152 INFO [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016330: CORBA ORB Service started
> [0m[0m19:57:08,198 INFO [org.jboss.as.connector.logging] (MSC service thread 1-1) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.3.Final)
> [0m[0m19:57:08,200 INFO [org.jboss.as.security] (MSC service thread 1-2) JBAS013170: Current PicketBox version=4.0.21.Beta1
> [0m[0m19:57:08,520 INFO [org.jboss.as.naming] (MSC service thread 1-2) JBAS011802: Starting Naming Service
> [0m[0m19:57:08,748 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010417: Started Driver service with driver-name = h2
> [0m[0m19:57:08,749 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) JBAS015400: Bound mail session [java:jboss/mail/Default]
> [0m[0m19:57:09,177 INFO [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016328: CORBA Naming Service started
> [0m[0m19:57:09,366 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
> [0m[0m19:57:09,387 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017502: Undertow 1.0.1.Final starting
> [0m[0m19:57:09,389 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 56) JBAS017502: Undertow 1.0.1.Final starting
> [0m[0m19:57:09,435 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017525: Started server default-server.
> [0m[0m19:57:09,493 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080
> [0m[0m19:57:10,284 INFO [org.jboss.ws.common.management] (MSC service thread 1-1) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.4.Final
> [0m[0m19:57:10,325 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221000: live server is starting with configuration HornetQ Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingjournal,bindingsDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingbindings,largeMessagesDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messaginglargemessages,pagingDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingpaging)
> [0m[0m19:57:10,327 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221006: Waiting to obtain live lock
> [0m[0m19:57:10,355 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221012: Using AIO Journal
> [0m[0m19:57:10,393 INFO [io.netty.util.internal.PlatformDependent] (ServerService Thread Pool -- 60) 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.
> [0m[0m19:57:10,423 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221043: Adding protocol support CORE
> [0m[0m19:57:10,453 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221043: Adding protocol support AMQP
> [0m[0m19:57:10,457 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221043: Adding protocol support STOMP
> [0m[0m19:57:10,522 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 56) JBAS017527: Creating file handler for path /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/welcome-content
> [0m[0m19:57:10,532 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017531: Host default-host starting
> [0m[0m19:57:10,671 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Deploying javax.ws.rs.core.Application: class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,781 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FileProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,782 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,783 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.SerializableProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,783 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,783 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,790 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,791 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.InputStreamProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,792 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,793 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,793 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,794 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,795 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,797 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding class resource org.jboss.narayana.rest.integration.VolatileParticipantResource from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,798 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DataSourceProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,798 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,803 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,805 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,807 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DocumentProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,807 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,808 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,809 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,809 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.IIOImageProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,810 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,810 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,831 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,832 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.StringTextStar from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,832 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,833 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,833 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,834 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:11,028 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: volatile-rest-at-participant
> [0m[0m19:57:11,041 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Deploying javax.ws.rs.core.Application: class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,042 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FileProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,042 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,043 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding class resource org.jboss.narayana.rest.integration.ParticipantResource from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,043 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.SerializableProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,043 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,043 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,043 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,044 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.InputStreamProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,044 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,044 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,044 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,045 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,045 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,045 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DataSourceProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,045 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,046 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,046 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,046 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DocumentProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,046 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,046 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,047 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,047 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.IIOImageProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,047 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.narayana.rest.integration.HeuristicMapper from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,047 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,048 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,048 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,048 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.StringTextStar from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,048 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,049 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,049 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,049 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,191 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: rest-at-participant
> [0m[0m19:57:11,199 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Deploying javax.ws.rs.core.Application: class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,200 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.FileProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,200 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,200 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.SerializableProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,200 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding class resource org.jboss.jbossts.star.service.Coordinator from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,201 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,201 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,201 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,201 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.InputStreamProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,202 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,202 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,202 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,202 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.jbossts.star.provider.TMUnavailableMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,203 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,203 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,203 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DataSourceProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,203 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,204 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,204 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,204 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DocumentProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,204 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,204 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,205 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.jbossts.star.provider.NotFoundMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,205 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,205 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.IIOImageProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,206 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.jbossts.star.provider.HttpResponseMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,206 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,206 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,206 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,207 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.StringTextStar from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,207 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,207 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,207 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.jbossts.star.provider.TransactionStatusMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,208 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,208 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,349 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221034: Waiting to obtain live lock
> [0m[0m19:57:11,349 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221035: Live Server Obtained live lock
> [0m[0m19:57:11,355 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /rest-at-coordinator
> [0m[0m19:57:12,136 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) JBAS015012: Started FileSystemDeploymentService for directory /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/deployments
> [0m[0m19:57:12,146 INFO [org.jboss.messaging] (MSC service thread 1-2) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor-throughput acceptor
> [0m[0m19:57:12,149 INFO [org.jboss.messaging] (MSC service thread 1-2) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor acceptor
> [0m[0m19:57:12,215 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221007: Server is now live
> [0m[0m19:57:12,216 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221001: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [2a0c0778-a568-11e3-8011-ed969794111c]
> [0m[0m19:57:12,363 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 61) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m19:57:12,365 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 62) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
> [0m[0m19:57:12,365 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010406: Registered connection factory java:/JmsXA
> [0m[0m19:57:12,455 INFO [org.hornetq.ra] (MSC service thread 1-2) HornetQ resource adaptor started
> [0m[0m19:57:12,456 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-2) IJ020002: Deployed: file://RaActivatorhornetq-ra
> [0m[0m19:57:12,458 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-1) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m19:57:12,459 INFO [org.jboss.as.messaging] (MSC service thread 1-1) JBAS011601: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m19:57:12,640 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
> [0m[0m19:57:12,641 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
> [0m[0m19:57:12,641 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.0.1.Final-SNAPSHOT "WildFly" started in 12627ms - Started 219 of 267 services (89 services are lazy, passive or on-demand)
> [0m[0m19:57:17,055 INFO [org.jboss.as.repository] (management-handler-thread - 2) JBAS014900: Content added at location /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/content/61/0ed01cf8c7b3538d69950d6214384a6a6c570e/content
> [0m[0m19:57:17,087 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "rest-tx-bridge-test.war" (runtime-name: "rest-tx-bridge-test.war")
> [0m[33m19:57:17,501 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.rest-tx-bridge-test.war" is using a private module ("org.jboss.jts:main") which may be changed or removed in future versions without notice.
> [0m[33m19:57:17,501 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.rest-tx-bridge-test.war" is using a private module ("org.codehaus.jettison:main") which may be changed or removed in future versions without notice.
> [0m[0m19:57:17,922 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /rest-tx-bridge-test
> [0m[0m19:57:18,182 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018559: Deployed "rest-tx-bridge-test.war" (runtime-name : "rest-tx-bridge-test.war")
> [0m[0m19:57:24,831 INFO [org.hibernate.validator.internal.util.Version] (default task-1) HV000001: Hibernate Validator 5.1.0.Final
> [0m[0m19:57:25,046 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingRestATResource] (default task-2) LoggingRestATResource.resetInvocations()
> [0m[0m19:57:25,165 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-4) LoggingXAResource.start
> [0m[0m19:57:25,178 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-7) LoggingXAResource.end
> [0m[0m19:57:25,179 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-7) LoggingXAResource.prepare
> [0m[0m19:57:25,249 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-7) LoggingXAResource.commit
> [0m[0m19:57:25,340 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /rest-tx-bridge-test
> [0m[0m19:57:25,434 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment rest-tx-bridge-test.war (runtime-name: rest-tx-bridge-test.war) in 102ms
> [0mMar 06, 2014 7:57:25 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController stop
> INFO: Manual stopping of a server instance
> [0m19:57:25,559 INFO [org.jboss.as.repository] (management-handler-thread - 2) JBAS014901: Content removed from location /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/content/61/0ed01cf8c7b3538d69950d6214384a6a6c570e/content
> [0m[0m19:57:25,560 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018558: Undeployed "rest-tx-bridge-test.war" (runtime-name: "rest-tx-bridge-test.war")
> [0m[0m19:57:25,662 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /rest-at-coordinator
> [0m[0m19:57:25,662 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: rest-at-participant
> [0m[0m19:57:25,667 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: volatile-rest-at-participant
> [0m[0m19:57:25,674 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010409: Unbound data source [java:jboss/datasources/ExampleDS]
> [0m[0m19:57:25,677 INFO [org.jboss.as.messaging] (MSC service thread 1-1) JBAS011605: Unbound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m19:57:25,680 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017532: Host default-host stopping
> [0m[0m19:57:25,686 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010410: Unbound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m19:57:25,691 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 29) JBAS011605: Unbound messaging object to jndi name java:/ConnectionFactory
> [0m[0m19:57:25,737 INFO [org.hornetq.ra] (ServerService Thread Pool -- 29) HQ151003: HornetQ resource adaptor stopped
> [0m[0m19:57:25,748 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010418: Stopped Driver service with driver-name = h2
> [0m[0m19:57:25,818 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 29) HQ221002: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [2a0c0778-a568-11e3-8011-ed969794111c] stopped
> [0m[0m19:57:25,820 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017521: Undertow HTTP listener default suspending
> [0m[0m19:57:25,821 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017520: Undertow HTTP listener default stopped, was bound to localhost.localdomain/127.0.0.1:8080
> [0m[0m19:57:25,826 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017506: Undertow 1.0.1.Final stopping
> [0m[0m19:57:25,837 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015950: WildFly 8.0.1.Final-SNAPSHOT "WildFly" stopped in 200ms
> [0mMar 06, 2014 7:57:26 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController kill
> INFO: Hard killing of a server instance
> Mar 06, 2014 7:57:26 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController start
> INFO: Manual starting of a server instance
> Mar 06, 2014 7:57:26 PM 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, -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n, -ea, -Djboss.home.dir=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT, -Dorg.jboss.boot.log.file=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/log/server.log, -Dlogging.configuration=file:/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/configuration/logging.properties, -Djboss.bundles.dir=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/bundles, -jar, /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/jboss-modules.jar, -mp, /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules, org.jboss.as.standalone, -server-config, standalone-rts.xml]
> Listening for transport dt_socket at address: 8787
> [0m19:57:27,192 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.0.Final
> [0m[0m19:57:28,100 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.1.Final
> [0m[33m19:57:28,323 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
> [0m[0m19:57:28,489 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015899: WildFly 8.0.1.Final-SNAPSHOT "WildFly" starting
> [0m[0m19:57:31,614 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
> [0m[0m19:57:31,643 INFO [org.xnio] (MSC service thread 1-2) XNIO version 3.2.0.Final
> [0m[0m19:57:31,654 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.2.0.Final
> [0m[0m19:57:31,696 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 4.0.2.Final
> [0m[0m19:57:32,019 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 37) JBAS010280: Activating Infinispan subsystem.
> [0m[0m19:57:32,171 INFO [org.jboss.as.jacorb] (ServerService Thread Pool -- 38) JBAS016300: Activating JacORB Subsystem
> [0m[0m19:57:32,320 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 44) JBAS012615: Activated the following JSF Implementations: [main]
> [0m[0m19:57:33,019 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 32) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> [0m[0m19:57:33,077 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 57) JBAS015537: Activating WebServices Extension
> [0m[33m19:57:33,157 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 55) JBAS010153: Node identifier property is set to the default value. Please make sure it is unique.
> [0m[0m19:57:33,159 INFO [org.jboss.as.security] (ServerService Thread Pool -- 53) JBAS013171: Activating Security Subsystem
> [0m[0m19:57:33,186 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 48) JBAS011800: Activating Naming Subsystem
> [0m[0m19:57:33,517 INFO [org.jboss.as.security] (MSC service thread 1-2) JBAS013170: Current PicketBox version=4.0.21.Beta1
> [0m[0m19:57:33,785 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 56) JBAS017502: Undertow 1.0.1.Final starting
> [0m[0m19:57:34,101 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 56) JBAS017527: Creating file handler for path /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/welcome-content
> [0m[0m19:57:34,051 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017502: Undertow 1.0.1.Final starting
> [0m[0m19:57:34,402 INFO [org.jboss.as.connector.logging] (MSC service thread 1-2) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.3.Final)
> [0m[0m19:57:34,492 INFO [org.jboss.as.naming] (MSC service thread 1-2) JBAS011802: Starting Naming Service
> [0m[0m19:57:34,495 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010417: Started Driver service with driver-name = h2
> [0m[0m19:57:34,500 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) JBAS015400: Bound mail session [java:jboss/mail/Default]
> [0m[0m19:57:34,516 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017525: Started server default-server.
> [0m[0m19:57:34,520 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017531: Host default-host starting
> [0m[0m19:57:34,567 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080
> [0m[0m19:57:35,059 INFO [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016330: CORBA ORB Service started
> [0m[0m19:57:35,241 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Deploying javax.ws.rs.core.Application: class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,261 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,262 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.StringTextStar from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,263 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.IIOImageProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,263 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,272 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding class resource org.jboss.narayana.rest.integration.ParticipantResource from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,273 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,274 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,274 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,275 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,276 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,277 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DocumentProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,278 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,281 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,281 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,284 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,285 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.InputStreamProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,285 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,286 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.FileProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,286 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,287 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.SerializableProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,287 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.narayana.rest.integration.HeuristicMapper from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,297 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,300 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,300 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,304 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,305 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,305 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,306 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,306 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,307 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DataSourceProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,307 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,548 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Deploying javax.ws.rs.core.Application: class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,564 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,564 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.StringTextStar from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,564 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.IIOImageProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,565 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,565 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,565 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,565 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,566 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,566 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,566 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.jbossts.star.provider.HttpResponseMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,566 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DocumentProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,567 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,567 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,567 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,567 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,568 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.InputStreamProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,568 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,568 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FileProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,568 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,568 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.SerializableProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,569 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.jbossts.star.provider.TransactionStatusMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,569 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,569 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.jbossts.star.provider.NotFoundMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,570 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,570 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,570 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,570 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding class resource org.jboss.jbossts.star.service.Coordinator from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,571 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.jbossts.star.provider.TMUnavailableMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,571 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,571 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,571 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,572 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,572 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DataSourceProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,572 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,828 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /rest-at-coordinator
> [0m[0m19:57:35,831 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Deploying javax.ws.rs.core.Application: class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,839 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,839 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.StringTextStar from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,839 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.IIOImageProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,839 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,840 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,840 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding class resource org.jboss.narayana.rest.integration.VolatileParticipantResource from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,840 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,840 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,841 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,841 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,841 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DocumentProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,841 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,841 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,842 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,842 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,842 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.InputStreamProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,842 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,843 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FileProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,843 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,843 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.SerializableProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,843 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,844 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,844 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,844 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,844 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,844 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,845 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,845 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,845 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DataSourceProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,845 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,901 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: rest-at-participant
> [0m[0m19:57:35,952 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: volatile-rest-at-participant
> [0m[0m19:57:36,691 INFO [org.jboss.ws.common.management] (MSC service thread 1-1) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.4.Final
> [0m[0m19:57:36,844 INFO [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016328: CORBA Naming Service started
> [0m[0m19:57:36,856 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221000: live server is starting with configuration HornetQ Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingjournal,bindingsDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingbindings,largeMessagesDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messaginglargemessages,pagingDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingpaging)
> [0m[0m19:57:36,858 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221006: Waiting to obtain live lock
> [0m[0m19:57:36,886 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221012: Using AIO Journal
> [0m[0m19:57:37,128 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
> [0m[0m19:57:37,135 INFO [io.netty.util.internal.PlatformDependent] (ServerService Thread Pool -- 60) 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.
> [0m[0m19:57:37,368 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221043: Adding protocol support CORE
> [0m[0m19:57:37,395 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221043: Adding protocol support AMQP
> [0m[0m19:57:37,398 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221043: Adding protocol support STOMP
> [0m[0m19:57:37,657 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) JBAS015012: Started FileSystemDeploymentService for directory /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/deployments
> [0m[0m19:57:37,662 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221034: Waiting to obtain live lock
> [0m[0m19:57:37,663 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221035: Live Server Obtained live lock
> [0m[0m19:57:38,276 INFO [org.jboss.messaging] (MSC service thread 1-2) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor acceptor
> [0m[0m19:57:38,277 INFO [org.jboss.messaging] (MSC service thread 1-1) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor-throughput acceptor
> [0m[0m19:57:38,376 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221007: Server is now live
> [0m[0m19:57:38,377 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221001: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [2a0c0778-a568-11e3-8011-ed969794111c]
> [0m[0m19:57:38,537 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-1) JBAS010406: Registered connection factory java:/JmsXA
> [0m[0m19:57:38,586 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 61) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m19:57:38,589 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 62) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
> [0m[0m19:57:38,601 INFO [org.hornetq.ra] (MSC service thread 1-1) HornetQ resource adaptor started
> [0m[0m19:57:38,602 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-1) IJ020002: Deployed: file://RaActivatorhornetq-ra
> [0m[0m19:57:38,604 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m19:57:38,604 INFO [org.jboss.as.messaging] (MSC service thread 1-2) JBAS011601: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m19:57:38,817 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
> [0m[0m19:57:38,818 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
> [0m[0m19:57:38,818 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.0.1.Final-SNAPSHOT "WildFly" started in 12386ms - Started 219 of 267 services (89 services are lazy, passive or on-demand)
> [0m[0m19:57:38,950 INFO [org.jboss.as.repository] (management-handler-thread - 2) JBAS014900: Content added at location /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/content/55/381b9de9cba3dfef083b643ca23093834c3eb3/content
> [0m[0m19:57:38,975 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "rest-tx-bridge-test.war" (runtime-name: "rest-tx-bridge-test.war")
> [0m[33m19:57:39,377 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.rest-tx-bridge-test.war" is using a private module ("org.jboss.jts:main") which may be changed or removed in future versions without notice.
> [0m[33m19:57:39,380 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.rest-tx-bridge-test.war" is using a private module ("org.codehaus.jettison:main") which may be changed or removed in future versions without notice.
> [0m[0m19:57:39,810 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /rest-tx-bridge-test
> [0m[0m19:57:40,068 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018559: Deployed "rest-tx-bridge-test.war" (runtime-name : "rest-tx-bridge-test.war")
> [0m[0m19:57:45,824 INFO [org.hibernate.validator.internal.util.Version] (default task-1) HV000001: Hibernate Validator 5.1.0.Final
> [0m[0m19:57:46,027 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingRestATResource] (default task-2) LoggingRestATResource.resetInvocations()
> [0m[0m19:57:46,951 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-5) LoggingXAResource.start
> [0m[0m19:57:46,970 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-9) LoggingXAResource.end
> [0m[0m19:57:46,971 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-9) LoggingXAResource.prepare
> [0m[0m19:57:47,019 INFO [org.jboss.jbossts.star.resource.RESTRecord] (Periodic Recovery) restore_state http://localhost:8080/rest-tx-bridge-test/logging-participant-resource/te...
> [0m[0m19:57:47,020 INFO [org.jboss.jbossts.star.resource.RESTRecord] (Periodic Recovery) restore_state http://127.0.0.1:8080/rest-at-participant/0:ffffac118324:e2a4:5318d281:16
> [0m[31m19:57:47,033 ERROR [io.undertow.request] (default task-10) UT005023: Exception handling request to /rest-at-participant/0:ffffac118324:e2a4:5318d281:16: org.jboss.resteasy.spi.UnhandledException: org.jboss.narayana.rest.integration.api.ParticipantException: Inbound bridge is not available.
> at org.jboss.resteasy.core.ExceptionHandler.handleApplicationException(ExceptionHandler.java:76) [resteasy-jaxrs-3.0.6.Final.jar:]
> at org.jboss.resteasy.core.ExceptionHandler.handleException(ExceptionHandler.java:212) [resteasy-jaxrs-3.0.6.Final.jar:]
> at org.jboss.resteasy.core.SynchronousDispatcher.writeException(SynchronousDispatcher.java:149) [resteasy-jaxrs-3.0.6.Final.jar:]
> at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:372) [resteasy-jaxrs-3.0.6.Final.jar:]
> at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:179) [resteasy-jaxrs-3.0.6.Final.jar:]
> at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:220) [resteasy-jaxrs-3.0.6.Final.jar:]
> at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:56) [resteasy-jaxrs-3.0.6.Final.jar:]
> at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:51) [resteasy-jaxrs-3.0.6.Final.jar:]
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) [jboss-servlet-api_3.1_spec-1.0.0.Final.jar:1.0.0.Final]
> at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:85) [undertow-servlet-1.0.1.Final.jar:1.0.1.Final]
> at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:61) [undertow-servlet-1.0.1.Final.jar:1.0.1.Final]
> at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) [undertow-servlet-1.0.1.Final.jar:1.0.1.Final]
> at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:113) [undertow-servlet-1.0.1.Final.jar:1.0.1.Final]
> at io.undertow.security.handlers.AuthenticationCallHandler.handleRequest(AuthenticationCallHandler.java:52) [undertow-core-1.0.1.Final.jar:1.0.1.Final]
> at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:45) [undertow-core-1.0.1.Final.jar:1.0.1.Final]
> at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:61) [undertow-servlet-1.0.1.Final.jar:1.0.1.Final]
> at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:70) [undertow-servlet-1.0.1.Final.jar:1.0.1.Final]
> at io.undertow.security.handlers.SecurityInitialHandler.handleRequest(SecurityInitialHandler.java:76) [undertow-core-1.0.1.Final.jar:1.0.1.Final]
> at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:25) [undertow-core-1.0.1.Final.jar:1.0.1.Final]
> at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:25) [undertow-core-1.0.1.Final.jar:1.0.1.Final]
> at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:240) [undertow-servlet-1.0.1.Final.jar:1.0.1.Final]
> at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:227) [undertow-servlet-1.0.1.Final.jar:1.0.1.Final]
> at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:73) [undertow-servlet-1.0.1.Final.jar:1.0.1.Final]
> at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:146) [undertow-servlet-1.0.1.Final.jar:1.0.1.Final]
> at io.undertow.server.Connectors.executeRootHandler(Connectors.java:168) [undertow-core-1.0.1.Final.jar:1.0.1.Final]
> at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:687) [undertow-core-1.0.1.Final.jar:1.0.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: org.jboss.narayana.rest.integration.api.ParticipantException: Inbound bridge is not available.
> at org.jboss.narayana.rest.bridge.inbound.InboundBridgeParticipant.startBridge(InboundBridgeParticipant.java:137) [restat-bridge-5.0.2.Final-SNAPSHOT.jar:5.0.2.Final-SNAPSHOT]
> at org.jboss.narayana.rest.bridge.inbound.InboundBridgeParticipant.commit(InboundBridgeParticipant.java:83) [restat-bridge-5.0.2.Final-SNAPSHOT.jar:5.0.2.Final-SNAPSHOT]
> at org.jboss.narayana.rest.integration.ParticipantResource.commit(ParticipantResource.java:211) [restat-integration-5.0.2.Final-SNAPSHOT.jar:5.0.2.Final-SNAPSHOT]
> at org.jboss.narayana.rest.integration.ParticipantResource.terminate(ParticipantResource.java:118) [restat-integration-5.0.2.Final-SNAPSHOT.jar:5.0.2.Final-SNAPSHOT]
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_45]
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_45]
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_45]
> at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_45]
> at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:137) [resteasy-jaxrs-3.0.6.Final.jar:]
> at org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTarget(ResourceMethodInvoker.java:280) [resteasy-jaxrs-3.0.6.Final.jar:]
> at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:234) [resteasy-jaxrs-3.0.6.Final.jar:]
> at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:221) [resteasy-jaxrs-3.0.6.Final.jar:]
> at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:356) [resteasy-jaxrs-3.0.6.Final.jar:]
> ... 25 more
> [0m[0m19:57:47,085 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingRestATResource] (default task-11) LoggingRestATResource.terminateParticipant(txstatus=TransactionPrepared)
> [0m[0m19:57:47,091 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingRestATResource] (default task-12) LoggingRestATResource.terminateParticipant(txstatus=TransactionCommitted)
> [0m[0m19:57:47,140 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingRestATResource] (default task-13) LoggingRestATResource.terminateParticipant(txstatus=TransactionCommitted)
> [0m[0m19:57:47,149 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-14) LoggingXAResource.commit
> [0m[0m19:57:47,186 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingRestATResource] (default task-15) LoggingRestATResource.getInvocations()
> [0m[0m19:57:47,249 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /rest-tx-bridge-test
> [0m[0m19:57:47,294 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment rest-tx-bridge-test.war (runtime-name: rest-tx-bridge-test.war) in 53ms
> [0mMar 06, 2014 7:57:47 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController stop
> INFO: Manual stopping of a server instance
> [0m19:57:47,422 INFO [org.jboss.as.repository] (management-handler-thread - 2) JBAS014901: Content removed from location /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/content/55/381b9de9cba3dfef083b643ca23093834c3eb3/content
> [0m[0m19:57:47,423 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018558: Undeployed "rest-tx-bridge-test.war" (runtime-name: "rest-tx-bridge-test.war")
> [0m[0m19:57:47,446 INFO [org.jboss.as.messaging] (MSC service thread 1-1) JBAS011605: Unbound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m19:57:47,446 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-1) JBAS010410: Unbound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m19:57:47,465 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: rest-at-participant
> [0m[0m19:57:47,465 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /rest-at-coordinator
> [0m[0m19:57:47,465 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: volatile-rest-at-participant
> [0m[0m19:57:47,467 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 30) JBAS011605: Unbound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m19:57:47,468 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 29) JBAS011605: Unbound messaging object to jndi name java:/ConnectionFactory
> [0m[0m19:57:47,550 INFO [org.hornetq.ra] (ServerService Thread Pool -- 28) HQ151003: HornetQ resource adaptor stopped
> [0m[0m19:57:47,606 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010409: Unbound data source [java:jboss/datasources/ExampleDS]
> [0m[0m19:57:47,610 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017532: Host default-host stopping
> [0m[0m19:57:47,627 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) JBAS010418: Stopped Driver service with driver-name = h2
> [0m[0m19:57:47,697 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 29) HQ221002: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [2a0c0778-a568-11e3-8011-ed969794111c] stopped
> [0m[0m19:57:47,700 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017521: Undertow HTTP listener default suspending
> [0m[0m19:57:47,701 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017520: Undertow HTTP listener default stopped, was bound to localhost.localdomain/127.0.0.1:8080
> [0m[0m19:57:47,708 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017506: Undertow 1.0.1.Final stopping
> [0m[0m19:57:47,715 INFO [org.jboss.as] (MSC service thread 1-1) JBAS015950: WildFly 8.0.1.Final-SNAPSHOT "WildFly" stopped in 182ms
> [0mMar 06, 2014 7:57:48 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController kill
> INFO: Hard killing of a server instance
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (JBTM-2118) InboundBridgeTestCase#testCommitWithTwoParticipants test failed
by Gytis Trikleris (JIRA)
[ https://issues.jboss.org/browse/JBTM-2118?page=com.atlassian.jira.plugin.... ]
Gytis Trikleris closed JBTM-2118.
---------------------------------
Fix Version/s: (was: 5.0.3)
Resolution: Cannot Reproduce Bug
> InboundBridgeTestCase#testCommitWithTwoParticipants test failed
> ---------------------------------------------------------------
>
> Key: JBTM-2118
> URL: https://issues.jboss.org/browse/JBTM-2118
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: REST
> Reporter: Gytis Trikleris
> Assignee: Gytis Trikleris
> Priority: Minor
>
> {code}
> -------------------------------------------------------------------------------
> Test set: org.jboss.narayana.rest.bridge.inbound.test.integration.InboundBridgeTestCase
> -------------------------------------------------------------------------------
> Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 93.194 sec <<< FAILURE!
> testCommitWithTwoParticipants(org.jboss.narayana.rest.bridge.inbound.test.integration.InboundBridgeTestCase) Time elapsed: 21.811 sec <<< FAILURE!
> java.lang.AssertionError: expected:<2> but was:<3>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:743)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:555)
> at org.junit.Assert.assertEquals(Assert.java:542)
> at org.jboss.narayana.rest.bridge.inbound.test.integration.InboundBridgeTestCase.testCommitWithTwoParticipants(InboundBridgeTestCase.java:106)
> {code}
> {code}
> log4j:WARN No appenders could be found for logger (org.jboss.logging).
> log4j:WARN Please initialize the log4j system properly.
> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
> Mar 06, 2014 7:56:16 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController start
> INFO: Manual starting of a server instance
> Mar 06, 2014 7:56:16 PM 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, -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n, -ea, -Djboss.home.dir=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT, -Dorg.jboss.boot.log.file=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/log/server.log, -Dlogging.configuration=file:/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/configuration/logging.properties, -Djboss.bundles.dir=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/bundles, -jar, /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/jboss-modules.jar, -mp, /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules, org.jboss.as.standalone, -server-config, standalone-rts.xml]
> Listening for transport dt_socket at address: 8787
> [0m19:56:18,046 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.0.Final
> [0m[0m19:56:18,921 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.1.Final
> [0m[33m19:56:19,120 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
> [0m[0m19:56:19,183 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015899: WildFly 8.0.1.Final-SNAPSHOT "WildFly" starting
> [0m[0m19:56:22,339 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
> [0m[0m19:56:22,366 INFO [org.xnio] (MSC service thread 1-1) XNIO version 3.2.0.Final
> [0m[0m19:56:22,377 INFO [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.2.0.Final
> [0m[0m19:56:22,419 INFO [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 4.0.2.Final
> [0m[0m19:56:22,719 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 37) JBAS010280: Activating Infinispan subsystem.
> [0m[0m19:56:22,751 INFO [org.jboss.as.jacorb] (ServerService Thread Pool -- 38) JBAS016300: Activating JacORB Subsystem
> [0m[0m19:56:22,870 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 44) JBAS012615: Activated the following JSF Implementations: [main]
> [0m[0m19:56:23,227 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 57) JBAS015537: Activating WebServices Extension
> [0m[33m19:56:23,243 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 55) JBAS010153: Node identifier property is set to the default value. Please make sure it is unique.
> [0m[0m19:56:23,244 INFO [org.jboss.as.security] (ServerService Thread Pool -- 53) JBAS013171: Activating Security Subsystem
> [0m[0m19:56:23,342 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 48) JBAS011800: Activating Naming Subsystem
> [0m[0m19:56:23,746 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 32) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> [0m[0m19:56:23,818 INFO [org.jboss.as.naming] (MSC service thread 1-1) JBAS011802: Starting Naming Service
> [0m[0m19:56:24,222 INFO [org.jboss.as.jacorb] (MSC service thread 1-2) JBAS016330: CORBA ORB Service started
> [0m[0m19:56:24,391 INFO [org.jboss.as.security] (MSC service thread 1-1) JBAS013170: Current PicketBox version=4.0.21.Beta1
> [0m[0m19:56:24,608 INFO [org.jboss.as.connector.logging] (MSC service thread 1-1) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.3.Final)
> [0m[0m19:56:25,164 INFO [org.jboss.as.mail.extension] (MSC service thread 1-1) JBAS015400: Bound mail session [java:jboss/mail/Default]
> [0m[0m19:56:25,184 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) JBAS010417: Started Driver service with driver-name = h2
> [0m[0m19:56:25,450 INFO [org.jboss.as.jacorb] (MSC service thread 1-2) JBAS016328: CORBA Naming Service started
> [0m[0m19:56:25,537 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
> [0m[0m19:56:25,551 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017502: Undertow 1.0.1.Final starting
> [0m[0m19:56:25,553 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 56) JBAS017502: Undertow 1.0.1.Final starting
> [0m[0m19:56:25,602 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017525: Started server default-server.
> [0m[0m19:56:25,661 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080
> [0m[0m19:56:26,448 INFO [org.jboss.ws.common.management] (MSC service thread 1-2) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.4.Final
> [0m[0m19:56:26,514 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221000: live server is starting with configuration HornetQ Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingjournal,bindingsDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingbindings,largeMessagesDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messaginglargemessages,pagingDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingpaging)
> [0m[0m19:56:26,517 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221006: Waiting to obtain live lock
> [0m[0m19:56:26,546 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221012: Using AIO Journal
> [0m[0m19:56:26,581 INFO [io.netty.util.internal.PlatformDependent] (ServerService Thread Pool -- 60) 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.
> [0m[0m19:56:26,610 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 56) JBAS017527: Creating file handler for path /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/welcome-content
> [0m[0m19:56:26,620 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017531: Host default-host starting
> [0m[0m19:56:26,758 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Deploying javax.ws.rs.core.Application: class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,785 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,786 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.SerializableProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,787 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.IIOImageProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,789 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding class resource org.jboss.narayana.rest.integration.VolatileParticipantResource from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,790 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DataSourceProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,791 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,792 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,797 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,797 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,798 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,798 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,799 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.InputStreamProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,799 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,800 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,801 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FileProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,802 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,812 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,812 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,813 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,814 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,833 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,834 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.StringTextStar from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,834 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,835 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,837 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,838 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,838 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,842 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DocumentProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,849 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,849 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:26,945 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Deploying javax.ws.rs.core.Application: class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,946 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,946 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.SerializableProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,947 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.IIOImageProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,947 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DataSourceProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,947 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,947 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,948 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,948 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,948 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,948 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,948 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.InputStreamProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,949 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding class resource org.jboss.narayana.rest.integration.ParticipantResource from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,949 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,949 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,949 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.FileProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,950 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,950 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,950 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,950 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,951 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,951 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,951 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.StringTextStar from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,951 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,952 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,952 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,952 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,952 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,952 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DocumentProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,953 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,953 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.narayana.rest.integration.HeuristicMapper from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:26,953 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:27,204 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: rest-at-participant
> [0m[0m19:56:27,227 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Deploying javax.ws.rs.core.Application: class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,227 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,227 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.SerializableProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,228 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.IIOImageProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,228 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DataSourceProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,228 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.jbossts.star.provider.TMUnavailableMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,229 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,229 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,229 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,229 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,230 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,230 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,230 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.InputStreamProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,230 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,240 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,240 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.jbossts.star.provider.NotFoundMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,240 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.FileProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,241 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,241 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,241 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,241 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.jbossts.star.provider.HttpResponseMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,242 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.jbossts.star.provider.TransactionStatusMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,242 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,242 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,243 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,243 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.StringTextStar from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,243 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,244 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding class resource org.jboss.jbossts.star.service.Coordinator from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,244 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,244 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,244 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,245 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,245 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DocumentProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,245 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,245 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:27,313 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: volatile-rest-at-participant
> [0m[0m19:56:27,386 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /rest-at-coordinator
> [0m[0m19:56:27,388 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221043: Adding protocol support CORE
> [0m[0m19:56:27,396 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221043: Adding protocol support AMQP
> [0m[0m19:56:27,400 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221043: Adding protocol support STOMP
> [0m[0m19:56:27,701 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221034: Waiting to obtain live lock
> [0m[0m19:56:27,701 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221035: Live Server Obtained live lock
> [0m[0m19:56:28,389 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) JBAS015012: Started FileSystemDeploymentService for directory /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/deployments
> [0m[0m19:56:28,448 INFO [org.jboss.messaging] (MSC service thread 1-2) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor-throughput acceptor
> [0m[0m19:56:28,450 INFO [org.jboss.messaging] (MSC service thread 1-2) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor acceptor
> [0m[0m19:56:28,511 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221007: Server is now live
> [0m[0m19:56:28,511 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221001: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [2a0c0778-a568-11e3-8011-ed969794111c]
> [0m[0m19:56:28,698 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010406: Registered connection factory java:/JmsXA
> [0m[0m19:56:28,749 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 61) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
> [0m[0m19:56:28,751 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 62) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m19:56:28,763 INFO [org.hornetq.ra] (MSC service thread 1-2) HornetQ resource adaptor started
> [0m[0m19:56:28,764 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-2) IJ020002: Deployed: file://RaActivatorhornetq-ra
> [0m[0m19:56:28,766 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-1) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m19:56:28,767 INFO [org.jboss.as.messaging] (MSC service thread 1-1) JBAS011601: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m19:56:28,973 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
> [0m[0m19:56:28,974 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
> [0m[0m19:56:28,974 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.0.1.Final-SNAPSHOT "WildFly" started in 11695ms - Started 219 of 267 services (89 services are lazy, passive or on-demand)
> [0m[0m19:56:29,616 INFO [org.jboss.as.repository] (management-handler-thread - 2) JBAS014900: Content added at location /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/content/a1/396ab585e43663d4547d134d63a2d477d78381/content
> [0m[0m19:56:29,650 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "rest-tx-bridge-test.war" (runtime-name: "rest-tx-bridge-test.war")
> [0m[33m19:56:30,051 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.rest-tx-bridge-test.war" is using a private module ("org.jboss.jts:main") which may be changed or removed in future versions without notice.
> [0m[33m19:56:30,051 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.rest-tx-bridge-test.war" is using a private module ("org.codehaus.jettison:main") which may be changed or removed in future versions without notice.
> [0m[0m19:56:30,480 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /rest-tx-bridge-test
> [0m[0m19:56:30,694 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018559: Deployed "rest-tx-bridge-test.war" (runtime-name : "rest-tx-bridge-test.war")
> [0m[0m19:56:37,433 INFO [org.hibernate.validator.internal.util.Version] (default task-1) HV000001: Hibernate Validator 5.1.0.Final
> [0m[0m19:56:37,685 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingRestATResource] (default task-2) LoggingRestATResource.resetInvocations()
> [0m[0m19:56:37,852 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-5) LoggingXAResource.start
> [0m[0m19:56:37,869 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-8) LoggingXAResource.end
> [0m[0m19:56:37,870 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-8) LoggingXAResource.rollback
> [0m[0m19:56:37,882 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingRestATResource] (default task-9) LoggingRestATResource.terminateParticipant(txstatus=TransactionRolledBack)
> [0m[0m19:56:37,920 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingRestATResource] (default task-10) LoggingRestATResource.getInvocations()
> [0m[0m19:56:38,017 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /rest-tx-bridge-test
> [0m[0m19:56:38,116 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment rest-tx-bridge-test.war (runtime-name: rest-tx-bridge-test.war) in 107ms
> [0mMar 06, 2014 7:56:38 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController stop
> INFO: Manual stopping of a server instance
> [0m19:56:38,243 INFO [org.jboss.as.repository] (management-handler-thread - 2) JBAS014901: Content removed from location /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/content/a1/396ab585e43663d4547d134d63a2d477d78381/content
> [0m[0m19:56:38,244 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018558: Undeployed "rest-tx-bridge-test.war" (runtime-name: "rest-tx-bridge-test.war")
> [0m[0m19:56:38,273 INFO [org.jboss.as.messaging] (MSC service thread 1-2) JBAS011605: Unbound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m19:56:38,273 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010410: Unbound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m19:56:38,294 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017535: Unregistered web context: rest-at-participant
> [0m[0m19:56:38,294 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017535: Unregistered web context: volatile-rest-at-participant
> [0m[0m19:56:38,295 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017535: Unregistered web context: /rest-at-coordinator
> [0m[0m19:56:38,297 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 30) JBAS011605: Unbound messaging object to jndi name java:/ConnectionFactory
> [0m[0m19:56:38,298 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 29) JBAS011605: Unbound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m19:56:38,393 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010409: Unbound data source [java:jboss/datasources/ExampleDS]
> [0m[0m19:56:38,397 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017532: Host default-host stopping
> [0m[0m19:56:38,412 INFO [org.hornetq.ra] (ServerService Thread Pool -- 24) HQ151003: HornetQ resource adaptor stopped
> [0m[0m19:56:38,436 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) JBAS010418: Stopped Driver service with driver-name = h2
> [0m[0m19:56:38,513 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 30) HQ221002: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [2a0c0778-a568-11e3-8011-ed969794111c] stopped
> [0m[0m19:56:38,515 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017521: Undertow HTTP listener default suspending
> [0m[0m19:56:38,517 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017520: Undertow HTTP listener default stopped, was bound to localhost.localdomain/127.0.0.1:8080
> [0m[0m19:56:38,523 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017506: Undertow 1.0.1.Final stopping
> [0m[0m19:56:38,531 INFO [org.jboss.as] (MSC service thread 1-1) JBAS015950: WildFly 8.0.1.Final-SNAPSHOT "WildFly" stopped in 173ms
> [0mMar 06, 2014 7:56:38 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController kill
> INFO: Hard killing of a server instance
> Mar 06, 2014 7:56:38 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController start
> INFO: Manual starting of a server instance
> Mar 06, 2014 7:56:38 PM 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, -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n, -ea, -Djboss.home.dir=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT, -Dorg.jboss.boot.log.file=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/log/server.log, -Dlogging.configuration=file:/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/configuration/logging.properties, -Djboss.bundles.dir=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/bundles, -jar, /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/jboss-modules.jar, -mp, /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules, org.jboss.as.standalone, -server-config, standalone-rts.xml]
> Listening for transport dt_socket at address: 8787
> [0m19:56:39,894 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.0.Final
> [0m[0m19:56:40,787 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.1.Final
> [0m[33m19:56:40,890 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
> [0m[0m19:56:40,954 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015899: WildFly 8.0.1.Final-SNAPSHOT "WildFly" starting
> [0m[0m19:56:43,952 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
> [0m[0m19:56:43,980 INFO [org.xnio] (MSC service thread 1-2) XNIO version 3.2.0.Final
> [0m[0m19:56:43,991 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.2.0.Final
> [0m[0m19:56:44,034 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 4.0.2.Final
> [0m[0m19:56:44,257 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 37) JBAS010280: Activating Infinispan subsystem.
> [0m[0m19:56:44,285 INFO [org.jboss.as.jacorb] (ServerService Thread Pool -- 38) JBAS016300: Activating JacORB Subsystem
> [0m[0m19:56:44,347 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 44) JBAS012615: Activated the following JSF Implementations: [main]
> [0m[0m19:56:44,434 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 57) JBAS015537: Activating WebServices Extension
> [0m[33m19:56:45,363 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 55) JBAS010153: Node identifier property is set to the default value. Please make sure it is unique.
> [0m[0m19:56:45,364 INFO [org.jboss.as.security] (ServerService Thread Pool -- 53) JBAS013171: Activating Security Subsystem
> [0m[0m19:56:45,448 INFO [org.jboss.as.connector.logging] (MSC service thread 1-1) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.3.Final)
> [0m[0m19:56:45,490 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 48) JBAS011800: Activating Naming Subsystem
> [0m[0m19:56:45,506 INFO [org.jboss.as.naming] (MSC service thread 1-2) JBAS011802: Starting Naming Service
> [0m[0m19:56:45,522 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017502: Undertow 1.0.1.Final starting
> [0m[0m19:56:45,579 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 56) JBAS017502: Undertow 1.0.1.Final starting
> [0m[0m19:56:45,592 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 32) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> [0m[0m19:56:45,762 INFO [org.jboss.as.security] (MSC service thread 1-2) JBAS013170: Current PicketBox version=4.0.21.Beta1
> [0m[0m19:56:46,148 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) JBAS010417: Started Driver service with driver-name = h2
> [0m[0m19:56:46,724 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 56) JBAS017527: Creating file handler for path /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/welcome-content
> [0m[0m19:56:47,009 INFO [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016330: CORBA ORB Service started
> [0m[0m19:56:47,695 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017525: Started server default-server.
> [0m[0m19:56:47,730 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017531: Host default-host starting
> [0m[0m19:56:47,771 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080
> [0m[0m19:56:47,816 INFO [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016328: CORBA Naming Service started
> [0m[0m19:56:47,955 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Deploying javax.ws.rs.core.Application: class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:47,972 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:47,973 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:47,975 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:47,975 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:47,975 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.narayana.rest.integration.HeuristicMapper from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:47,976 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:47,977 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:47,980 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:47,980 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DataSourceProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:47,981 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:47,982 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DocumentProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:47,992 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:47,992 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,011 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.IIOImageProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,016 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,019 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,020 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,020 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,021 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.StringTextStar from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,021 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,021 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,024 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding class resource org.jboss.narayana.rest.integration.ParticipantResource from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,025 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FileProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,025 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.SerializableProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,026 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,033 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,034 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,034 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,035 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,035 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.InputStreamProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,036 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:56:48,506 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: rest-at-participant
> [0m[0m19:56:48,517 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Deploying javax.ws.rs.core.Application: class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,518 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.jbossts.star.provider.HttpResponseMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,518 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.jbossts.star.provider.NotFoundMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,518 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,518 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.jbossts.star.provider.TMUnavailableMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,519 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,519 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,519 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,519 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,520 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,520 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,520 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DataSourceProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,520 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,521 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.jbossts.star.provider.TransactionStatusMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,523 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding class resource org.jboss.jbossts.star.service.Coordinator from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,523 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DocumentProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,523 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,523 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,524 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.IIOImageProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,524 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,524 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,524 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,524 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,525 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.StringTextStar from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,525 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,525 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,525 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FileProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,526 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.SerializableProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,526 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,526 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,526 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,526 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,527 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,527 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.InputStreamProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,527 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:56:48,594 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Deploying javax.ws.rs.core.Application: class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,596 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,596 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,596 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,596 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,596 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,597 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,597 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,597 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DataSourceProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,597 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,598 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DocumentProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,598 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,598 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding class resource org.jboss.narayana.rest.integration.VolatileParticipantResource from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,598 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,599 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.IIOImageProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,599 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,599 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,599 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,599 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,600 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.StringTextStar from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,600 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,600 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,600 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.FileProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,600 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.SerializableProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,601 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,601 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,601 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,601 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,602 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,602 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.InputStreamProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,602 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:56:48,652 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: volatile-rest-at-participant
> [0m[0m19:56:48,920 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /rest-at-coordinator
> [0m[0m19:56:48,955 INFO [org.jboss.as.mail.extension] (MSC service thread 1-1) JBAS015400: Bound mail session [java:jboss/mail/Default]
> [0m[0m19:56:49,382 INFO [org.jboss.ws.common.management] (MSC service thread 1-2) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.4.Final
> [0m[0m19:56:49,425 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
> [0m[0m19:56:49,537 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) JBAS015012: Started FileSystemDeploymentService for directory /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/deployments
> [0m[0m19:56:49,581 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221000: live server is starting with configuration HornetQ Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingjournal,bindingsDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingbindings,largeMessagesDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messaginglargemessages,pagingDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingpaging)
> [0m[0m19:56:49,583 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221006: Waiting to obtain live lock
> [0m[0m19:56:49,611 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221012: Using AIO Journal
> [0m[0m19:56:49,856 INFO [io.netty.util.internal.PlatformDependent] (ServerService Thread Pool -- 60) 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.
> [0m[0m19:56:49,885 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221043: Adding protocol support CORE
> [0m[0m19:56:49,895 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221043: Adding protocol support AMQP
> [0m[0m19:56:49,899 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221043: Adding protocol support STOMP
> [0m[0m19:56:50,008 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221034: Waiting to obtain live lock
> [0m[0m19:56:50,009 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221035: Live Server Obtained live lock
> [0m[0m19:56:50,420 INFO [org.jboss.messaging] (MSC service thread 1-1) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor acceptor
> [0m[0m19:56:50,421 INFO [org.jboss.messaging] (MSC service thread 1-2) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor-throughput acceptor
> [0m[0m19:56:50,526 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221007: Server is now live
> [0m[0m19:56:50,526 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221001: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [2a0c0778-a568-11e3-8011-ed969794111c]
> [0m[0m19:56:50,648 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010406: Registered connection factory java:/JmsXA
> [0m[0m19:56:50,812 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 61) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m19:56:50,814 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 62) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
> [0m[0m19:56:50,925 INFO [org.hornetq.ra] (MSC service thread 1-2) HornetQ resource adaptor started
> [0m[0m19:56:50,926 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-2) IJ020002: Deployed: file://RaActivatorhornetq-ra
> [0m[0m19:56:50,928 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m19:56:50,929 INFO [org.jboss.as.messaging] (MSC service thread 1-2) JBAS011601: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m19:56:51,149 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
> [0m[0m19:56:51,150 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
> [0m[0m19:56:51,150 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.0.1.Final-SNAPSHOT "WildFly" started in 12062ms - Started 219 of 267 services (89 services are lazy, passive or on-demand)
> [0m[0m19:56:51,291 INFO [org.jboss.as.repository] (management-handler-thread - 3) JBAS014900: Content added at location /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/content/ee/b7703f635c5abcecc6ca603c1259a09057abc6/content
> [0m[0m19:56:51,323 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "rest-tx-bridge-test.war" (runtime-name: "rest-tx-bridge-test.war")
> [0m[33m19:56:51,739 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.rest-tx-bridge-test.war" is using a private module ("org.jboss.jts:main") which may be changed or removed in future versions without notice.
> [0m[33m19:56:51,739 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.rest-tx-bridge-test.war" is using a private module ("org.codehaus.jettison:main") which may be changed or removed in future versions without notice.
> [0m[0m19:56:52,177 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /rest-tx-bridge-test
> [0m[0m19:56:52,417 INFO [org.jboss.as.server] (management-handler-thread - 3) JBAS018559: Deployed "rest-tx-bridge-test.war" (runtime-name : "rest-tx-bridge-test.war")
> [0m[0m19:56:58,546 INFO [org.hibernate.validator.internal.util.Version] (default task-1) HV000001: Hibernate Validator 5.1.0.Final
> [0m[0m19:56:58,755 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingRestATResource] (default task-2) LoggingRestATResource.resetInvocations()
> [0m[0m19:56:58,888 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-4) LoggingXAResource.start
> [0m[0m19:56:58,901 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-7) LoggingXAResource.end
> [0m[0m19:56:58,902 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-7) LoggingXAResource.rollback
> [0m[0m19:56:58,978 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017535: Unregistered web context: /rest-tx-bridge-test
> [0m[0m19:56:59,021 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment rest-tx-bridge-test.war (runtime-name: rest-tx-bridge-test.war) in 49ms
> [0mMar 06, 2014 7:56:59 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController stop
> INFO: Manual stopping of a server instance
> [0m19:56:59,123 INFO [org.jboss.as.repository] (management-handler-thread - 3) JBAS014901: Content removed from location /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/content/ee/b7703f635c5abcecc6ca603c1259a09057abc6/content
> [0m[0m19:56:59,124 INFO [org.jboss.as.server] (management-handler-thread - 3) JBAS018558: Undeployed "rest-tx-bridge-test.war" (runtime-name: "rest-tx-bridge-test.war")
> [0m[0m19:56:59,147 INFO [org.jboss.as.messaging] (MSC service thread 1-1) JBAS011605: Unbound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m19:56:59,148 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-1) JBAS010410: Unbound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m19:56:59,154 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: rest-at-participant
> [0m[0m19:56:59,155 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /rest-at-coordinator
> [0m[0m19:56:59,155 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: volatile-rest-at-participant
> [0m[0m19:56:59,280 INFO [org.hornetq.ra] (ServerService Thread Pool -- 24) HQ151003: HornetQ resource adaptor stopped
> [0m[0m19:56:59,325 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010409: Unbound data source [java:jboss/datasources/ExampleDS]
> [0m[0m19:56:59,333 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017532: Host default-host stopping
> [0m[0m19:56:59,365 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 30) JBAS011605: Unbound messaging object to jndi name java:/ConnectionFactory
> [0m[0m19:56:59,373 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010418: Stopped Driver service with driver-name = h2
> [0m[0m19:56:59,459 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 24) HQ221002: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [2a0c0778-a568-11e3-8011-ed969794111c] stopped
> [0m[0m19:56:59,462 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017521: Undertow HTTP listener default suspending
> [0m[0m19:56:59,463 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017520: Undertow HTTP listener default stopped, was bound to localhost.localdomain/127.0.0.1:8080
> [0m[0m19:56:59,466 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017506: Undertow 1.0.1.Final stopping
> [0m[0m19:56:59,480 INFO [org.jboss.as] (MSC service thread 1-1) JBAS015950: WildFly 8.0.1.Final-SNAPSHOT "WildFly" stopped in 135ms
> [0mMar 06, 2014 7:56:59 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController kill
> INFO: Hard killing of a server instance
> Mar 06, 2014 7:56:59 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController start
> INFO: Manual starting of a server instance
> Mar 06, 2014 7:56:59 PM 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, -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n, -ea, -Djboss.home.dir=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT, -Dorg.jboss.boot.log.file=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/log/server.log, -Dlogging.configuration=file:/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/configuration/logging.properties, -Djboss.bundles.dir=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/bundles, -jar, /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/jboss-modules.jar, -mp, /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules, org.jboss.as.standalone, -server-config, standalone-rts.xml]
> Listening for transport dt_socket at address: 8787
> [0m19:57:00,818 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.0.Final
> [0m[0m19:57:01,704 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.1.Final
> [0m[33m19:57:01,979 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
> [0m[0m19:57:02,145 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015899: WildFly 8.0.1.Final-SNAPSHOT "WildFly" starting
> [0m[0m19:57:05,641 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
> [0m[0m19:57:05,671 INFO [org.xnio] (MSC service thread 1-1) XNIO version 3.2.0.Final
> [0m[0m19:57:05,684 INFO [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.2.0.Final
> [0m[0m19:57:05,729 INFO [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 4.0.2.Final
> [0m[0m19:57:05,964 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 37) JBAS010280: Activating Infinispan subsystem.
> [0m[0m19:57:06,009 INFO [org.jboss.as.jacorb] (ServerService Thread Pool -- 38) JBAS016300: Activating JacORB Subsystem
> [0m[0m19:57:06,235 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 44) JBAS012615: Activated the following JSF Implementations: [main]
> [0m[0m19:57:06,908 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 32) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> [0m[0m19:57:06,958 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 57) JBAS015537: Activating WebServices Extension
> [0m[33m19:57:07,002 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 55) JBAS010153: Node identifier property is set to the default value. Please make sure it is unique.
> [0m[0m19:57:07,027 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 48) JBAS011800: Activating Naming Subsystem
> [0m[0m19:57:07,092 INFO [org.jboss.as.security] (ServerService Thread Pool -- 53) JBAS013171: Activating Security Subsystem
> [0m[0m19:57:08,152 INFO [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016330: CORBA ORB Service started
> [0m[0m19:57:08,198 INFO [org.jboss.as.connector.logging] (MSC service thread 1-1) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.3.Final)
> [0m[0m19:57:08,200 INFO [org.jboss.as.security] (MSC service thread 1-2) JBAS013170: Current PicketBox version=4.0.21.Beta1
> [0m[0m19:57:08,520 INFO [org.jboss.as.naming] (MSC service thread 1-2) JBAS011802: Starting Naming Service
> [0m[0m19:57:08,748 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010417: Started Driver service with driver-name = h2
> [0m[0m19:57:08,749 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) JBAS015400: Bound mail session [java:jboss/mail/Default]
> [0m[0m19:57:09,177 INFO [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016328: CORBA Naming Service started
> [0m[0m19:57:09,366 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
> [0m[0m19:57:09,387 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017502: Undertow 1.0.1.Final starting
> [0m[0m19:57:09,389 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 56) JBAS017502: Undertow 1.0.1.Final starting
> [0m[0m19:57:09,435 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017525: Started server default-server.
> [0m[0m19:57:09,493 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080
> [0m[0m19:57:10,284 INFO [org.jboss.ws.common.management] (MSC service thread 1-1) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.4.Final
> [0m[0m19:57:10,325 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221000: live server is starting with configuration HornetQ Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingjournal,bindingsDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingbindings,largeMessagesDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messaginglargemessages,pagingDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingpaging)
> [0m[0m19:57:10,327 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221006: Waiting to obtain live lock
> [0m[0m19:57:10,355 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221012: Using AIO Journal
> [0m[0m19:57:10,393 INFO [io.netty.util.internal.PlatformDependent] (ServerService Thread Pool -- 60) 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.
> [0m[0m19:57:10,423 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221043: Adding protocol support CORE
> [0m[0m19:57:10,453 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221043: Adding protocol support AMQP
> [0m[0m19:57:10,457 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221043: Adding protocol support STOMP
> [0m[0m19:57:10,522 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 56) JBAS017527: Creating file handler for path /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/welcome-content
> [0m[0m19:57:10,532 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017531: Host default-host starting
> [0m[0m19:57:10,671 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Deploying javax.ws.rs.core.Application: class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,781 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FileProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,782 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,783 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.SerializableProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,783 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,783 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,790 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,791 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.InputStreamProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,792 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,793 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,793 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,794 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,795 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,797 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding class resource org.jboss.narayana.rest.integration.VolatileParticipantResource from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,798 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DataSourceProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,798 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,803 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,805 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,807 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DocumentProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,807 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,808 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,809 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,809 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.IIOImageProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,810 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,810 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,831 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,832 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.StringTextStar from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,832 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,833 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,833 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:10,834 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:11,028 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: volatile-rest-at-participant
> [0m[0m19:57:11,041 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Deploying javax.ws.rs.core.Application: class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,042 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FileProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,042 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,043 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding class resource org.jboss.narayana.rest.integration.ParticipantResource from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,043 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.SerializableProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,043 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,043 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,043 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,044 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.InputStreamProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,044 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,044 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,044 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,045 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,045 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,045 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DataSourceProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,045 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,046 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,046 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,046 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DocumentProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,046 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,046 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,047 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,047 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.IIOImageProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,047 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.narayana.rest.integration.HeuristicMapper from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,047 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,048 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,048 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,048 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.StringTextStar from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,048 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,049 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,049 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,049 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:11,191 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: rest-at-participant
> [0m[0m19:57:11,199 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Deploying javax.ws.rs.core.Application: class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,200 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.FileProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,200 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,200 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.SerializableProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,200 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding class resource org.jboss.jbossts.star.service.Coordinator from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,201 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,201 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,201 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,201 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.InputStreamProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,202 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,202 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,202 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,202 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.jbossts.star.provider.TMUnavailableMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,203 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,203 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,203 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DataSourceProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,203 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,204 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,204 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,204 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DocumentProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,204 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,204 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,205 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.jbossts.star.provider.NotFoundMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,205 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,205 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.IIOImageProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,206 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.jbossts.star.provider.HttpResponseMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,206 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,206 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,206 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,207 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.StringTextStar from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,207 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,207 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,207 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.jbossts.star.provider.TransactionStatusMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,208 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,208 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:11,349 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221034: Waiting to obtain live lock
> [0m[0m19:57:11,349 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221035: Live Server Obtained live lock
> [0m[0m19:57:11,355 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /rest-at-coordinator
> [0m[0m19:57:12,136 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) JBAS015012: Started FileSystemDeploymentService for directory /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/deployments
> [0m[0m19:57:12,146 INFO [org.jboss.messaging] (MSC service thread 1-2) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor-throughput acceptor
> [0m[0m19:57:12,149 INFO [org.jboss.messaging] (MSC service thread 1-2) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor acceptor
> [0m[0m19:57:12,215 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221007: Server is now live
> [0m[0m19:57:12,216 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221001: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [2a0c0778-a568-11e3-8011-ed969794111c]
> [0m[0m19:57:12,363 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 61) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m19:57:12,365 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 62) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
> [0m[0m19:57:12,365 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010406: Registered connection factory java:/JmsXA
> [0m[0m19:57:12,455 INFO [org.hornetq.ra] (MSC service thread 1-2) HornetQ resource adaptor started
> [0m[0m19:57:12,456 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-2) IJ020002: Deployed: file://RaActivatorhornetq-ra
> [0m[0m19:57:12,458 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-1) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m19:57:12,459 INFO [org.jboss.as.messaging] (MSC service thread 1-1) JBAS011601: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m19:57:12,640 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
> [0m[0m19:57:12,641 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
> [0m[0m19:57:12,641 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.0.1.Final-SNAPSHOT "WildFly" started in 12627ms - Started 219 of 267 services (89 services are lazy, passive or on-demand)
> [0m[0m19:57:17,055 INFO [org.jboss.as.repository] (management-handler-thread - 2) JBAS014900: Content added at location /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/content/61/0ed01cf8c7b3538d69950d6214384a6a6c570e/content
> [0m[0m19:57:17,087 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "rest-tx-bridge-test.war" (runtime-name: "rest-tx-bridge-test.war")
> [0m[33m19:57:17,501 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.rest-tx-bridge-test.war" is using a private module ("org.jboss.jts:main") which may be changed or removed in future versions without notice.
> [0m[33m19:57:17,501 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.rest-tx-bridge-test.war" is using a private module ("org.codehaus.jettison:main") which may be changed or removed in future versions without notice.
> [0m[0m19:57:17,922 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /rest-tx-bridge-test
> [0m[0m19:57:18,182 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018559: Deployed "rest-tx-bridge-test.war" (runtime-name : "rest-tx-bridge-test.war")
> [0m[0m19:57:24,831 INFO [org.hibernate.validator.internal.util.Version] (default task-1) HV000001: Hibernate Validator 5.1.0.Final
> [0m[0m19:57:25,046 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingRestATResource] (default task-2) LoggingRestATResource.resetInvocations()
> [0m[0m19:57:25,165 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-4) LoggingXAResource.start
> [0m[0m19:57:25,178 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-7) LoggingXAResource.end
> [0m[0m19:57:25,179 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-7) LoggingXAResource.prepare
> [0m[0m19:57:25,249 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-7) LoggingXAResource.commit
> [0m[0m19:57:25,340 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /rest-tx-bridge-test
> [0m[0m19:57:25,434 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment rest-tx-bridge-test.war (runtime-name: rest-tx-bridge-test.war) in 102ms
> [0mMar 06, 2014 7:57:25 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController stop
> INFO: Manual stopping of a server instance
> [0m19:57:25,559 INFO [org.jboss.as.repository] (management-handler-thread - 2) JBAS014901: Content removed from location /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/content/61/0ed01cf8c7b3538d69950d6214384a6a6c570e/content
> [0m[0m19:57:25,560 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018558: Undeployed "rest-tx-bridge-test.war" (runtime-name: "rest-tx-bridge-test.war")
> [0m[0m19:57:25,662 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /rest-at-coordinator
> [0m[0m19:57:25,662 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: rest-at-participant
> [0m[0m19:57:25,667 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: volatile-rest-at-participant
> [0m[0m19:57:25,674 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010409: Unbound data source [java:jboss/datasources/ExampleDS]
> [0m[0m19:57:25,677 INFO [org.jboss.as.messaging] (MSC service thread 1-1) JBAS011605: Unbound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m19:57:25,680 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017532: Host default-host stopping
> [0m[0m19:57:25,686 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010410: Unbound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m19:57:25,691 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 29) JBAS011605: Unbound messaging object to jndi name java:/ConnectionFactory
> [0m[0m19:57:25,737 INFO [org.hornetq.ra] (ServerService Thread Pool -- 29) HQ151003: HornetQ resource adaptor stopped
> [0m[0m19:57:25,748 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010418: Stopped Driver service with driver-name = h2
> [0m[0m19:57:25,818 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 29) HQ221002: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [2a0c0778-a568-11e3-8011-ed969794111c] stopped
> [0m[0m19:57:25,820 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017521: Undertow HTTP listener default suspending
> [0m[0m19:57:25,821 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017520: Undertow HTTP listener default stopped, was bound to localhost.localdomain/127.0.0.1:8080
> [0m[0m19:57:25,826 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017506: Undertow 1.0.1.Final stopping
> [0m[0m19:57:25,837 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015950: WildFly 8.0.1.Final-SNAPSHOT "WildFly" stopped in 200ms
> [0mMar 06, 2014 7:57:26 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController kill
> INFO: Hard killing of a server instance
> Mar 06, 2014 7:57:26 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController start
> INFO: Manual starting of a server instance
> Mar 06, 2014 7:57:26 PM 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, -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n, -ea, -Djboss.home.dir=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT, -Dorg.jboss.boot.log.file=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/log/server.log, -Dlogging.configuration=file:/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/configuration/logging.properties, -Djboss.bundles.dir=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/bundles, -jar, /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/jboss-modules.jar, -mp, /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/modules, org.jboss.as.standalone, -server-config, standalone-rts.xml]
> Listening for transport dt_socket at address: 8787
> [0m19:57:27,192 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.0.Final
> [0m[0m19:57:28,100 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.1.Final
> [0m[33m19:57:28,323 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
> [0m[0m19:57:28,489 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015899: WildFly 8.0.1.Final-SNAPSHOT "WildFly" starting
> [0m[0m19:57:31,614 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
> [0m[0m19:57:31,643 INFO [org.xnio] (MSC service thread 1-2) XNIO version 3.2.0.Final
> [0m[0m19:57:31,654 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.2.0.Final
> [0m[0m19:57:31,696 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 4.0.2.Final
> [0m[0m19:57:32,019 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 37) JBAS010280: Activating Infinispan subsystem.
> [0m[0m19:57:32,171 INFO [org.jboss.as.jacorb] (ServerService Thread Pool -- 38) JBAS016300: Activating JacORB Subsystem
> [0m[0m19:57:32,320 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 44) JBAS012615: Activated the following JSF Implementations: [main]
> [0m[0m19:57:33,019 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 32) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> [0m[0m19:57:33,077 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 57) JBAS015537: Activating WebServices Extension
> [0m[33m19:57:33,157 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 55) JBAS010153: Node identifier property is set to the default value. Please make sure it is unique.
> [0m[0m19:57:33,159 INFO [org.jboss.as.security] (ServerService Thread Pool -- 53) JBAS013171: Activating Security Subsystem
> [0m[0m19:57:33,186 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 48) JBAS011800: Activating Naming Subsystem
> [0m[0m19:57:33,517 INFO [org.jboss.as.security] (MSC service thread 1-2) JBAS013170: Current PicketBox version=4.0.21.Beta1
> [0m[0m19:57:33,785 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 56) JBAS017502: Undertow 1.0.1.Final starting
> [0m[0m19:57:34,101 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 56) JBAS017527: Creating file handler for path /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/welcome-content
> [0m[0m19:57:34,051 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017502: Undertow 1.0.1.Final starting
> [0m[0m19:57:34,402 INFO [org.jboss.as.connector.logging] (MSC service thread 1-2) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.3.Final)
> [0m[0m19:57:34,492 INFO [org.jboss.as.naming] (MSC service thread 1-2) JBAS011802: Starting Naming Service
> [0m[0m19:57:34,495 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010417: Started Driver service with driver-name = h2
> [0m[0m19:57:34,500 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) JBAS015400: Bound mail session [java:jboss/mail/Default]
> [0m[0m19:57:34,516 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017525: Started server default-server.
> [0m[0m19:57:34,520 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017531: Host default-host starting
> [0m[0m19:57:34,567 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080
> [0m[0m19:57:35,059 INFO [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016330: CORBA ORB Service started
> [0m[0m19:57:35,241 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Deploying javax.ws.rs.core.Application: class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,261 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,262 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.StringTextStar from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,263 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.IIOImageProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,263 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,272 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding class resource org.jboss.narayana.rest.integration.ParticipantResource from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,273 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,274 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,274 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,275 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,276 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,277 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DocumentProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,278 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,281 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,281 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,284 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,285 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.InputStreamProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,285 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,286 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.FileProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,286 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,287 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.SerializableProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,287 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.narayana.rest.integration.HeuristicMapper from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,297 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,300 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,300 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,304 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,305 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,305 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,306 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,306 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,307 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.providers.DataSourceProvider from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,307 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.ParticipantApplication
> [0m[0m19:57:35,548 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Deploying javax.ws.rs.core.Application: class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,564 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,564 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.StringTextStar from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,564 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.IIOImageProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,565 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,565 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,565 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,565 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,566 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,566 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,566 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.jbossts.star.provider.HttpResponseMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,566 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DocumentProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,567 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,567 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,567 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,567 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,568 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.InputStreamProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,568 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,568 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FileProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,568 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,568 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.SerializableProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,569 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.jbossts.star.provider.TransactionStatusMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,569 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,569 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.jbossts.star.provider.NotFoundMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,570 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,570 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,570 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,570 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding class resource org.jboss.jbossts.star.service.Coordinator from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,571 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.jbossts.star.provider.TMUnavailableMapper from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,571 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,571 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,571 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,572 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,572 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DataSourceProvider from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,572 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.CoordinatorApplication
> [0m[0m19:57:35,828 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /rest-at-coordinator
> [0m[0m19:57:35,831 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Deploying javax.ws.rs.core.Application: class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,839 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,839 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.StringTextStar from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,839 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.IIOImageProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,839 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,840 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,840 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding class resource org.jboss.narayana.rest.integration.VolatileParticipantResource from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,840 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,840 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,841 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,841 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,841 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DocumentProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,841 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,841 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,842 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,842 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,842 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.InputStreamProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,842 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,843 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FileProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,843 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,843 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.SerializableProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,843 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,844 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,844 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,844 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,844 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,844 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,845 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,845 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,845 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.providers.DataSourceProvider from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,845 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor from Application class org.wildfly.extension.rts.jaxrs.VolatileParticipantApplication
> [0m[0m19:57:35,901 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: rest-at-participant
> [0m[0m19:57:35,952 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: volatile-rest-at-participant
> [0m[0m19:57:36,691 INFO [org.jboss.ws.common.management] (MSC service thread 1-1) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.4.Final
> [0m[0m19:57:36,844 INFO [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016328: CORBA Naming Service started
> [0m[0m19:57:36,856 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221000: live server is starting with configuration HornetQ Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingjournal,bindingsDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingbindings,largeMessagesDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messaginglargemessages,pagingDirectory=/home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/messagingpaging)
> [0m[0m19:57:36,858 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221006: Waiting to obtain live lock
> [0m[0m19:57:36,886 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221012: Using AIO Journal
> [0m[0m19:57:37,128 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
> [0m[0m19:57:37,135 INFO [io.netty.util.internal.PlatformDependent] (ServerService Thread Pool -- 60) 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.
> [0m[0m19:57:37,368 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221043: Adding protocol support CORE
> [0m[0m19:57:37,395 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221043: Adding protocol support AMQP
> [0m[0m19:57:37,398 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221043: Adding protocol support STOMP
> [0m[0m19:57:37,657 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) JBAS015012: Started FileSystemDeploymentService for directory /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/deployments
> [0m[0m19:57:37,662 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221034: Waiting to obtain live lock
> [0m[0m19:57:37,663 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221035: Live Server Obtained live lock
> [0m[0m19:57:38,276 INFO [org.jboss.messaging] (MSC service thread 1-2) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor acceptor
> [0m[0m19:57:38,277 INFO [org.jboss.messaging] (MSC service thread 1-1) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor-throughput acceptor
> [0m[0m19:57:38,376 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221007: Server is now live
> [0m[0m19:57:38,377 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221001: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [2a0c0778-a568-11e3-8011-ed969794111c]
> [0m[0m19:57:38,537 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-1) JBAS010406: Registered connection factory java:/JmsXA
> [0m[0m19:57:38,586 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 61) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m19:57:38,589 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 62) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
> [0m[0m19:57:38,601 INFO [org.hornetq.ra] (MSC service thread 1-1) HornetQ resource adaptor started
> [0m[0m19:57:38,602 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-1) IJ020002: Deployed: file://RaActivatorhornetq-ra
> [0m[0m19:57:38,604 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m19:57:38,604 INFO [org.jboss.as.messaging] (MSC service thread 1-2) JBAS011601: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m19:57:38,817 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
> [0m[0m19:57:38,818 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
> [0m[0m19:57:38,818 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.0.1.Final-SNAPSHOT "WildFly" started in 12386ms - Started 219 of 267 services (89 services are lazy, passive or on-demand)
> [0m[0m19:57:38,950 INFO [org.jboss.as.repository] (management-handler-thread - 2) JBAS014900: Content added at location /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/content/55/381b9de9cba3dfef083b643ca23093834c3eb3/content
> [0m[0m19:57:38,975 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "rest-tx-bridge-test.war" (runtime-name: "rest-tx-bridge-test.war")
> [0m[33m19:57:39,377 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.rest-tx-bridge-test.war" is using a private module ("org.jboss.jts:main") which may be changed or removed in future versions without notice.
> [0m[33m19:57:39,380 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.rest-tx-bridge-test.war" is using a private module ("org.codehaus.jettison:main") which may be changed or removed in future versions without notice.
> [0m[0m19:57:39,810 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /rest-tx-bridge-test
> [0m[0m19:57:40,068 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018559: Deployed "rest-tx-bridge-test.war" (runtime-name : "rest-tx-bridge-test.war")
> [0m[0m19:57:45,824 INFO [org.hibernate.validator.internal.util.Version] (default task-1) HV000001: Hibernate Validator 5.1.0.Final
> [0m[0m19:57:46,027 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingRestATResource] (default task-2) LoggingRestATResource.resetInvocations()
> [0m[0m19:57:46,951 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-5) LoggingXAResource.start
> [0m[0m19:57:46,970 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-9) LoggingXAResource.end
> [0m[0m19:57:46,971 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-9) LoggingXAResource.prepare
> [0m[0m19:57:47,019 INFO [org.jboss.jbossts.star.resource.RESTRecord] (Periodic Recovery) restore_state http://localhost:8080/rest-tx-bridge-test/logging-participant-resource/te...
> [0m[0m19:57:47,020 INFO [org.jboss.jbossts.star.resource.RESTRecord] (Periodic Recovery) restore_state http://127.0.0.1:8080/rest-at-participant/0:ffffac118324:e2a4:5318d281:16
> [0m[31m19:57:47,033 ERROR [io.undertow.request] (default task-10) UT005023: Exception handling request to /rest-at-participant/0:ffffac118324:e2a4:5318d281:16: org.jboss.resteasy.spi.UnhandledException: org.jboss.narayana.rest.integration.api.ParticipantException: Inbound bridge is not available.
> at org.jboss.resteasy.core.ExceptionHandler.handleApplicationException(ExceptionHandler.java:76) [resteasy-jaxrs-3.0.6.Final.jar:]
> at org.jboss.resteasy.core.ExceptionHandler.handleException(ExceptionHandler.java:212) [resteasy-jaxrs-3.0.6.Final.jar:]
> at org.jboss.resteasy.core.SynchronousDispatcher.writeException(SynchronousDispatcher.java:149) [resteasy-jaxrs-3.0.6.Final.jar:]
> at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:372) [resteasy-jaxrs-3.0.6.Final.jar:]
> at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:179) [resteasy-jaxrs-3.0.6.Final.jar:]
> at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:220) [resteasy-jaxrs-3.0.6.Final.jar:]
> at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:56) [resteasy-jaxrs-3.0.6.Final.jar:]
> at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:51) [resteasy-jaxrs-3.0.6.Final.jar:]
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) [jboss-servlet-api_3.1_spec-1.0.0.Final.jar:1.0.0.Final]
> at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:85) [undertow-servlet-1.0.1.Final.jar:1.0.1.Final]
> at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:61) [undertow-servlet-1.0.1.Final.jar:1.0.1.Final]
> at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) [undertow-servlet-1.0.1.Final.jar:1.0.1.Final]
> at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:113) [undertow-servlet-1.0.1.Final.jar:1.0.1.Final]
> at io.undertow.security.handlers.AuthenticationCallHandler.handleRequest(AuthenticationCallHandler.java:52) [undertow-core-1.0.1.Final.jar:1.0.1.Final]
> at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:45) [undertow-core-1.0.1.Final.jar:1.0.1.Final]
> at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:61) [undertow-servlet-1.0.1.Final.jar:1.0.1.Final]
> at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:70) [undertow-servlet-1.0.1.Final.jar:1.0.1.Final]
> at io.undertow.security.handlers.SecurityInitialHandler.handleRequest(SecurityInitialHandler.java:76) [undertow-core-1.0.1.Final.jar:1.0.1.Final]
> at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:25) [undertow-core-1.0.1.Final.jar:1.0.1.Final]
> at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:25) [undertow-core-1.0.1.Final.jar:1.0.1.Final]
> at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:240) [undertow-servlet-1.0.1.Final.jar:1.0.1.Final]
> at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:227) [undertow-servlet-1.0.1.Final.jar:1.0.1.Final]
> at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:73) [undertow-servlet-1.0.1.Final.jar:1.0.1.Final]
> at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:146) [undertow-servlet-1.0.1.Final.jar:1.0.1.Final]
> at io.undertow.server.Connectors.executeRootHandler(Connectors.java:168) [undertow-core-1.0.1.Final.jar:1.0.1.Final]
> at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:687) [undertow-core-1.0.1.Final.jar:1.0.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: org.jboss.narayana.rest.integration.api.ParticipantException: Inbound bridge is not available.
> at org.jboss.narayana.rest.bridge.inbound.InboundBridgeParticipant.startBridge(InboundBridgeParticipant.java:137) [restat-bridge-5.0.2.Final-SNAPSHOT.jar:5.0.2.Final-SNAPSHOT]
> at org.jboss.narayana.rest.bridge.inbound.InboundBridgeParticipant.commit(InboundBridgeParticipant.java:83) [restat-bridge-5.0.2.Final-SNAPSHOT.jar:5.0.2.Final-SNAPSHOT]
> at org.jboss.narayana.rest.integration.ParticipantResource.commit(ParticipantResource.java:211) [restat-integration-5.0.2.Final-SNAPSHOT.jar:5.0.2.Final-SNAPSHOT]
> at org.jboss.narayana.rest.integration.ParticipantResource.terminate(ParticipantResource.java:118) [restat-integration-5.0.2.Final-SNAPSHOT.jar:5.0.2.Final-SNAPSHOT]
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_45]
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_45]
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_45]
> at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_45]
> at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:137) [resteasy-jaxrs-3.0.6.Final.jar:]
> at org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTarget(ResourceMethodInvoker.java:280) [resteasy-jaxrs-3.0.6.Final.jar:]
> at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:234) [resteasy-jaxrs-3.0.6.Final.jar:]
> at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:221) [resteasy-jaxrs-3.0.6.Final.jar:]
> at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:356) [resteasy-jaxrs-3.0.6.Final.jar:]
> ... 25 more
> [0m[0m19:57:47,085 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingRestATResource] (default task-11) LoggingRestATResource.terminateParticipant(txstatus=TransactionPrepared)
> [0m[0m19:57:47,091 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingRestATResource] (default task-12) LoggingRestATResource.terminateParticipant(txstatus=TransactionCommitted)
> [0m[0m19:57:47,140 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingRestATResource] (default task-13) LoggingRestATResource.terminateParticipant(txstatus=TransactionCommitted)
> [0m[0m19:57:47,149 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingXAResource] (default task-14) LoggingXAResource.commit
> [0m[0m19:57:47,186 INFO [org.jboss.narayana.rest.bridge.inbound.test.common.LoggingRestATResource] (default task-15) LoggingRestATResource.getInvocations()
> [0m[0m19:57:47,249 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /rest-tx-bridge-test
> [0m[0m19:57:47,294 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment rest-tx-bridge-test.war (runtime-name: rest-tx-bridge-test.war) in 53ms
> [0mMar 06, 2014 7:57:47 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController stop
> INFO: Manual stopping of a server instance
> [0m19:57:47,422 INFO [org.jboss.as.repository] (management-handler-thread - 2) JBAS014901: Content removed from location /home/hudson/workspace/narayana/PROFILE/MAIN/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-8.0.1.Final-SNAPSHOT/standalone/data/content/55/381b9de9cba3dfef083b643ca23093834c3eb3/content
> [0m[0m19:57:47,423 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018558: Undeployed "rest-tx-bridge-test.war" (runtime-name: "rest-tx-bridge-test.war")
> [0m[0m19:57:47,446 INFO [org.jboss.as.messaging] (MSC service thread 1-1) JBAS011605: Unbound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m19:57:47,446 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-1) JBAS010410: Unbound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m19:57:47,465 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: rest-at-participant
> [0m[0m19:57:47,465 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /rest-at-coordinator
> [0m[0m19:57:47,465 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: volatile-rest-at-participant
> [0m[0m19:57:47,467 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 30) JBAS011605: Unbound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m19:57:47,468 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 29) JBAS011605: Unbound messaging object to jndi name java:/ConnectionFactory
> [0m[0m19:57:47,550 INFO [org.hornetq.ra] (ServerService Thread Pool -- 28) HQ151003: HornetQ resource adaptor stopped
> [0m[0m19:57:47,606 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010409: Unbound data source [java:jboss/datasources/ExampleDS]
> [0m[0m19:57:47,610 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017532: Host default-host stopping
> [0m[0m19:57:47,627 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) JBAS010418: Stopped Driver service with driver-name = h2
> [0m[0m19:57:47,697 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 29) HQ221002: HornetQ Server version 2.4.1.Final (Fast Hornet, 124) [2a0c0778-a568-11e3-8011-ed969794111c] stopped
> [0m[0m19:57:47,700 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017521: Undertow HTTP listener default suspending
> [0m[0m19:57:47,701 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017520: Undertow HTTP listener default stopped, was bound to localhost.localdomain/127.0.0.1:8080
> [0m[0m19:57:47,708 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017506: Undertow 1.0.1.Final stopping
> [0m[0m19:57:47,715 INFO [org.jboss.as] (MSC service thread 1-1) JBAS015950: WildFly 8.0.1.Final-SNAPSHOT "WildFly" stopped in 182ms
> [0mMar 06, 2014 7:57:48 PM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController kill
> INFO: Hard killing of a server instance
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (JBTM-2236) Remove / from ConfigurationInfo
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2236?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson updated JBTM-2236:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Merged - thanks Mark
> Remove / from ConfigurationInfo
> -------------------------------
>
> Key: JBTM-2236
> URL: https://issues.jboss.org/browse/JBTM-2236
> Project: JBoss Transaction Manager
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Common
> Affects Versions: 5.0.2
> Reporter: Mark Little
> Assignee: Tom Jenkinson
>
> I've been working on compiling Java using the Avian project (http://oss.readytalk.com/avian/) and have eventually had success in running some of our hammer tests. However, there was a blocker which was to do with the way in which we locate the property file within the jar using the manifest. We can argue as to whether the issue resides within Avian or the way in which we do things, but the solution was to simply remove the / from:
> int suffixLength = ("/"+ConfigurationInfo.class.getCanonicalName()+".class").length();
> Rebuilding and rerunning the tests made everything work.
> I don't want to check in this change until I am sure that it is right, so would appreciate someone looking at it and at least running all of the QE tests to be sure nothing else breaks.
> I've included a reference to the Avian forum article where I discussed this with their team.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (JBTM-2236) Remove / from ConfigurationInfo
by Mark Little (JIRA)
[ https://issues.jboss.org/browse/JBTM-2236?page=com.atlassian.jira.plugin.... ]
Mark Little commented on JBTM-2236:
-----------------------------------
Great! Yes please merge at your convenience.
> Remove / from ConfigurationInfo
> -------------------------------
>
> Key: JBTM-2236
> URL: https://issues.jboss.org/browse/JBTM-2236
> Project: JBoss Transaction Manager
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Common
> Affects Versions: 5.0.2
> Reporter: Mark Little
> Assignee: Tom Jenkinson
>
> I've been working on compiling Java using the Avian project (http://oss.readytalk.com/avian/) and have eventually had success in running some of our hammer tests. However, there was a blocker which was to do with the way in which we locate the property file within the jar using the manifest. We can argue as to whether the issue resides within Avian or the way in which we do things, but the solution was to simply remove the / from:
> int suffixLength = ("/"+ConfigurationInfo.class.getCanonicalName()+".class").length();
> Rebuilding and rerunning the tests made everything work.
> I don't want to check in this change until I am sure that it is right, so would appreciate someone looking at it and at least running all of the QE tests to be sure nothing else breaks.
> I've included a reference to the Avian forum article where I discussed this with their team.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months