Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WFLY-5935] Upgrade Netty to 4.0.32.Final #8538

Merged

Conversation

jmesnil
Copy link
Member

@jmesnil jmesnil commented Jan 5, 2016

@wildfly-ci
Copy link

Linux Build 9037 outcome was FAILURE using a merge of dfdc4b4
Summary: Tests failed: 1 (1 new), passed: 3309, ignored: 191 Build time: 00:53:29

Failed tests

org.jboss.as.test.integration.messaging.jms.legacy.LegacyJMSTestCase.testSendAndReceiveFromLegacyTopic:     at org.jboss.as.test.integration.messaging.jms.legacy.LegacyJMSTestCase.doSendAndReceive(LegacyJMSTestCase.java:171)
    at org.jboss.as.test.integration.messaging.jms.legacy.LegacyJMSTestCase.testSendAndReceiveFromLegacyTopic(LegacyJMSTestCase.java:132)
------- Stdout: -------
 [0m17:55:30,637 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 85) AMQ221003: trying to deploy queue jms.queue.LegacyJMSTestCase-Queue
 [0m17:55:30,641 INFO  [org.jboss.as.test.integration.common.jms.JMSOperationsProvider] (main) Operation successful for update = {
    "operation" => "add",
    "address" => [
        ("subsystem" => "messaging-activemq"),
        ("server" => "default"),
        ("jms-queue" => "LegacyJMSTestCase-Queue")
    ],
    "legacy-entries" => ["java:jboss/exported/legacy/jms/LegacyJMSTestCase-Queue"],
    "entries" => ["java:jboss/exported/jms/LegacyJMSTestCase-Queue"]
}
 [0m17:55:30,644 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 85) AMQ221003: trying to deploy queue jms.topic.LegacyJMSTestCase-Topic
 [0m17:55:30,658 INFO  [org.jboss.as.test.integration.common.jms.JMSOperationsProvider] (main) Operation successful for update = {
    "operation" => "add",
    "address" => [
        ("subsystem" => "messaging-activemq"),
        ("server" => "default"),
        ("jms-topic" => "LegacyJMSTestCase-Topic")
    ],
    "legacy-entries" => ["java:jboss/exported/legacy/jms/LegacyJMSTestCase-Topic"],
    "entries" => ["java:jboss/exported/jms/LegacyJMSTestCase-Topic"]
}
17:55:30,814 INFO  [org.jboss.as.test.integration.common.jms.JMSOperationsProvider] (main) Operation successful for update = {
    "operation" => "remove",
    "address" => [
        ("subsystem" => "messaging-activemq"),
        ("server" => "default"),
        ("jms-queue" => "LegacyJMSTestCase-Queue")
    ]
}
17:55:30,820 INFO  [org.jboss.as.test.integration.common.jms.JMSOperationsProvider] (main) Operation successful for update = {
    "operation" => "remove",
    "address" => [
        ("subsystem" => "messaging-activemq"),
        ("server" => "default"),
        ("jms-topic" => "LegacyJMSTestCase-Topic")
    ]
}


@jmesnil
Copy link
Member Author

jmesnil commented Jan 6, 2016

retest this please

@wildfly-ci
Copy link

Linux Build 9047 outcome was FAILURE using a merge of dfdc4b4
Summary: Tests failed: 1, passed: 3309, ignored: 191 Build time: 00:53:23

Failed tests

org.jboss.as.test.integration.messaging.jms.legacy.LegacyJMSTestCase.testSendAndReceiveFromLegacyTopic:     at org.jboss.as.test.integration.messaging.jms.legacy.LegacyJMSTestCase.doSendAndReceive(LegacyJMSTestCase.java:171)
    at org.jboss.as.test.integration.messaging.jms.legacy.LegacyJMSTestCase.testSendAndReceiveFromLegacyTopic(LegacyJMSTestCase.java:132)
------- Stdout: -------
 [0m10:14:41,654 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 79) AMQ221003: trying to deploy queue jms.queue.LegacyJMSTestCase-Queue
 [0m10:14:41,660 INFO  [org.jboss.as.test.integration.common.jms.JMSOperationsProvider] (main) Operation successful for update = {
    "operation" => "add",
    "address" => [
        ("subsystem" => "messaging-activemq"),
        ("server" => "default"),
        ("jms-queue" => "LegacyJMSTestCase-Queue")
    ],
    "legacy-entries" => ["java:jboss/exported/legacy/jms/LegacyJMSTestCase-Queue"],
    "entries" => ["java:jboss/exported/jms/LegacyJMSTestCase-Queue"]
}
 [0m10:14:41,667 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 77) AMQ221003: trying to deploy queue jms.topic.LegacyJMSTestCase-Topic
 [0m10:14:41,677 INFO  [org.jboss.as.test.integration.common.jms.JMSOperationsProvider] (main) Operation successful for update = {
    "operation" => "add",
    "address" => [
        ("subsystem" => "messaging-activemq"),
        ("server" => "default"),
        ("jms-topic" => "LegacyJMSTestCase-Topic")
    ],
    "legacy-entries" => ["java:jboss/exported/legacy/jms/LegacyJMSTestCase-Topic"],
    "entries" => ["java:jboss/exported/jms/LegacyJMSTestCase-Topic"]
}
10:14:41,770 INFO  [org.jboss.as.test.integration.common.jms.JMSOperationsProvider] (main) Operation successful for update = {
    "operation" => "remove",
    "address" => [
        ("subsystem" => "messaging-activemq"),
        ("server" => "default"),
        ("jms-queue" => "LegacyJMSTestCase-Queue")
    ]
}
10:14:41,778 INFO  [org.jboss.as.test.integration.common.jms.JMSOperationsProvider] (main) Operation successful for update = {
    "operation" => "remove",
    "address" => [
        ("subsystem" => "messaging-activemq"),
        ("server" => "default"),
        ("jms-topic" => "LegacyJMSTestCase-Topic")
    ]
}


@jmesnil jmesnil force-pushed the WFLY-5935_upgrade_netty_4.0.32.Final branch from dfdc4b4 to 1006c83 Compare January 6, 2016 11:05
@wildfly-ci
Copy link

Linux Build 9048 outcome was FAILURE using a merge of 1006c83
Summary: Tests failed: 17 (16 new), passed: 3293, ignored: 191 Build time: 00:54:17

Failed tests

org.jboss.as.test.xts.wsba.participantcompletion.client.BAParticipantCompletionTestCase.testWSBAParticipantClientCancel:    at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.unmarshalFault(Soap11FaultInInterceptor.java:86)
    at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:52)
    at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:41)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
    at org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.java:112)
    at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor.handleMessage(SOAPHandlerInterceptor.java:140)
    at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor.handleMessage(SOAPHandlerInterceptor.java:71)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
    at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:798)
    at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1669)
    at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1550)
    at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1347)
    at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
    at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:651)
    at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
    at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:514)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:423)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:324)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:277)
    at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:96)
    at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:139)
    at com.sun.proxy.$Proxy210.saveData(Unknown Source)
    at org.jboss.as.test.xts.wsba.participantcompletion.client.BAParticipantCompletionTestCase.testWSBAParticipantClientCancel(BAParticipantCompletionTestCase.java:205)
------- Stdout: -------
 [0m12:31:02,511 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.client.BAParticipantCompletionClient] (pool-3-thread-1) wsdlLocation for service: http://[::1]:8080/wsba-participantcompletition-test/BAParticipantCompletionService1?wsdl
 [0m [0m12:31:02,512 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://www.jboss.com/jbossas/test/xts/ba/participantcompletion/}BAParticipantCompletionService1 from WSDL: http://[::1]:8080/wsba-participantcompletition-test/BAParticipantCompletionService1?wsdl
 [0m [0m12:31:02,520 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.client.BAParticipantCompletionClient] (pool-3-thread-1) wsdlLocation for service: http://[::1]:8080/wsba-participantcompletition-test/BAParticipantCompletionService2?wsdl
 [0m [0m12:31:02,520 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://www.jboss.com/jbossas/test/xts/ba/participantcompletion/}BAParticipantCompletionService2 from WSDL: http://[::1]:8080/wsba-participantcompletition-test/BAParticipantCompletionService2?wsdl
 [0m [0m12:31:02,525 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.client.BAParticipantCompletionClient] (pool-3-thread-1) wsdlLocation for service: http://[::1]:8080/wsba-participantcompletition-test/BAParticipantCompletionService3?wsdl
 [0m [0m12:31:02,526 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://www.jboss.com/jbossas/test/xts/ba/participantcompletion/}BAParticipantCompletionService3 from WSDL: http://[::1]:8080/wsba-participantcompletition-test/BAParticipantCompletionService3?wsdl
 [0m [0m12:31:02,532 INFO  [stdout] (pool-3-thread-1) Rule.execute called for create counter_0
 [0m [0m12:31:02,532 INFO  [stdout] (pool-3-thread-1) create counter execute
 [0m [0m12:31:02,532 INFO  [stdout] (pool-3-thread-1) rule.debug{create counter} : participant_completion.counter.create: 3
 [0m [0m12:31:02,532 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
 [0m [0m12:31:02,534 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
 [0m [0m12:31:02,563 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-14) [BA PARTICIPANT COMPL SERVICE] invoked saveData('baparticipant_completition_service1')
 [0m [0m12:31:02,564 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-14) [BA PARTICIPANT COMPL SERVICE] Enlisting a participant into the BA
 [0m [0m12:31:02,576 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (default task-14) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
 [0m [0m12:31:02,595 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-14) [BA PARTICIPANT COMPL SERVICE] Prepare the backend resource and if successful notify the coordinator that we have completed our work
 [0m [0m12:31:02,595 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-14) [BA PARTICIPANT COMPL SERVICE] Prepare successful, notifying coordinator of completion
 [0m [0m12:31:02,603 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionParticipant] (default task-14) [BA PARTICIPANT COMPL SERVICE] Participant confirmCompleted(true)
 [0m [0m12:31:02,603 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionParticipant] (default task-14) [BA PARTICIPANT COMPL SERVICE] Participant confirmCompleted(true) - logged: CONFIRM_COMPLETED
 [0m [0m12:31:02,612 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (default task-14) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
 [0m [0m12:31:02,644 INFO  [stdout] (TaskWorker-1) Rule.execute called for complete called_3
 [0m [0m12:31:02,644 INFO  [stdout] (TaskWorker-1) complete called execute
 [0m [0m12:31:02,644 INFO  [stdout] (TaskWorker-1) rule.debug{complete called} : participant_completion.counter.decrement
 [0m [0m12:31:02,662 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-12) [BA PARTICIPANT COMPL SERVICE] invoked saveData('baparticipant_completition_service2')
 [0m [0m12:31:02,662 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-12) [BA PARTICIPANT COMPL SERVICE] Enlisting a participant into the BA
 [0m [0m12:31:02,671 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (default task-12) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
 [0m [0m12:31:02,692 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-12) [BA PARTICIPANT COMPL SERVICE] Prepare the backend resource and if successful notify the coordinator that we have completed our work


org.jboss.as.test.xts.wsba.coordinatorcompletion.client.BACoordinatorCompletionTestCase.testWSBACoordinatorSimple:  at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.unmarshalFault(Soap11FaultInInterceptor.java:86)
    at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:52)
    at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:41)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
    at org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.java:112)
    at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor.handleMessage(SOAPHandlerInterceptor.java:140)
    at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor.handleMessage(SOAPHandlerInterceptor.java:71)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
    at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:798)
    at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1669)
    at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1550)
    at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1347)
    at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
    at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:651)
    at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
    at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:514)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:423)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:324)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:277)
    at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:96)
    at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:139)
    at com.sun.proxy.$Proxy218.saveData(Unknown Source)
    at org.jboss.as.test.xts.wsba.coordinatorcompletion.client.BACoordinatorCompletionTestCase.testWSBACoordinatorSimple(BACoordinatorCompletionTestCase.java:109)
------- Stdout: -------
 [0m12:31:07,981 INFO  [stdout] (Thread-0) TransformListener() : handling connection on port 9091
 [0m [0m12:31:08,002 INFO  [stdout] (Thread-0) retransforming org.jboss.jbossts.xts.bytemanSupport.participantCompletion.ParticipantCompletionCoordinatorRules
 [0m [0m12:31:08,002 INFO  [stdout] (Thread-0) retransforming com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
 [0m [0m12:31:08,002 INFO  [stdout] (Thread-0) retransforming com.arjuna.webservices11.wsarjtx.sei.TerminationCoordinatorPortTypeImpl
 [0m [0m12:31:08,156 INFO  [stdout] (Thread-0) HelperManager.uninstall for helper class org.jboss.byteman.rule.helper.Helper
 [0m [0m12:31:08,157 INFO  [stdout] (Thread-0) calling uninstalled(create counter) for helper class org.jboss.byteman.rule.helper.Helper
 [0m [0m12:31:08,157 INFO  [stdout] (Thread-0) Uninstalled rule using default helper : create counter
 [0m [0m12:31:08,157 INFO  [stdout] (Thread-0) HelperManager.uninstall for helper class org.jboss.byteman.rule.helper.Helper
 [0m [0m12:31:08,157 INFO  [stdout] (Thread-0) calling uninstalled(complete called) for helper class org.jboss.byteman.rule.helper.Helper
 [0m [0m12:31:08,157 INFO  [stdout] (Thread-0) Uninstalled rule using default helper : complete called
 [0m [0m12:31:08,157 INFO  [stdout] (Thread-0) HelperManager.uninstall for helper class org.jboss.byteman.rule.helper.Helper
 [0m [0m12:31:08,157 INFO  [stdout] (Thread-0) calling uninstalled(close called) for helper class org.jboss.byteman.rule.helper.Helper
 [0m [0m12:31:08,158 INFO  [stdout] (Thread-0) Uninstalled rule using default helper : close called
 [0m [0m12:31:08,158 INFO  [stdout] (Thread-0) HelperManager.uninstall for helper class org.jboss.byteman.rule.helper.Helper
 [0m [0m12:31:08,158 INFO  [stdout] (Thread-0) calling uninstalled(cancel called) for helper class org.jboss.byteman.rule.helper.Helper
 [0m [0m12:31:08,158 INFO  [stdout] (Thread-0) Uninstalled rule using default helper : cancel called
 [0m [0m12:31:08,158 INFO  [stdout] (Thread-0) calling deactivated() for helper classorg.jboss.byteman.rule.helper.Helper
 [0m [0m12:31:08,158 INFO  [stdout] (Thread-0) Default helper deactivated
 [0m [0m12:31:08,184 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 70) WFLYUT0022: Unregistered web context: /wsba-participantcompletition-test
 [0m [0m12:31:08,205 INFO  [org.jboss.as.webservices] (MSC service thread 1-2) WFLYWS0004: Stopping service jboss.ws.endpoint."wsba-participantcompletition-test.war".BAParticipantCompletionService1
 [0m [0m12:31:08,206 INFO  [org.jboss.as.webservices] (MSC service thread 1-2) WFLYWS0004: Stopping service jboss.ws.endpoint."wsba-participantcompletition-test.war".BAParticipantCompletionService2
 [0m [0m12:31:08,208 INFO  [org.jboss.as.webservices] (MSC service thread 1-1) WFLYWS0004: Stopping service jboss.ws.endpoint."wsba-participantcompletition-test.war".BAParticipantCompletionService3
 [0m [0m12:31:08,211 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0010: Stopping weld service for deployment wsba-participantcompletition-test.war
 [0m [0m12:31:08,252 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment wsba-participantcompletition-test.war (runtime-name: wsba-participantcompletition-test.war) in 84ms
 [0m [0m12:31:08,274 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0002: Content removed from location /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/xts/target/jbossas/standalone/data/content/ae/6a6b9ec97b143e7b399cfe896cab02c98ec503/content
 [0m [0m12:31:08,274 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0009: Undeployed "wsba-participantcompletition-test.war" (runtime-name: "wsba-participantcompletition-test.war")


org.jboss.as.test.xts.wsba.coordinatorcompletion.client.BACoordinatorCompletionTestCase.testWSBACoordinatorSingle:  at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.unmarshalFault(Soap11FaultInInterceptor.java:86)
    at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:52)
    at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:41)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
    at org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.java:112)
    at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor.handleMessage(SOAPHandlerInterceptor.java:140)
    at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor.handleMessage(SOAPHandlerInterceptor.java:71)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
    at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:798)
    at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1669)
    at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1550)
    at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1347)
    at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
    at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:651)
    at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
    at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:514)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:423)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:324)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:277)
    at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:96)
    at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:139)
    at com.sun.proxy.$Proxy221.saveData(Unknown Source)
    at org.jboss.as.test.xts.wsba.coordinatorcompletion.client.BACoordinatorCompletionTestCase.testWSBACoordinatorSingle(BACoordinatorCompletionTestCase.java:98)
------- Stdout: -------
 [0m12:31:09,478 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.client.BACoordinatorCompletionClient] (pool-3-thread-1) wsdlLocation for service: http://[::1]:8080/wsba-coordinatorcompletition-test/BACoordinatorCompletionService1?wsdl
 [0m [0m12:31:09,479 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://www.jboss.com/jbossas/test/xts/ba/coordinatorcompletion/}BACoordinatorCompletionService1 from WSDL: http://[::1]:8080/wsba-coordinatorcompletition-test/BACoordinatorCompletionService1?wsdl
 [0m [0m12:31:09,485 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.client.BACoordinatorCompletionClient] (pool-3-thread-1) wsdlLocation for service: http://[::1]:8080/wsba-coordinatorcompletition-test/BACoordinatorCompletionService2?wsdl
 [0m [0m12:31:09,486 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://www.jboss.com/jbossas/test/xts/ba/coordinatorcompletion/}BACoordinatorCompletionService2 from WSDL: http://[::1]:8080/wsba-coordinatorcompletition-test/BACoordinatorCompletionService2?wsdl
 [0m [0m12:31:09,492 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.client.BACoordinatorCompletionClient] (pool-3-thread-1) wsdlLocation for service: http://[::1]:8080/wsba-coordinatorcompletition-test/BACoordinatorCompletionService3?wsdl
 [0m [0m12:31:09,492 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://www.jboss.com/jbossas/test/xts/ba/coordinatorcompletion/}BACoordinatorCompletionService3 from WSDL: http://[::1]:8080/wsba-coordinatorcompletition-test/BACoordinatorCompletionService3?wsdl
 [0m [0m12:31:09,499 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
 [0m [0m12:31:09,501 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
 [0m [0m12:31:09,532 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.service.BACoordinatorCompletionSuperService] (default task-14) [BA COORDINATOR COMPL SERVICE] web method saveData('bacoordinator_completition_service1')
 [0m [0m12:31:09,533 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.service.BACoordinatorCompletionSuperService] (default task-14) [BA COORDINATOR COMPL SERVICE] Enlisting a participant into the BA
 [0m [0m12:31:09,543 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (default task-14) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
 [0m [31m12:31:09,544 ERROR [stderr] (default task-14) org.apache.cxf.wsdl11.WSDLRuntimeException: Part parameters defined as element {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}Register which is not in the schema.
 [0m [31m12:31:09,544 ERROR [stderr] (default task-14)  at org.apache.cxf.wsdl11.WSDLServiceBuilder.buildMessage(WSDLServiceBuilder.java:886)
 [0m [31m12:31:09,544 ERROR [stderr] (default task-14)  at org.apache.cxf.wsdl11.WSDLServiceBuilder.buildInterfaceOperation(WSDLServiceBuilder.java:615)
 [0m [31m12:31:09,544 ERROR [stderr] (default task-14)  at org.apache.cxf.wsdl11.WSDLServiceBuilder.buildInterface(WSDLServiceBuilder.java:593)
 [0m [31m12:31:09,544 ERROR [stderr] (default task-14)  at org.apache.cxf.wsdl11.WSDLServiceBuilder.buildServices(WSDLServiceBuilder.java:353)
 [0m [31m12:31:09,544 ERROR [stderr] (default task-14)  at org.apache.cxf.wsdl11.WSDLServiceBuilder.buildServices(WSDLServiceBuilder.java:209)
 [0m [31m12:31:09,545 ERROR [stderr] (default task-14)  at org.apache.cxf.wsdl11.WSDLServiceFactory.create(WSDLServiceFactory.java:162)
 [0m [31m12:31:09,545 ERROR [stderr] (default task-14)  at org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean.buildServiceFromWSDL(ReflectionServiceFactoryBean.java:405)
 [0m [31m12:31:09,545 ERROR [stderr] (default task-14)  at org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean.initializeServiceModel(ReflectionServiceFactoryBean.java:525)
 [0m [31m12:31:09,545 ERROR [stderr] (default task-14)  at org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean.create(ReflectionServiceFactoryBean.java:261)
 [0m [31m12:31:09,545 ERROR [stderr] (default task-14)  at org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean.create(JaxWsServiceFactoryBean.java:199)
 [0m [31m12:31:09,545 ERROR [stderr] (default task-14)  at org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createEndpoint(AbstractWSDLBasedEndpointFactory.java:102)
 [0m [31m12:31:09,545 ERROR [stderr] (default task-14)  at org.apache.cxf.frontend.ClientFactoryBean.create(ClientFactoryBean.java:91)
 [0m [31m12:31:09,545 ERROR [stderr] (default task-14)  at org.apache.cxf.frontend.ClientProxyFactoryBean.create(ClientProxyFactoryBean.java:157)
 [0m [31m12:31:09,545 ERROR [stderr] (default task-14)  at org.apache.cxf.jaxws.JaxWsProxyFactoryBean.create(JaxWsProxyFactoryBean.java:142)


org.jboss.as.test.xts.wsba.coordinatorcompletion.client.BACoordinatorCompletionTestCase.testWSBACoordinatorCannotComplete: java.lang.AssertionError: Another status order expected for the bacoordinator_completition_service3 expected:<[]> but was:<null>
    at org.jboss.as.test.xts.base.BaseFunctionalTest.assertEventLog(BaseFunctionalTest.java:85)
    at org.jboss.as.test.xts.wsba.coordinatorcompletion.client.BACoordinatorCompletionTestCase.assertEventLogClient3(BACoordinatorCompletionTestCase.java:200)
    at org.jboss.as.test.xts.wsba.coordinatorcompletion.client.BACoordinatorCompletionTestCase.testWSBACoordinatorCannotComplete(BACoordinatorCompletionTestCase.java:136)
------- Stdout: -------
 [0m12:31:09,718 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.client.BACoordinatorCompletionClient] (pool-3-thread-1) wsdlLocation for service: http://[::1]:8080/wsba-coordinatorcompletition-test/BACoordinatorCompletionService1?wsdl
 [0m [0m12:31:09,719 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://www.jboss.com/jbossas/test/xts/ba/coordinatorcompletion/}BACoordinatorCompletionService1 from WSDL: http://[::1]:8080/wsba-coordinatorcompletition-test/BACoordinatorCompletionService1?wsdl
 [0m [0m12:31:09,729 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.client.BACoordinatorCompletionClient] (pool-3-thread-1) wsdlLocation for service: http://[::1]:8080/wsba-coordinatorcompletition-test/BACoordinatorCompletionService2?wsdl
 [0m [0m12:31:09,730 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://www.jboss.com/jbossas/test/xts/ba/coordinatorcompletion/}BACoordinatorCompletionService2 from WSDL: http://[::1]:8080/wsba-coordinatorcompletition-test/BACoordinatorCompletionService2?wsdl
 [0m [0m12:31:09,736 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.client.BACoordinatorCompletionClient] (pool-3-thread-1) wsdlLocation for service: http://[::1]:8080/wsba-coordinatorcompletition-test/BACoordinatorCompletionService3?wsdl
 [0m [0m12:31:09,736 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://www.jboss.com/jbossas/test/xts/ba/coordinatorcompletion/}BACoordinatorCompletionService3 from WSDL: http://[::1]:8080/wsba-coordinatorcompletition-test/BACoordinatorCompletionService3?wsdl
 [0m [0m12:31:09,743 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
 [0m [0m12:31:09,745 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
 [0m [0m12:31:09,846 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.service.BACoordinatorCompletionSuperService] (default task-22) [BA COORDINATOR COMPL SERVICE] web method saveData('bacoordinator_completition_service1')
 [0m [0m12:31:09,847 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.service.BACoordinatorCompletionSuperService] (default task-22) [BA COORDINATOR COMPL SERVICE] Enlisting a participant into the BA
 [0m [0m12:31:09,861 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (default task-22) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
 [0m [0m12:31:09,887 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.service.BACoordinatorCompletionSuperService] (default task-22) [BA COORDINATOR COMPL SERVICE] Invoking the back-end business logic - saving value: bacoordinator_completition_service1
 [0m [0m12:31:09,919 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.service.BACoordinatorCompletionSuperService] (default task-21) [BA COORDINATOR COMPL SERVICE] web method saveData('bacoordinator_completition_service2')
 [0m [0m12:31:09,919 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.service.BACoordinatorCompletionSuperService] (default task-21) [BA COORDINATOR COMPL SERVICE] Enlisting a participant into the BA
 [0m [0m12:31:09,942 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (default task-21) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
 [0m [31m12:31:09,942 ERROR [stderr] (default task-21) org.apache.cxf.wsdl11.WSDLRuntimeException: Part parameters defined as element {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}Register which is not in the schema.
 [0m [31m12:31:09,943 ERROR [stderr] (default task-21)  at org.apache.cxf.wsdl11.WSDLServiceBuilder.buildMessage(WSDLServiceBuilder.java:886)
 [0m [31m12:31:09,943 ERROR [stderr] (default task-21)  at org.apache.cxf.wsdl11.WSDLServiceBuilder.buildInterfaceOperation(WSDLServiceBuilder.java:615)
 [0m [31m12:31:09,943 ERROR [stderr] (default task-21)  at org.apache.cxf.wsdl11.WSDLServiceBuilder.buildInterface(WSDLServiceBuilder.java:593)
 [0m [31m12:31:09,943 ERROR [stderr] (default task-21)  at org.apache.cxf.wsdl11.WSDLServiceBuilder.buildServices(WSDLServiceBuilder.java:353)
 [0m [31m12:31:09,943 ERROR [stderr] (default task-21)  at org.apache.cxf.wsdl11.WSDLServiceBuilder.buildServices(WSDLServiceBuilder.java:209)
 [0m [31m12:31:09,944 ERROR [stderr] (default task-21)  at org.apache.cxf.wsdl11.WSDLServiceFactory.create(WSDLServiceFactory.java:162)
 [0m [31m12:31:09,944 ERROR [stderr] (default task-21)  at org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean.buildServiceFromWSDL(ReflectionServiceFactoryBean.java:405)
 [0m [31m12:31:09,944 ERROR [stderr] (default task-21)  at org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean.initializeServiceModel(ReflectionServiceFactoryBean.java:525)
 [0m [31m12:31:09,944 ERROR [stderr] (default task-21)  at org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean.create(ReflectionServiceFactoryBean.java:261)
 [0m [31m12:31:09,944 ERROR [stderr] (default task-21)  at org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean.create(JaxWsServiceFactoryBean.java:199)
 [0m [31m12:31:09,944 ERROR [stderr] (default task-21)  at org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createEndpoint(AbstractWSDLBasedEndpointFactory.java:102)
 [0m [31m12:31:09,944 ERROR [stderr] (default task-21)  at org.apache.cxf.frontend.ClientFactoryBean.create(ClientFactoryBean.java:91)
 [0m [31m12:31:09,944 ERROR [stderr] (default task-21)  at org.apache.cxf.frontend.ClientProxyFactoryBean.create(ClientProxyFactoryBean.java:157)
 [0m [31m12:31:09,944 ERROR [stderr] (default task-21)  at org.apache.cxf.jaxws.JaxWsProxyFactoryBean.create(JaxWsProxyFactoryBean.java:142)
 [0m [31m12:31:09,944 ERROR [stderr] (default task-21)  at org.apache.cxf.jaxws.ServiceImpl.createPort(ServiceImpl.java:493)
 [0m [31m12:31:09,944 ERROR [stderr] (default task-21)  at org.jboss.wsf.stack.cxf.client.ProviderImpl$JBossWSServiceImpl.createPort(ProviderImpl.java:563)
 [0m [31m12:31:09,944 ERROR [stderr] (default task-21)  at org.apache.cxf.jaxws.ServiceImpl.getPort(ServiceImpl.java:393)
 [0m [31m12:31:09,945 ERROR [stderr] (default task-21)  at org.apache.cxf.jaxws.ServiceImpl.getPort(ServiceImpl.java:739)
 [0m [31m12:31:09,945 ERROR [stderr] (default task-21)  at javax.xml.ws.Service.getPort(Service.java:284)
 [0m [31m12:31:09,945 ERROR [stderr] (default task-21)  at com.arjuna.webservices11.util.PrivilegedServiceHelper.getPort(PrivilegedServiceHelper.java:78)
 [0m [31m12:31:09,945 ERROR [stderr] (default task-21)  at com.arjuna.webservices11.wscoor.client.WSCOORClient.getRegistrationPort(WSCOORClient.java:86)
 [0m [31m12:31:09,945 ERROR [stderr] (default task-21)  at com.arjuna.wsc11.RegistrationCoordinator.register(RegistrationCoordinator.java:51)
 [0m [31m12:31:09,945 ERROR [stderr] (default task-21)  at com.arjuna.mwlabs.wst11.ba.remote.BusinessActivityManagerImple.registerParticipant(BusinessActivityManagerImple.java:180)
 [0m [31m12:31:09,945 ERROR [stderr] (default task-21)  at com.arjuna.mwlabs.wst11.ba.remote.BusinessActivityManagerImple.enlistForBusinessAgreementWithCoordinatorCompletion(BusinessActivityManagerImple.java:121)
 [0m [31m12:31:09,945 ERROR [stderr] (default task-21)  at org.jboss.as.test.xts.wsba.coordinatorcompletion.service.BACoordinatorCompletionSuperService.saveData(BACoordinatorCompletionSuperService.java:83)
 [0m [31m12:31:09,945 ERROR [stderr] (default task-21)  at org.jboss.as.test.xts.wsba.coordinatorcompletion.service.BACoordinatorCompletionService2.saveData(BACoordinatorCompletionService2.java:45)
 [0m [31m12:31:09,945 ERROR [stderr] (default task-21)  at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
 [0m [31m12:31:09,946 ERROR [stderr] (default task-21)  at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
 [0m [31m12:31:09,946 ERROR [stderr] (default task-21)  at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
 [0m [31m12:31:09,946 ERROR [stderr] (default task-21)  at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)


org.jboss.as.test.xts.wsba.coordinatorcompletion.client.BACoordinatorCompletionTestCase.testWSBACoordinatorApplicationException:    at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.unmarshalFault(Soap11FaultInInterceptor.java:86)
    at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:52)
    at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:41)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
    at org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.java:112)
    at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor.handleMessage(SOAPHandlerInterceptor.java:140)
    at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor.handleMessage(SOAPHandlerInterceptor.java:71)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
    at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:798)
    at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1669)
    at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1550)
    at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1347)
    at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
    at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:651)
    at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
    at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:514)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:423)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:324)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:277)
    at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:96)
    at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:139)
    at com.sun.proxy.$Proxy229.saveData(Unknown Source)
    at org.jboss.as.test.xts.wsba.coordinatorcompletion.client.BACoordinatorCompletionTestCase.testWSBACoordinatorApplicationException(BACoordinatorCompletionTestCase.java:163)
------- Stdout: -------
 [0m12:31:10,144 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.client.BACoordinatorCompletionClient] (pool-3-thread-1) wsdlLocation for service: http://[::1]:8080/wsba-coordinatorcompletition-test/BACoordinatorCompletionService1?wsdl
 [0m [0m12:31:10,156 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://www.jboss.com/jbossas/test/xts/ba/coordinatorcompletion/}BACoordinatorCompletionService1 from WSDL: http://[::1]:8080/wsba-coordinatorcompletition-test/BACoordinatorCompletionService1?wsdl
 [0m [0m12:31:10,163 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.client.BACoordinatorCompletionClient] (pool-3-thread-1) wsdlLocation for service: http://[::1]:8080/wsba-coordinatorcompletition-test/BACoordinatorCompletionService2?wsdl
 [0m [0m12:31:10,171 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://www.jboss.com/jbossas/test/xts/ba/coordinatorcompletion/}BACoordinatorCompletionService2 from WSDL: http://[::1]:8080/wsba-coordinatorcompletition-test/BACoordinatorCompletionService2?wsdl
 [0m [0m12:31:10,177 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.client.BACoordinatorCompletionClient] (pool-3-thread-1) wsdlLocation for service: http://[::1]:8080/wsba-coordinatorcompletition-test/BACoordinatorCompletionService3?wsdl
 [0m [0m12:31:10,188 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://www.jboss.com/jbossas/test/xts/ba/coordinatorcompletion/}BACoordinatorCompletionService3 from WSDL: http://[::1]:8080/wsba-coordinatorcompletition-test/BACoordinatorCompletionService3?wsdl
 [0m [0m12:31:10,196 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
 [0m [0m12:31:10,199 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
 [0m [0m12:31:10,233 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.service.BACoordinatorCompletionSuperService] (default task-1) [BA COORDINATOR COMPL SERVICE] web method saveData('bacoordinator_completition_service1')
 [0m [0m12:31:10,234 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.service.BACoordinatorCompletionSuperService] (default task-1) [BA COORDINATOR COMPL SERVICE] Enlisting a participant into the BA
 [0m [0m12:31:10,246 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (default task-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
 [0m [0m12:31:10,272 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.service.BACoordinatorCompletionSuperService] (default task-1) [BA COORDINATOR COMPL SERVICE] Invoking the back-end business logic - saving value: bacoordinator_completition_service1
 [0m [0m12:31:10,293 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.service.BACoordinatorCompletionSuperService] (default task-4) [BA COORDINATOR COMPL SERVICE] web method saveData('bacoordinator_completition_service2')
 [0m [0m12:31:10,294 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.service.BACoordinatorCompletionSuperService] (default task-4) [BA COORDINATOR COMPL SERVICE] Enlisting a participant into the BA
 [0m [0m12:31:10,307 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (default task-4) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
 [0m [0m12:31:10,327 INFO  [org.apache.cxf.phase.PhaseInterceptorChain] (default task-4) Application {http://www.jboss.com/jbossas/test/xts/ba/coordinatorcompletion/}BACoordinatorCompletionService2#{http://www.jboss.com/jbossas/test/xts/ba/coordinatorcompletion/}saveData has thrown exception, unwinding now: org.jboss.as.test.xts.base.TestApplicationException: Intentionally thrown Application Exception - service command set to: APPLICATION_EXCEPTION
 [0m [0m12:31:10,349 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.service.BACoordinatorCompletionSuperService] (default task-5) [BA COORDINATOR COMPL SERVICE] web method saveData('bacoordinator_completition_service3')
 [0m [0m12:31:10,350 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.service.BACoordinatorCompletionSuperService] (default task-5) [BA COORDINATOR COMPL SERVICE] Enlisting a participant into the BA
 [0m [0m12:31:10,359 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (default task-5) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
 [0m [31m12:31:10,359 ERROR [stderr] (default task-5) org.apache.cxf.wsdl11.WSDLRuntimeException: Part parameters defined as element {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}Register which is not in the schema.
 [0m [31m12:31:10,360 ERROR [stderr] (default task-5)   at org.apache.cxf.wsdl11.WSDLServiceBuilder.buildMessage(WSDLServiceBuilder.java:886)
 [0m [31m12:31:10,360 ERROR [stderr] (default task-5)   at org.apache.cxf.wsdl11.WSDLServiceBuilder.buildInterfaceOperation(WSDLServiceBuilder.java:615)
 [0m [31m12:31:10,360 ERROR [stderr] (default task-5)   at org.apache.cxf.wsdl11.WSDLServiceBuilder.buildInterface(WSDLServiceBuilder.java:593)
 [0m [31m12:31:10,360 ERROR [stderr] (default task-5)   at org.apache.cxf.wsdl11.WSDLServiceBuilder.buildServices(WSDLServiceBuilder.java:353)
 [0m [31m12:31:10,361 ERROR [stderr] (default task-5)   at org.apache.cxf.wsdl11.WSDLServiceBuilder.buildServices(WSDLServiceBuilder.java:209)
 [0m [31m12:31:10,361 ERROR [stderr] (default task-5)   at org.apache.cxf.wsdl11.WSDLServiceFactory.create(WSDLServiceFactory.java:162)


org.jboss.as.test.xts.wsba.coordinatorcompletion.client.BACoordinatorCompletionTestCase.testWSBACoordinatorCompletionFailToComplete: java.lang.AssertionError: Another status order expected for the bacoordinator_completition_service1 expected:<[COMPLETE, CONFIRM_COMPLETED, COMPENSATE]> but was:<[CANCEL, COMPLETE, CONFIRM_COMPLETED, COMPENSATE]>
    at org.jboss.as.test.xts.base.BaseFunctionalTest.assertEventLog(BaseFunctionalTest.java:85)
    at org.jboss.as.test.xts.wsba.coordinatorcompletion.client.BACoordinatorCompletionTestCase.assertEventLogClient1(BACoordinatorCompletionTestCase.java:194)
    at org.jboss.as.test.xts.wsba.coordinatorcompletion.client.BACoordinatorCompletionTestCase.testWSBACoordinatorCompletionFailToComplete(BACoordinatorCompletionTestCase.java:185)
------- Stdout: -------
 [0m12:31:10,691 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.client.BACoordinatorCompletionClient] (pool-3-thread-1) wsdlLocation for service: http://[::1]:8080/wsba-coordinatorcompletition-test/BACoordinatorCompletionService1?wsdl
 [0m [0m12:31:10,710 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://www.jboss.com/jbossas/test/xts/ba/coordinatorcompletion/}BACoordinatorCompletionService1 from WSDL: http://[::1]:8080/wsba-coordinatorcompletition-test/BACoordinatorCompletionService1?wsdl
 [0m [0m12:31:10,730 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.client.BACoordinatorCompletionClient] (pool-3-thread-1) wsdlLocation for service: http://[::1]:8080/wsba-coordinatorcompletition-test/BACoordinatorCompletionService2?wsdl
 [0m [0m12:31:10,736 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://www.jboss.com/jbossas/test/xts/ba/coordinatorcompletion/}BACoordinatorCompletionService2 from WSDL: http://[::1]:8080/wsba-coordinatorcompletition-test/BACoordinatorCompletionService2?wsdl
 [0m [0m12:31:10,746 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.client.BACoordinatorCompletionClient] (pool-3-thread-1) wsdlLocation for service: http://[::1]:8080/wsba-coordinatorcompletition-test/BACoordinatorCompletionService3?wsdl
 [0m [0m12:31:10,756 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://www.jboss.com/jbossas/test/xts/ba/coordinatorcompletion/}BACoordinatorCompletionService3 from WSDL: http://[::1]:8080/wsba-coordinatorcompletition-test/BACoordinatorCompletionService3?wsdl
 [0m [0m12:31:10,763 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
 [0m [0m12:31:10,766 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
 [0m [0m12:31:10,831 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.service.BACoordinatorCompletionSuperService] (default task-19) [BA COORDINATOR COMPL SERVICE] web method saveData('bacoordinator_completition_service1')
 [0m [0m12:31:10,839 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.service.BACoordinatorCompletionSuperService] (default task-19) [BA COORDINATOR COMPL SERVICE] Enlisting a participant into the BA
 [0m [0m12:31:10,855 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (default task-19) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
 [0m [0m12:31:10,907 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.service.BACoordinatorCompletionSuperService] (default task-19) [BA COORDINATOR COMPL SERVICE] Invoking the back-end business logic - saving value: bacoordinator_completition_service1
 [0m [0m12:31:10,938 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.service.BACoordinatorCompletionSuperService] (default task-12) [BA COORDINATOR COMPL SERVICE] web method saveData('bacoordinator_completition_service2')
 [0m [0m12:31:10,938 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.service.BACoordinatorCompletionSuperService] (default task-12) [BA COORDINATOR COMPL SERVICE] Enlisting a participant into the BA
 [0m [0m12:31:10,960 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (default task-12) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
 [0m [0m12:31:11,001 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.service.BACoordinatorCompletionSuperService] (default task-12) [BA COORDINATOR COMPL SERVICE] Invoking the back-end business logic - saving value: bacoordinator_completition_service2
 [0m [0m12:31:11,043 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.service.BACoordinatorCompletionSuperService] (default task-23) [BA COORDINATOR COMPL SERVICE] web method saveData('bacoordinator_completition_service3')
 [0m [0m12:31:11,044 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.service.BACoordinatorCompletionSuperService] (default task-23) [BA COORDINATOR COMPL SERVICE] Enlisting a participant into the BA
 [0m [0m12:31:11,058 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (default task-23) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
 [0m [0m12:31:11,079 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.service.BACoordinatorCompletionSuperService] (default task-23) [BA COORDINATOR COMPL SERVICE] Invoking the back-end business logic - saving value: bacoordinator_completition_service3
 [0m [0m12:31:11,093 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
 [0m [0m12:31:11,122 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/com/arjuna/schemas/ws/_2005/_10/wsarjtx/wsdl/wsarjtx-termination-coordinator-binding.wsdl
 [0m [0m12:31:11,140 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (TaskWorker-4) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionParticipantService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-participant-binding.wsdl
 [0m [0m12:31:11,153 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.service.BACoordinationCompletionParticipant] (TaskWorker-3) [BA COORDINATOR COMPL SERVICE] Participant complete() - logged: COMPLETE
 [0m [0m12:31:11,159 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.service.BACoordinationCompletionParticipant] (TaskWorker-3) [BA COORDINATOR COMPL SERVICE] Participant confirmCompleted(true) - logged: CONFIRM_COMPLETED
 [0m [0m12:31:11,166 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (TaskWorker-3) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-coordinator-binding.wsdl
 [0m [0m12:31:11,190 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (TaskWorker-4) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionParticipantService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-participant-binding.wsdl
 [0m [0m12:31:11,203 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.service.BACoordinationCompletionParticipant] (TaskWorker-1) [BA COORDINATOR COMPL SERVICE] Participant complete() - logged: COMPLETE
 [0m [0m12:31:11,203 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.service.BACoordinationCompletionParticipant] (TaskWorker-1) [BA COORDINATOR COMPL SERVICE] Participant complete() - intentionally throwing com.arjuna.wst.SystemException
 [0m [33m12:31:11,203 WARN  [com.arjuna.wst] (TaskWorker-1) ARJUNA043235: Unexpected exception from participant complete for WS-BA participant: com.arjuna.wst.SystemException: Intentionally throwing system exception to get compensation method on run
 [0m [0m12:31:16,220 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (Timer-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-coordinator-binding.wsdl
 [0m [0m12:31:23,258 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (Timer-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-coordinator-binding.wsdl
 [0m [0m12:31:33,083 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (Timer-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-coordinator-binding.wsdl
 [0m [33m12:31:41,204 WARN  [com.arjuna.ws.wscf] (TaskWorker-4) ARJUNA044015: Participant failed to complete in activity {1}
 [0m [0m12:31:41,215 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (TaskWorker-4) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionParticipantService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-participant-binding.wsdl
 [0m [0m12:31:41,231 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.service.BACoordinationCompletionParticipant] (TaskWorker-1) [BA COORDINATOR COMPL SERVICE] Participant compensate() - logged: COMPENSATE
 [0m [0m12:31:41,238 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (TaskWorker-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-coordinator-binding.wsdl
 [0m [0m12:31:41,304 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (TaskWorker-4) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionParticipantService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-participant-binding.wsdl
 [0m [0m12:31:41,319 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.service.BACoordinationCompletionParticipant] (TaskWorker-2) [BA COORDINATOR COMPL SERVICE] Participant cancel() - logged: CANCEL
 [0m [0m12:31:41,377 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (TaskWorker-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-coordinator-binding.wsdl
 [0m [0m12:31:41,403 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (TaskWorker-4) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionParticipantService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-participant-binding.wsdl
 [0m [0m12:31:41,418 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.service.BACoordinationCompletionParticipant] (TaskWorker-1) [BA COORDINATOR COMPL SERVICE] Participant cancel() - logged: CANCEL
 [0m [0m12:31:41,426 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (TaskWorker-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithCoordinatorCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-coordinator-binding.wsdl
 [0m [33m12:31:41,440 WARN  [com.arjuna.mw.wstx] (TaskWorker-4) ARJUNA045062: Coordinator cancelled the activity
 [0m [0m12:31:41,447 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (TaskWorker-4) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationParticipantService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/com/arjuna/schemas/ws/_2005/_10/wsarjtx/wsdl/wsarjtx-termination-participant-binding.wsdl
    at org.jboss.as.test.xts.base.BaseFunctionalTest.assertEventLog(BaseFunctionalTest.java:85)


org.jboss.as.test.xts.wsba.coordinatorcompletion.client.BACoordinatorCompletionTestCase.testWSBACoordinatorClientCancel:    at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.unmarshalFault(Soap11FaultInInterceptor.java:86)
    at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:52)
    at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:41)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
    at org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.java:112)
    at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor.handleMessage(SOAPHandlerInterceptor.java:140)
    at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor.handleMessage(SOAPHandlerInterceptor.java:71)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
    at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:798)
    at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1669)
    at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1550)
    at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1347)
    at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
    at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:651)
    at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
    at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:514)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:423)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:324)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:277)
    at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:96)
    at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:139)
    at com.sun.proxy.$Proxy233.saveData(Unknown Source)
    at org.jboss.as.test.xts.wsba.coordinatorcompletion.client.BACoordinatorCompletionTestCase.testWSBACoordinatorClientCancel(BACoordinatorCompletionTestCase.java:143)
------- Stdout: -------
 [0m12:31:41,488 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.client.BACoordinatorCompletionClient] (pool-3-thread-1) wsdlLocation for service: http://[::1]:8080/wsba-coordinatorcompletition-test/BACoordinatorCompletionService1?wsdl
 [0m [0m12:31:41,495 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://www.jboss.com/jbossas/test/xts/ba/coordinatorcompletion/}BACoordinatorCompletionService1 from WSDL: http://[::1]:8080/wsba-coordinatorcompletition-test/BACoordinatorCompletionService1?wsdl
 [0m [0m12:31:41,503 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.client.BACoordinatorCompletionClient] (pool-3-thread-1) wsdlLocation for service: http://[::1]:8080/wsba-coordinatorcompletition-test/BACoordinatorCompletionService2?wsdl
 [0m [0m12:31:41,507 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://www.jboss.com/jbossas/test/xts/ba/coordinatorcompletion/}BACoordinatorCompletionService2 from WSDL: http://[::1]:8080/wsba-coordinatorcompletition-test/BACoordinatorCompletionService2?wsdl
 [0m [0m12:31:41,514 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.client.BACoordinatorCompletionClient] (pool-3-thread-1) wsdlLocation for service: http://[::1]:8080/wsba-coordinatorcompletition-test/BACoordinatorCompletionService3?wsdl
 [0m [0m12:31:41,519 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://www.jboss.com/jbossas/test/xts/ba/coordinatorcompletion/}BACoordinatorCompletionService3 from WSDL: http://[::1]:8080/wsba-coordinatorcompletition-test/BACoordinatorCompletionService3?wsdl
 [0m [0m12:31:41,526 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
 [0m [0m12:31:41,528 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
 [0m [0m12:31:41,556 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.service.BACoordinatorCompletionSuperService] (default task-7) [BA COORDINATOR COMPL SERVICE] web method saveData('bacoordinator_completition_service1')
 [0m [0m12:31:41,557 INFO  [org.jboss.as.test.xts.wsba.coordinatorcompletion.service.BACoordinatorCompletionSuperService] (default task-7) [BA COORDINATOR COMPL SERVICE] Enlisting a participant into the BA
 [0m [0m12:31:41,567 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (default task-7) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
 [0m [31m12:31:41,567 ERROR [stderr] (default task-7) org.apache.cxf.wsdl11.WSDLRuntimeException: Part parameters defined as element {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}Register which is not in the schema.
 [0m [31m12:31:41,568 ERROR [stderr] (default task-7)   at org.apache.cxf.wsdl11.WSDLServiceBuilder.buildMessage(WSDLServiceBuilder.java:886)
 [0m [31m12:31:41,568 ERROR [stderr] (default task-7)   at org.apache.cxf.wsdl11.WSDLServiceBuilder.buildInterfaceOperation(WSDLServiceBuilder.java:615)
 [0m [31m12:31:41,568 ERROR [stderr] (default task-7)   at org.apache.cxf.wsdl11.WSDLServiceBuilder.buildInterface(WSDLServiceBuilder.java:593)
 [0m [31m12:31:41,568 ERROR [stderr] (default task-7)   at org.apache.cxf.wsdl11.WSDLServiceBuilder.buildServices(WSDLServiceBuilder.java:353)
 [0m [31m12:31:41,568 ERROR [stderr] (default task-7)   at org.apache.cxf.wsdl11.WSDLServiceBuilder.buildServices(WSDLServiceBuilder.java:209)
 [0m [31m12:31:41,568 ERROR [stderr] (default task-7)   at org.apache.cxf.wsdl11.WSDLServiceFactory.create(WSDLServiceFactory.java:162)
 [0m [31m12:31:41,568 ERROR [stderr] (default task-7)   at org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean.buildServiceFromWSDL(ReflectionServiceFactoryBean.java:405)
 [0m [31m12:31:41,568 ERROR [stderr] (default task-7)   at org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean.initializeServiceModel(ReflectionServiceFactoryBean.java:525)
 [0m [31m12:31:41,568 ERROR [stderr] (default task-7)   at org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean.create(ReflectionServiceFactoryBean.java:261)
 [0m [31m12:31:41,568 ERROR [stderr] (default task-7)   at org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean.create(JaxWsServiceFactoryBean.java:199)
 [0m [31m12:31:41,568 ERROR [stderr] (default task-7)   at org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createEndpoint(AbstractWSDLBasedEndpointFactory.java:102)
 [0m [31m12:31:41,568 ERROR [stderr] (default task-7)   at org.apache.cxf.frontend.ClientFactoryBean.create(ClientFactoryBean.java:91)
 [0m [31m12:31:41,569 ERROR [stderr] (default task-7)   at org.apache.cxf.frontend.ClientProxyFactoryBean.create(ClientProxyFactoryBean.java:157)
 [0m [31m12:31:41,569 ERROR [stderr] (default task-7)   at org.apache.cxf.jaxws.JaxWsProxyFactoryBean.create(JaxWsProxyFactoryBean.java:142)


org.jboss.as.test.xts.wsat.client.ATTestCase.testWSATVoteReadOnly:  at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.unmarshalFault(Soap11FaultInInterceptor.java:86)
    at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:52)
    at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:41)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
    at org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.java:112)
    at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor.handleMessage(SOAPHandlerInterceptor.java:140)
    at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor.handleMessage(SOAPHandlerInterceptor.java:71)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
    at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:798)
    at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1669)
    at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1550)
    at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1347)
    at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
    at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:651)
    at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
    at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:514)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:423)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:324)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:277)
    at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:96)
    at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:139)
    at com.sun.proxy.$Proxy241.invoke(Unknown Source)
    at org.jboss.as.test.xts.wsat.client.ATTestCase.testWSATVoteReadOnly(ATTestCase.java:188)
------- Stdout: -------
 [0m12:31:41,683 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 81) WFLYUT0022: Unregistered web context: /wsba-coordinatorcompletition-test
 [0m [0m12:31:41,704 INFO  [org.jboss.as.webservices] (MSC service thread 1-2) WFLYWS0004: Stopping service jboss.ws.endpoint."wsba-coordinatorcompletition-test.war".BACoordinatorCompletionService1
 [0m [0m12:31:41,704 INFO  [org.jboss.as.webservices] (MSC service thread 1-1) WFLYWS0004: Stopping service jboss.ws.endpoint."wsba-coordinatorcompletition-test.war".BACoordinatorCompletionService2
 [0m [0m12:31:41,705 INFO  [org.jboss.as.webservices] (MSC service thread 1-1) WFLYWS0004: Stopping service jboss.ws.endpoint."wsba-coordinatorcompletition-test.war".BACoordinatorCompletionService3
 [0m [0m12:31:41,706 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0010: Stopping weld service for deployment wsba-coordinatorcompletition-test.war
 [0m [0m12:31:41,726 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment wsba-coordinatorcompletition-test.war (runtime-name: wsba-coordinatorcompletition-test.war) in 51ms
 [0m [0m12:31:41,734 INFO  [org.jboss.as.repository] (management-handler-thread - 5) WFLYDR0002: Content removed from location /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/xts/target/jbossas/standalone/data/content/55/24643ab50937313424a28bfca66b066c70cf04/content
 [0m [0m12:31:41,734 INFO  [org.jboss.as.server] (management-handler-thread - 5) WFLYSRV0009: Undeployed "wsba-coordinatorcompletition-test.war" (runtime-name: "wsba-coordinatorcompletition-test.war")
 [0m [0m12:31:41,756 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/xts/target/jbossas/standalone/data/content/d3/6c8b9487612b64b2bb9a321195bab834290839/content
 [0m [0m12:31:41,758 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "wsat-test.war" (runtime-name: "wsat-test.war")
 [0m [33m12:31:41,776 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) WFLYSRV0018: Deployment "deployment.wsat-test.war" is using a private module ("org.jboss.jts:main") which may be changed or removed in future versions without notice.
 [0m [33m12:31:41,776 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) WFLYSRV0018: Deployment "deployment.wsat-test.war" is using a private module ("org.wildfly.security.manager:main") which may be changed or removed in future versions without notice.
 [0m [0m12:31:41,784 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment wsat-test.war
 [0m [0m12:31:41,786 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-3) WFLYEJB0473: JNDI bindings for session bean named 'EventLog' in deployment unit 'deployment "wsat-test.war"' are as follows:

    java:global/wsat-test/EventLog!org.jboss.as.test.xts.util.EventLog
    java:app/wsat-test/EventLog!org.jboss.as.test.xts.util.EventLog
    java:module/EventLog!org.jboss.as.test.xts.util.EventLog
    java:global/wsat-test/EventLog
    java:app/wsat-test/EventLog
    java:module/EventLog

 [0m [0m12:31:41,849 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0006: Starting Services for CDI deployment: wsat-test.war
 [0m [0m12:31:41,850 INFO  [org.jboss.ws.cxf.metadata] (MSC service thread 1-3) JBWS024061: Adding service endpoint metadata: id=ATService2
 address=http://[::1]:8080/wsat-test/ATService2
 implementor=org.jboss.as.test.xts.wsat.service.ATService2


org.jboss.as.test.xts.wsat.client.ATTestCase.testWSATClientRollback:    at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.unmarshalFault(Soap11FaultInInterceptor.java:86)
    at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:52)
    at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:41)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
    at org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.java:112)
    at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor.handleMessage(SOAPHandlerInterceptor.java:140)
    at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor.handleMessage(SOAPHandlerInterceptor.java:71)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
    at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:798)
    at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1669)
    at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1550)
    at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1347)
    at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
    at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:651)
    at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
    at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:514)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:423)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:324)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:277)
    at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:96)
    at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:139)
    at com.sun.proxy.$Proxy244.invoke(Unknown Source)
    at org.jboss.as.test.xts.wsat.client.ATTestCase.testWSATClientRollback(ATTestCase.java:127)
------- Stdout: -------
 [0m12:31:42,653 INFO  [org.jboss.as.test.xts.wsat.client.ATClient] (pool-3-thread-1) wsdlLocation for service: http://[::1]:8080/wsat-test/ATService1?wsdl
 [0m [0m12:31:42,654 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://www.jboss.com/jbossas/test/xts/wsat/at/}ATService1 from WSDL: http://[::1]:8080/wsat-test/ATService1?wsdl
 [0m [0m12:31:42,684 INFO  [org.jboss.as.test.xts.wsat.client.ATClient] (pool-3-thread-1) wsdlLocation for service: http://[::1]:8080/wsat-test/ATService2?wsdl
 [0m [0m12:31:42,684 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://www.jboss.com/jbossas/test/xts/wsat/at/}ATService2 from WSDL: http://[::1]:8080/wsat-test/ATService2?wsdl
 [0m [0m12:31:42,690 INFO  [org.jboss.as.test.xts.wsat.client.ATClient] (pool-3-thread-1) wsdlLocation for service: http://[::1]:8080/wsat-test/ATService3?wsdl
 [0m [0m12:31:42,690 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://www.jboss.com/jbossas/test/xts/wsat/at/}ATService3 from WSDL: http://[::1]:8080/wsat-test/ATService3?wsdl
 [0m [0m12:31:42,696 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
 [0m [0m12:31:42,698 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
 [0m [0m12:31:42,724 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
 [0m [0m12:31:42,751 INFO  [org.jboss.as.test.xts.wsat.service.ATSuperService] (default task-20) [AT SERVICE] web method invoke(service1) with eventLog Proxy for view class: org.jboss.as.test.xts.util.EventLog of EJB: EventLog
 [0m [0m12:31:42,752 INFO  [org.jboss.as.test.xts.wsat.service.ATSuperService] (default task-20) [SERVICE] Enlisting a Durable2PC participant into the AT
 [0m [0m12:31:42,760 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (default task-20) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
 [0m [33m12:31:42,761 WARNING [org.apache.cxf.phase.PhaseInterceptorChain] (default task-20) Application {http://www.jboss.com/jbossas/test/xts/wsat/at/}ATService1#{http://www.jboss.com/jbossas/test/xts/wsat/at/}invoke has thrown exception, unwinding now: org.apache.cxf.interceptor.Fault: Error when enlisting participants
    at org.apache.cxf.service.invoker.AbstractInvoker.createFault(AbstractInvoker.java:162)
    at org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker.createFault(AbstractJAXWSMethodInvoker.java:267)
    at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:128)
    at org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker.invoke(AbstractJAXWSMethodInvoker.java:232)
    at org.apache.cxf.jaxws.JAXWSMethodInvoker.invoke(JAXWSMethodInvoker.java:85)
    at org.jboss.wsf.stack.cxf.JBossWSInvoker.invoke(JBossWSInvoker.java:145)
    at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:59)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at org.apache.cxf.interceptor.ServiceInvokerInterceptor$2.run(ServiceInvokerInterceptor.java:126)
    at org.apache.cxf.workqueue.SynchronousExecutor.execute(SynchronousExecutor.java:37)
    at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:131)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)


org.jboss.as.test.xts.wsat.client.ATTestCase.testWSATVoteRollback:  at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.unmarshalFault(Soap11FaultInInterceptor.java:86)
    at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:52)
    at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:41)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
    at org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.java:112)
    at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor.handleMessage(SOAPHandlerInterceptor.java:140)
    at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor.handleMessage(SOAPHandlerInterceptor.java:71)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
    at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:798)
    at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1669)
    at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1550)
    at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1347)
    at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
    at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:651)
    at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
    at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:514)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:423)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:324)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:277)
    at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:96)
    at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:139)
    at com.sun.proxy.$Proxy247.invoke(Unknown Source)
    at org.jboss.as.test.xts.wsat.client.ATTestCase.testWSATVoteRollback(ATTestCase.java:141)
------- Stdout: -------
 [0m12:31:42,839 INFO  [org.jboss.as.test.xts.wsat.client.ATClient] (pool-3-thread-1) wsdlLocation for service: http://[::1]:8080/wsat-test/ATService1?wsdl
 [0m [0m12:31:42,840 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://www.jboss.com/jbossas/test/xts/wsat/at/}ATService1 from WSDL: http://[::1]:8080/wsat-test/ATService1?wsdl
 [0m [0m12:31:42,848 INFO  [org.jboss.as.test.xts.wsat.client.ATClient] (pool-3-thread-1) wsdlLocation for service: http://[::1]:8080/wsat-test/ATService2?wsdl
 [0m [0m12:31:42,849 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://www.jboss.com/jbossas/test/xts/wsat/at/}ATService2 from WSDL: http://[::1]:8080/wsat-test/ATService2?wsdl
 [0m [0m12:31:42,854 INFO  [org.jboss.as.test.xts.wsat.client.ATClient] (pool-3-thread-1) wsdlLocation for service: http://[::1]:8080/wsat-test/ATService3?wsdl
 [0m [0m12:31:42,854 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://www.jboss.com/jbossas/test/xts/wsat/at/}ATService3 from WSDL: http://[::1]:8080/wsat-test/ATService3?wsdl
 [0m [0m12:31:42,860 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
 [0m [0m12:31:42,861 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
 [0m [0m12:31:42,879 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
 [0m [0m12:31:42,905 INFO  [org.jboss.as.test.xts.wsat.service.ATSuperService] (default task-27) [AT SERVICE] web method invoke(service1) with eventLog Proxy for view class: org.jboss.as.test.xts.util.EventLog of EJB: EventLog
 [0m [0m12:31:42,906 INFO  [org.jboss.as.test.xts.wsat.service.ATSuperService] (default task-27) [SERVICE] Enlisting a Durable2PC participant into the AT
 [0m [0m12:31:42,914 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (default task-27) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
 [0m [33m12:31:42,915 WARNING [org.apache.cxf.phase.PhaseInterceptorChain] (default task-27) Application {http://www.jboss.com/jbossas/test/xts/wsat/at/}ATService1#{http://www.jboss.com/jbossas/test/xts/wsat/at/}invoke has thrown exception, unwinding now: org.apache.cxf.interceptor.Fault: Error when enlisting participants
    at org.apache.cxf.service.invoker.AbstractInvoker.createFault(AbstractInvoker.java:162)
    at org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker.createFault(AbstractJAXWSMethodInvoker.java:267)
    at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:128)
    at org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker.invoke(AbstractJAXWSMethodInvoker.java:232)
    at org.apache.cxf.jaxws.JAXWSMethodInvoker.invoke(JAXWSMethodInvoker.java:85)
    at org.jboss.wsf.stack.cxf.JBossWSInvoker.invoke(JBossWSInvoker.java:145)
    at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:59)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at org.apache.cxf.interceptor.ServiceInvokerInterceptor$2.run(ServiceInvokerInterceptor.java:126)
    at org.apache.cxf.workqueue.SynchronousExecutor.execute(SynchronousExecutor.java:37)
    at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:131)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)


org.jboss.as.test.xts.wsat.client.ATTestCase.testWSATApplicationException:  at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.unmarshalFault(Soap11FaultInInterceptor.java:86)
    at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:52)
    at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:41)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
    at org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.java:112)
    at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor.handleMessage(SOAPHandlerInterceptor.java:140)
    at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor.handleMessage(SOAPHandlerInterceptor.java:71)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
    at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:798)
    at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1669)
    at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1550)
    at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1347)
    at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
    at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:651)
    at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
    at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:514)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:423)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:324)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:277)
    at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:96)
    at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:139)
    at com.sun.proxy.$Proxy251.invoke(Unknown Source)
    at org.jboss.as.test.xts.wsat.client.ATTestCase.testWSATApplicationException(ATTestCase.java:203)
------- Stdout: -------
 [0m12:31:42,979 INFO  [org.jboss.as.test.xts.wsat.client.ATClient] (pool-3-thread-1) wsdlLocation for service: http://[::1]:8080/wsat-test/ATService1?wsdl
 [0m [0m12:31:42,979 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://www.jboss.com/jbossas/test/xts/wsat/at/}ATService1 from WSDL: http://[::1]:8080/wsat-test/ATService1?wsdl
 [0m [0m12:31:42,988 INFO  [org.jboss.as.test.xts.wsat.client.ATClient] (pool-3-thread-1) wsdlLocation for service: http://[::1]:8080/wsat-test/ATService2?wsdl
 [0m [0m12:31:42,988 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://www.jboss.com/jbossas/test/xts/wsat/at/}ATService2 from WSDL: http://[::1]:8080/wsat-test/ATService2?wsdl
 [0m [0m12:31:42,993 INFO  [org.jboss.as.test.xts.wsat.client.ATClient] (pool-3-thread-1) wsdlLocation for service: http://[::1]:8080/wsat-test/ATService3?wsdl
 [0m [0m12:31:42,993 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://www.jboss.com/jbossas/test/xts/wsat/at/}ATService3 from WSDL: http://[::1]:8080/wsat-test/ATService3?wsdl
 [0m [0m12:31:43,007 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
 [0m [0m12:31:43,010 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
 [0m [0m12:31:43,031 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-3-thread-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
 [0m [0m12:31:43,066 INFO  [org.jboss.as.test.xts.wsat.service.ATSuperService] (default task-1) [AT SERVICE] web method invoke(service1) with eventLog Proxy for view class: org.jboss.as.test.xts.util.EventLog of EJB: EventLog
 [0m [0m12:31:43,067 INFO  [org.jboss.as.test.xts.wsat.service.ATSuperService] (default task-1) [SERVICE] Enlisting a Durable2PC participant into the AT
 [0m [0m12:31:43,077 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (default task-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
 [0m [0m12:31:43,093 INFO  [org.jboss.as.test.xts.wsat.service.ATSuperService] (default task-1) [SERVICE] Enlisting a VolatilePC participant into the AT
 [0m [0m12:31:43,104 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (default task-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
 [0m [0m12:31:43,116 INFO  [org.jboss.as.test.xts.wsat.service.ATSuperService] (default task-1) |AT SERVICE] I'm working on nothing...
 [0m [0m12:31:43,143 INFO  [org.jboss.as.test.xts.wsat.service.ATSuperService] (default task-5) [AT SERVICE] web method invoke(service2) with eventLog Proxy for view class: org.jboss.as.test.xts.util.EventLog of EJB: EventLog
 [0m [0m12:31:43,143 INFO  [org.jboss.as.test.xts.wsat.service.ATSuperService] (default task-5) [SERVICE] Enlisting a Durable2PC participant into the AT
 [0m [0m12:31:43,152 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (default task-5) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/opt/buildAgent/work/a31d203e70e89f90/dist/target/wildfly-10.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.9.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
 [0m [33m12:31:43,152 WARNING [org.apache.cxf.phase.PhaseInterceptorChain] (default task-5) Application {http://www.jboss.com/jbossas/test/xts/wsat/at/}ATService2#{http://www.jboss.com/jbossas/test/xts/wsat/at/}invoke has thrown exception, unwinding now: org.apache.cxf.interceptor.Fault: Error when enlisting participants
    at org.apache.cxf.service.invoker.AbstractInvoker.createFault(AbstractInvoker.java:162)
    at org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker.createFault(AbstractJAXWSMethodInvoker.java:267)
    at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:128)
    at org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker.invoke(AbstractJAXWSMethodInvoker.java:232)
    at org.apache.cxf.jaxws.JAXWSMethodInvoker.invoke(JAXWSMethodInvoker.java:85)
    at org.jboss.wsf.stack.cxf.JBossWSInvoker.invoke(JBossWSInvoker.java:145)
    at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:59)



##### there are 7 more failed tests, see build details

@jmesnil jmesnil force-pushed the WFLY-5935_upgrade_netty_4.0.32.Final branch 2 times, most recently from 9ffb0ea to f6c85df Compare January 6, 2016 12:08
@wildfly-ci
Copy link

Linux Build 9049 outcome was FAILURE using a merge of f6c85df
Summary: Tests passed: 1632, ignored: 148; compilation error: Compiler (new) Build time: 00:42:02

@jmesnil jmesnil force-pushed the WFLY-5935_upgrade_netty_4.0.32.Final branch from f6c85df to b12db1a Compare January 6, 2016 12:57
@wildfly-ci
Copy link

Windows Build 4079 outcome was FAILURE using a merge of b12db1a
Summary: Tests failed: 22 (22 new), passed: 1552, ignored: 147; compilation error: Compiler (new) Build time: 00:58:15

Failed tests

org.jboss.as.test.clustering.single.web.SimpleWebTestCase: org.jboss.as.test.clustering.single.dispatcher.CommandDispatcherTestCase: To disable this check and allow Arquillian to connect to a running server, set allowConnectingToRunningServer to true in the container configuration
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.failDueToRunning(ManagedDeployableContainer.java:309)
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:80)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:110)


org.jboss.as.test.clustering.single.web.SimpleWebTestCase: org.jboss.as.test.clustering.single.provider.ServiceProviderRegistrationTestCase: java.lang.RuntimeException: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
To disable this check and allow Arquillian to connect to a running server, set allowConnectingToRunningServer to true in the container configuration
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.failDueToRunning(ManagedDeployableContainer.java:309)
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:80)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:110)


org.jboss.as.test.clustering.single.web.SimpleWebTestCase: org.jboss.as.test.clustering.single.registry.RegistryTestCase: java.lang.RuntimeException: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
To disable this check and allow Arquillian to connect to a running server, set allowConnectingToRunningServer to true in the container configuration
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.failDueToRunning(ManagedDeployableContainer.java:309)
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:80)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:110)


org.jboss.as.test.clustering.single.web.SimpleWebTestCase: org.jboss.as.test.clustering.single.singleton.SingletonServiceTestCase: java.lang.RuntimeException: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
To disable this check and allow Arquillian to connect to a running server, set allowConnectingToRunningServer to true in the container configuration
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.failDueToRunning(ManagedDeployableContainer.java:309)
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:80)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:110)


org.jboss.as.test.clustering.single.web.SimpleWebTestCase: java.lang.RuntimeException: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
To disable this check and allow Arquillian to connect to a running server, set allowConnectingToRunningServer to true in the container configuration
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.failDueToRunning(ManagedDeployableContainer.java:309)
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:80)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:110)


org.jboss.as.test.clustering.xsite.XSiteSimpleTestCase.testPutToBackupNotRelayed: java.lang.IllegalArgumentException: Deployment with name deployment-0 could not be deployed. Container container-0 must be started first.
    at org.jboss.as.test.clustering.NodeUtil.deploy(NodeUtil.java:41)
    at org.jboss.as.test.clustering.cluster.ClusterAbstractTestCase.deploy(ClusterAbstractTestCase.java:115)
    at org.jboss.as.test.clustering.cluster.ExtendedClusterAbstractTestCase.beforeTestMethod(ExtendedClusterAbstractTestCase.java:37)
------- Stdout: -------
13:48:54,273 INFO  [org.jboss.as.test.clustering.NodeUtil] (main) Starting deployment=NONE, container=container-0
To disable this check and allow Arquillian to connect to a running server, set allowConnectingToRunningServer to true in the container configuration
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.failDueToRunning(ManagedDeployableContainer.java:309)
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:80)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:110)
    at org.jboss.as.test.clustering.NodeUtil.start(NodeUtil.java:68)
    at org.jboss.as.test.clustering.cluster.ClusterAbstractTestCase.start(ClusterAbstractTestCase.java:107)
    at org.jboss.as.test.clustering.cluster.ExtendedClusterAbstractTestCase.beforeTestMethod(ExtendedClusterAbstractTestCase.java:36)

13:48:54,354 INFO  [org.jboss.as.test.clustering.NodeUtil] (main) Starting deployment=NONE, container=container-1
To disable this check and allow Arquillian to connect to a running server, set allowConnectingToRunningServer to true in the container configuration
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.failDueToRunning(ManagedDeployableContainer.java:309)
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:80)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:110)
    at org.jboss.as.test.clustering.NodeUtil.start(NodeUtil.java:68)
    at org.jboss.as.test.clustering.cluster.ClusterAbstractTestCase.start(ClusterAbstractTestCase.java:107)
    at org.jboss.as.test.clustering.cluster.ExtendedClusterAbstractTestCase.beforeTestMethod(ExtendedClusterAbstractTestCase.java:36)

13:48:54,370 INFO  [org.jboss.as.test.clustering.NodeUtil] (main) Starting deployment=NONE, container=container-2
13:48:55,496 WARNING [org.jboss.as.arquillian.container.managed.ManagedDeployableContainer] (main) Bundles path is deprecated and no longer used.
13:48:55,497 INFO  [org.jboss.as.arquillian.container.managed.ManagedDeployableContainer] (main) Starting container with: [C:\Java\jdk1.8.0_66\bin\java, -D[Standalone], -Dorg.jboss.ejb.client.wildfly-testsuite-hack=true, -Xmx512m, -Djboss.dist=C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\clustering/../../../dist/target/wildfly-10.0.0.Final-SNAPSHOT, -Djava.net.preferIPv4Stack=false, -Djava.net.preferIPv6Addresses=true, -server, -Dts.timeout.factor=100, -Dnode0=::1, -Dnode1=::1, -Dmcast=ff13::1, -Dmcast.ttl=0, -Djbossas.ts.submodule.dir=C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\clustering, -Djbossas.ts.integ.dir=C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\clustering/.., -Djbossas.ts.dir=C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\clustering/../.., -Djbossas.project.dir=C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\clustering/../../.., -Djboss.inst=C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\clustering/target/wildfly-xsite-NYC-0, -Djboss.node.name=NYC-0, -Djboss.port.offset=200, -ea, -Djboss.home.dir=C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\clustering\target\wildfly-xsite-NYC-0, -Dorg.jboss.boot.log.file=C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\clustering\target\wildfly-xsite-NYC-0\standalone\log\server.log, -Dlogging.configuration=file:C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\clustering\target\wildfly-xsite-NYC-0\standalone\configuration\logging.properties, -jar, C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\clustering\target\wildfly-xsite-NYC-0\jboss-modules.jar, -mp, C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\clustering\target\wildfly-xsite-NYC-0\modules;C:\BuildAgent\work\a31d203e70e89f90\dist\target\wildfly-10.0.0.Final-SNAPSHOT\modules;C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\clustering\target\modules, org.jboss.as.standalone, -Djboss.home.dir=C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\clustering\target\wildfly-xsite-NYC-0, -Djboss.server.base.dir=C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\clustering\target\wildfly-xsite-NYC-0\standalone, -Djboss.server.log.dir=C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\clustering\target\wildfly-xsite-NYC-0\standalone\log, -Djboss.server.config.dir=C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\clustering\target\wildfly-xsite-NYC-0\standalone\configuration, -Dts.wildfly.version=10.0.0.Final-SNAPSHOT, -c=standalone-ha.xml]
13:48:55,550 INFO  [org.xnio] (main) XNIO version 3.3.4.Final
13:48:55,717 INFO  [org.xnio.nio] (main) XNIO NIO Implementation Version 3.3.4.Final
13:48:55,842 INFO  [org.jboss.remoting] (main) JBoss Remoting version 4.0.17.Final-wildfly-1
13:48:56,315 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.0.Final
13:48:56,846 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final
13:48:56,930 INFO  [org.jboss.as] (MSC service thread 1-6) WFLYSRV0049: WildFly Full 10.0.0.Final-SNAPSHOT (WildFly Core 2.0.5.Final) starting
13:48:58,467 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 28) WFLYCTL0028: Attribute 'stack' in the resource at address '/subsystem=jgroups/stack=tcp/relay=relay.RELAY2/remote-site=LON' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
13:48:58,468 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 28) WFLYCTL0028: Attribute 'stack' in the resource at address '/subsystem=jgroups/stack=tcp/relay=relay.RELAY2/remote-site=SFO' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
13:48:58,869 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
13:48:58,887 INFO  [org.xnio] (MSC service thread 1-8) XNIO version 3.3.4.Final
13:48:58,896 INFO  [org.xnio.nio] (MSC service thread 1-8) XNIO NIO Implementation Version 3.3.4.Final
13:48:58,922 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 40) WFLYIO001: Worker 'default' has auto-configured to 8 core threads with 64 task threads based on your 4 available processors
13:48:59,088 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 60) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.
13:48:59,098 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 51) WFLYNAM0001: Activating Naming Subsystem
13:48:59,107 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 48) WFLYJSF0007: Activated the following JSF Implementations: [main]
13:48:59,111 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 62) WFLYWS0002: Activating WebServices Extension
13:48:59,127 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 41) WFLYCLINF0001: Activating Infinispan subsystem.
13:48:59,132 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 58) WFLYSEC0002: Activating Security Subsystem
13:48:59,147 INFO  [org.jboss.as.connector] (MSC service thread 1-6) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.1.Final)
13:48:59,151 INFO  [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 45) WFLYCLJG0001: Activating JGroups subsystem.
13:48:59,165 INFO  [org.jboss.as.security] (MSC service thread 1-4) WFLYSEC0001: Current PicketBox version=4.9.4.Final
13:48:59,202 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 36) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
13:48:59,206 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) WFLYJCA0018: Started Driver service with driver-name = h2
13:48:59,209 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0003: Undertow 1.3.11.Final starting
13:48:59,210 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 61) WFLYUT0003: Undertow 1.3.11.Final starting


org.jboss.as.test.multinode.transaction.TransactionInvocationTestCase: org.jboss.as.test.multinode.ejb.timer.database.DatabaseTimerServiceMultiNodeExecutionDisabledTestCase: To disable this check and allow Arquillian to connect to a running server, set allowConnectingToRunningServer to true in the container configuration
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.failDueToRunning(ManagedDeployableContainer.java:309)
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:80)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:110)


org.jboss.as.test.multinode.transaction.TransactionInvocationTestCase: org.jboss.as.test.multinode.ejb.timer.database.DatabaseTimerServiceMultiNodeTestCase: java.lang.RuntimeException: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
To disable this check and allow Arquillian to connect to a running server, set allowConnectingToRunningServer to true in the container configuration
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.failDueToRunning(ManagedDeployableContainer.java:309)
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:80)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:110)


org.jboss.as.test.multinode.transaction.TransactionInvocationTestCase: org.jboss.as.test.multinode.remotecall.RemoteLocalCallProfileTestCase: java.lang.RuntimeException: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
To disable this check and allow Arquillian to connect to a running server, set allowConnectingToRunningServer to true in the container configuration
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.failDueToRunning(ManagedDeployableContainer.java:309)
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:80)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:110)


org.jboss.as.test.multinode.transaction.TransactionInvocationTestCase: org.jboss.as.test.multinode.remotecall.RemoteLocalCallTestCase: java.lang.RuntimeException: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
To disable this check and allow Arquillian to connect to a running server, set allowConnectingToRunningServer to true in the container configuration
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.failDueToRunning(ManagedDeployableContainer.java:309)
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:80)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:110)


org.jboss.as.test.multinode.transaction.TransactionInvocationTestCase: org.jboss.as.test.multinode.remotecall.scoped.context.DynamicJNDIContextEJBInvocationTestCase: java.lang.RuntimeException: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
To disable this check and allow Arquillian to connect to a running server, set allowConnectingToRunningServer to true in the container configuration
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.failDueToRunning(ManagedDeployableContainer.java:309)
    at org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:80)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:110)



##### there are 12 more failed tests, see build details

@wildfly-ci
Copy link

Linux Build 9051 outcome was FAILURE using a merge of b12db1a
Summary: Tests failed: 2 (1 new), passed: 3308, ignored: 191 Build time: 00:59:07

Failed tests

org.jboss.as.test.integration.ejb.stateful.passivation.PassivationTestCase.testPassivationMaxSize: javax.ejb.EJBException: java.lang.IllegalStateException: WFLYCLEJBINF0008: Stateful session bean UnknownSessionID [6649575449576770686869485251485756574948515356665257535466705256] refers to an invalid bean group 73387a0d-00de-44d7-95eb-25c5fb618ec5
    at org.wildfly.clustering.ejb.infinispan.bean.InfinispanBeanFactory.createBean(InfinispanBeanFactory.java:80)
    at org.wildfly.clustering.ejb.infinispan.InfinispanBeanManager.findBean(InfinispanBeanManager.java:235)
    at org.jboss.as.ejb3.cache.distributable.DistributableCache.get(DistributableCache.java:117)
    at org.jboss.as.ejb3.component.stateful.StatefulComponentInstanceInterceptor.processInvocation(StatefulComponentInstanceInterceptor.java:58)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:275)
    at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:327)
    at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:239)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.as.ejb3.remote.EJBRemoteTransactionPropagatingInterceptor.processInvocation(EJBRemoteTransactionPropagatingInterceptor.java:79)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:43)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.as.ejb3.deployment.processors.EjbSuspendInterceptor.processInvocation(EjbSuspendInterceptor.java:44)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:66)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:64)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:356)
    at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:636)
    at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:61)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:356)
    at org.jboss.invocation.PrivilegedWithCombinerInterceptor.processInvocation(PrivilegedWithCombinerInterceptor.java:80)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
    at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
    at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:195)
    at org.jboss.as.ejb3.remote.LocalEjbReceiver.processInvocation(LocalEjbReceiver.java:259)
    at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:184)
    at org.jboss.ejb.client.EJBObjectInterceptor.handleInvocation(EJBObjectInterceptor.java:58)
    at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:186)
    at org.jboss.ejb.client.EJBHomeInterceptor.handleInvocation(EJBHomeInterceptor.java:83)
    at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:186)
    at org.jboss.ejb.client.TransactionInterceptor.handleInvocation(TransactionInterceptor.java:42)
    at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:186)
    at org.jboss.as.test.integration.ejb.remote.client.api.interceptor.SimpleEJBClientInterceptor.handleInvocation(SimpleEJBClientInterceptor.java:48)
    at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:186)
    at org.jboss.ejb.client.ReceiverInterceptor.handleInvocation(ReceiverInterceptor.java:125)
    at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:186)


org.jboss.as.test.integration.messaging.jms.legacy.LegacyJMSTestCase.testSendAndReceiveFromLegacyTopic:     at org.jboss.as.test.integration.messaging.jms.legacy.LegacyJMSTestCase.doSendAndReceive(LegacyJMSTestCase.java:171)
    at org.jboss.as.test.integration.messaging.jms.legacy.LegacyJMSTestCase.testSendAndReceiveFromLegacyTopic(LegacyJMSTestCase.java:132)
------- Stdout: -------
 [0m14:21:22,479 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 83) AMQ221003: trying to deploy queue jms.queue.LegacyJMSTestCase-Queue
 [0m14:21:22,484 INFO  [org.jboss.as.test.integration.common.jms.JMSOperationsProvider] (main) Operation successful for update = {
    "operation" => "add",
    "address" => [
        ("subsystem" => "messaging-activemq"),
        ("server" => "default"),
        ("jms-queue" => "LegacyJMSTestCase-Queue")
    ],
    "legacy-entries" => ["java:jboss/exported/legacy/jms/LegacyJMSTestCase-Queue"],
    "entries" => ["java:jboss/exported/jms/LegacyJMSTestCase-Queue"]
}
 [0m14:21:22,488 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 83) AMQ221003: trying to deploy queue jms.topic.LegacyJMSTestCase-Topic
 [0m14:21:22,493 INFO  [org.jboss.as.test.integration.common.jms.JMSOperationsProvider] (main) Operation successful for update = {
    "operation" => "add",
    "address" => [
        ("subsystem" => "messaging-activemq"),
        ("server" => "default"),
        ("jms-topic" => "LegacyJMSTestCase-Topic")
    ],
    "legacy-entries" => ["java:jboss/exported/legacy/jms/LegacyJMSTestCase-Topic"],
    "entries" => ["java:jboss/exported/jms/LegacyJMSTestCase-Topic"]
}
14:21:22,601 INFO  [org.jboss.as.test.integration.common.jms.JMSOperationsProvider] (main) Operation successful for update = {
    "operation" => "remove",
    "address" => [
        ("subsystem" => "messaging-activemq"),
        ("server" => "default"),
        ("jms-queue" => "LegacyJMSTestCase-Queue")
    ]
}
14:21:22,609 INFO  [org.jboss.as.test.integration.common.jms.JMSOperationsProvider] (main) Operation successful for update = {
    "operation" => "remove",
    "address" => [
        ("subsystem" => "messaging-activemq"),
        ("server" => "default"),
        ("jms-topic" => "LegacyJMSTestCase-Topic")
    ]
}


@jmesnil jmesnil force-pushed the WFLY-5935_upgrade_netty_4.0.32.Final branch from b12db1a to 5c9bcb6 Compare January 6, 2016 14:24
@jmesnil
Copy link
Member Author

jmesnil commented Jan 7, 2016

retest this please

@wildfly-ci
Copy link

Linux Build 9063 outcome was FAILURE using a merge of 5c9bcb6
Summary: Tests failed: 1, passed: 3309, ignored: 191 Build time: 00:52:41

Failed tests

org.jboss.as.test.integration.messaging.jms.legacy.LegacyJMSTestCase.testSendAndReceiveFromLegacyTopic:     at org.jboss.as.test.integration.messaging.jms.legacy.LegacyJMSTestCase.doSendAndReceive(LegacyJMSTestCase.java:177)
    at org.jboss.as.test.integration.messaging.jms.legacy.LegacyJMSTestCase.testSendAndReceiveFromLegacyTopic(LegacyJMSTestCase.java:132)
------- Stdout: -------
 [0m16:21:37,461 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221003: trying to deploy queue jms.queue.LegacyJMSTestCase-Queue
 [0m16:21:37,468 INFO  [org.jboss.as.test.integration.common.jms.JMSOperationsProvider] (main) Operation successful for update = {
    "operation" => "add",
    "address" => [
        ("subsystem" => "messaging-activemq"),
        ("server" => "default"),
        ("jms-queue" => "LegacyJMSTestCase-Queue")
    ],
    "legacy-entries" => ["java:jboss/exported/legacy/jms/LegacyJMSTestCase-Queue"],
    "entries" => ["java:jboss/exported/jms/LegacyJMSTestCase-Queue"]
}
 [0m16:21:37,470 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221003: trying to deploy queue jms.topic.LegacyJMSTestCase-Topic
 [0m16:21:37,476 INFO  [org.jboss.as.test.integration.common.jms.JMSOperationsProvider] (main) Operation successful for update = {
    "operation" => "add",
    "address" => [
        ("subsystem" => "messaging-activemq"),
        ("server" => "default"),
        ("jms-topic" => "LegacyJMSTestCase-Topic")
    ],
    "legacy-entries" => ["java:jboss/exported/legacy/jms/LegacyJMSTestCase-Topic"],
    "entries" => ["java:jboss/exported/jms/LegacyJMSTestCase-Topic"]
}
16:21:37,585 INFO  [org.jboss.as.test.integration.common.jms.JMSOperationsProvider] (main) Operation successful for update = {
    "operation" => "remove",
    "address" => [
        ("subsystem" => "messaging-activemq"),
        ("server" => "default"),
        ("jms-queue" => "LegacyJMSTestCase-Queue")
    ]
}
16:21:37,595 INFO  [org.jboss.as.test.integration.common.jms.JMSOperationsProvider] (main) Operation successful for update = {
    "operation" => "remove",
    "address" => [
        ("subsystem" => "messaging-activemq"),
        ("server" => "default"),
        ("jms-topic" => "LegacyJMSTestCase-Topic")
    ]
}
------- Stderr: -------
>>> Sending Test0
>>> Sending Test1
>>> Sending Test2
>>> Sending Test3
>>> Sending Test4
>>> Sending Test5
>>> Sending Test6
>>> Sending Test7
>>> Sending Test8


n1hility added a commit that referenced this pull request Jan 7, 2016
…Final

[WFLY-5935] Upgrade Netty to 4.0.32.Final
@n1hility n1hility merged commit 60e13fb into wildfly:master Jan 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants