[JBoss JIRA] (JBTM-2009) Fix the participant race condition in compensations quickstarts
by Gytis Trikleris (JIRA)
[ https://issues.jboss.org/browse/JBTM-2009?page=com.atlassian.jira.plugin.... ]
Gytis Trikleris updated JBTM-2009:
----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/jbosstm/quickstart/pull/109
> Fix the participant race condition in compensations quickstarts
> ---------------------------------------------------------------
>
> Key: JBTM-2009
> URL: https://issues.jboss.org/browse/JBTM-2009
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Demonstrator, TXFramework
> Reporter: Gytis Trikleris
> Assignee: Gytis Trikleris
> Priority: Minor
> Fix For: 5.0.0.Final
>
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana-quickstarts/31
> {code}
> testSuccess(org.jboss.narayana.quickstarts.nonTransactionalResource.BookServiceTest) Time elapsed: 3.435 sec <<< ERROR!
> org.jboss.narayana.compensations.api.TransactionCompensatedException: Failed to close transaction
> at org.jboss.narayana.compensations.impl.CompensationInterceptorBase.completeBusinessActivity(CompensationInterceptorBase.java:108)
> at org.jboss.narayana.compensations.impl.CompensationInterceptorBase.invokeInOurTx(CompensationInterceptorBase.java:58)
> at org.jboss.narayana.compensations.impl.CompensationInterceptorRequired.intercept(CompensationInterceptorRequired.java:46)
> 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.weld.interceptor.proxy.SimpleMethodInvocation.invoke(SimpleMethodInvocation.java:30)
> at org.jboss.weld.interceptor.chain.AbstractInterceptionChain.invokeNext(AbstractInterceptionChain.java:90)
> at org.jboss.weld.interceptor.chain.AbstractInterceptionChain.invokeNextInterceptor(AbstractInterceptionChain.java:75)
> at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.executeInterception(InterceptorMethodHandler.java:48)
> at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.invoke(InterceptorMethodHandler.java:41)
> at org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:53)
> at org.jboss.narayana.quickstarts.nonTransactionalResource.bookService.BookService$Proxy$_$$_WeldSubclass.buyBook(Unknown Source)
> at org.jboss.narayana.quickstarts.nonTransactionalResource.BookServiceTest.testSuccess(BookServiceTest.java:67)
> 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:45)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
> 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.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:90)
> 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.ContainerTestExecuter.execute(ContainerTestExecuter.java:38)
> 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:90)
> 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.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:89)
> 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:90)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
> at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:75)
> 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:90)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
> at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:60)
> 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:90)
> 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:263)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
> 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:300)
> at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:147)
> at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
> at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
> at org.jboss.arquillian.junit.container.JUnitTestRunner.execute(JUnitTestRunner.java:65)
> at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.executeTest(ServletTestRunner.java:160)
> at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.execute(ServletTestRunner.java:126)
> at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.doGet(ServletTestRunner.java:90)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
> at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:87)
> at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:59)
> at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
> at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:81)
> at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:25)
> at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:113)
> at io.undertow.security.handlers.AuthenticationCallHandler.handleRequest(AuthenticationCallHandler.java:52)
> at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:45)
> at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:65)
> at io.undertow.security.handlers.SecurityInitialHandler.handleRequest(SecurityInitialHandler.java:70)
> at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:25)
> at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:25)
> at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:218)
> at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:205)
> at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:69)
> at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:134)
> at io.undertow.server.Connectors.executeRootHandler(Connectors.java:138)
> at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:622)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> at java.lang.Thread.run(Thread.java:744)
> Caused by: com.arjuna.wst.TransactionRolledBackException
> at com.arjuna.wst11.stub.BusinessActivityTerminatorStub.close(BusinessActivityTerminatorStub.java:95)
> at com.arjuna.mwlabs.wst11.ba.remote.UserBusinessActivityImple.close(UserBusinessActivityImple.java:157)
> at org.jboss.narayana.compensations.impl.CompensationInterceptorBase.closeBusinessActivity(CompensationInterceptorBase.java:87)
> at org.jboss.narayana.compensations.impl.CompensationInterceptorBase.completeBusinessActivity(CompensationInterceptorBase.java:106)
> ... 112 more
> {code}
> {code}
> log4j:WARN No appenders could be found for logger (org.jboss.logging).
> log4j:WARN Please initialize the log4j system properly.
> Nov 05, 2013 9:44:42 AM org.jboss.as.arquillian.container.managed.ManagedDeployableContainer startInternal
> INFO: Starting container with: [/usr/local/jdk1.7.0_45/bin/java, -Xmx512m, -XX:MaxPermSize=128m, -ea, -Djboss.home.dir=/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/, -Dorg.jboss.boot.log.file=/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/log/boot.log, -Dlogging.configuration=file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/configuration/logging.properties, -Djboss.bundles.dir=/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT//bundles, -jar, /home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/jboss-modules.jar, -mp, /home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT//modules, org.jboss.as.standalone, -server-config, standalone-xts.xml]
> [0m09:44:43,578 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.0.Final
> [0m[0m09:44:44,462 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.0.Beta2
> [0m[0m09:44:44,641 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015899: WildFly 8.0.0.Beta2-SNAPSHOT "WildFly" starting
> [0m[0m09:44:47,513 INFO [org.xnio] (MSC service thread 1-2) XNIO version 3.1.0.CR7
> [0m[0m09:44:47,523 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.1.0.CR7
> [0m[0m09:44:47,544 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 4.0.0.Beta1
> [0m[0m09:44:47,591 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
> [0m[0m09:44:47,852 INFO [org.jboss.as.security] (ServerService Thread Pool -- 51) JBAS013171: Activating Security Subsystem
> [0m[0m09:44:47,861 INFO [org.jboss.as.security] (MSC service thread 1-1) JBAS013170: Current PicketBox version=4.0.19.Final
> [0m[0m09:44:48,003 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 46) JBAS011800: Activating Naming Subsystem
> [0m[0m09:44:48,048 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 35) JBAS010280: Activating Infinispan subsystem.
> [0m[0m09:44:48,071 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 42) JBAS012615: Activated the following JSF Implementations: [main]
> [0m[0m09:44:48,094 INFO [org.jboss.as.naming] (MSC service thread 1-2) JBAS011802: Starting Naming Service
> [0m[0m09:44:48,096 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) JBAS015400: Bound mail session [java:jboss/mail/Default]
> [0m[0m09:44:48,144 INFO [org.jboss.as.jacorb] (ServerService Thread Pool -- 36) JBAS016300: Activating JacORB Subsystem
> [0m[0m09:44:48,208 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 30) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> [0m[0m09:44:48,238 INFO [org.jboss.as.connector.logging] (MSC service thread 1-2) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.1.Final)
> [0m[0m09:44:48,256 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010417: Started Driver service with driver-name = h2
> [0m[0m09:44:48,624 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017502: Undertow 1.0.0.Beta20 starting
> [0m[0m09:44:48,625 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017502: Undertow 1.0.0.Beta20 starting
> [0m[0m09:44:49,238 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017527: Creating file handler for path /home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/welcome-content
> [0m[0m09:44:49,456 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 55) JBAS015537: Activating WebServices Extension
> [0m[0m09:44:50,136 INFO [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016330: CORBA ORB Service started
> [0m[0m09:44:50,482 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017525: Started server default-server.
> [0m[0m09:44:50,592 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017531: Host default-host starting
> [0m[0m09:44:50,654 INFO [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016328: CORBA Naming Service started
> [0m[0m09:44:50,737 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
> [0m[0m09:44:50,767 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017519: Undertow HTTP listener default listening on localhost.localdomain/127.0.0.1:8080
> [0m[0m09:44:51,199 INFO [org.jboss.ws.common.management] (MSC service thread 1-1) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.2.Final
> [0m[0m09:44:51,200 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-participant
> [0m[0m09:44:51,283 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-client
> [0m[0m09:44:51,349 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[0m09:44:51,351 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[0m09:44:51,353 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[0m09:44:51,356 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[0m09:44:51,373 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[0m09:44:51,622 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-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/messagingjournal,bindingsDirectory=/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/messagingbindings,largeMessagesDirectory=/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/messaginglargemessages,pagingDirectory=/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/messagingpaging)
> [0m[0m09:44:51,624 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221006: Waiting to obtain live lock
> [0m[0m09:44:51,741 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221012: Using AIO Journal
> [0m[0m09:44:51,770 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ224067: Adding protocol support CORE
> [0m[0m09:44:51,776 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ224067: Adding protocol support AMQP
> [0m[0m09:44:51,780 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ224067: Adding protocol support STOMP
> [0m[0m09:44:51,783 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ224067: Adding protocol support STOMP_WS
> [0m[0m09:44:51,900 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[0m09:44:52,358 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[0m09:44:53,019 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221034: Waiting to obtain live lock
> [0m[0m09:44:53,020 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221035: Live Server Obtained live lock
> [0m[0m09:44:53,226 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[0m09:44:53,225 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[0m09:44:53,716 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-t11-client.deployment/CompletionInitiatorService.wsdl
> [0m[0m09:44:53,718 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[0m09:44:53,782 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[0m09:44:53,822 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-t11-client.deployment/TerminationParticipantService.wsdl
> [0m[0m09:44:53,877 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Register web context: /ws-t11-client
> [0m[0m09:44:53,878 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-c11
> [0m[0m09:44:53,880 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[0m09:44:53,881 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[0m09:44:53,900 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[0m09:44:54,152 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/ParticipantService.wsdl
> [0m[0m09:44:54,186 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[0m09:44:54,352 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[0m09:44:54,388 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[0m09:44:54,450 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/BusinessAgreementWithParticipantCompletionParticipantService.wsdl
> [0m[0m09:44:54,452 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[0m09:44:54,550 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[0m09:44:54,651 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-c11.deployment/ActivationService.wsdl
> [0m[0m09:44:54,652 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[0m09:44:54,695 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/BusinessAgreementWithCoordinatorCompletionParticipantService.wsdl
> [0m[0m09:44:54,719 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Register web context: /ws-t11-participant
> [0m[0m09:44:54,720 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-coordinator
> [0m[0m09:44:54,723 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=BusinessAgreementWithCoordinatorCompletionCoordinatorService
> address=http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithCoordinatorCompletionCoordinatorService
> implementor=com.arjuna.webservices11.wsba.sei.BusinessAgreementWithCoordinatorCompletionCoordinatorPortTypeImpl
> serviceName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m09:44:54,724 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=CoordinatorService
> address=http://localhost:8080/ws-t11-coordinator/CoordinatorService
> implementor=com.arjuna.webservices11.wsat.sei.CoordinatorPortTypeImpl
> serviceName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CoordinatorSer...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CoordinatorPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m09:44:54,725 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=CompletionCoordinatorRPCService
> address=http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorRPCService
> implementor=com.arjuna.webservices11.wsat.sei.CompletionCoordinatorRPCPortTypeImpl
> serviceName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoor...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m09:44:54,726 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=TerminationCoordinatorRPCService
> address=http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorRPCService
> implementor=com.arjuna.webservices11.wsarjtx.sei.TerminationCoordinatorRPCPortTypeImpl
> serviceName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoor...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m09:44:54,727 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=TerminationCoordinatorService
> address=http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorService
> implementor=com.arjuna.webservices11.wsarjtx.sei.TerminationCoordinatorPortTypeImpl
> serviceName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoor...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m09:44:54,728 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=BusinessAgreementWithParticipantCompletionCoordinatorService
> address=http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithParticipantCompletionCoordinatorService
> implementor=com.arjuna.webservices11.wsba.sei.BusinessAgreementWithParticipantCompletionCoordinatorPortTypeImpl
> serviceName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m09:44:54,730 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=CompletionCoordinatorService
> address=http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorService
> implementor=com.arjuna.webservices11.wsat.sei.CompletionCoordinatorPortTypeImpl
> serviceName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoor...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m09:44:54,781 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionCoordinatorService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithCoordinatorCompletionCoordinatorPortTypeImpl
> [0m[0m09:44:54,917 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[0m09:44:54,938 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-c11.deployment/RegistrationService.wsdl
> [0m[0m09:44:54,941 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Register web context: /ws-c11
> [0m[0m09:44:54,942 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-client.deployment".TerminationParticipantService
> [0m[0m09:44:54,948 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-client.deployment".CompletionInitiatorService
> [0m[0m09:44:55,045 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithCoordinator...
> [0m[0m09:44:55,079 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/BusinessAgreementWithCoordinatorCompletionCoordinatorService.wsdl
> [0m[0m09:44:55,080 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CoordinatorService from class com.arjuna.webservices11.wsat.sei.CoordinatorPortTypeImpl
> [0m[0m09:44:55,108 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithCoordinatorCompletionParticipantService
> [0m[0m09:44:55,112 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithParticipantCompletionParticipantService
> [0m[0m09:44:55,114 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".ParticipantService
> [0m[0m09:44:55,115 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-c11.deployment".RegistrationService
> [0m[0m09:44:55,115 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-c11.deployment".ActivationService
> [0m[0m09:44:55,137 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CoordinatorService
> [0m[0m09:44:55,144 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) JBAS015012: Started FileSystemDeploymentService for directory /home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/deployments
> [0m[0m09:44:55,175 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CoordinatorService.wsdl
> [0m[0m09:44:55,176 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordinatorRPCService from class com.arjuna.webservices11.wsat.sei.CompletionCoordinatorRPCPortTypeImpl
> [0m[0m09:44:55,220 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorRPCService
> [0m[0m09:44:55,246 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CompletionCoordinatorRPCService.wsdl
> [0m[0m09:44:55,247 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorRPCPortTypeImplService from class com.arjuna.webservices11.wsarjtx.sei.TerminationCoordinatorRPCPortTypeImpl
> [0m[0m09:44:55,297 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorRPCService
> [0m[0m09:44:55,323 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/TerminationCoordinatorRPCPortTypeImplService.wsdl
> [0m[0m09:44:55,324 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorService from class com.arjuna.schemas.ws._2005._10.wsarjtx.TerminationCoordinatorPortType
> [0m[0m09:44:55,334 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorService
> [0m[0m09:44:55,346 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/TerminationCoordinatorService.wsdl
> [0m[0m09:44:55,352 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithParticipantCompletionCoordinatorPortTypeImpl
> [0m[0m09:44:55,373 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithParticipant...
> [0m[0m09:44:55,408 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/BusinessAgreementWithParticipantCompletionCoordinatorService.wsdl
> [0m[0m09:44:55,409 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordinatorService from class com.arjuna.webservices11.wsat.sei.CompletionCoordinatorPortTypeImpl
> [0m[0m09:44:55,418 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorService
> [0m[0m09:44:55,430 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CompletionCoordinatorService.wsdl
> [0m[0m09:44:55,433 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Register web context: /ws-t11-coordinator
> [0m[33m09:44:55,451 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[0m09:44:55,554 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorService
> [0m[0m09:44:55,573 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorRPCService
> [0m[0m09:44:55,574 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithCoordinatorCompletionCoordinatorService
> [0m[0m09:44:55,575 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorService
> [0m[0m09:44:55,576 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorRPCService
> [0m[0m09:44:55,577 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithParticipantCompletionCoordinatorService
> [0m[0m09:44:55,578 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CoordinatorService
> [0m[0m09:44:55,590 INFO [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on 127.0.0.1:9999
> [0m[0m09:44:55,597 INFO [org.jboss.jbossts.txbridge] (MSC service thread 1-1) ARJUNA033013: OutboundBridgeRecoveryManager starting
> [0m[0m09:44:55,599 INFO [org.jboss.jbossts.txbridge] (MSC service thread 1-1) ARJUNA033006: InboundBridgeRecoveryManager starting
> [0m[0m09:44:55,985 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Register web context: /hornetq-server
> [0m[0m09:44:56,324 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221020: Started Netty Acceptor version 3.6.6.Final-90e1eb2 127.0.0.1:5455 for CORE protocol
> [0m[0m09:44:56,327 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221020: Started Netty Acceptor version 3.6.6.Final-90e1eb2 127.0.0.1:5445 for CORE protocol
> [0m[0m09:44:56,331 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221020: Started Netty Acceptor version 3.6.6.Final-90e1eb2 org.hornetq.default.servlet:5445 for CORE protocol
> [0m[0m09:44:56,334 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221007: Server is now live
> [0m[0m09:44:56,334 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221001: HornetQ Server version 2.4.0.Beta2 (Andromedian Flyer, 123) [eab24c71-45fe-11e3-ab4c-c50164031b02]
> [0m[0m09:44:56,474 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 59) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/ServletConnectionFactory
> [0m[0m09:44:56,476 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-1) JBAS010406: Registered connection factory java:/JmsXA
> [0m[0m09:44:56,527 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 60) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m09:44:56,545 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 58) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
> [0m[0m09:44:56,641 INFO [org.hornetq.ra] (MSC service thread 1-1) HornetQ resource adaptor started
> [0m[0m09:44:56,641 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-1) IJ020002: Deployed: file://RaActivatorhornetq-ra
> [0m[0m09:44:56,644 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-1) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m09:44:56,645 INFO [org.jboss.as.messaging] (MSC service thread 1-1) JBAS011601: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m09:44:56,907 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
> [0m[0m09:44:56,908 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
> [0m[0m09:44:56,909 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.0.0.Beta2-SNAPSHOT "WildFly" started in 13991ms - Started 234 of 270 services (73 services are lazy, passive or on-demand)
> [0m[0m09:44:59,081 INFO [org.jboss.as.repository] (management-handler-thread - 3) JBAS014900: Content added at location /home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/content/db/d23760ccf61c53227474b0b6ca637f87b58824/content
> [0m[0m09:44:59,100 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "test.war" (runtime-name: "test.war")
> [0m[33m09:44:59,855 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.test.war" is using a private module ("org.jboss.jts:main") which may be changed or removed in future versions without notice.
> [0m[0m09:44:59,921 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016002: Processing weld deployment test.war
> [0m[0m09:45:00,017 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-2) HV000001: Hibernate Validator 5.0.1.Final
> [0m[0m09:45:00,458 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016005: Starting Services for CDI deployment: test.war
> [0m[0m09:45:00,499 INFO [org.jboss.weld.Version] (MSC service thread 1-1) WELD-000900: 2.1.0 (Final)
> [0m[0m09:45:00,556 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016008: Starting weld service for deployment test.war
> [0m[0m09:45:02,247 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Register web context: /test
> [0m[0m09:45:02,471 INFO [org.jboss.as.server] (management-handler-thread - 3) JBAS018559: Deployed "test.war" (runtime-name : "test.war")
> [0m[0m09:45:07,202 INFO [stdout] (default task-1) Running a test for the success case
> [0m[0m09:45:07,306 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
> [0m[0m09:45:07,350 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
> [0m[0m09:45:08,087 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m09:45:08,188 INFO [stdout] (default task-1) Dispatching the package...
> [0m[33m09:45:08,196 WARN [com.arjuna.wst] (default task-1) ARJUNA043225: Could not save recovery state for non-serializable WS-BA participant 38726c57-c7a6-4975-a7d6-f0728debf1a2
> [0m[0m09:45:08,331 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m09:45:08,572 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m09:45:08,674 INFO [stdout] (default task-1) Printing the invoice ready for posting...
> [0m[33m09:45:08,675 WARN [com.arjuna.wst] (default task-1) ARJUNA043225: Could not save recovery state for non-serializable WS-BA participant bcfb3bab-68b5-4319-8c36-b51269c94f15
> [0m[0m09:45:08,739 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m09:45:08,902 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m09:45:09,014 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-1) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/com/arjuna/schemas/ws/_2005/_10/wsarjtx/wsdl/wsarjtx-termination-coordinator-binding.wsdl
> [0m[33m09:45:09,092 WARN [com.arjuna.ats.arjuna] (TaskWorker-1) ARJUNA012073: BasicAction.End() - prepare phase of action-id 0:ffffac118324:8d7741a:5278be12:10 failed.
> [0m[33m09:45:09,093 WARN [com.arjuna.ats.arjuna] (TaskWorker-1) ARJUNA012075: Action Aborting
> [0m[0m09:45:09,172 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-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-participant-binding.wsdl
> [0m[0m09:45:09,259 INFO [stdout] (TaskWorker-3) Recalling the package containing 'Java Transaction Processing: Design and Implementation' addressed to 'paul.robinson(a)redhat.com'
> [0m[0m09:45:09,550 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-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m09:45:09,705 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-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-participant-binding.wsdl
> [0m[0m09:45:09,862 INFO [stdout] (TaskWorker-3) Hunt down invoice with id 'null' and destroy it...
> [0m[0m09:45:09,888 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-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[33m09:45:09,950 WARN [com.arjuna.mw.wstx] (TaskWorker-1) ARJUNA045062: Coordinator cancelled the activity
> [0m[0m09:45:09,991 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-1) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/com/arjuna/schemas/ws/_2005/_10/wsarjtx/wsdl/wsarjtx-termination-participant-binding.wsdl
> [0m[0m09:45:10,258 INFO [stdout] (default task-35) Running a test for the failure case, where the printer has run out of ink
> [0m[0m09:45:10,363 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-35) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
> [0m[0m09:45:10,381 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-35) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
> [0m[0m09:45:10,623 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-35) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m09:45:10,973 INFO [stdout] (default task-35) Dispatching the package...
> [0m[33m09:45:10,973 WARN [com.arjuna.wst] (default task-35) ARJUNA043225: Could not save recovery state for non-serializable WS-BA participant c0a0f3c2-4fa9-4bf2-be48-e5af91301e3a
> [0m[0m09:45:11,061 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-35) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m09:45:11,270 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-35) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m09:45:11,401 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-35) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m09:45:11,560 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-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-participant-binding.wsdl
> [0m[0m09:45:11,657 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-35) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m09:45:11,724 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-35) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/com/arjuna/schemas/ws/_2005/_10/wsarjtx/wsdl/wsarjtx-termination-coordinator-binding.wsdl
> [0m[0m09:45:11,812 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-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-participant-binding.wsdl
> [0m[0m09:45:11,864 INFO [stdout] (TaskWorker-1) Recalling the package containing 'Java Transaction Processing: Design and Implementation' addressed to 'paul.robinson(a)redhat.com'
> [0m[0m09:45:11,901 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m09:45:11,997 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-3) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/com/arjuna/schemas/ws/_2005/_10/wsarjtx/wsdl/wsarjtx-termination-participant-binding.wsdl
> [0m[0m09:45:12,091 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017535: Unregister web context: /test
> [0m[0m09:45:12,167 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016009: Stopping weld service for deployment test.war
> [0m[0m09:45:12,207 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment test.war (runtime-name: test.war) in 120ms
> [0m
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBTM-2009) Fix the participant race condition in compensations quickstarts
by Gytis Trikleris (JIRA)
[ https://issues.jboss.org/browse/JBTM-2009?page=com.atlassian.jira.plugin.... ]
Gytis Trikleris updated JBTM-2009:
----------------------------------
Description:
http://172.17.131.2/view/Narayana+BlackTie/job/narayana-quickstarts/31
{code}
testSuccess(org.jboss.narayana.quickstarts.nonTransactionalResource.BookServiceTest) Time elapsed: 3.435 sec <<< ERROR!
org.jboss.narayana.compensations.api.TransactionCompensatedException: Failed to close transaction
at org.jboss.narayana.compensations.impl.CompensationInterceptorBase.completeBusinessActivity(CompensationInterceptorBase.java:108)
at org.jboss.narayana.compensations.impl.CompensationInterceptorBase.invokeInOurTx(CompensationInterceptorBase.java:58)
at org.jboss.narayana.compensations.impl.CompensationInterceptorRequired.intercept(CompensationInterceptorRequired.java:46)
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.weld.interceptor.proxy.SimpleMethodInvocation.invoke(SimpleMethodInvocation.java:30)
at org.jboss.weld.interceptor.chain.AbstractInterceptionChain.invokeNext(AbstractInterceptionChain.java:90)
at org.jboss.weld.interceptor.chain.AbstractInterceptionChain.invokeNextInterceptor(AbstractInterceptionChain.java:75)
at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.executeInterception(InterceptorMethodHandler.java:48)
at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.invoke(InterceptorMethodHandler.java:41)
at org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:53)
at org.jboss.narayana.quickstarts.nonTransactionalResource.bookService.BookService$Proxy$_$$_WeldSubclass.buyBook(Unknown Source)
at org.jboss.narayana.quickstarts.nonTransactionalResource.BookServiceTest.testSuccess(BookServiceTest.java:67)
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:45)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
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.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:90)
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.ContainerTestExecuter.execute(ContainerTestExecuter.java:38)
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:90)
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.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:89)
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:90)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:75)
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:90)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:60)
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:90)
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:263)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
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:300)
at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:147)
at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
at org.jboss.arquillian.junit.container.JUnitTestRunner.execute(JUnitTestRunner.java:65)
at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.executeTest(ServletTestRunner.java:160)
at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.execute(ServletTestRunner.java:126)
at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.doGet(ServletTestRunner.java:90)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:87)
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:59)
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:81)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:25)
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:113)
at io.undertow.security.handlers.AuthenticationCallHandler.handleRequest(AuthenticationCallHandler.java:52)
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:45)
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:65)
at io.undertow.security.handlers.SecurityInitialHandler.handleRequest(SecurityInitialHandler.java:70)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:25)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:25)
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:218)
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:205)
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:69)
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:134)
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:138)
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:622)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
Caused by: com.arjuna.wst.TransactionRolledBackException
at com.arjuna.wst11.stub.BusinessActivityTerminatorStub.close(BusinessActivityTerminatorStub.java:95)
at com.arjuna.mwlabs.wst11.ba.remote.UserBusinessActivityImple.close(UserBusinessActivityImple.java:157)
at org.jboss.narayana.compensations.impl.CompensationInterceptorBase.closeBusinessActivity(CompensationInterceptorBase.java:87)
at org.jboss.narayana.compensations.impl.CompensationInterceptorBase.completeBusinessActivity(CompensationInterceptorBase.java:106)
... 112 more
{code}
{code}
log4j:WARN No appenders could be found for logger (org.jboss.logging).
log4j:WARN Please initialize the log4j system properly.
Nov 05, 2013 9:44:42 AM org.jboss.as.arquillian.container.managed.ManagedDeployableContainer startInternal
INFO: Starting container with: [/usr/local/jdk1.7.0_45/bin/java, -Xmx512m, -XX:MaxPermSize=128m, -ea, -Djboss.home.dir=/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/, -Dorg.jboss.boot.log.file=/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/log/boot.log, -Dlogging.configuration=file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/configuration/logging.properties, -Djboss.bundles.dir=/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT//bundles, -jar, /home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/jboss-modules.jar, -mp, /home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT//modules, org.jboss.as.standalone, -server-config, standalone-xts.xml]
[0m09:44:43,578 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.0.Final
[0m[0m09:44:44,462 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.0.Beta2
[0m[0m09:44:44,641 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015899: WildFly 8.0.0.Beta2-SNAPSHOT "WildFly" starting
[0m[0m09:44:47,513 INFO [org.xnio] (MSC service thread 1-2) XNIO version 3.1.0.CR7
[0m[0m09:44:47,523 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.1.0.CR7
[0m[0m09:44:47,544 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 4.0.0.Beta1
[0m[0m09:44:47,591 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
[0m[0m09:44:47,852 INFO [org.jboss.as.security] (ServerService Thread Pool -- 51) JBAS013171: Activating Security Subsystem
[0m[0m09:44:47,861 INFO [org.jboss.as.security] (MSC service thread 1-1) JBAS013170: Current PicketBox version=4.0.19.Final
[0m[0m09:44:48,003 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 46) JBAS011800: Activating Naming Subsystem
[0m[0m09:44:48,048 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 35) JBAS010280: Activating Infinispan subsystem.
[0m[0m09:44:48,071 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 42) JBAS012615: Activated the following JSF Implementations: [main]
[0m[0m09:44:48,094 INFO [org.jboss.as.naming] (MSC service thread 1-2) JBAS011802: Starting Naming Service
[0m[0m09:44:48,096 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) JBAS015400: Bound mail session [java:jboss/mail/Default]
[0m[0m09:44:48,144 INFO [org.jboss.as.jacorb] (ServerService Thread Pool -- 36) JBAS016300: Activating JacORB Subsystem
[0m[0m09:44:48,208 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 30) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
[0m[0m09:44:48,238 INFO [org.jboss.as.connector.logging] (MSC service thread 1-2) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.1.Final)
[0m[0m09:44:48,256 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010417: Started Driver service with driver-name = h2
[0m[0m09:44:48,624 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017502: Undertow 1.0.0.Beta20 starting
[0m[0m09:44:48,625 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017502: Undertow 1.0.0.Beta20 starting
[0m[0m09:44:49,238 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017527: Creating file handler for path /home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/welcome-content
[0m[0m09:44:49,456 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 55) JBAS015537: Activating WebServices Extension
[0m[0m09:44:50,136 INFO [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016330: CORBA ORB Service started
[0m[0m09:44:50,482 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017525: Started server default-server.
[0m[0m09:44:50,592 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017531: Host default-host starting
[0m[0m09:44:50,654 INFO [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016328: CORBA Naming Service started
[0m[0m09:44:50,737 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
[0m[0m09:44:50,767 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017519: Undertow HTTP listener default listening on localhost.localdomain/127.0.0.1:8080
[0m[0m09:44:51,199 INFO [org.jboss.ws.common.management] (MSC service thread 1-1) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.2.Final
[0m[0m09:44:51,200 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-participant
[0m[0m09:44:51,283 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-client
[0m[0m09:44:51,349 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[0m09:44:51,351 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[0m09:44:51,353 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[0m09:44:51,356 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[0m09:44:51,373 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[0m09:44:51,622 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-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/messagingjournal,bindingsDirectory=/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/messagingbindings,largeMessagesDirectory=/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/messaginglargemessages,pagingDirectory=/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/messagingpaging)
[0m[0m09:44:51,624 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221006: Waiting to obtain live lock
[0m[0m09:44:51,741 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221012: Using AIO Journal
[0m[0m09:44:51,770 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ224067: Adding protocol support CORE
[0m[0m09:44:51,776 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ224067: Adding protocol support AMQP
[0m[0m09:44:51,780 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ224067: Adding protocol support STOMP
[0m[0m09:44:51,783 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ224067: Adding protocol support STOMP_WS
[0m[0m09:44:51,900 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[0m09:44:52,358 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[0m09:44:53,019 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221034: Waiting to obtain live lock
[0m[0m09:44:53,020 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221035: Live Server Obtained live lock
[0m[0m09:44:53,226 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[0m09:44:53,225 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[0m09:44:53,716 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-t11-client.deployment/CompletionInitiatorService.wsdl
[0m[0m09:44:53,718 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[0m09:44:53,782 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[0m09:44:53,822 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-t11-client.deployment/TerminationParticipantService.wsdl
[0m[0m09:44:53,877 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Register web context: /ws-t11-client
[0m[0m09:44:53,878 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-c11
[0m[0m09:44:53,880 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[0m09:44:53,881 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[0m09:44:53,900 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[0m09:44:54,152 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/ParticipantService.wsdl
[0m[0m09:44:54,186 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[0m09:44:54,352 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[0m09:44:54,388 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[0m09:44:54,450 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/BusinessAgreementWithParticipantCompletionParticipantService.wsdl
[0m[0m09:44:54,452 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[0m09:44:54,550 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[0m09:44:54,651 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-c11.deployment/ActivationService.wsdl
[0m[0m09:44:54,652 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[0m09:44:54,695 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/BusinessAgreementWithCoordinatorCompletionParticipantService.wsdl
[0m[0m09:44:54,719 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Register web context: /ws-t11-participant
[0m[0m09:44:54,720 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-coordinator
[0m[0m09:44:54,723 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=BusinessAgreementWithCoordinatorCompletionCoordinatorService
address=http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithCoordinatorCompletionCoordinatorService
implementor=com.arjuna.webservices11.wsba.sei.BusinessAgreementWithCoordinatorCompletionCoordinatorPortTypeImpl
serviceName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreem...
portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
annotationWsdlLocation=null
wsdlLocationOverride=null
mtomEnabled=false
[0m[0m09:44:54,724 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=CoordinatorService
address=http://localhost:8080/ws-t11-coordinator/CoordinatorService
implementor=com.arjuna.webservices11.wsat.sei.CoordinatorPortTypeImpl
serviceName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CoordinatorSer...
portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CoordinatorPortType
annotationWsdlLocation=null
wsdlLocationOverride=null
mtomEnabled=false
[0m[0m09:44:54,725 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=CompletionCoordinatorRPCService
address=http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorRPCService
implementor=com.arjuna.webservices11.wsat.sei.CompletionCoordinatorRPCPortTypeImpl
serviceName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoor...
portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordin...
annotationWsdlLocation=null
wsdlLocationOverride=null
mtomEnabled=false
[0m[0m09:44:54,726 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=TerminationCoordinatorRPCService
address=http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorRPCService
implementor=com.arjuna.webservices11.wsarjtx.sei.TerminationCoordinatorRPCPortTypeImpl
serviceName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoor...
portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordin...
annotationWsdlLocation=null
wsdlLocationOverride=null
mtomEnabled=false
[0m[0m09:44:54,727 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=TerminationCoordinatorService
address=http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorService
implementor=com.arjuna.webservices11.wsarjtx.sei.TerminationCoordinatorPortTypeImpl
serviceName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoor...
portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordin...
annotationWsdlLocation=null
wsdlLocationOverride=null
mtomEnabled=false
[0m[0m09:44:54,728 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=BusinessAgreementWithParticipantCompletionCoordinatorService
address=http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithParticipantCompletionCoordinatorService
implementor=com.arjuna.webservices11.wsba.sei.BusinessAgreementWithParticipantCompletionCoordinatorPortTypeImpl
serviceName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreem...
portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
annotationWsdlLocation=null
wsdlLocationOverride=null
mtomEnabled=false
[0m[0m09:44:54,730 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=CompletionCoordinatorService
address=http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorService
implementor=com.arjuna.webservices11.wsat.sei.CompletionCoordinatorPortTypeImpl
serviceName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoor...
portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordin...
annotationWsdlLocation=null
wsdlLocationOverride=null
mtomEnabled=false
[0m[0m09:44:54,781 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionCoordinatorService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithCoordinatorCompletionCoordinatorPortTypeImpl
[0m[0m09:44:54,917 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[0m09:44:54,938 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-c11.deployment/RegistrationService.wsdl
[0m[0m09:44:54,941 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Register web context: /ws-c11
[0m[0m09:44:54,942 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-client.deployment".TerminationParticipantService
[0m[0m09:44:54,948 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-client.deployment".CompletionInitiatorService
[0m[0m09:44:55,045 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithCoordinator...
[0m[0m09:44:55,079 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/BusinessAgreementWithCoordinatorCompletionCoordinatorService.wsdl
[0m[0m09:44:55,080 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CoordinatorService from class com.arjuna.webservices11.wsat.sei.CoordinatorPortTypeImpl
[0m[0m09:44:55,108 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithCoordinatorCompletionParticipantService
[0m[0m09:44:55,112 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithParticipantCompletionParticipantService
[0m[0m09:44:55,114 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".ParticipantService
[0m[0m09:44:55,115 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-c11.deployment".RegistrationService
[0m[0m09:44:55,115 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-c11.deployment".ActivationService
[0m[0m09:44:55,137 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CoordinatorService
[0m[0m09:44:55,144 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) JBAS015012: Started FileSystemDeploymentService for directory /home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/deployments
[0m[0m09:44:55,175 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CoordinatorService.wsdl
[0m[0m09:44:55,176 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordinatorRPCService from class com.arjuna.webservices11.wsat.sei.CompletionCoordinatorRPCPortTypeImpl
[0m[0m09:44:55,220 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorRPCService
[0m[0m09:44:55,246 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CompletionCoordinatorRPCService.wsdl
[0m[0m09:44:55,247 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorRPCPortTypeImplService from class com.arjuna.webservices11.wsarjtx.sei.TerminationCoordinatorRPCPortTypeImpl
[0m[0m09:44:55,297 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorRPCService
[0m[0m09:44:55,323 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/TerminationCoordinatorRPCPortTypeImplService.wsdl
[0m[0m09:44:55,324 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorService from class com.arjuna.schemas.ws._2005._10.wsarjtx.TerminationCoordinatorPortType
[0m[0m09:44:55,334 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorService
[0m[0m09:44:55,346 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/TerminationCoordinatorService.wsdl
[0m[0m09:44:55,352 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithParticipantCompletionCoordinatorPortTypeImpl
[0m[0m09:44:55,373 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithParticipant...
[0m[0m09:44:55,408 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/BusinessAgreementWithParticipantCompletionCoordinatorService.wsdl
[0m[0m09:44:55,409 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordinatorService from class com.arjuna.webservices11.wsat.sei.CompletionCoordinatorPortTypeImpl
[0m[0m09:44:55,418 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorService
[0m[0m09:44:55,430 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CompletionCoordinatorService.wsdl
[0m[0m09:44:55,433 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Register web context: /ws-t11-coordinator
[0m[33m09:44:55,451 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[0m09:44:55,554 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorService
[0m[0m09:44:55,573 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorRPCService
[0m[0m09:44:55,574 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithCoordinatorCompletionCoordinatorService
[0m[0m09:44:55,575 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorService
[0m[0m09:44:55,576 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorRPCService
[0m[0m09:44:55,577 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithParticipantCompletionCoordinatorService
[0m[0m09:44:55,578 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CoordinatorService
[0m[0m09:44:55,590 INFO [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on 127.0.0.1:9999
[0m[0m09:44:55,597 INFO [org.jboss.jbossts.txbridge] (MSC service thread 1-1) ARJUNA033013: OutboundBridgeRecoveryManager starting
[0m[0m09:44:55,599 INFO [org.jboss.jbossts.txbridge] (MSC service thread 1-1) ARJUNA033006: InboundBridgeRecoveryManager starting
[0m[0m09:44:55,985 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Register web context: /hornetq-server
[0m[0m09:44:56,324 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221020: Started Netty Acceptor version 3.6.6.Final-90e1eb2 127.0.0.1:5455 for CORE protocol
[0m[0m09:44:56,327 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221020: Started Netty Acceptor version 3.6.6.Final-90e1eb2 127.0.0.1:5445 for CORE protocol
[0m[0m09:44:56,331 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221020: Started Netty Acceptor version 3.6.6.Final-90e1eb2 org.hornetq.default.servlet:5445 for CORE protocol
[0m[0m09:44:56,334 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221007: Server is now live
[0m[0m09:44:56,334 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221001: HornetQ Server version 2.4.0.Beta2 (Andromedian Flyer, 123) [eab24c71-45fe-11e3-ab4c-c50164031b02]
[0m[0m09:44:56,474 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 59) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/ServletConnectionFactory
[0m[0m09:44:56,476 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-1) JBAS010406: Registered connection factory java:/JmsXA
[0m[0m09:44:56,527 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 60) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
[0m[0m09:44:56,545 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 58) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
[0m[0m09:44:56,641 INFO [org.hornetq.ra] (MSC service thread 1-1) HornetQ resource adaptor started
[0m[0m09:44:56,641 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-1) IJ020002: Deployed: file://RaActivatorhornetq-ra
[0m[0m09:44:56,644 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-1) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
[0m[0m09:44:56,645 INFO [org.jboss.as.messaging] (MSC service thread 1-1) JBAS011601: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
[0m[0m09:44:56,907 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
[0m[0m09:44:56,908 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
[0m[0m09:44:56,909 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.0.0.Beta2-SNAPSHOT "WildFly" started in 13991ms - Started 234 of 270 services (73 services are lazy, passive or on-demand)
[0m[0m09:44:59,081 INFO [org.jboss.as.repository] (management-handler-thread - 3) JBAS014900: Content added at location /home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/content/db/d23760ccf61c53227474b0b6ca637f87b58824/content
[0m[0m09:44:59,100 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "test.war" (runtime-name: "test.war")
[0m[33m09:44:59,855 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.test.war" is using a private module ("org.jboss.jts:main") which may be changed or removed in future versions without notice.
[0m[0m09:44:59,921 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016002: Processing weld deployment test.war
[0m[0m09:45:00,017 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-2) HV000001: Hibernate Validator 5.0.1.Final
[0m[0m09:45:00,458 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016005: Starting Services for CDI deployment: test.war
[0m[0m09:45:00,499 INFO [org.jboss.weld.Version] (MSC service thread 1-1) WELD-000900: 2.1.0 (Final)
[0m[0m09:45:00,556 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016008: Starting weld service for deployment test.war
[0m[0m09:45:02,247 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Register web context: /test
[0m[0m09:45:02,471 INFO [org.jboss.as.server] (management-handler-thread - 3) JBAS018559: Deployed "test.war" (runtime-name : "test.war")
[0m[0m09:45:07,202 INFO [stdout] (default task-1) Running a test for the success case
[0m[0m09:45:07,306 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
[0m[0m09:45:07,350 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
[0m[0m09:45:08,087 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
[0m[0m09:45:08,188 INFO [stdout] (default task-1) Dispatching the package...
[0m[33m09:45:08,196 WARN [com.arjuna.wst] (default task-1) ARJUNA043225: Could not save recovery state for non-serializable WS-BA participant 38726c57-c7a6-4975-a7d6-f0728debf1a2
[0m[0m09:45:08,331 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
[0m[0m09:45:08,572 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
[0m[0m09:45:08,674 INFO [stdout] (default task-1) Printing the invoice ready for posting...
[0m[33m09:45:08,675 WARN [com.arjuna.wst] (default task-1) ARJUNA043225: Could not save recovery state for non-serializable WS-BA participant bcfb3bab-68b5-4319-8c36-b51269c94f15
[0m[0m09:45:08,739 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
[0m[0m09:45:08,902 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
[0m[0m09:45:09,014 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-1) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/com/arjuna/schemas/ws/_2005/_10/wsarjtx/wsdl/wsarjtx-termination-coordinator-binding.wsdl
[0m[33m09:45:09,092 WARN [com.arjuna.ats.arjuna] (TaskWorker-1) ARJUNA012073: BasicAction.End() - prepare phase of action-id 0:ffffac118324:8d7741a:5278be12:10 failed.
[0m[33m09:45:09,093 WARN [com.arjuna.ats.arjuna] (TaskWorker-1) ARJUNA012075: Action Aborting
[0m[0m09:45:09,172 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-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-participant-binding.wsdl
[0m[0m09:45:09,259 INFO [stdout] (TaskWorker-3) Recalling the package containing 'Java Transaction Processing: Design and Implementation' addressed to 'paul.robinson(a)redhat.com'
[0m[0m09:45:09,550 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-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
[0m[0m09:45:09,705 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-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-participant-binding.wsdl
[0m[0m09:45:09,862 INFO [stdout] (TaskWorker-3) Hunt down invoice with id 'null' and destroy it...
[0m[0m09:45:09,888 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-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
[0m[33m09:45:09,950 WARN [com.arjuna.mw.wstx] (TaskWorker-1) ARJUNA045062: Coordinator cancelled the activity
[0m[0m09:45:09,991 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-1) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/com/arjuna/schemas/ws/_2005/_10/wsarjtx/wsdl/wsarjtx-termination-participant-binding.wsdl
[0m[0m09:45:10,258 INFO [stdout] (default task-35) Running a test for the failure case, where the printer has run out of ink
[0m[0m09:45:10,363 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-35) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
[0m[0m09:45:10,381 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-35) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
[0m[0m09:45:10,623 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-35) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
[0m[0m09:45:10,973 INFO [stdout] (default task-35) Dispatching the package...
[0m[33m09:45:10,973 WARN [com.arjuna.wst] (default task-35) ARJUNA043225: Could not save recovery state for non-serializable WS-BA participant c0a0f3c2-4fa9-4bf2-be48-e5af91301e3a
[0m[0m09:45:11,061 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-35) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
[0m[0m09:45:11,270 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-35) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
[0m[0m09:45:11,401 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-35) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
[0m[0m09:45:11,560 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-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-participant-binding.wsdl
[0m[0m09:45:11,657 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-35) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
[0m[0m09:45:11,724 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-35) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/com/arjuna/schemas/ws/_2005/_10/wsarjtx/wsdl/wsarjtx-termination-coordinator-binding.wsdl
[0m[0m09:45:11,812 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-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-participant-binding.wsdl
[0m[0m09:45:11,864 INFO [stdout] (TaskWorker-1) Recalling the package containing 'Java Transaction Processing: Design and Implementation' addressed to 'paul.robinson(a)redhat.com'
[0m[0m09:45:11,901 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
[0m[0m09:45:11,997 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-3) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/com/arjuna/schemas/ws/_2005/_10/wsarjtx/wsdl/wsarjtx-termination-participant-binding.wsdl
[0m[0m09:45:12,091 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017535: Unregister web context: /test
[0m[0m09:45:12,167 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016009: Stopping weld service for deployment test.war
[0m[0m09:45:12,207 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment test.war (runtime-name: test.war) in 120ms
[0m
{code}
was:
http://172.17.131.2/view/Narayana+BlackTie/job/narayana-quickstarts/31
{code}
testSuccess(org.jboss.narayana.quickstarts.nonTransactionalResource.BookServiceTest) Time elapsed: 3.435 sec <<< ERROR!
org.jboss.narayana.compensations.api.TransactionCompensatedException: Failed to close transaction
at org.jboss.narayana.compensations.impl.CompensationInterceptorBase.completeBusinessActivity(CompensationInterceptorBase.java:108)
at org.jboss.narayana.compensations.impl.CompensationInterceptorBase.invokeInOurTx(CompensationInterceptorBase.java:58)
at org.jboss.narayana.compensations.impl.CompensationInterceptorRequired.intercept(CompensationInterceptorRequired.java:46)
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.weld.interceptor.proxy.SimpleMethodInvocation.invoke(SimpleMethodInvocation.java:30)
at org.jboss.weld.interceptor.chain.AbstractInterceptionChain.invokeNext(AbstractInterceptionChain.java:90)
at org.jboss.weld.interceptor.chain.AbstractInterceptionChain.invokeNextInterceptor(AbstractInterceptionChain.java:75)
at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.executeInterception(InterceptorMethodHandler.java:48)
at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.invoke(InterceptorMethodHandler.java:41)
at org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:53)
at org.jboss.narayana.quickstarts.nonTransactionalResource.bookService.BookService$Proxy$_$$_WeldSubclass.buyBook(Unknown Source)
at org.jboss.narayana.quickstarts.nonTransactionalResource.BookServiceTest.testSuccess(BookServiceTest.java:67)
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:45)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
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.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:90)
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.ContainerTestExecuter.execute(ContainerTestExecuter.java:38)
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:90)
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.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:89)
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:90)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:75)
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:90)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:60)
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:90)
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:263)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
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:300)
at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:147)
at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
at org.jboss.arquillian.junit.container.JUnitTestRunner.execute(JUnitTestRunner.java:65)
at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.executeTest(ServletTestRunner.java:160)
at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.execute(ServletTestRunner.java:126)
at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.doGet(ServletTestRunner.java:90)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:87)
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:59)
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:81)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:25)
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:113)
at io.undertow.security.handlers.AuthenticationCallHandler.handleRequest(AuthenticationCallHandler.java:52)
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:45)
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:65)
at io.undertow.security.handlers.SecurityInitialHandler.handleRequest(SecurityInitialHandler.java:70)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:25)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:25)
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:218)
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:205)
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:69)
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:134)
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:138)
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:622)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
Caused by: com.arjuna.wst.TransactionRolledBackException
at com.arjuna.wst11.stub.BusinessActivityTerminatorStub.close(BusinessActivityTerminatorStub.java:95)
at com.arjuna.mwlabs.wst11.ba.remote.UserBusinessActivityImple.close(UserBusinessActivityImple.java:157)
at org.jboss.narayana.compensations.impl.CompensationInterceptorBase.closeBusinessActivity(CompensationInterceptorBase.java:87)
at org.jboss.narayana.compensations.impl.CompensationInterceptorBase.completeBusinessActivity(CompensationInterceptorBase.java:106)
... 112 more
{code}
> Fix the participant race condition in compensations quickstarts
> ---------------------------------------------------------------
>
> Key: JBTM-2009
> URL: https://issues.jboss.org/browse/JBTM-2009
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Demonstrator, TXFramework
> Reporter: Gytis Trikleris
> Assignee: Gytis Trikleris
> Priority: Minor
> Fix For: 5.0.0.Final
>
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana-quickstarts/31
> {code}
> testSuccess(org.jboss.narayana.quickstarts.nonTransactionalResource.BookServiceTest) Time elapsed: 3.435 sec <<< ERROR!
> org.jboss.narayana.compensations.api.TransactionCompensatedException: Failed to close transaction
> at org.jboss.narayana.compensations.impl.CompensationInterceptorBase.completeBusinessActivity(CompensationInterceptorBase.java:108)
> at org.jboss.narayana.compensations.impl.CompensationInterceptorBase.invokeInOurTx(CompensationInterceptorBase.java:58)
> at org.jboss.narayana.compensations.impl.CompensationInterceptorRequired.intercept(CompensationInterceptorRequired.java:46)
> 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.weld.interceptor.proxy.SimpleMethodInvocation.invoke(SimpleMethodInvocation.java:30)
> at org.jboss.weld.interceptor.chain.AbstractInterceptionChain.invokeNext(AbstractInterceptionChain.java:90)
> at org.jboss.weld.interceptor.chain.AbstractInterceptionChain.invokeNextInterceptor(AbstractInterceptionChain.java:75)
> at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.executeInterception(InterceptorMethodHandler.java:48)
> at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.invoke(InterceptorMethodHandler.java:41)
> at org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:53)
> at org.jboss.narayana.quickstarts.nonTransactionalResource.bookService.BookService$Proxy$_$$_WeldSubclass.buyBook(Unknown Source)
> at org.jboss.narayana.quickstarts.nonTransactionalResource.BookServiceTest.testSuccess(BookServiceTest.java:67)
> 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:45)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
> 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.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:90)
> 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.ContainerTestExecuter.execute(ContainerTestExecuter.java:38)
> 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:90)
> 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.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:89)
> 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:90)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
> at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:75)
> 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:90)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
> at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:60)
> 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:90)
> 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:263)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
> 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:300)
> at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:147)
> at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
> at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
> at org.jboss.arquillian.junit.container.JUnitTestRunner.execute(JUnitTestRunner.java:65)
> at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.executeTest(ServletTestRunner.java:160)
> at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.execute(ServletTestRunner.java:126)
> at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.doGet(ServletTestRunner.java:90)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
> at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:87)
> at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:59)
> at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
> at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:81)
> at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:25)
> at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:113)
> at io.undertow.security.handlers.AuthenticationCallHandler.handleRequest(AuthenticationCallHandler.java:52)
> at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:45)
> at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:65)
> at io.undertow.security.handlers.SecurityInitialHandler.handleRequest(SecurityInitialHandler.java:70)
> at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:25)
> at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:25)
> at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:218)
> at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:205)
> at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:69)
> at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:134)
> at io.undertow.server.Connectors.executeRootHandler(Connectors.java:138)
> at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:622)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> at java.lang.Thread.run(Thread.java:744)
> Caused by: com.arjuna.wst.TransactionRolledBackException
> at com.arjuna.wst11.stub.BusinessActivityTerminatorStub.close(BusinessActivityTerminatorStub.java:95)
> at com.arjuna.mwlabs.wst11.ba.remote.UserBusinessActivityImple.close(UserBusinessActivityImple.java:157)
> at org.jboss.narayana.compensations.impl.CompensationInterceptorBase.closeBusinessActivity(CompensationInterceptorBase.java:87)
> at org.jboss.narayana.compensations.impl.CompensationInterceptorBase.completeBusinessActivity(CompensationInterceptorBase.java:106)
> ... 112 more
> {code}
> {code}
> log4j:WARN No appenders could be found for logger (org.jboss.logging).
> log4j:WARN Please initialize the log4j system properly.
> Nov 05, 2013 9:44:42 AM org.jboss.as.arquillian.container.managed.ManagedDeployableContainer startInternal
> INFO: Starting container with: [/usr/local/jdk1.7.0_45/bin/java, -Xmx512m, -XX:MaxPermSize=128m, -ea, -Djboss.home.dir=/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/, -Dorg.jboss.boot.log.file=/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/log/boot.log, -Dlogging.configuration=file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/configuration/logging.properties, -Djboss.bundles.dir=/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT//bundles, -jar, /home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/jboss-modules.jar, -mp, /home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT//modules, org.jboss.as.standalone, -server-config, standalone-xts.xml]
> [0m09:44:43,578 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.0.Final
> [0m[0m09:44:44,462 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.0.Beta2
> [0m[0m09:44:44,641 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015899: WildFly 8.0.0.Beta2-SNAPSHOT "WildFly" starting
> [0m[0m09:44:47,513 INFO [org.xnio] (MSC service thread 1-2) XNIO version 3.1.0.CR7
> [0m[0m09:44:47,523 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.1.0.CR7
> [0m[0m09:44:47,544 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 4.0.0.Beta1
> [0m[0m09:44:47,591 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
> [0m[0m09:44:47,852 INFO [org.jboss.as.security] (ServerService Thread Pool -- 51) JBAS013171: Activating Security Subsystem
> [0m[0m09:44:47,861 INFO [org.jboss.as.security] (MSC service thread 1-1) JBAS013170: Current PicketBox version=4.0.19.Final
> [0m[0m09:44:48,003 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 46) JBAS011800: Activating Naming Subsystem
> [0m[0m09:44:48,048 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 35) JBAS010280: Activating Infinispan subsystem.
> [0m[0m09:44:48,071 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 42) JBAS012615: Activated the following JSF Implementations: [main]
> [0m[0m09:44:48,094 INFO [org.jboss.as.naming] (MSC service thread 1-2) JBAS011802: Starting Naming Service
> [0m[0m09:44:48,096 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) JBAS015400: Bound mail session [java:jboss/mail/Default]
> [0m[0m09:44:48,144 INFO [org.jboss.as.jacorb] (ServerService Thread Pool -- 36) JBAS016300: Activating JacORB Subsystem
> [0m[0m09:44:48,208 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 30) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> [0m[0m09:44:48,238 INFO [org.jboss.as.connector.logging] (MSC service thread 1-2) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.1.Final)
> [0m[0m09:44:48,256 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010417: Started Driver service with driver-name = h2
> [0m[0m09:44:48,624 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017502: Undertow 1.0.0.Beta20 starting
> [0m[0m09:44:48,625 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017502: Undertow 1.0.0.Beta20 starting
> [0m[0m09:44:49,238 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 54) JBAS017527: Creating file handler for path /home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/welcome-content
> [0m[0m09:44:49,456 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 55) JBAS015537: Activating WebServices Extension
> [0m[0m09:44:50,136 INFO [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016330: CORBA ORB Service started
> [0m[0m09:44:50,482 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017525: Started server default-server.
> [0m[0m09:44:50,592 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017531: Host default-host starting
> [0m[0m09:44:50,654 INFO [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016328: CORBA Naming Service started
> [0m[0m09:44:50,737 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
> [0m[0m09:44:50,767 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017519: Undertow HTTP listener default listening on localhost.localdomain/127.0.0.1:8080
> [0m[0m09:44:51,199 INFO [org.jboss.ws.common.management] (MSC service thread 1-1) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.2.Final
> [0m[0m09:44:51,200 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-participant
> [0m[0m09:44:51,283 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-client
> [0m[0m09:44:51,349 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[0m09:44:51,351 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[0m09:44:51,353 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[0m09:44:51,356 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[0m09:44:51,373 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[0m09:44:51,622 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-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/messagingjournal,bindingsDirectory=/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/messagingbindings,largeMessagesDirectory=/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/messaginglargemessages,pagingDirectory=/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/messagingpaging)
> [0m[0m09:44:51,624 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221006: Waiting to obtain live lock
> [0m[0m09:44:51,741 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221012: Using AIO Journal
> [0m[0m09:44:51,770 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ224067: Adding protocol support CORE
> [0m[0m09:44:51,776 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ224067: Adding protocol support AMQP
> [0m[0m09:44:51,780 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ224067: Adding protocol support STOMP
> [0m[0m09:44:51,783 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ224067: Adding protocol support STOMP_WS
> [0m[0m09:44:51,900 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[0m09:44:52,358 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[0m09:44:53,019 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221034: Waiting to obtain live lock
> [0m[0m09:44:53,020 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221035: Live Server Obtained live lock
> [0m[0m09:44:53,226 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[0m09:44:53,225 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[0m09:44:53,716 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-t11-client.deployment/CompletionInitiatorService.wsdl
> [0m[0m09:44:53,718 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[0m09:44:53,782 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[0m09:44:53,822 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-t11-client.deployment/TerminationParticipantService.wsdl
> [0m[0m09:44:53,877 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Register web context: /ws-t11-client
> [0m[0m09:44:53,878 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-c11
> [0m[0m09:44:53,880 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[0m09:44:53,881 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[0m09:44:53,900 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[0m09:44:54,152 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/ParticipantService.wsdl
> [0m[0m09:44:54,186 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[0m09:44:54,352 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[0m09:44:54,388 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[0m09:44:54,450 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/BusinessAgreementWithParticipantCompletionParticipantService.wsdl
> [0m[0m09:44:54,452 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[0m09:44:54,550 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[0m09:44:54,651 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-c11.deployment/ActivationService.wsdl
> [0m[0m09:44:54,652 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[0m09:44:54,695 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-t11-participant.deployment/BusinessAgreementWithCoordinatorCompletionParticipantService.wsdl
> [0m[0m09:44:54,719 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Register web context: /ws-t11-participant
> [0m[0m09:44:54,720 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint-publish.ws-t11-coordinator
> [0m[0m09:44:54,723 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=BusinessAgreementWithCoordinatorCompletionCoordinatorService
> address=http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithCoordinatorCompletionCoordinatorService
> implementor=com.arjuna.webservices11.wsba.sei.BusinessAgreementWithCoordinatorCompletionCoordinatorPortTypeImpl
> serviceName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m09:44:54,724 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=CoordinatorService
> address=http://localhost:8080/ws-t11-coordinator/CoordinatorService
> implementor=com.arjuna.webservices11.wsat.sei.CoordinatorPortTypeImpl
> serviceName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CoordinatorSer...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CoordinatorPortType
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m09:44:54,725 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=CompletionCoordinatorRPCService
> address=http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorRPCService
> implementor=com.arjuna.webservices11.wsat.sei.CompletionCoordinatorRPCPortTypeImpl
> serviceName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoor...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m09:44:54,726 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=TerminationCoordinatorRPCService
> address=http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorRPCService
> implementor=com.arjuna.webservices11.wsarjtx.sei.TerminationCoordinatorRPCPortTypeImpl
> serviceName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoor...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m09:44:54,727 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=TerminationCoordinatorService
> address=http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorService
> implementor=com.arjuna.webservices11.wsarjtx.sei.TerminationCoordinatorPortTypeImpl
> serviceName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoor...
> portName={http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m09:44:54,728 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=BusinessAgreementWithParticipantCompletionCoordinatorService
> address=http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithParticipantCompletionCoordinatorService
> implementor=com.arjuna.webservices11.wsba.sei.BusinessAgreementWithParticipantCompletionCoordinatorPortTypeImpl
> serviceName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreem...
> portName={http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreement...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m09:44:54,730 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-1) JBWS024061: Adding service endpoint metadata: id=CompletionCoordinatorService
> address=http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorService
> implementor=com.arjuna.webservices11.wsat.sei.CompletionCoordinatorPortTypeImpl
> serviceName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoor...
> portName={http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordin...
> annotationWsdlLocation=null
> wsdlLocationOverride=null
> mtomEnabled=false
> [0m[0m09:44:54,781 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionCoordinatorService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithCoordinatorCompletionCoordinatorPortTypeImpl
> [0m[0m09:44:54,917 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[0m09:44:54,938 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-2) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-c11.deployment/RegistrationService.wsdl
> [0m[0m09:44:54,941 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Register web context: /ws-c11
> [0m[0m09:44:54,942 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-client.deployment".TerminationParticipantService
> [0m[0m09:44:54,948 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-client.deployment".CompletionInitiatorService
> [0m[0m09:44:55,045 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithCoordinator...
> [0m[0m09:44:55,079 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/BusinessAgreementWithCoordinatorCompletionCoordinatorService.wsdl
> [0m[0m09:44:55,080 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CoordinatorService from class com.arjuna.webservices11.wsat.sei.CoordinatorPortTypeImpl
> [0m[0m09:44:55,108 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithCoordinatorCompletionParticipantService
> [0m[0m09:44:55,112 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".BusinessAgreementWithParticipantCompletionParticipantService
> [0m[0m09:44:55,114 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-participant.deployment".ParticipantService
> [0m[0m09:44:55,115 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-c11.deployment".RegistrationService
> [0m[0m09:44:55,115 INFO [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.endpoint."ws-c11.deployment".ActivationService
> [0m[0m09:44:55,137 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CoordinatorService
> [0m[0m09:44:55,144 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) JBAS015012: Started FileSystemDeploymentService for directory /home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/deployments
> [0m[0m09:44:55,175 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CoordinatorService.wsdl
> [0m[0m09:44:55,176 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordinatorRPCService from class com.arjuna.webservices11.wsat.sei.CompletionCoordinatorRPCPortTypeImpl
> [0m[0m09:44:55,220 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorRPCService
> [0m[0m09:44:55,246 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CompletionCoordinatorRPCService.wsdl
> [0m[0m09:44:55,247 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorRPCPortTypeImplService from class com.arjuna.webservices11.wsarjtx.sei.TerminationCoordinatorRPCPortTypeImpl
> [0m[0m09:44:55,297 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorRPCService
> [0m[0m09:44:55,323 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/TerminationCoordinatorRPCPortTypeImplService.wsdl
> [0m[0m09:44:55,324 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorService from class com.arjuna.schemas.ws._2005._10.wsarjtx.TerminationCoordinatorPortType
> [0m[0m09:44:55,334 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/TerminationCoordinatorService
> [0m[0m09:44:55,346 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/TerminationCoordinatorService.wsdl
> [0m[0m09:44:55,352 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from class com.arjuna.webservices11.wsba.sei.BusinessAgreementWithParticipantCompletionCoordinatorPortTypeImpl
> [0m[0m09:44:55,373 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/BusinessAgreementWithParticipant...
> [0m[0m09:44:55,408 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/BusinessAgreementWithParticipantCompletionCoordinatorService.wsdl
> [0m[0m09:44:55,409 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsat/2006/06}CompletionCoordinatorService from class com.arjuna.webservices11.wsat.sei.CompletionCoordinatorPortTypeImpl
> [0m[0m09:44:55,418 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting the server's publish address to be http://localhost:8080/ws-t11-coordinator/CompletionCoordinatorService
> [0m[0m09:44:55,430 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-1) JBWS024074: WSDL published to: file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/wsdl/ws-t11-coordinator.deployment/CompletionCoordinatorService.wsdl
> [0m[0m09:44:55,433 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Register web context: /ws-t11-coordinator
> [0m[33m09:44:55,451 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[0m09:44:55,554 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorService
> [0m[0m09:44:55,573 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CompletionCoordinatorRPCService
> [0m[0m09:44:55,574 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithCoordinatorCompletionCoordinatorService
> [0m[0m09:44:55,575 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorService
> [0m[0m09:44:55,576 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".TerminationCoordinatorRPCService
> [0m[0m09:44:55,577 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".BusinessAgreementWithParticipantCompletionCoordinatorService
> [0m[0m09:44:55,578 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."ws-t11-coordinator.deployment".CoordinatorService
> [0m[0m09:44:55,590 INFO [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on 127.0.0.1:9999
> [0m[0m09:44:55,597 INFO [org.jboss.jbossts.txbridge] (MSC service thread 1-1) ARJUNA033013: OutboundBridgeRecoveryManager starting
> [0m[0m09:44:55,599 INFO [org.jboss.jbossts.txbridge] (MSC service thread 1-1) ARJUNA033006: InboundBridgeRecoveryManager starting
> [0m[0m09:44:55,985 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Register web context: /hornetq-server
> [0m[0m09:44:56,324 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221020: Started Netty Acceptor version 3.6.6.Final-90e1eb2 127.0.0.1:5455 for CORE protocol
> [0m[0m09:44:56,327 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221020: Started Netty Acceptor version 3.6.6.Final-90e1eb2 127.0.0.1:5445 for CORE protocol
> [0m[0m09:44:56,331 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221020: Started Netty Acceptor version 3.6.6.Final-90e1eb2 org.hornetq.default.servlet:5445 for CORE protocol
> [0m[0m09:44:56,334 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221007: Server is now live
> [0m[0m09:44:56,334 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221001: HornetQ Server version 2.4.0.Beta2 (Andromedian Flyer, 123) [eab24c71-45fe-11e3-ab4c-c50164031b02]
> [0m[0m09:44:56,474 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 59) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/ServletConnectionFactory
> [0m[0m09:44:56,476 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-1) JBAS010406: Registered connection factory java:/JmsXA
> [0m[0m09:44:56,527 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 60) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
> [0m[0m09:44:56,545 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 58) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
> [0m[0m09:44:56,641 INFO [org.hornetq.ra] (MSC service thread 1-1) HornetQ resource adaptor started
> [0m[0m09:44:56,641 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-1) IJ020002: Deployed: file://RaActivatorhornetq-ra
> [0m[0m09:44:56,644 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-1) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
> [0m[0m09:44:56,645 INFO [org.jboss.as.messaging] (MSC service thread 1-1) JBAS011601: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
> [0m[0m09:44:56,907 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
> [0m[0m09:44:56,908 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
> [0m[0m09:44:56,909 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.0.0.Beta2-SNAPSHOT "WildFly" started in 13991ms - Started 234 of 270 services (73 services are lazy, passive or on-demand)
> [0m[0m09:44:59,081 INFO [org.jboss.as.repository] (management-handler-thread - 3) JBAS014900: Content added at location /home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/standalone/data/content/db/d23760ccf61c53227474b0b6ca637f87b58824/content
> [0m[0m09:44:59,100 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "test.war" (runtime-name: "test.war")
> [0m[33m09:44:59,855 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.test.war" is using a private module ("org.jboss.jts:main") which may be changed or removed in future versions without notice.
> [0m[0m09:44:59,921 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016002: Processing weld deployment test.war
> [0m[0m09:45:00,017 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-2) HV000001: Hibernate Validator 5.0.1.Final
> [0m[0m09:45:00,458 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016005: Starting Services for CDI deployment: test.war
> [0m[0m09:45:00,499 INFO [org.jboss.weld.Version] (MSC service thread 1-1) WELD-000900: 2.1.0 (Final)
> [0m[0m09:45:00,556 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016008: Starting weld service for deployment test.war
> [0m[0m09:45:02,247 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Register web context: /test
> [0m[0m09:45:02,471 INFO [org.jboss.as.server] (management-handler-thread - 3) JBAS018559: Deployed "test.war" (runtime-name : "test.war")
> [0m[0m09:45:07,202 INFO [stdout] (default task-1) Running a test for the success case
> [0m[0m09:45:07,306 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
> [0m[0m09:45:07,350 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
> [0m[0m09:45:08,087 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m09:45:08,188 INFO [stdout] (default task-1) Dispatching the package...
> [0m[33m09:45:08,196 WARN [com.arjuna.wst] (default task-1) ARJUNA043225: Could not save recovery state for non-serializable WS-BA participant 38726c57-c7a6-4975-a7d6-f0728debf1a2
> [0m[0m09:45:08,331 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m09:45:08,572 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m09:45:08,674 INFO [stdout] (default task-1) Printing the invoice ready for posting...
> [0m[33m09:45:08,675 WARN [com.arjuna.wst] (default task-1) ARJUNA043225: Could not save recovery state for non-serializable WS-BA participant bcfb3bab-68b5-4319-8c36-b51269c94f15
> [0m[0m09:45:08,739 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m09:45:08,902 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m09:45:09,014 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-1) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/com/arjuna/schemas/ws/_2005/_10/wsarjtx/wsdl/wsarjtx-termination-coordinator-binding.wsdl
> [0m[33m09:45:09,092 WARN [com.arjuna.ats.arjuna] (TaskWorker-1) ARJUNA012073: BasicAction.End() - prepare phase of action-id 0:ffffac118324:8d7741a:5278be12:10 failed.
> [0m[33m09:45:09,093 WARN [com.arjuna.ats.arjuna] (TaskWorker-1) ARJUNA012075: Action Aborting
> [0m[0m09:45:09,172 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-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-participant-binding.wsdl
> [0m[0m09:45:09,259 INFO [stdout] (TaskWorker-3) Recalling the package containing 'Java Transaction Processing: Design and Implementation' addressed to 'paul.robinson(a)redhat.com'
> [0m[0m09:45:09,550 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-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m09:45:09,705 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-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-participant-binding.wsdl
> [0m[0m09:45:09,862 INFO [stdout] (TaskWorker-3) Hunt down invoice with id 'null' and destroy it...
> [0m[0m09:45:09,888 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-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[33m09:45:09,950 WARN [com.arjuna.mw.wstx] (TaskWorker-1) ARJUNA045062: Coordinator cancelled the activity
> [0m[0m09:45:09,991 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-1) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/com/arjuna/schemas/ws/_2005/_10/wsarjtx/wsdl/wsarjtx-termination-participant-binding.wsdl
> [0m[0m09:45:10,258 INFO [stdout] (default task-35) Running a test for the failure case, where the printer has run out of ink
> [0m[0m09:45:10,363 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-35) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
> [0m[0m09:45:10,381 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-35) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
> [0m[0m09:45:10,623 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-35) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m09:45:10,973 INFO [stdout] (default task-35) Dispatching the package...
> [0m[33m09:45:10,973 WARN [com.arjuna.wst] (default task-35) ARJUNA043225: Could not save recovery state for non-serializable WS-BA participant c0a0f3c2-4fa9-4bf2-be48-e5af91301e3a
> [0m[0m09:45:11,061 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-35) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m09:45:11,270 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-35) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m09:45:11,401 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-35) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m09:45:11,560 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-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-participant-binding.wsdl
> [0m[0m09:45:11,657 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-35) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m09:45:11,724 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default task-35) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/com/arjuna/schemas/ws/_2005/_10/wsarjtx/wsdl/wsarjtx-termination-coordinator-binding.wsdl
> [0m[0m09:45:11,812 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-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-participant-binding.wsdl
> [0m[0m09:45:11,864 INFO [stdout] (TaskWorker-1) Recalling the package containing 'Java Transaction Processing: Design and Implementation' addressed to 'paul.robinson(a)redhat.com'
> [0m[0m09:45:11,901 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m09:45:11,997 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-3) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana-quickstarts/wildfly-8.0.0.Beta2-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.M9-SNAPSHOT.jar!/com/arjuna/schemas/ws/_2005/_10/wsarjtx/wsdl/wsarjtx-termination-participant-binding.wsdl
> [0m[0m09:45:12,091 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017535: Unregister web context: /test
> [0m[0m09:45:12,167 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016009: Stopping weld service for deployment test.war
> [0m[0m09:45:12,207 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment test.war (runtime-name: test.war) in 120ms
> [0m
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBTM-2009) Fix the participant race condition in compensations quickstarts
by Gytis Trikleris (JIRA)
[ https://issues.jboss.org/browse/JBTM-2009?page=com.atlassian.jira.plugin.... ]
Gytis Trikleris updated JBTM-2009:
----------------------------------
Summary: Fix the participant race condition in compensations quickstarts (was: org.jboss.narayana.quickstarts.nonTransactionalResource.BookServiceTest#testSuccess failed to close the transaction)
> Fix the participant race condition in compensations quickstarts
> ---------------------------------------------------------------
>
> Key: JBTM-2009
> URL: https://issues.jboss.org/browse/JBTM-2009
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Demonstrator, TXFramework
> Reporter: Gytis Trikleris
> Assignee: Gytis Trikleris
> Priority: Minor
> Fix For: 5.0.0.Final
>
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana-quickstarts/31
> {code}
> testSuccess(org.jboss.narayana.quickstarts.nonTransactionalResource.BookServiceTest) Time elapsed: 3.435 sec <<< ERROR!
> org.jboss.narayana.compensations.api.TransactionCompensatedException: Failed to close transaction
> at org.jboss.narayana.compensations.impl.CompensationInterceptorBase.completeBusinessActivity(CompensationInterceptorBase.java:108)
> at org.jboss.narayana.compensations.impl.CompensationInterceptorBase.invokeInOurTx(CompensationInterceptorBase.java:58)
> at org.jboss.narayana.compensations.impl.CompensationInterceptorRequired.intercept(CompensationInterceptorRequired.java:46)
> 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.weld.interceptor.proxy.SimpleMethodInvocation.invoke(SimpleMethodInvocation.java:30)
> at org.jboss.weld.interceptor.chain.AbstractInterceptionChain.invokeNext(AbstractInterceptionChain.java:90)
> at org.jboss.weld.interceptor.chain.AbstractInterceptionChain.invokeNextInterceptor(AbstractInterceptionChain.java:75)
> at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.executeInterception(InterceptorMethodHandler.java:48)
> at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.invoke(InterceptorMethodHandler.java:41)
> at org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:53)
> at org.jboss.narayana.quickstarts.nonTransactionalResource.bookService.BookService$Proxy$_$$_WeldSubclass.buyBook(Unknown Source)
> at org.jboss.narayana.quickstarts.nonTransactionalResource.BookServiceTest.testSuccess(BookServiceTest.java:67)
> 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:45)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
> 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.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:90)
> 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.ContainerTestExecuter.execute(ContainerTestExecuter.java:38)
> 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:90)
> 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.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:89)
> 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:90)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
> at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:75)
> 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:90)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
> at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:60)
> 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:90)
> 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:263)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
> 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:300)
> at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:147)
> at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
> at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
> at org.jboss.arquillian.junit.container.JUnitTestRunner.execute(JUnitTestRunner.java:65)
> at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.executeTest(ServletTestRunner.java:160)
> at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.execute(ServletTestRunner.java:126)
> at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.doGet(ServletTestRunner.java:90)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
> at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:87)
> at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:59)
> at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
> at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:81)
> at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:25)
> at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:113)
> at io.undertow.security.handlers.AuthenticationCallHandler.handleRequest(AuthenticationCallHandler.java:52)
> at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:45)
> at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:65)
> at io.undertow.security.handlers.SecurityInitialHandler.handleRequest(SecurityInitialHandler.java:70)
> at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:25)
> at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:25)
> at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:218)
> at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:205)
> at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:69)
> at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:134)
> at io.undertow.server.Connectors.executeRootHandler(Connectors.java:138)
> at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:622)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> at java.lang.Thread.run(Thread.java:744)
> Caused by: com.arjuna.wst.TransactionRolledBackException
> at com.arjuna.wst11.stub.BusinessActivityTerminatorStub.close(BusinessActivityTerminatorStub.java:95)
> at com.arjuna.mwlabs.wst11.ba.remote.UserBusinessActivityImple.close(UserBusinessActivityImple.java:157)
> at org.jboss.narayana.compensations.impl.CompensationInterceptorBase.closeBusinessActivity(CompensationInterceptorBase.java:87)
> at org.jboss.narayana.compensations.impl.CompensationInterceptorBase.completeBusinessActivity(CompensationInterceptorBase.java:106)
> ... 112 more
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBTM-1980) QA test suite failure on HQStore: CrashRecovery12_Test03
by Michael Musgrove (JIRA)
[ https://issues.jboss.org/browse/JBTM-1980?page=com.atlassian.jira.plugin.... ]
Michael Musgrove reopened JBTM-1980:
------------------------------------
The fix is in both branches (4.17 and master) so even though the failure was seen against master it could occur in 4.17 also.
>From the logs it looks like the test task is being reaped after 58 seconds (although the test config says it should only be reaped afater 240 seconds). This means that my fix to overcome port recycling did not have sufficient time to take effect.
My line of investigation is to determine why the task was reaped early.
> QA test suite failure on HQStore: CrashRecovery12_Test03
> --------------------------------------------------------
>
> Key: JBTM-1980
> URL: https://issues.jboss.org/browse/JBTM-1980
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Testing
> Reporter: Gytis Trikleris
> Assignee: Michael Musgrove
> Fix For: 4.17.16
>
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana-hqstore-jacorb/20...
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana-hqstore-jacorb/19...
> client0_output.txt
> {code}
> starting command: /usr/local/jdk1.7.0_17/bin/java -classpath dist/narayana-full-5.0.0.M6-SNAPSHOT/etc/:dist/narayana-full-5.0.0.M6-SNAPSHOT/lib/*:dist/narayana-full-5.0.0.M6-SNAPSHOT/lib/ext/*:dist/narayana-full-5.0.0.M6-SNAPSHOT/jacorb/lib/*:dist/narayana-full-5.0.0.M6-SNAPSHOT/jacorb/etc/:ext/fscontext.jar:ext/providerutil.jar:ext/jboss-profiler-jvmti.jar:ext/jboss-logging-spi.jar:tests/build/classes/:dbdrivers/selected_dbdriver/*:dbdrivers/DB2_v9.7/db2jcc.jar:dbdrivers/jConnect-6_0/classes/jconn3.jar:dbdrivers/mssql2005_sqljdbc_2.0/enu/sqljdbc4.jar:dbdrivers/mysql-connector-java-5.1.8-bin.jar:dbdrivers/oracle_10_2_0_4/ojdbc14.jar:dbdrivers/postgresql-8.3-605.jdbc4.jar:ext/netty.jar -Dqa.debug=true -Djava.naming.provider.url=file:///tmp -Djava.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory -Dperformanceprofilestore.dir=config/perf_profiles/ -Djdbcprofilestore.dir=config/jdbc_profiles -Dmemorytestprofilestore.dir=config/memory_profiles/ -Dots.server.bindname=value_1 -DCoordinatorEnvironmentBean.maintainHeuristics=NO -DRecoveryEnvironmentBean.recoveryBackoffPeriod=5 -DCoreEnvironmentBean.timeoutFactor=2 -DCoordinatorEnvironmentBean.defaultTimeout=240 -DCoordinatorEnvironmentBean.dynamic1PC=false -Demma.coverage.out.file=./testoutput/crashrecovery12/CrashRecovery12_Test03/client0-coverage.ec -DportOffsetId=1 -DObjectStoreBaseDir=/home/hudson/workspace/narayana-hqstore-jacorb/TESTS/QA_JTS_JACORB/jdk/jdk7.latest/label/linux/qa/testoutput/crashrecovery12/CrashRecovery12_Test03/store -DRecoveryEnvironmentBean.recoveryListener=true org.jboss.jbossts.qa.junit.ExecutionWrapper org.jboss.jbossts.qa.CrashRecovery12Clients.Client01 commit CR12_03.log
> 2013-10-09 19:02:52,857 out: using ports 4731 and 4732
> 2013-10-09 19:02:53,095 err: log4j:WARN No appenders could be found for logger (org.jboss.logging).
> 2013-10-09 19:02:53,095 err: log4j:WARN Please initialize the log4j system properly.
> 2013-10-09 19:02:53,154 err: SLF4J: Class path contains multiple SLF4J bindings.
> 2013-10-09 19:02:53,154 err: SLF4J: Found binding in [jar:file:/home/hudson/workspace/narayana-hqstore-jacorb/TESTS/QA_JTS_JACORB/jdk/jdk7.latest/label/linux/qa/dist/narayana-full-5.0.0.M6-SNAPSHOT/lib/ext/slf4j-simple.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> 2013-10-09 19:02:53,154 err: SLF4J: Found binding in [jar:file:/home/hudson/workspace/narayana-hqstore-jacorb/TESTS/QA_JTS_JACORB/jdk/jdk7.latest/label/linux/qa/dist/narayana-full-5.0.0.M6-SNAPSHOT/jacorb/lib/slf4j-jdk14-1.5.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> 2013-10-09 19:02:53,154 err: SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
> 2013-10-09 19:02:53,161 err: 5 [main] INFO jacorb.config - base configuration loaded from classpath orb.properties
> 2013-10-09 19:02:53,161 err: 5 [main] WARN jacorb.config - File e:/JacORB_CONFIG_FEATURE/etc/jacorb.properties for configuration jacorb not found
> 2013-10-09 19:02:53,165 err: 9 [main] INFO jacorb.config - configuration jacorb loaded from classpath
> 2013-10-09 19:02:53,181 err: 25 [main] INFO jacorb.orb.print_version -
> 2013-10-09 19:02:53,181 err: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 2013-10-09 19:02:53,181 err: JacORB V 2.3.1 (JBoss patch01), www.jacorb.org
> 2013-10-09 19:02:53,181 err: (C) The JacORB project 29-Jul-2009
> 2013-10-09 19:02:53,182 err: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 2013-10-09 19:02:53,234 err: 77 [main] INFO jacorb.orb - Property "jacorb.hashtable_class" is set to: java.util.Hashtable
> 2013-10-09 19:02:53,251 err: 95 [main] INFO jacorb.orb.interceptors - InterceptorManager started with 1 Server Interceptors, 1 Client Interceptors and 1 IOR Interceptors
> 2013-10-09 19:02:53,485 err: 329 [main] WARN jacorb.orb.iiop - could not create server socket port: 4731 host: null
> 2013-10-09 19:02:53,486 err: java.net.BindException: Address already in use
> 2013-10-09 19:02:53,486 err: at java.net.PlainSocketImpl.socketBind(Native Method)
> 2013-10-09 19:02:53,486 err: at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:376)
> 2013-10-09 19:02:53,486 err: at java.net.ServerSocket.bind(ServerSocket.java:376)
> 2013-10-09 19:02:53,487 err: at java.net.ServerSocket.<init>(ServerSocket.java:237)
> 2013-10-09 19:02:53,487 err: at org.jacorb.orb.factory.DefaultServerSocketFactory.createServerSocket(Unknown Source)
> 2013-10-09 19:02:53,487 err: at org.jacorb.orb.iiop.IIOPListener$Acceptor.createServerSocket(Unknown Source)
> 2013-10-09 19:02:53,487 err: at org.jacorb.orb.iiop.IIOPListener$Acceptor.init(Unknown Source)
> 2013-10-09 19:02:53,487 err: at org.jacorb.orb.iiop.IIOPListener.configure(Unknown Source)
> 2013-10-09 19:02:53,487 err: at org.jacorb.orb.etf.FactoriesBase.newInstance(Unknown Source)
> 2013-10-09 19:02:53,488 err: at org.jacorb.orb.etf.FactoriesBase.create_listener(Unknown Source)
> 2013-10-09 19:02:53,488 err: at org.jacorb.orb.BasicAdapter.configure(Unknown Source)
> 2013-10-09 19:02:53,488 err: at org.jacorb.orb.ORB.getRootPOA(Unknown Source)
> 2013-10-09 19:02:53,488 err: at org.jacorb.orb.ORB.resolve_initial_references(Unknown Source)
> 2013-10-09 19:02:53,488 err: at com.arjuna.orbportability.internal.orbspecific.oa.implementations.POABase.init(POABase.java:58)
> 2013-10-09 19:02:53,489 err: at com.arjuna.orbportability.oa.core.OA.init(OA.java:85)
> 2013-10-09 19:02:53,489 err: at com.arjuna.orbportability.OA.initPOA(OA.java:192)
> 2013-10-09 19:02:53,489 err: at com.arjuna.orbportability.OA.initPOA(OA.java:84)
> 2013-10-09 19:02:53,489 err: at org.jboss.jbossts.qa.Utils.OAInterface.initializeOA(OAInterface.java:46)
> 2013-10-09 19:02:53,489 err: at org.jboss.jbossts.qa.junit.ExecutionWrapper.main(ExecutionWrapper.java:137)
> 2013-10-09 19:02:53,490 out: 2013-10-09 19:02:53,490 [main] WARN com.arjuna.orbportability - ARJUNA021003: caught org.omg.CORBA.INITIALIZE whilst initialising Object Adapter. Check another ORB/service is not active on same port.
> 2013-10-09 19:02:53,490 err: 334 [main] INFO jacorb.orb - prepare ORB for shutdown...
> 2013-10-09 19:02:53,490 err: 334 [main] INFO jacorb.orb - ORB going down...
> 2013-10-09 19:02:53,492 err: 335 [main] INFO jacorb.orb - ORB shutdown complete
> 2013-10-09 19:02:53,492 err: 336 [POADestructor] INFO jacorb.poa - POA RootPOA destroyed
> 2013-10-09 19:02:55,521 err: 2343 [main] INFO jacorb.config - base configuration loaded from classpath orb.properties
> 2013-10-09 19:02:55,522 err: 2343 [main] WARN jacorb.config - File e:/JacORB_CONFIG_FEATURE/etc/jacorb.properties for configuration jacorb not found
> 2013-10-09 19:02:55,522 err: 2345 [main] INFO jacorb.config - configuration jacorb loaded from classpath
> 2013-10-09 19:02:55,522 err: 2346 [main] INFO jacorb.orb.print_version -
> 2013-10-09 19:02:55,522 err: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 2013-10-09 19:02:55,522 err: JacORB V 2.3.1 (JBoss patch01), www.jacorb.org
> 2013-10-09 19:02:55,522 err: (C) The JacORB project 29-Jul-2009
> 2013-10-09 19:02:55,522 err: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 2013-10-09 19:02:55,522 err: 2347 [main] INFO jacorb.orb - Property "jacorb.hashtable_class" is set to: java.util.Hashtable
> 2013-10-09 19:02:55,522 err: 2347 [main] INFO jacorb.orb.interceptors - InterceptorManager started with 1 Server Interceptors, 1 Client Interceptors and 1 IOR Interceptors
> 2013-10-09 19:02:55,525 out: 2013-10-09 19:02:55,524 [main] WARN com.arjuna.orbportability - ARJUNA021003: caught org.omg.CORBA.INITIALIZE whilst initialising Object Adapter. Check another ORB/service is not active on same port.
> 2013-10-09 19:02:55,526 err: 2367 [main] WARN jacorb.orb.iiop - could not create server socket port: 4731 host: null
> 2013-10-09 19:02:55,526 err: java.net.BindException: Address already in use
> 2013-10-09 19:02:55,527 err: at java.net.PlainSocketImpl.socketBind(Native Method)
> 2013-10-09 19:02:55,527 err: at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:376)
> 2013-10-09 19:02:55,527 err: at java.net.ServerSocket.bind(ServerSocket.java:376)
> 2013-10-09 19:02:55,527 err: at java.net.ServerSocket.<init>(ServerSocket.java:237)
> 2013-10-09 19:02:55,527 err: at org.jacorb.orb.factory.DefaultServerSocketFactory.createServerSocket(Unknown Source)
> 2013-10-09 19:02:55,527 err: at org.jacorb.orb.iiop.IIOPListener$Acceptor.createServerSocket(Unknown Source)
> 2013-10-09 19:02:55,527 err: at org.jacorb.orb.iiop.IIOPListener$Acceptor.init(Unknown Source)
> 2013-10-09 19:02:55,527 err: at org.jacorb.orb.iiop.IIOPListener.configure(Unknown Source)
> 2013-10-09 19:02:55,527 err: at org.jacorb.orb.etf.FactoriesBase.newInstance(Unknown Source)
> 2013-10-09 19:02:55,528 err: at org.jacorb.orb.etf.FactoriesBase.create_listener(Unknown Source)
> 2013-10-09 19:02:55,528 err: at org.jacorb.orb.BasicAdapter.configure(Unknown Source)
> 2013-10-09 19:02:55,528 err: at org.jacorb.orb.ORB.getRootPOA(Unknown Source)
> 2013-10-09 19:02:55,528 err: at org.jacorb.orb.ORB.resolve_initial_references(Unknown Source)
> 2013-10-09 19:02:55,528 err: at com.arjuna.orbportability.internal.orbspecific.oa.implementations.POABase.init(POABase.java:58)
> 2013-10-09 19:02:55,528 err: at com.arjuna.orbportability.oa.core.OA.init(OA.java:85)
> 2013-10-09 19:02:55,528 err: at com.arjuna.orbportability.OA.initPOA(OA.java:192)
> 2013-10-09 19:02:55,528 err: at com.arjuna.orbportability.OA.initPOA(OA.java:84)
> 2013-10-09 19:02:55,528 err: at org.jboss.jbossts.qa.Utils.OAInterface.initializeOA(OAInterface.java:46)
> 2013-10-09 19:02:55,528 err: at org.jboss.jbossts.qa.junit.ExecutionWrapper.main(ExecutionWrapper.java:144)
> 2013-10-09 19:02:55,529 err: Exception in thread "main" org.omg.CORBA.INITIALIZE: Could not create server socket (4731): java.net.BindException: Address already in use vmcid: 0x0 minor code: 0 completed: No
> 2013-10-09 19:02:55,529 err: at org.jacorb.orb.iiop.IIOPListener$Acceptor.createServerSocket(Unknown Source)
> 2013-10-09 19:02:55,529 err: at org.jacorb.orb.iiop.IIOPListener$Acceptor.init(Unknown Source)
> 2013-10-09 19:02:55,529 err: at org.jacorb.orb.iiop.IIOPListener.configure(Unknown Source)
> 2013-10-09 19:02:55,529 err: at org.jacorb.orb.etf.FactoriesBase.newInstance(Unknown Source)
> 2013-10-09 19:02:55,529 err: at org.jacorb.orb.etf.FactoriesBase.create_listener(Unknown Source)
> 2013-10-09 19:02:55,529 err: at org.jacorb.orb.BasicAdapter.configure(Unknown Source)
> 2013-10-09 19:02:55,529 err: at org.jacorb.orb.ORB.getRootPOA(Unknown Source)
> 2013-10-09 19:02:55,529 err: at org.jacorb.orb.ORB.resolve_initial_references(Unknown Source)
> 2013-10-09 19:02:55,530 err: at com.arjuna.orbportability.internal.orbspecific.oa.implementations.POABase.init(POABase.java:58)
> 2013-10-09 19:02:55,530 err: at com.arjuna.orbportability.oa.core.OA.init(OA.java:85)
> 2013-10-09 19:02:55,530 err: at com.arjuna.orbportability.OA.initPOA(OA.java:192)
> 2013-10-09 19:02:55,530 err: at com.arjuna.orbportability.OA.initPOA(OA.java:84)
> 2013-10-09 19:02:55,530 err: at org.jboss.jbossts.qa.Utils.OAInterface.initializeOA(OAInterface.java:46)
> 2013-10-09 19:02:55,530 err: at org.jboss.jbossts.qa.junit.ExecutionWrapper.main(ExecutionWrapper.java:144)
> {code}
> outcome0_output.txt
> {code}
> starting command: /usr/local/jdk1.7.0_17/bin/java -classpath dist/narayana-full-5.0.0.M6-SNAPSHOT/etc/:dist/narayana-full-5.0.0.M6-SNAPSHOT/lib/*:dist/narayana-full-5.0.0.M6-SNAPSHOT/lib/ext/*:dist/narayana-full-5.0.0.M6-SNAPSHOT/jacorb/lib/*:dist/narayana-full-5.0.0.M6-SNAPSHOT/jacorb/etc/:ext/fscontext.jar:ext/providerutil.jar:ext/jboss-profiler-jvmti.jar:ext/jboss-logging-spi.jar:tests/build/classes/:dbdrivers/selected_dbdriver/*:dbdrivers/DB2_v9.7/db2jcc.jar:dbdrivers/jConnect-6_0/classes/jconn3.jar:dbdrivers/mssql2005_sqljdbc_2.0/enu/sqljdbc4.jar:dbdrivers/mysql-connector-java-5.1.8-bin.jar:dbdrivers/oracle_10_2_0_4/ojdbc14.jar:dbdrivers/postgresql-8.3-605.jdbc4.jar:ext/netty.jar -Dqa.debug=true -Djava.naming.provider.url=file:///tmp -Djava.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory -Dperformanceprofilestore.dir=config/perf_profiles/ -Djdbcprofilestore.dir=config/jdbc_profiles -Dmemorytestprofilestore.dir=config/memory_profiles/ -Dots.server.bindname=value_1 -DCoordinatorEnvironmentBean.maintainHeuristics=NO -DRecoveryEnvironmentBean.recoveryBackoffPeriod=5 -DCoreEnvironmentBean.timeoutFactor=2 -DCoordinatorEnvironmentBean.defaultTimeout=240 -DCoordinatorEnvironmentBean.dynamic1PC=false -Demma.coverage.out.file=./testoutput/crashrecovery12/CrashRecovery12_Test03/outcome0-coverage.ec -DportOffsetId=1 -DObjectStoreBaseDir=/home/hudson/workspace/narayana-hqstore-jacorb/TESTS/QA_JTS_JACORB/jdk/jdk7.latest/label/linux/qa/testoutput/crashrecovery12/CrashRecovery12_Test03/store -DRecoveryEnvironmentBean.recoveryListener=true org.jboss.jbossts.qa.junit.ExecutionWrapper org.jboss.jbossts.qa.CrashRecovery12Outcomes.Outcome01 CR12_03.log yes
> 2013-10-09 19:02:52,842 out: using ports 4731 and 4732
> 2013-10-09 19:02:53,106 err: log4j:WARN No appenders could be found for logger (org.jboss.logging).
> 2013-10-09 19:02:53,106 err: log4j:WARN Please initialize the log4j system properly.
> 2013-10-09 19:02:53,168 err: SLF4J: Class path contains multiple SLF4J bindings.
> 2013-10-09 19:02:53,168 err: SLF4J: Found binding in [jar:file:/home/hudson/workspace/narayana-hqstore-jacorb/TESTS/QA_JTS_JACORB/jdk/jdk7.latest/label/linux/qa/dist/narayana-full-5.0.0.M6-SNAPSHOT/lib/ext/slf4j-simple.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> 2013-10-09 19:02:53,168 err: SLF4J: Found binding in [jar:file:/home/hudson/workspace/narayana-hqstore-jacorb/TESTS/QA_JTS_JACORB/jdk/jdk7.latest/label/linux/qa/dist/narayana-full-5.0.0.M6-SNAPSHOT/jacorb/lib/slf4j-jdk14-1.5.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> 2013-10-09 19:02:53,168 err: SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
> 2013-10-09 19:02:53,183 err: 12 [main] INFO jacorb.config - base configuration loaded from classpath orb.properties
> 2013-10-09 19:02:53,183 err: 12 [main] WARN jacorb.config - File e:/JacORB_CONFIG_FEATURE/etc/jacorb.properties for configuration jacorb not found
> 2013-10-09 19:02:53,185 err: 14 [main] INFO jacorb.config - configuration jacorb loaded from classpath
> 2013-10-09 19:02:53,202 err: 31 [main] INFO jacorb.orb.print_version -
> 2013-10-09 19:02:53,202 err: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 2013-10-09 19:02:53,202 err: JacORB V 2.3.1 (JBoss patch01), www.jacorb.org
> 2013-10-09 19:02:53,202 err: (C) The JacORB project 29-Jul-2009
> 2013-10-09 19:02:53,202 err: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 2013-10-09 19:02:53,263 err: 92 [main] INFO jacorb.orb - Property "jacorb.hashtable_class" is set to: java.util.Hashtable
> 2013-10-09 19:02:53,290 err: 119 [main] INFO jacorb.orb.interceptors - InterceptorManager started with 1 Server Interceptors, 1 Client Interceptors and 1 IOR Interceptors
> 2013-10-09 19:02:53,504 err: 330 [main] INFO jacorb.config - base configuration loaded from classpath orb.properties
> 2013-10-09 19:02:53,504 err: 330 [main] WARN jacorb.config - File e:/JacORB_CONFIG_FEATURE/etc/jacorb.properties for configuration jacorb not found
> 2013-10-09 19:02:53,504 err: 331 [main] INFO jacorb.config - configuration jacorb loaded from classpath
> 2013-10-09 19:02:53,504 err: 331 [main] INFO jacorb.orb.singleton - created ORBSingleton
> 2013-10-09 19:02:53,572 err: 401 [Thread-3] INFO jacorb.orb - ORB run
> 2013-10-09 19:02:53,988 out: Using timeout delay factor of 2
> 2013-10-09 19:03:49,017 out: Failed
> {code}
> setup0_output.txt
> {code}
> performing command: /usr/local/jdk1.7.0_17/bin/java -classpath dist/narayana-full-5.0.0.M6-SNAPSHOT/etc/:dist/narayana-full-5.0.0.M6-SNAPSHOT/lib/*:dist/narayana-full-5.0.0.M6-SNAPSHOT/lib/ext/*:dist/narayana-full-5.0.0.M6-SNAPSHOT/jacorb/lib/*:dist/narayana-full-5.0.0.M6-SNAPSHOT/jacorb/etc/:ext/fscontext.jar:ext/providerutil.jar:ext/jboss-profiler-jvmti.jar:ext/jboss-logging-spi.jar:tests/build/classes/:dbdrivers/selected_dbdriver/*:dbdrivers/DB2_v9.7/db2jcc.jar:dbdrivers/jConnect-6_0/classes/jconn3.jar:dbdrivers/mssql2005_sqljdbc_2.0/enu/sqljdbc4.jar:dbdrivers/mysql-connector-java-5.1.8-bin.jar:dbdrivers/oracle_10_2_0_4/ojdbc14.jar:dbdrivers/postgresql-8.3-605.jdbc4.jar:ext/netty.jar -Dqa.debug=true -Djava.naming.provider.url=file:///tmp -Djava.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory -Dperformanceprofilestore.dir=config/perf_profiles/ -Djdbcprofilestore.dir=config/jdbc_profiles -Dmemorytestprofilestore.dir=config/memory_profiles/ -Dots.server.bindname=value_1 -DCoordinatorEnvironmentBean.maintainHeuristics=NO -DRecoveryEnvironmentBean.recoveryBackoffPeriod=5 -DCoreEnvironmentBean.timeoutFactor=2 -DCoordinatorEnvironmentBean.defaultTimeout=240 -DCoordinatorEnvironmentBean.dynamic1PC=false -Demma.coverage.out.file=./testoutput/crashrecovery12/CrashRecovery12_Test03/setup0-coverage.ec -DportOffsetId=0 -DObjectStoreBaseDir=/home/hudson/workspace/narayana-hqstore-jacorb/TESTS/QA_JTS_JACORB/jdk/jdk7.latest/label/linux/qa/testoutput/crashrecovery12/CrashRecovery12_Test03/setup0 -DRecoveryEnvironmentBean.recoveryListener=true org.jboss.jbossts.qa.junit.ExecutionWrapper org.jboss.jbossts.qa.CrashRecovery12Setups.Setup01 CR12_01.log
> 2013-10-09 19:02:50,878 out: using ports 4711 and 4712
> 2013-10-09 19:02:51,019 err: log4j:WARN No appenders could be found for logger (org.jboss.logging).
> 2013-10-09 19:02:51,020 err: log4j:WARN Please initialize the log4j system properly.
> 2013-10-09 19:02:51,086 err: SLF4J: Class path contains multiple SLF4J bindings.
> 2013-10-09 19:02:51,086 err: SLF4J: Found binding in [jar:file:/home/hudson/workspace/narayana-hqstore-jacorb/TESTS/QA_JTS_JACORB/jdk/jdk7.latest/label/linux/qa/dist/narayana-full-5.0.0.M6-SNAPSHOT/lib/ext/slf4j-simple.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> 2013-10-09 19:02:51,086 err: SLF4J: Found binding in [jar:file:/home/hudson/workspace/narayana-hqstore-jacorb/TESTS/QA_JTS_JACORB/jdk/jdk7.latest/label/linux/qa/dist/narayana-full-5.0.0.M6-SNAPSHOT/jacorb/lib/slf4j-jdk14-1.5.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> 2013-10-09 19:02:51,086 err: SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
> 2013-10-09 19:02:51,102 err: 5 [main] INFO jacorb.config - base configuration loaded from classpath orb.properties
> 2013-10-09 19:02:51,102 err: 6 [main] WARN jacorb.config - File e:/JacORB_CONFIG_FEATURE/etc/jacorb.properties for configuration jacorb not found
> 2013-10-09 19:02:51,102 err: 11 [main] INFO jacorb.config - configuration jacorb loaded from classpath
> 2013-10-09 19:02:51,121 err: 32 [main] INFO jacorb.orb.print_version -
> 2013-10-09 19:02:51,121 err: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 2013-10-09 19:02:51,121 err: JacORB V 2.3.1 (JBoss patch01), www.jacorb.org
> 2013-10-09 19:02:51,122 err: (C) The JacORB project 29-Jul-2009
> 2013-10-09 19:02:51,122 err: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 2013-10-09 19:02:51,193 err: 103 [main] INFO jacorb.orb - Property "jacorb.hashtable_class" is set to: java.util.Hashtable
> 2013-10-09 19:02:51,231 err: 127 [main] INFO jacorb.orb.interceptors - InterceptorManager started with 1 Server Interceptors, 1 Client Interceptors and 1 IOR Interceptors
> 2013-10-09 19:02:51,446 err: 323 [main] INFO jacorb.config - base configuration loaded from classpath orb.properties
> 2013-10-09 19:02:51,447 err: 323 [main] WARN jacorb.config - File e:/JacORB_CONFIG_FEATURE/etc/jacorb.properties for configuration jacorb not found
> 2013-10-09 19:02:51,447 err: 325 [main] INFO jacorb.config - configuration jacorb loaded from classpath
> 2013-10-09 19:02:51,447 err: 325 [main] INFO jacorb.orb.singleton - created ORBSingleton
> 2013-10-09 19:02:51,481 err: 392 [Thread-3] INFO jacorb.orb - ORB run
> 2013-10-09 19:02:51,890 out: Passed
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBTM-2009) org.jboss.narayana.quickstarts.nonTransactionalResource.BookServiceTest#testSuccess failed to close the transaction
by Gytis Trikleris (JIRA)
[ https://issues.jboss.org/browse/JBTM-2009?page=com.atlassian.jira.plugin.... ]
Gytis Trikleris updated JBTM-2009:
----------------------------------
Assignee: Gytis Trikleris (was: Paul Robinson)
> org.jboss.narayana.quickstarts.nonTransactionalResource.BookServiceTest#testSuccess failed to close the transaction
> -------------------------------------------------------------------------------------------------------------------
>
> Key: JBTM-2009
> URL: https://issues.jboss.org/browse/JBTM-2009
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Demonstrator, TXFramework
> Reporter: Gytis Trikleris
> Assignee: Gytis Trikleris
> Priority: Minor
> Fix For: 5.0.0.Final
>
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana-quickstarts/31
> {code}
> testSuccess(org.jboss.narayana.quickstarts.nonTransactionalResource.BookServiceTest) Time elapsed: 3.435 sec <<< ERROR!
> org.jboss.narayana.compensations.api.TransactionCompensatedException: Failed to close transaction
> at org.jboss.narayana.compensations.impl.CompensationInterceptorBase.completeBusinessActivity(CompensationInterceptorBase.java:108)
> at org.jboss.narayana.compensations.impl.CompensationInterceptorBase.invokeInOurTx(CompensationInterceptorBase.java:58)
> at org.jboss.narayana.compensations.impl.CompensationInterceptorRequired.intercept(CompensationInterceptorRequired.java:46)
> 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.weld.interceptor.proxy.SimpleMethodInvocation.invoke(SimpleMethodInvocation.java:30)
> at org.jboss.weld.interceptor.chain.AbstractInterceptionChain.invokeNext(AbstractInterceptionChain.java:90)
> at org.jboss.weld.interceptor.chain.AbstractInterceptionChain.invokeNextInterceptor(AbstractInterceptionChain.java:75)
> at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.executeInterception(InterceptorMethodHandler.java:48)
> at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.invoke(InterceptorMethodHandler.java:41)
> at org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:53)
> at org.jboss.narayana.quickstarts.nonTransactionalResource.bookService.BookService$Proxy$_$$_WeldSubclass.buyBook(Unknown Source)
> at org.jboss.narayana.quickstarts.nonTransactionalResource.BookServiceTest.testSuccess(BookServiceTest.java:67)
> 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:45)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
> 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.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:90)
> 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.ContainerTestExecuter.execute(ContainerTestExecuter.java:38)
> 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:90)
> 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.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:89)
> 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:90)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
> at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:75)
> 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:90)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
> at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:60)
> 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:90)
> 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:263)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
> 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:300)
> at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:147)
> at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
> at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
> at org.jboss.arquillian.junit.container.JUnitTestRunner.execute(JUnitTestRunner.java:65)
> at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.executeTest(ServletTestRunner.java:160)
> at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.execute(ServletTestRunner.java:126)
> at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.doGet(ServletTestRunner.java:90)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
> at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:87)
> at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:59)
> at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
> at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:81)
> at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:25)
> at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:113)
> at io.undertow.security.handlers.AuthenticationCallHandler.handleRequest(AuthenticationCallHandler.java:52)
> at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:45)
> at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:65)
> at io.undertow.security.handlers.SecurityInitialHandler.handleRequest(SecurityInitialHandler.java:70)
> at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:25)
> at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:25)
> at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:218)
> at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:205)
> at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:69)
> at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:134)
> at io.undertow.server.Connectors.executeRootHandler(Connectors.java:138)
> at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:622)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> at java.lang.Thread.run(Thread.java:744)
> Caused by: com.arjuna.wst.TransactionRolledBackException
> at com.arjuna.wst11.stub.BusinessActivityTerminatorStub.close(BusinessActivityTerminatorStub.java:95)
> at com.arjuna.mwlabs.wst11.ba.remote.UserBusinessActivityImple.close(UserBusinessActivityImple.java:157)
> at org.jboss.narayana.compensations.impl.CompensationInterceptorBase.closeBusinessActivity(CompensationInterceptorBase.java:87)
> at org.jboss.narayana.compensations.impl.CompensationInterceptorBase.completeBusinessActivity(CompensationInterceptorBase.java:106)
> ... 112 more
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBTM-1980) QA test suite failure on HQStore: CrashRecovery12_Test03
by Michael Musgrove (JIRA)
[ https://issues.jboss.org/browse/JBTM-1980?page=com.atlassian.jira.plugin.... ]
Michael Musgrove resolved JBTM-1980.
------------------------------------
Resolution: Done
The referenced CI failure on the previous comment affects 5.0.0.CR1 only so I am resolving the JIRA again since the problem is fixed on the 4.17 branch.
I have removed 5.0.0.CR1 from the fix for field. See linked JIRA to track the problem on the 5.0.0.CR1 branch)
> QA test suite failure on HQStore: CrashRecovery12_Test03
> --------------------------------------------------------
>
> Key: JBTM-1980
> URL: https://issues.jboss.org/browse/JBTM-1980
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Testing
> Reporter: Gytis Trikleris
> Assignee: Michael Musgrove
> Fix For: 4.17.16
>
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana-hqstore-jacorb/20...
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana-hqstore-jacorb/19...
> client0_output.txt
> {code}
> starting command: /usr/local/jdk1.7.0_17/bin/java -classpath dist/narayana-full-5.0.0.M6-SNAPSHOT/etc/:dist/narayana-full-5.0.0.M6-SNAPSHOT/lib/*:dist/narayana-full-5.0.0.M6-SNAPSHOT/lib/ext/*:dist/narayana-full-5.0.0.M6-SNAPSHOT/jacorb/lib/*:dist/narayana-full-5.0.0.M6-SNAPSHOT/jacorb/etc/:ext/fscontext.jar:ext/providerutil.jar:ext/jboss-profiler-jvmti.jar:ext/jboss-logging-spi.jar:tests/build/classes/:dbdrivers/selected_dbdriver/*:dbdrivers/DB2_v9.7/db2jcc.jar:dbdrivers/jConnect-6_0/classes/jconn3.jar:dbdrivers/mssql2005_sqljdbc_2.0/enu/sqljdbc4.jar:dbdrivers/mysql-connector-java-5.1.8-bin.jar:dbdrivers/oracle_10_2_0_4/ojdbc14.jar:dbdrivers/postgresql-8.3-605.jdbc4.jar:ext/netty.jar -Dqa.debug=true -Djava.naming.provider.url=file:///tmp -Djava.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory -Dperformanceprofilestore.dir=config/perf_profiles/ -Djdbcprofilestore.dir=config/jdbc_profiles -Dmemorytestprofilestore.dir=config/memory_profiles/ -Dots.server.bindname=value_1 -DCoordinatorEnvironmentBean.maintainHeuristics=NO -DRecoveryEnvironmentBean.recoveryBackoffPeriod=5 -DCoreEnvironmentBean.timeoutFactor=2 -DCoordinatorEnvironmentBean.defaultTimeout=240 -DCoordinatorEnvironmentBean.dynamic1PC=false -Demma.coverage.out.file=./testoutput/crashrecovery12/CrashRecovery12_Test03/client0-coverage.ec -DportOffsetId=1 -DObjectStoreBaseDir=/home/hudson/workspace/narayana-hqstore-jacorb/TESTS/QA_JTS_JACORB/jdk/jdk7.latest/label/linux/qa/testoutput/crashrecovery12/CrashRecovery12_Test03/store -DRecoveryEnvironmentBean.recoveryListener=true org.jboss.jbossts.qa.junit.ExecutionWrapper org.jboss.jbossts.qa.CrashRecovery12Clients.Client01 commit CR12_03.log
> 2013-10-09 19:02:52,857 out: using ports 4731 and 4732
> 2013-10-09 19:02:53,095 err: log4j:WARN No appenders could be found for logger (org.jboss.logging).
> 2013-10-09 19:02:53,095 err: log4j:WARN Please initialize the log4j system properly.
> 2013-10-09 19:02:53,154 err: SLF4J: Class path contains multiple SLF4J bindings.
> 2013-10-09 19:02:53,154 err: SLF4J: Found binding in [jar:file:/home/hudson/workspace/narayana-hqstore-jacorb/TESTS/QA_JTS_JACORB/jdk/jdk7.latest/label/linux/qa/dist/narayana-full-5.0.0.M6-SNAPSHOT/lib/ext/slf4j-simple.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> 2013-10-09 19:02:53,154 err: SLF4J: Found binding in [jar:file:/home/hudson/workspace/narayana-hqstore-jacorb/TESTS/QA_JTS_JACORB/jdk/jdk7.latest/label/linux/qa/dist/narayana-full-5.0.0.M6-SNAPSHOT/jacorb/lib/slf4j-jdk14-1.5.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> 2013-10-09 19:02:53,154 err: SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
> 2013-10-09 19:02:53,161 err: 5 [main] INFO jacorb.config - base configuration loaded from classpath orb.properties
> 2013-10-09 19:02:53,161 err: 5 [main] WARN jacorb.config - File e:/JacORB_CONFIG_FEATURE/etc/jacorb.properties for configuration jacorb not found
> 2013-10-09 19:02:53,165 err: 9 [main] INFO jacorb.config - configuration jacorb loaded from classpath
> 2013-10-09 19:02:53,181 err: 25 [main] INFO jacorb.orb.print_version -
> 2013-10-09 19:02:53,181 err: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 2013-10-09 19:02:53,181 err: JacORB V 2.3.1 (JBoss patch01), www.jacorb.org
> 2013-10-09 19:02:53,181 err: (C) The JacORB project 29-Jul-2009
> 2013-10-09 19:02:53,182 err: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 2013-10-09 19:02:53,234 err: 77 [main] INFO jacorb.orb - Property "jacorb.hashtable_class" is set to: java.util.Hashtable
> 2013-10-09 19:02:53,251 err: 95 [main] INFO jacorb.orb.interceptors - InterceptorManager started with 1 Server Interceptors, 1 Client Interceptors and 1 IOR Interceptors
> 2013-10-09 19:02:53,485 err: 329 [main] WARN jacorb.orb.iiop - could not create server socket port: 4731 host: null
> 2013-10-09 19:02:53,486 err: java.net.BindException: Address already in use
> 2013-10-09 19:02:53,486 err: at java.net.PlainSocketImpl.socketBind(Native Method)
> 2013-10-09 19:02:53,486 err: at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:376)
> 2013-10-09 19:02:53,486 err: at java.net.ServerSocket.bind(ServerSocket.java:376)
> 2013-10-09 19:02:53,487 err: at java.net.ServerSocket.<init>(ServerSocket.java:237)
> 2013-10-09 19:02:53,487 err: at org.jacorb.orb.factory.DefaultServerSocketFactory.createServerSocket(Unknown Source)
> 2013-10-09 19:02:53,487 err: at org.jacorb.orb.iiop.IIOPListener$Acceptor.createServerSocket(Unknown Source)
> 2013-10-09 19:02:53,487 err: at org.jacorb.orb.iiop.IIOPListener$Acceptor.init(Unknown Source)
> 2013-10-09 19:02:53,487 err: at org.jacorb.orb.iiop.IIOPListener.configure(Unknown Source)
> 2013-10-09 19:02:53,487 err: at org.jacorb.orb.etf.FactoriesBase.newInstance(Unknown Source)
> 2013-10-09 19:02:53,488 err: at org.jacorb.orb.etf.FactoriesBase.create_listener(Unknown Source)
> 2013-10-09 19:02:53,488 err: at org.jacorb.orb.BasicAdapter.configure(Unknown Source)
> 2013-10-09 19:02:53,488 err: at org.jacorb.orb.ORB.getRootPOA(Unknown Source)
> 2013-10-09 19:02:53,488 err: at org.jacorb.orb.ORB.resolve_initial_references(Unknown Source)
> 2013-10-09 19:02:53,488 err: at com.arjuna.orbportability.internal.orbspecific.oa.implementations.POABase.init(POABase.java:58)
> 2013-10-09 19:02:53,489 err: at com.arjuna.orbportability.oa.core.OA.init(OA.java:85)
> 2013-10-09 19:02:53,489 err: at com.arjuna.orbportability.OA.initPOA(OA.java:192)
> 2013-10-09 19:02:53,489 err: at com.arjuna.orbportability.OA.initPOA(OA.java:84)
> 2013-10-09 19:02:53,489 err: at org.jboss.jbossts.qa.Utils.OAInterface.initializeOA(OAInterface.java:46)
> 2013-10-09 19:02:53,489 err: at org.jboss.jbossts.qa.junit.ExecutionWrapper.main(ExecutionWrapper.java:137)
> 2013-10-09 19:02:53,490 out: 2013-10-09 19:02:53,490 [main] WARN com.arjuna.orbportability - ARJUNA021003: caught org.omg.CORBA.INITIALIZE whilst initialising Object Adapter. Check another ORB/service is not active on same port.
> 2013-10-09 19:02:53,490 err: 334 [main] INFO jacorb.orb - prepare ORB for shutdown...
> 2013-10-09 19:02:53,490 err: 334 [main] INFO jacorb.orb - ORB going down...
> 2013-10-09 19:02:53,492 err: 335 [main] INFO jacorb.orb - ORB shutdown complete
> 2013-10-09 19:02:53,492 err: 336 [POADestructor] INFO jacorb.poa - POA RootPOA destroyed
> 2013-10-09 19:02:55,521 err: 2343 [main] INFO jacorb.config - base configuration loaded from classpath orb.properties
> 2013-10-09 19:02:55,522 err: 2343 [main] WARN jacorb.config - File e:/JacORB_CONFIG_FEATURE/etc/jacorb.properties for configuration jacorb not found
> 2013-10-09 19:02:55,522 err: 2345 [main] INFO jacorb.config - configuration jacorb loaded from classpath
> 2013-10-09 19:02:55,522 err: 2346 [main] INFO jacorb.orb.print_version -
> 2013-10-09 19:02:55,522 err: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 2013-10-09 19:02:55,522 err: JacORB V 2.3.1 (JBoss patch01), www.jacorb.org
> 2013-10-09 19:02:55,522 err: (C) The JacORB project 29-Jul-2009
> 2013-10-09 19:02:55,522 err: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 2013-10-09 19:02:55,522 err: 2347 [main] INFO jacorb.orb - Property "jacorb.hashtable_class" is set to: java.util.Hashtable
> 2013-10-09 19:02:55,522 err: 2347 [main] INFO jacorb.orb.interceptors - InterceptorManager started with 1 Server Interceptors, 1 Client Interceptors and 1 IOR Interceptors
> 2013-10-09 19:02:55,525 out: 2013-10-09 19:02:55,524 [main] WARN com.arjuna.orbportability - ARJUNA021003: caught org.omg.CORBA.INITIALIZE whilst initialising Object Adapter. Check another ORB/service is not active on same port.
> 2013-10-09 19:02:55,526 err: 2367 [main] WARN jacorb.orb.iiop - could not create server socket port: 4731 host: null
> 2013-10-09 19:02:55,526 err: java.net.BindException: Address already in use
> 2013-10-09 19:02:55,527 err: at java.net.PlainSocketImpl.socketBind(Native Method)
> 2013-10-09 19:02:55,527 err: at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:376)
> 2013-10-09 19:02:55,527 err: at java.net.ServerSocket.bind(ServerSocket.java:376)
> 2013-10-09 19:02:55,527 err: at java.net.ServerSocket.<init>(ServerSocket.java:237)
> 2013-10-09 19:02:55,527 err: at org.jacorb.orb.factory.DefaultServerSocketFactory.createServerSocket(Unknown Source)
> 2013-10-09 19:02:55,527 err: at org.jacorb.orb.iiop.IIOPListener$Acceptor.createServerSocket(Unknown Source)
> 2013-10-09 19:02:55,527 err: at org.jacorb.orb.iiop.IIOPListener$Acceptor.init(Unknown Source)
> 2013-10-09 19:02:55,527 err: at org.jacorb.orb.iiop.IIOPListener.configure(Unknown Source)
> 2013-10-09 19:02:55,527 err: at org.jacorb.orb.etf.FactoriesBase.newInstance(Unknown Source)
> 2013-10-09 19:02:55,528 err: at org.jacorb.orb.etf.FactoriesBase.create_listener(Unknown Source)
> 2013-10-09 19:02:55,528 err: at org.jacorb.orb.BasicAdapter.configure(Unknown Source)
> 2013-10-09 19:02:55,528 err: at org.jacorb.orb.ORB.getRootPOA(Unknown Source)
> 2013-10-09 19:02:55,528 err: at org.jacorb.orb.ORB.resolve_initial_references(Unknown Source)
> 2013-10-09 19:02:55,528 err: at com.arjuna.orbportability.internal.orbspecific.oa.implementations.POABase.init(POABase.java:58)
> 2013-10-09 19:02:55,528 err: at com.arjuna.orbportability.oa.core.OA.init(OA.java:85)
> 2013-10-09 19:02:55,528 err: at com.arjuna.orbportability.OA.initPOA(OA.java:192)
> 2013-10-09 19:02:55,528 err: at com.arjuna.orbportability.OA.initPOA(OA.java:84)
> 2013-10-09 19:02:55,528 err: at org.jboss.jbossts.qa.Utils.OAInterface.initializeOA(OAInterface.java:46)
> 2013-10-09 19:02:55,528 err: at org.jboss.jbossts.qa.junit.ExecutionWrapper.main(ExecutionWrapper.java:144)
> 2013-10-09 19:02:55,529 err: Exception in thread "main" org.omg.CORBA.INITIALIZE: Could not create server socket (4731): java.net.BindException: Address already in use vmcid: 0x0 minor code: 0 completed: No
> 2013-10-09 19:02:55,529 err: at org.jacorb.orb.iiop.IIOPListener$Acceptor.createServerSocket(Unknown Source)
> 2013-10-09 19:02:55,529 err: at org.jacorb.orb.iiop.IIOPListener$Acceptor.init(Unknown Source)
> 2013-10-09 19:02:55,529 err: at org.jacorb.orb.iiop.IIOPListener.configure(Unknown Source)
> 2013-10-09 19:02:55,529 err: at org.jacorb.orb.etf.FactoriesBase.newInstance(Unknown Source)
> 2013-10-09 19:02:55,529 err: at org.jacorb.orb.etf.FactoriesBase.create_listener(Unknown Source)
> 2013-10-09 19:02:55,529 err: at org.jacorb.orb.BasicAdapter.configure(Unknown Source)
> 2013-10-09 19:02:55,529 err: at org.jacorb.orb.ORB.getRootPOA(Unknown Source)
> 2013-10-09 19:02:55,529 err: at org.jacorb.orb.ORB.resolve_initial_references(Unknown Source)
> 2013-10-09 19:02:55,530 err: at com.arjuna.orbportability.internal.orbspecific.oa.implementations.POABase.init(POABase.java:58)
> 2013-10-09 19:02:55,530 err: at com.arjuna.orbportability.oa.core.OA.init(OA.java:85)
> 2013-10-09 19:02:55,530 err: at com.arjuna.orbportability.OA.initPOA(OA.java:192)
> 2013-10-09 19:02:55,530 err: at com.arjuna.orbportability.OA.initPOA(OA.java:84)
> 2013-10-09 19:02:55,530 err: at org.jboss.jbossts.qa.Utils.OAInterface.initializeOA(OAInterface.java:46)
> 2013-10-09 19:02:55,530 err: at org.jboss.jbossts.qa.junit.ExecutionWrapper.main(ExecutionWrapper.java:144)
> {code}
> outcome0_output.txt
> {code}
> starting command: /usr/local/jdk1.7.0_17/bin/java -classpath dist/narayana-full-5.0.0.M6-SNAPSHOT/etc/:dist/narayana-full-5.0.0.M6-SNAPSHOT/lib/*:dist/narayana-full-5.0.0.M6-SNAPSHOT/lib/ext/*:dist/narayana-full-5.0.0.M6-SNAPSHOT/jacorb/lib/*:dist/narayana-full-5.0.0.M6-SNAPSHOT/jacorb/etc/:ext/fscontext.jar:ext/providerutil.jar:ext/jboss-profiler-jvmti.jar:ext/jboss-logging-spi.jar:tests/build/classes/:dbdrivers/selected_dbdriver/*:dbdrivers/DB2_v9.7/db2jcc.jar:dbdrivers/jConnect-6_0/classes/jconn3.jar:dbdrivers/mssql2005_sqljdbc_2.0/enu/sqljdbc4.jar:dbdrivers/mysql-connector-java-5.1.8-bin.jar:dbdrivers/oracle_10_2_0_4/ojdbc14.jar:dbdrivers/postgresql-8.3-605.jdbc4.jar:ext/netty.jar -Dqa.debug=true -Djava.naming.provider.url=file:///tmp -Djava.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory -Dperformanceprofilestore.dir=config/perf_profiles/ -Djdbcprofilestore.dir=config/jdbc_profiles -Dmemorytestprofilestore.dir=config/memory_profiles/ -Dots.server.bindname=value_1 -DCoordinatorEnvironmentBean.maintainHeuristics=NO -DRecoveryEnvironmentBean.recoveryBackoffPeriod=5 -DCoreEnvironmentBean.timeoutFactor=2 -DCoordinatorEnvironmentBean.defaultTimeout=240 -DCoordinatorEnvironmentBean.dynamic1PC=false -Demma.coverage.out.file=./testoutput/crashrecovery12/CrashRecovery12_Test03/outcome0-coverage.ec -DportOffsetId=1 -DObjectStoreBaseDir=/home/hudson/workspace/narayana-hqstore-jacorb/TESTS/QA_JTS_JACORB/jdk/jdk7.latest/label/linux/qa/testoutput/crashrecovery12/CrashRecovery12_Test03/store -DRecoveryEnvironmentBean.recoveryListener=true org.jboss.jbossts.qa.junit.ExecutionWrapper org.jboss.jbossts.qa.CrashRecovery12Outcomes.Outcome01 CR12_03.log yes
> 2013-10-09 19:02:52,842 out: using ports 4731 and 4732
> 2013-10-09 19:02:53,106 err: log4j:WARN No appenders could be found for logger (org.jboss.logging).
> 2013-10-09 19:02:53,106 err: log4j:WARN Please initialize the log4j system properly.
> 2013-10-09 19:02:53,168 err: SLF4J: Class path contains multiple SLF4J bindings.
> 2013-10-09 19:02:53,168 err: SLF4J: Found binding in [jar:file:/home/hudson/workspace/narayana-hqstore-jacorb/TESTS/QA_JTS_JACORB/jdk/jdk7.latest/label/linux/qa/dist/narayana-full-5.0.0.M6-SNAPSHOT/lib/ext/slf4j-simple.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> 2013-10-09 19:02:53,168 err: SLF4J: Found binding in [jar:file:/home/hudson/workspace/narayana-hqstore-jacorb/TESTS/QA_JTS_JACORB/jdk/jdk7.latest/label/linux/qa/dist/narayana-full-5.0.0.M6-SNAPSHOT/jacorb/lib/slf4j-jdk14-1.5.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> 2013-10-09 19:02:53,168 err: SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
> 2013-10-09 19:02:53,183 err: 12 [main] INFO jacorb.config - base configuration loaded from classpath orb.properties
> 2013-10-09 19:02:53,183 err: 12 [main] WARN jacorb.config - File e:/JacORB_CONFIG_FEATURE/etc/jacorb.properties for configuration jacorb not found
> 2013-10-09 19:02:53,185 err: 14 [main] INFO jacorb.config - configuration jacorb loaded from classpath
> 2013-10-09 19:02:53,202 err: 31 [main] INFO jacorb.orb.print_version -
> 2013-10-09 19:02:53,202 err: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 2013-10-09 19:02:53,202 err: JacORB V 2.3.1 (JBoss patch01), www.jacorb.org
> 2013-10-09 19:02:53,202 err: (C) The JacORB project 29-Jul-2009
> 2013-10-09 19:02:53,202 err: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 2013-10-09 19:02:53,263 err: 92 [main] INFO jacorb.orb - Property "jacorb.hashtable_class" is set to: java.util.Hashtable
> 2013-10-09 19:02:53,290 err: 119 [main] INFO jacorb.orb.interceptors - InterceptorManager started with 1 Server Interceptors, 1 Client Interceptors and 1 IOR Interceptors
> 2013-10-09 19:02:53,504 err: 330 [main] INFO jacorb.config - base configuration loaded from classpath orb.properties
> 2013-10-09 19:02:53,504 err: 330 [main] WARN jacorb.config - File e:/JacORB_CONFIG_FEATURE/etc/jacorb.properties for configuration jacorb not found
> 2013-10-09 19:02:53,504 err: 331 [main] INFO jacorb.config - configuration jacorb loaded from classpath
> 2013-10-09 19:02:53,504 err: 331 [main] INFO jacorb.orb.singleton - created ORBSingleton
> 2013-10-09 19:02:53,572 err: 401 [Thread-3] INFO jacorb.orb - ORB run
> 2013-10-09 19:02:53,988 out: Using timeout delay factor of 2
> 2013-10-09 19:03:49,017 out: Failed
> {code}
> setup0_output.txt
> {code}
> performing command: /usr/local/jdk1.7.0_17/bin/java -classpath dist/narayana-full-5.0.0.M6-SNAPSHOT/etc/:dist/narayana-full-5.0.0.M6-SNAPSHOT/lib/*:dist/narayana-full-5.0.0.M6-SNAPSHOT/lib/ext/*:dist/narayana-full-5.0.0.M6-SNAPSHOT/jacorb/lib/*:dist/narayana-full-5.0.0.M6-SNAPSHOT/jacorb/etc/:ext/fscontext.jar:ext/providerutil.jar:ext/jboss-profiler-jvmti.jar:ext/jboss-logging-spi.jar:tests/build/classes/:dbdrivers/selected_dbdriver/*:dbdrivers/DB2_v9.7/db2jcc.jar:dbdrivers/jConnect-6_0/classes/jconn3.jar:dbdrivers/mssql2005_sqljdbc_2.0/enu/sqljdbc4.jar:dbdrivers/mysql-connector-java-5.1.8-bin.jar:dbdrivers/oracle_10_2_0_4/ojdbc14.jar:dbdrivers/postgresql-8.3-605.jdbc4.jar:ext/netty.jar -Dqa.debug=true -Djava.naming.provider.url=file:///tmp -Djava.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory -Dperformanceprofilestore.dir=config/perf_profiles/ -Djdbcprofilestore.dir=config/jdbc_profiles -Dmemorytestprofilestore.dir=config/memory_profiles/ -Dots.server.bindname=value_1 -DCoordinatorEnvironmentBean.maintainHeuristics=NO -DRecoveryEnvironmentBean.recoveryBackoffPeriod=5 -DCoreEnvironmentBean.timeoutFactor=2 -DCoordinatorEnvironmentBean.defaultTimeout=240 -DCoordinatorEnvironmentBean.dynamic1PC=false -Demma.coverage.out.file=./testoutput/crashrecovery12/CrashRecovery12_Test03/setup0-coverage.ec -DportOffsetId=0 -DObjectStoreBaseDir=/home/hudson/workspace/narayana-hqstore-jacorb/TESTS/QA_JTS_JACORB/jdk/jdk7.latest/label/linux/qa/testoutput/crashrecovery12/CrashRecovery12_Test03/setup0 -DRecoveryEnvironmentBean.recoveryListener=true org.jboss.jbossts.qa.junit.ExecutionWrapper org.jboss.jbossts.qa.CrashRecovery12Setups.Setup01 CR12_01.log
> 2013-10-09 19:02:50,878 out: using ports 4711 and 4712
> 2013-10-09 19:02:51,019 err: log4j:WARN No appenders could be found for logger (org.jboss.logging).
> 2013-10-09 19:02:51,020 err: log4j:WARN Please initialize the log4j system properly.
> 2013-10-09 19:02:51,086 err: SLF4J: Class path contains multiple SLF4J bindings.
> 2013-10-09 19:02:51,086 err: SLF4J: Found binding in [jar:file:/home/hudson/workspace/narayana-hqstore-jacorb/TESTS/QA_JTS_JACORB/jdk/jdk7.latest/label/linux/qa/dist/narayana-full-5.0.0.M6-SNAPSHOT/lib/ext/slf4j-simple.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> 2013-10-09 19:02:51,086 err: SLF4J: Found binding in [jar:file:/home/hudson/workspace/narayana-hqstore-jacorb/TESTS/QA_JTS_JACORB/jdk/jdk7.latest/label/linux/qa/dist/narayana-full-5.0.0.M6-SNAPSHOT/jacorb/lib/slf4j-jdk14-1.5.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> 2013-10-09 19:02:51,086 err: SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
> 2013-10-09 19:02:51,102 err: 5 [main] INFO jacorb.config - base configuration loaded from classpath orb.properties
> 2013-10-09 19:02:51,102 err: 6 [main] WARN jacorb.config - File e:/JacORB_CONFIG_FEATURE/etc/jacorb.properties for configuration jacorb not found
> 2013-10-09 19:02:51,102 err: 11 [main] INFO jacorb.config - configuration jacorb loaded from classpath
> 2013-10-09 19:02:51,121 err: 32 [main] INFO jacorb.orb.print_version -
> 2013-10-09 19:02:51,121 err: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 2013-10-09 19:02:51,121 err: JacORB V 2.3.1 (JBoss patch01), www.jacorb.org
> 2013-10-09 19:02:51,122 err: (C) The JacORB project 29-Jul-2009
> 2013-10-09 19:02:51,122 err: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 2013-10-09 19:02:51,193 err: 103 [main] INFO jacorb.orb - Property "jacorb.hashtable_class" is set to: java.util.Hashtable
> 2013-10-09 19:02:51,231 err: 127 [main] INFO jacorb.orb.interceptors - InterceptorManager started with 1 Server Interceptors, 1 Client Interceptors and 1 IOR Interceptors
> 2013-10-09 19:02:51,446 err: 323 [main] INFO jacorb.config - base configuration loaded from classpath orb.properties
> 2013-10-09 19:02:51,447 err: 323 [main] WARN jacorb.config - File e:/JacORB_CONFIG_FEATURE/etc/jacorb.properties for configuration jacorb not found
> 2013-10-09 19:02:51,447 err: 325 [main] INFO jacorb.config - configuration jacorb loaded from classpath
> 2013-10-09 19:02:51,447 err: 325 [main] INFO jacorb.orb.singleton - created ORBSingleton
> 2013-10-09 19:02:51,481 err: 392 [Thread-3] INFO jacorb.orb - ORB run
> 2013-10-09 19:02:51,890 out: Passed
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBTM-1980) QA test suite failure on HQStore: CrashRecovery12_Test03
by Michael Musgrove (JIRA)
[ https://issues.jboss.org/browse/JBTM-1980?page=com.atlassian.jira.plugin.... ]
Michael Musgrove updated JBTM-1980:
-----------------------------------
Fix Version/s: (was: 5.0.0.CR1)
> QA test suite failure on HQStore: CrashRecovery12_Test03
> --------------------------------------------------------
>
> Key: JBTM-1980
> URL: https://issues.jboss.org/browse/JBTM-1980
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Testing
> Reporter: Gytis Trikleris
> Assignee: Michael Musgrove
> Fix For: 4.17.16
>
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana-hqstore-jacorb/20...
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana-hqstore-jacorb/19...
> client0_output.txt
> {code}
> starting command: /usr/local/jdk1.7.0_17/bin/java -classpath dist/narayana-full-5.0.0.M6-SNAPSHOT/etc/:dist/narayana-full-5.0.0.M6-SNAPSHOT/lib/*:dist/narayana-full-5.0.0.M6-SNAPSHOT/lib/ext/*:dist/narayana-full-5.0.0.M6-SNAPSHOT/jacorb/lib/*:dist/narayana-full-5.0.0.M6-SNAPSHOT/jacorb/etc/:ext/fscontext.jar:ext/providerutil.jar:ext/jboss-profiler-jvmti.jar:ext/jboss-logging-spi.jar:tests/build/classes/:dbdrivers/selected_dbdriver/*:dbdrivers/DB2_v9.7/db2jcc.jar:dbdrivers/jConnect-6_0/classes/jconn3.jar:dbdrivers/mssql2005_sqljdbc_2.0/enu/sqljdbc4.jar:dbdrivers/mysql-connector-java-5.1.8-bin.jar:dbdrivers/oracle_10_2_0_4/ojdbc14.jar:dbdrivers/postgresql-8.3-605.jdbc4.jar:ext/netty.jar -Dqa.debug=true -Djava.naming.provider.url=file:///tmp -Djava.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory -Dperformanceprofilestore.dir=config/perf_profiles/ -Djdbcprofilestore.dir=config/jdbc_profiles -Dmemorytestprofilestore.dir=config/memory_profiles/ -Dots.server.bindname=value_1 -DCoordinatorEnvironmentBean.maintainHeuristics=NO -DRecoveryEnvironmentBean.recoveryBackoffPeriod=5 -DCoreEnvironmentBean.timeoutFactor=2 -DCoordinatorEnvironmentBean.defaultTimeout=240 -DCoordinatorEnvironmentBean.dynamic1PC=false -Demma.coverage.out.file=./testoutput/crashrecovery12/CrashRecovery12_Test03/client0-coverage.ec -DportOffsetId=1 -DObjectStoreBaseDir=/home/hudson/workspace/narayana-hqstore-jacorb/TESTS/QA_JTS_JACORB/jdk/jdk7.latest/label/linux/qa/testoutput/crashrecovery12/CrashRecovery12_Test03/store -DRecoveryEnvironmentBean.recoveryListener=true org.jboss.jbossts.qa.junit.ExecutionWrapper org.jboss.jbossts.qa.CrashRecovery12Clients.Client01 commit CR12_03.log
> 2013-10-09 19:02:52,857 out: using ports 4731 and 4732
> 2013-10-09 19:02:53,095 err: log4j:WARN No appenders could be found for logger (org.jboss.logging).
> 2013-10-09 19:02:53,095 err: log4j:WARN Please initialize the log4j system properly.
> 2013-10-09 19:02:53,154 err: SLF4J: Class path contains multiple SLF4J bindings.
> 2013-10-09 19:02:53,154 err: SLF4J: Found binding in [jar:file:/home/hudson/workspace/narayana-hqstore-jacorb/TESTS/QA_JTS_JACORB/jdk/jdk7.latest/label/linux/qa/dist/narayana-full-5.0.0.M6-SNAPSHOT/lib/ext/slf4j-simple.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> 2013-10-09 19:02:53,154 err: SLF4J: Found binding in [jar:file:/home/hudson/workspace/narayana-hqstore-jacorb/TESTS/QA_JTS_JACORB/jdk/jdk7.latest/label/linux/qa/dist/narayana-full-5.0.0.M6-SNAPSHOT/jacorb/lib/slf4j-jdk14-1.5.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> 2013-10-09 19:02:53,154 err: SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
> 2013-10-09 19:02:53,161 err: 5 [main] INFO jacorb.config - base configuration loaded from classpath orb.properties
> 2013-10-09 19:02:53,161 err: 5 [main] WARN jacorb.config - File e:/JacORB_CONFIG_FEATURE/etc/jacorb.properties for configuration jacorb not found
> 2013-10-09 19:02:53,165 err: 9 [main] INFO jacorb.config - configuration jacorb loaded from classpath
> 2013-10-09 19:02:53,181 err: 25 [main] INFO jacorb.orb.print_version -
> 2013-10-09 19:02:53,181 err: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 2013-10-09 19:02:53,181 err: JacORB V 2.3.1 (JBoss patch01), www.jacorb.org
> 2013-10-09 19:02:53,181 err: (C) The JacORB project 29-Jul-2009
> 2013-10-09 19:02:53,182 err: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 2013-10-09 19:02:53,234 err: 77 [main] INFO jacorb.orb - Property "jacorb.hashtable_class" is set to: java.util.Hashtable
> 2013-10-09 19:02:53,251 err: 95 [main] INFO jacorb.orb.interceptors - InterceptorManager started with 1 Server Interceptors, 1 Client Interceptors and 1 IOR Interceptors
> 2013-10-09 19:02:53,485 err: 329 [main] WARN jacorb.orb.iiop - could not create server socket port: 4731 host: null
> 2013-10-09 19:02:53,486 err: java.net.BindException: Address already in use
> 2013-10-09 19:02:53,486 err: at java.net.PlainSocketImpl.socketBind(Native Method)
> 2013-10-09 19:02:53,486 err: at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:376)
> 2013-10-09 19:02:53,486 err: at java.net.ServerSocket.bind(ServerSocket.java:376)
> 2013-10-09 19:02:53,487 err: at java.net.ServerSocket.<init>(ServerSocket.java:237)
> 2013-10-09 19:02:53,487 err: at org.jacorb.orb.factory.DefaultServerSocketFactory.createServerSocket(Unknown Source)
> 2013-10-09 19:02:53,487 err: at org.jacorb.orb.iiop.IIOPListener$Acceptor.createServerSocket(Unknown Source)
> 2013-10-09 19:02:53,487 err: at org.jacorb.orb.iiop.IIOPListener$Acceptor.init(Unknown Source)
> 2013-10-09 19:02:53,487 err: at org.jacorb.orb.iiop.IIOPListener.configure(Unknown Source)
> 2013-10-09 19:02:53,487 err: at org.jacorb.orb.etf.FactoriesBase.newInstance(Unknown Source)
> 2013-10-09 19:02:53,488 err: at org.jacorb.orb.etf.FactoriesBase.create_listener(Unknown Source)
> 2013-10-09 19:02:53,488 err: at org.jacorb.orb.BasicAdapter.configure(Unknown Source)
> 2013-10-09 19:02:53,488 err: at org.jacorb.orb.ORB.getRootPOA(Unknown Source)
> 2013-10-09 19:02:53,488 err: at org.jacorb.orb.ORB.resolve_initial_references(Unknown Source)
> 2013-10-09 19:02:53,488 err: at com.arjuna.orbportability.internal.orbspecific.oa.implementations.POABase.init(POABase.java:58)
> 2013-10-09 19:02:53,489 err: at com.arjuna.orbportability.oa.core.OA.init(OA.java:85)
> 2013-10-09 19:02:53,489 err: at com.arjuna.orbportability.OA.initPOA(OA.java:192)
> 2013-10-09 19:02:53,489 err: at com.arjuna.orbportability.OA.initPOA(OA.java:84)
> 2013-10-09 19:02:53,489 err: at org.jboss.jbossts.qa.Utils.OAInterface.initializeOA(OAInterface.java:46)
> 2013-10-09 19:02:53,489 err: at org.jboss.jbossts.qa.junit.ExecutionWrapper.main(ExecutionWrapper.java:137)
> 2013-10-09 19:02:53,490 out: 2013-10-09 19:02:53,490 [main] WARN com.arjuna.orbportability - ARJUNA021003: caught org.omg.CORBA.INITIALIZE whilst initialising Object Adapter. Check another ORB/service is not active on same port.
> 2013-10-09 19:02:53,490 err: 334 [main] INFO jacorb.orb - prepare ORB for shutdown...
> 2013-10-09 19:02:53,490 err: 334 [main] INFO jacorb.orb - ORB going down...
> 2013-10-09 19:02:53,492 err: 335 [main] INFO jacorb.orb - ORB shutdown complete
> 2013-10-09 19:02:53,492 err: 336 [POADestructor] INFO jacorb.poa - POA RootPOA destroyed
> 2013-10-09 19:02:55,521 err: 2343 [main] INFO jacorb.config - base configuration loaded from classpath orb.properties
> 2013-10-09 19:02:55,522 err: 2343 [main] WARN jacorb.config - File e:/JacORB_CONFIG_FEATURE/etc/jacorb.properties for configuration jacorb not found
> 2013-10-09 19:02:55,522 err: 2345 [main] INFO jacorb.config - configuration jacorb loaded from classpath
> 2013-10-09 19:02:55,522 err: 2346 [main] INFO jacorb.orb.print_version -
> 2013-10-09 19:02:55,522 err: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 2013-10-09 19:02:55,522 err: JacORB V 2.3.1 (JBoss patch01), www.jacorb.org
> 2013-10-09 19:02:55,522 err: (C) The JacORB project 29-Jul-2009
> 2013-10-09 19:02:55,522 err: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 2013-10-09 19:02:55,522 err: 2347 [main] INFO jacorb.orb - Property "jacorb.hashtable_class" is set to: java.util.Hashtable
> 2013-10-09 19:02:55,522 err: 2347 [main] INFO jacorb.orb.interceptors - InterceptorManager started with 1 Server Interceptors, 1 Client Interceptors and 1 IOR Interceptors
> 2013-10-09 19:02:55,525 out: 2013-10-09 19:02:55,524 [main] WARN com.arjuna.orbportability - ARJUNA021003: caught org.omg.CORBA.INITIALIZE whilst initialising Object Adapter. Check another ORB/service is not active on same port.
> 2013-10-09 19:02:55,526 err: 2367 [main] WARN jacorb.orb.iiop - could not create server socket port: 4731 host: null
> 2013-10-09 19:02:55,526 err: java.net.BindException: Address already in use
> 2013-10-09 19:02:55,527 err: at java.net.PlainSocketImpl.socketBind(Native Method)
> 2013-10-09 19:02:55,527 err: at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:376)
> 2013-10-09 19:02:55,527 err: at java.net.ServerSocket.bind(ServerSocket.java:376)
> 2013-10-09 19:02:55,527 err: at java.net.ServerSocket.<init>(ServerSocket.java:237)
> 2013-10-09 19:02:55,527 err: at org.jacorb.orb.factory.DefaultServerSocketFactory.createServerSocket(Unknown Source)
> 2013-10-09 19:02:55,527 err: at org.jacorb.orb.iiop.IIOPListener$Acceptor.createServerSocket(Unknown Source)
> 2013-10-09 19:02:55,527 err: at org.jacorb.orb.iiop.IIOPListener$Acceptor.init(Unknown Source)
> 2013-10-09 19:02:55,527 err: at org.jacorb.orb.iiop.IIOPListener.configure(Unknown Source)
> 2013-10-09 19:02:55,527 err: at org.jacorb.orb.etf.FactoriesBase.newInstance(Unknown Source)
> 2013-10-09 19:02:55,528 err: at org.jacorb.orb.etf.FactoriesBase.create_listener(Unknown Source)
> 2013-10-09 19:02:55,528 err: at org.jacorb.orb.BasicAdapter.configure(Unknown Source)
> 2013-10-09 19:02:55,528 err: at org.jacorb.orb.ORB.getRootPOA(Unknown Source)
> 2013-10-09 19:02:55,528 err: at org.jacorb.orb.ORB.resolve_initial_references(Unknown Source)
> 2013-10-09 19:02:55,528 err: at com.arjuna.orbportability.internal.orbspecific.oa.implementations.POABase.init(POABase.java:58)
> 2013-10-09 19:02:55,528 err: at com.arjuna.orbportability.oa.core.OA.init(OA.java:85)
> 2013-10-09 19:02:55,528 err: at com.arjuna.orbportability.OA.initPOA(OA.java:192)
> 2013-10-09 19:02:55,528 err: at com.arjuna.orbportability.OA.initPOA(OA.java:84)
> 2013-10-09 19:02:55,528 err: at org.jboss.jbossts.qa.Utils.OAInterface.initializeOA(OAInterface.java:46)
> 2013-10-09 19:02:55,528 err: at org.jboss.jbossts.qa.junit.ExecutionWrapper.main(ExecutionWrapper.java:144)
> 2013-10-09 19:02:55,529 err: Exception in thread "main" org.omg.CORBA.INITIALIZE: Could not create server socket (4731): java.net.BindException: Address already in use vmcid: 0x0 minor code: 0 completed: No
> 2013-10-09 19:02:55,529 err: at org.jacorb.orb.iiop.IIOPListener$Acceptor.createServerSocket(Unknown Source)
> 2013-10-09 19:02:55,529 err: at org.jacorb.orb.iiop.IIOPListener$Acceptor.init(Unknown Source)
> 2013-10-09 19:02:55,529 err: at org.jacorb.orb.iiop.IIOPListener.configure(Unknown Source)
> 2013-10-09 19:02:55,529 err: at org.jacorb.orb.etf.FactoriesBase.newInstance(Unknown Source)
> 2013-10-09 19:02:55,529 err: at org.jacorb.orb.etf.FactoriesBase.create_listener(Unknown Source)
> 2013-10-09 19:02:55,529 err: at org.jacorb.orb.BasicAdapter.configure(Unknown Source)
> 2013-10-09 19:02:55,529 err: at org.jacorb.orb.ORB.getRootPOA(Unknown Source)
> 2013-10-09 19:02:55,529 err: at org.jacorb.orb.ORB.resolve_initial_references(Unknown Source)
> 2013-10-09 19:02:55,530 err: at com.arjuna.orbportability.internal.orbspecific.oa.implementations.POABase.init(POABase.java:58)
> 2013-10-09 19:02:55,530 err: at com.arjuna.orbportability.oa.core.OA.init(OA.java:85)
> 2013-10-09 19:02:55,530 err: at com.arjuna.orbportability.OA.initPOA(OA.java:192)
> 2013-10-09 19:02:55,530 err: at com.arjuna.orbportability.OA.initPOA(OA.java:84)
> 2013-10-09 19:02:55,530 err: at org.jboss.jbossts.qa.Utils.OAInterface.initializeOA(OAInterface.java:46)
> 2013-10-09 19:02:55,530 err: at org.jboss.jbossts.qa.junit.ExecutionWrapper.main(ExecutionWrapper.java:144)
> {code}
> outcome0_output.txt
> {code}
> starting command: /usr/local/jdk1.7.0_17/bin/java -classpath dist/narayana-full-5.0.0.M6-SNAPSHOT/etc/:dist/narayana-full-5.0.0.M6-SNAPSHOT/lib/*:dist/narayana-full-5.0.0.M6-SNAPSHOT/lib/ext/*:dist/narayana-full-5.0.0.M6-SNAPSHOT/jacorb/lib/*:dist/narayana-full-5.0.0.M6-SNAPSHOT/jacorb/etc/:ext/fscontext.jar:ext/providerutil.jar:ext/jboss-profiler-jvmti.jar:ext/jboss-logging-spi.jar:tests/build/classes/:dbdrivers/selected_dbdriver/*:dbdrivers/DB2_v9.7/db2jcc.jar:dbdrivers/jConnect-6_0/classes/jconn3.jar:dbdrivers/mssql2005_sqljdbc_2.0/enu/sqljdbc4.jar:dbdrivers/mysql-connector-java-5.1.8-bin.jar:dbdrivers/oracle_10_2_0_4/ojdbc14.jar:dbdrivers/postgresql-8.3-605.jdbc4.jar:ext/netty.jar -Dqa.debug=true -Djava.naming.provider.url=file:///tmp -Djava.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory -Dperformanceprofilestore.dir=config/perf_profiles/ -Djdbcprofilestore.dir=config/jdbc_profiles -Dmemorytestprofilestore.dir=config/memory_profiles/ -Dots.server.bindname=value_1 -DCoordinatorEnvironmentBean.maintainHeuristics=NO -DRecoveryEnvironmentBean.recoveryBackoffPeriod=5 -DCoreEnvironmentBean.timeoutFactor=2 -DCoordinatorEnvironmentBean.defaultTimeout=240 -DCoordinatorEnvironmentBean.dynamic1PC=false -Demma.coverage.out.file=./testoutput/crashrecovery12/CrashRecovery12_Test03/outcome0-coverage.ec -DportOffsetId=1 -DObjectStoreBaseDir=/home/hudson/workspace/narayana-hqstore-jacorb/TESTS/QA_JTS_JACORB/jdk/jdk7.latest/label/linux/qa/testoutput/crashrecovery12/CrashRecovery12_Test03/store -DRecoveryEnvironmentBean.recoveryListener=true org.jboss.jbossts.qa.junit.ExecutionWrapper org.jboss.jbossts.qa.CrashRecovery12Outcomes.Outcome01 CR12_03.log yes
> 2013-10-09 19:02:52,842 out: using ports 4731 and 4732
> 2013-10-09 19:02:53,106 err: log4j:WARN No appenders could be found for logger (org.jboss.logging).
> 2013-10-09 19:02:53,106 err: log4j:WARN Please initialize the log4j system properly.
> 2013-10-09 19:02:53,168 err: SLF4J: Class path contains multiple SLF4J bindings.
> 2013-10-09 19:02:53,168 err: SLF4J: Found binding in [jar:file:/home/hudson/workspace/narayana-hqstore-jacorb/TESTS/QA_JTS_JACORB/jdk/jdk7.latest/label/linux/qa/dist/narayana-full-5.0.0.M6-SNAPSHOT/lib/ext/slf4j-simple.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> 2013-10-09 19:02:53,168 err: SLF4J: Found binding in [jar:file:/home/hudson/workspace/narayana-hqstore-jacorb/TESTS/QA_JTS_JACORB/jdk/jdk7.latest/label/linux/qa/dist/narayana-full-5.0.0.M6-SNAPSHOT/jacorb/lib/slf4j-jdk14-1.5.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> 2013-10-09 19:02:53,168 err: SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
> 2013-10-09 19:02:53,183 err: 12 [main] INFO jacorb.config - base configuration loaded from classpath orb.properties
> 2013-10-09 19:02:53,183 err: 12 [main] WARN jacorb.config - File e:/JacORB_CONFIG_FEATURE/etc/jacorb.properties for configuration jacorb not found
> 2013-10-09 19:02:53,185 err: 14 [main] INFO jacorb.config - configuration jacorb loaded from classpath
> 2013-10-09 19:02:53,202 err: 31 [main] INFO jacorb.orb.print_version -
> 2013-10-09 19:02:53,202 err: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 2013-10-09 19:02:53,202 err: JacORB V 2.3.1 (JBoss patch01), www.jacorb.org
> 2013-10-09 19:02:53,202 err: (C) The JacORB project 29-Jul-2009
> 2013-10-09 19:02:53,202 err: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 2013-10-09 19:02:53,263 err: 92 [main] INFO jacorb.orb - Property "jacorb.hashtable_class" is set to: java.util.Hashtable
> 2013-10-09 19:02:53,290 err: 119 [main] INFO jacorb.orb.interceptors - InterceptorManager started with 1 Server Interceptors, 1 Client Interceptors and 1 IOR Interceptors
> 2013-10-09 19:02:53,504 err: 330 [main] INFO jacorb.config - base configuration loaded from classpath orb.properties
> 2013-10-09 19:02:53,504 err: 330 [main] WARN jacorb.config - File e:/JacORB_CONFIG_FEATURE/etc/jacorb.properties for configuration jacorb not found
> 2013-10-09 19:02:53,504 err: 331 [main] INFO jacorb.config - configuration jacorb loaded from classpath
> 2013-10-09 19:02:53,504 err: 331 [main] INFO jacorb.orb.singleton - created ORBSingleton
> 2013-10-09 19:02:53,572 err: 401 [Thread-3] INFO jacorb.orb - ORB run
> 2013-10-09 19:02:53,988 out: Using timeout delay factor of 2
> 2013-10-09 19:03:49,017 out: Failed
> {code}
> setup0_output.txt
> {code}
> performing command: /usr/local/jdk1.7.0_17/bin/java -classpath dist/narayana-full-5.0.0.M6-SNAPSHOT/etc/:dist/narayana-full-5.0.0.M6-SNAPSHOT/lib/*:dist/narayana-full-5.0.0.M6-SNAPSHOT/lib/ext/*:dist/narayana-full-5.0.0.M6-SNAPSHOT/jacorb/lib/*:dist/narayana-full-5.0.0.M6-SNAPSHOT/jacorb/etc/:ext/fscontext.jar:ext/providerutil.jar:ext/jboss-profiler-jvmti.jar:ext/jboss-logging-spi.jar:tests/build/classes/:dbdrivers/selected_dbdriver/*:dbdrivers/DB2_v9.7/db2jcc.jar:dbdrivers/jConnect-6_0/classes/jconn3.jar:dbdrivers/mssql2005_sqljdbc_2.0/enu/sqljdbc4.jar:dbdrivers/mysql-connector-java-5.1.8-bin.jar:dbdrivers/oracle_10_2_0_4/ojdbc14.jar:dbdrivers/postgresql-8.3-605.jdbc4.jar:ext/netty.jar -Dqa.debug=true -Djava.naming.provider.url=file:///tmp -Djava.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory -Dperformanceprofilestore.dir=config/perf_profiles/ -Djdbcprofilestore.dir=config/jdbc_profiles -Dmemorytestprofilestore.dir=config/memory_profiles/ -Dots.server.bindname=value_1 -DCoordinatorEnvironmentBean.maintainHeuristics=NO -DRecoveryEnvironmentBean.recoveryBackoffPeriod=5 -DCoreEnvironmentBean.timeoutFactor=2 -DCoordinatorEnvironmentBean.defaultTimeout=240 -DCoordinatorEnvironmentBean.dynamic1PC=false -Demma.coverage.out.file=./testoutput/crashrecovery12/CrashRecovery12_Test03/setup0-coverage.ec -DportOffsetId=0 -DObjectStoreBaseDir=/home/hudson/workspace/narayana-hqstore-jacorb/TESTS/QA_JTS_JACORB/jdk/jdk7.latest/label/linux/qa/testoutput/crashrecovery12/CrashRecovery12_Test03/setup0 -DRecoveryEnvironmentBean.recoveryListener=true org.jboss.jbossts.qa.junit.ExecutionWrapper org.jboss.jbossts.qa.CrashRecovery12Setups.Setup01 CR12_01.log
> 2013-10-09 19:02:50,878 out: using ports 4711 and 4712
> 2013-10-09 19:02:51,019 err: log4j:WARN No appenders could be found for logger (org.jboss.logging).
> 2013-10-09 19:02:51,020 err: log4j:WARN Please initialize the log4j system properly.
> 2013-10-09 19:02:51,086 err: SLF4J: Class path contains multiple SLF4J bindings.
> 2013-10-09 19:02:51,086 err: SLF4J: Found binding in [jar:file:/home/hudson/workspace/narayana-hqstore-jacorb/TESTS/QA_JTS_JACORB/jdk/jdk7.latest/label/linux/qa/dist/narayana-full-5.0.0.M6-SNAPSHOT/lib/ext/slf4j-simple.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> 2013-10-09 19:02:51,086 err: SLF4J: Found binding in [jar:file:/home/hudson/workspace/narayana-hqstore-jacorb/TESTS/QA_JTS_JACORB/jdk/jdk7.latest/label/linux/qa/dist/narayana-full-5.0.0.M6-SNAPSHOT/jacorb/lib/slf4j-jdk14-1.5.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> 2013-10-09 19:02:51,086 err: SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
> 2013-10-09 19:02:51,102 err: 5 [main] INFO jacorb.config - base configuration loaded from classpath orb.properties
> 2013-10-09 19:02:51,102 err: 6 [main] WARN jacorb.config - File e:/JacORB_CONFIG_FEATURE/etc/jacorb.properties for configuration jacorb not found
> 2013-10-09 19:02:51,102 err: 11 [main] INFO jacorb.config - configuration jacorb loaded from classpath
> 2013-10-09 19:02:51,121 err: 32 [main] INFO jacorb.orb.print_version -
> 2013-10-09 19:02:51,121 err: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 2013-10-09 19:02:51,121 err: JacORB V 2.3.1 (JBoss patch01), www.jacorb.org
> 2013-10-09 19:02:51,122 err: (C) The JacORB project 29-Jul-2009
> 2013-10-09 19:02:51,122 err: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 2013-10-09 19:02:51,193 err: 103 [main] INFO jacorb.orb - Property "jacorb.hashtable_class" is set to: java.util.Hashtable
> 2013-10-09 19:02:51,231 err: 127 [main] INFO jacorb.orb.interceptors - InterceptorManager started with 1 Server Interceptors, 1 Client Interceptors and 1 IOR Interceptors
> 2013-10-09 19:02:51,446 err: 323 [main] INFO jacorb.config - base configuration loaded from classpath orb.properties
> 2013-10-09 19:02:51,447 err: 323 [main] WARN jacorb.config - File e:/JacORB_CONFIG_FEATURE/etc/jacorb.properties for configuration jacorb not found
> 2013-10-09 19:02:51,447 err: 325 [main] INFO jacorb.config - configuration jacorb loaded from classpath
> 2013-10-09 19:02:51,447 err: 325 [main] INFO jacorb.orb.singleton - created ORBSingleton
> 2013-10-09 19:02:51,481 err: 392 [Thread-3] INFO jacorb.orb - ORB run
> 2013-10-09 19:02:51,890 out: Passed
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months