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

[WFCORE-1029] Stop using InetSocketAddress as map key in UnnamedBindingRegistry #1242

Merged
merged 1 commit into from Mar 18, 2016

Conversation

bstansberry
Copy link
Contributor

This builds on #1239 but adds an additional commit for https://issues.jboss.org/browse/WFCORE-1029.

I'm using separate PRs for these because the different related issues have, IMO, different degrees of acceptability for inclusion in EAP 7. I believe including the WFCORE-1029 fix is the correct ultimate solution, but having added bake time makes sense to me.

@bstansberry bstansberry force-pushed the WFCORE-1029 branch 2 times, most recently from 8f2482d to 64d47a1 Compare November 19, 2015 23:23
static final class UnnamedRegistryImpl implements UnnamedBindingRegistry {
private final Map<InetSocketAddress, ManagedBinding> bindings = new ConcurrentHashMap<InetSocketAddress, ManagedBinding>();
private static final class UnnamedRegistryImpl implements UnnamedBindingRegistry {
private final Map<WrapperBinding, Void> bindings = new ConcurrentHashMap<>();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe a Set would be better, but we either can't use a null value or we need to change the map type. Per the ConcurrentHashMap JavaDoc

Like Hashtable but unlike HashMap, this class does not allow null to be used as a key or value.

@bstansberry bstansberry added the fixme This PR introduces issues that must be fixed label Dec 3, 2015
@wildfly-ci wildfly-ci added review-needed and removed fixme This PR introduces issues that must be fixed labels Dec 3, 2015
@wildfly-ci
Copy link

Core - Full Integration Build 2361 outcome was FAILURE using a merge of 0f04838
Summary: Tests failed: 4 (4 new), passed: 3250, ignored: 363 Build time: 00:57:43

Failed tests

org.jboss.as.test.xts.wsba.participantcompletion.client.BAParticipantCompletionTestCase.testWSBAParticipantDoNotComplete:   at com.sun.proxy.$Proxy25.runTestMethod(Unknown Source)
Caused by: java.io.IOException: Unable to invoke invoke(), status=WAITING
    at org.jboss.remotingjmx.protocol.v2.ClientConnection$TheConnection.invoke(ClientConnection.java:1072)
    at org.jboss.as.arquillian.container.ManagementClient$MBeanConnectionProxy.invoke(ManagementClient.java:560)
    at javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:298)
    at com.sun.proxy.$Proxy25.runTestMethod(Unknown Source)
------- Stdout: -------
 [0m16:40:24,162 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.client.BAParticipantCompletionClient] (pool-2-thread-1) wsdlLocation for service: http://[::1]:8080/wsba-participantcompletition-test/BAParticipantCompletionService1?wsdl
 [0m [0m16:40:24,172 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-2-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 [0m16:40:24,180 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.client.BAParticipantCompletionClient] (pool-2-thread-1) wsdlLocation for service: http://[::1]:8080/wsba-participantcompletition-test/BAParticipantCompletionService2?wsdl
 [0m [0m16:40:24,192 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-2-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 [0m16:40:24,199 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.client.BAParticipantCompletionClient] (pool-2-thread-1) wsdlLocation for service: http://[::1]:8080/wsba-participantcompletition-test/BAParticipantCompletionService3?wsdl
 [0m [0m16:40:24,212 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-2-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 [0m16:40:24,221 INFO  [stdout] (pool-2-thread-1) Rule.execute called for create counter_0
 [0m [0m16:40:24,221 INFO  [stdout] (pool-2-thread-1) create counter execute
 [0m [0m16:40:24,222 INFO  [stdout] (pool-2-thread-1) rule.debug{create counter} : participant_completion.counter.create: 3
 [0m [0m16:40:24,222 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-2-thread-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
 [0m [0m16:40:24,224 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-2-thread-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
 [0m [0m16:40:24,282 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-4) [BA PARTICIPANT COMPL SERVICE] invoked saveData('baparticipant_completition_service1')
 [0m [0m16:40:24,282 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-4) [BA PARTICIPANT COMPL SERVICE] Enlisting a participant into the BA
 [0m [0m16:40:24,295 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/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
 [0m [0m16:40:24,322 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-4) [BA PARTICIPANT COMPL SERVICE] Prepare the backend resource and if successful notify the coordinator that we have completed our work
 [0m [0m16:40:24,322 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-4) [BA PARTICIPANT COMPL SERVICE] Prepare successful, notifying coordinator of completion
 [0m [0m16:40:24,333 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionParticipant] (default task-4) [BA PARTICIPANT COMPL SERVICE] Participant confirmCompleted(true)
 [0m [0m16:40:24,334 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionParticipant] (default task-4) [BA PARTICIPANT COMPL SERVICE] Participant confirmCompleted(true) - logged: CONFIRM_COMPLETED
 [0m [0m16:40:24,346 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (default task-4) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
 [0m [0m16:40:24,395 INFO  [stdout] (TaskWorker-3) Rule.execute called for complete called_3
 [0m [0m16:40:24,395 INFO  [stdout] (TaskWorker-3) complete called execute
 [0m [0m16:40:24,395 INFO  [stdout] (TaskWorker-3) rule.debug{complete called} : participant_completion.counter.decrement
 [0m [0m16:40:24,429 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-5) [BA PARTICIPANT COMPL SERVICE] invoked saveData('baparticipant_completition_service2')
 [0m [0m16:40:24,430 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-5) [BA PARTICIPANT COMPL SERVICE] Enlisting a participant into the BA
 [0m [0m16:40:24,440 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/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
 [0m [0m16:40:24,461 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-5) [BA PARTICIPANT COMPL SERVICE] Prepare the backend resource and if successful notify the coordinator that we have completed our work
 [0m [0m16:40:24,461 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-5) [BA PARTICIPANT COMPL SERVICE] Prepare successful, notifying coordinator of completion
 [0m [0m16:40:24,469 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionParticipant] (default task-5) [BA PARTICIPANT COMPL SERVICE] Participant confirmCompleted(true)
 [0m [0m16:40:24,470 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionParticipant] (default task-5) [BA PARTICIPANT COMPL SERVICE] Participant confirmCompleted(true) - logged: CONFIRM_COMPLETED
 [0m [0m16:40:24,479 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (default task-5) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
 [0m [0m16:40:24,524 INFO  [stdout] (TaskWorker-1) Rule.execute called for complete called_3
 [0m [0m16:40:24,524 INFO  [stdout] (TaskWorker-1) complete called execute
 [0m [0m16:40:24,524 INFO  [stdout] (TaskWorker-1) rule.debug{complete called} : participant_completion.counter.decrement
 [0m [0m16:40:24,541 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-8) [BA PARTICIPANT COMPL SERVICE] invoked saveData('baparticipant_completition_service3')
 [0m [0m16:40:24,541 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-8) [BA PARTICIPANT COMPL SERVICE] Enlisting a participant into the BA
 [0m [0m16:40:24,552 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (default task-8) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
 [0m [0m16:40:24,572 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-8) [BA PARTICIPANT COMPL SERVICE] Prepare the backend resource and if successful notify the coordinator that we have completed our work
 [0m [0m16:40:24,584 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-2-thread-1) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
 [0m [0m16:40:24,619 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-2-thread-1) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/com/arjuna/schemas/ws/_2005/_10/wsarjtx/wsdl/wsarjtx-termination-coordinator-binding.wsdl
 [0m [0m16:40:24,629 INFO  [stdout] (default-workqueue-3) Rule.execute called for close called_2
 [0m [0m16:40:24,630 INFO  [stdout] (default-workqueue-3) close called execute
 [0m [0m16:40:24,630 INFO  [stdout] (default-workqueue-3) rule.debug{close called} : participant_completion.close.waiting
 [0m [0m16:40:29,414 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (Timer-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
 [0m [0m16:40:29,532 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (Timer-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl


org.jboss.as.test.xts.wsba.participantcompletion.client.BAParticipantCompletionTestCase.testWSBAParticipantCompleteSimple:  at com.sun.proxy.$Proxy25.runTestMethod(Unknown Source)
Caused by: java.io.IOException: Unable to invoke invoke(), status=WAITING
    at org.jboss.remotingjmx.protocol.v2.ClientConnection$TheConnection.invoke(ClientConnection.java:1072)
    at org.jboss.as.arquillian.container.ManagementClient$MBeanConnectionProxy.invoke(ManagementClient.java:560)
    at javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:298)
    at com.sun.proxy.$Proxy25.runTestMethod(Unknown Source)
------- Stdout: -------
 [0m16:41:24,221 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.client.BAParticipantCompletionClient] (pool-2-thread-2) wsdlLocation for service: http://[::1]:8080/wsba-participantcompletition-test/BAParticipantCompletionService1?wsdl
 [0m [0m16:41:24,230 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-2-thread-2) Creating Service {http://www.jboss.com/jbossas/test/xts/ba/participantcompletion/}BAParticipantCompletionService1 from WSDL: http://[::1]:8080/wsba-participantcompletition-test/BAParticipantCompletionService1?wsdl
 [0m [0m16:41:24,238 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.client.BAParticipantCompletionClient] (pool-2-thread-2) wsdlLocation for service: http://[::1]:8080/wsba-participantcompletition-test/BAParticipantCompletionService2?wsdl
 [0m [0m16:41:24,244 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-2-thread-2) Creating Service {http://www.jboss.com/jbossas/test/xts/ba/participantcompletion/}BAParticipantCompletionService2 from WSDL: http://[::1]:8080/wsba-participantcompletition-test/BAParticipantCompletionService2?wsdl
 [0m [0m16:41:24,254 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.client.BAParticipantCompletionClient] (pool-2-thread-2) wsdlLocation for service: http://[::1]:8080/wsba-participantcompletition-test/BAParticipantCompletionService3?wsdl
 [0m [0m16:41:24,260 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-2-thread-2) Creating Service {http://www.jboss.com/jbossas/test/xts/ba/participantcompletion/}BAParticipantCompletionService3 from WSDL: http://[::1]:8080/wsba-participantcompletition-test/BAParticipantCompletionService3?wsdl
 [0m [0m16:41:24,269 INFO  [stdout] (pool-2-thread-2) Rule.execute called for create counter_0
 [0m [0m16:41:24,275 INFO  [stdout] (pool-2-thread-2) create counter execute
 [0m [0m16:41:24,275 INFO  [stdout] (pool-2-thread-2) rule.debug{create counter} : participant_completion.counter.create: 3
 [0m [0m16:41:24,276 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-2-thread-2) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
 [0m [0m16:41:24,279 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-2-thread-2) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
 [0m [0m16:41:24,314 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-16) [BA PARTICIPANT COMPL SERVICE] invoked saveData('baparticipant_completition_service1')
 [0m [0m16:41:24,315 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-16) [BA PARTICIPANT COMPL SERVICE] Enlisting a participant into the BA
 [0m [0m16:41:24,326 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (default task-16) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
 [0m [0m16:41:24,351 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-16) [BA PARTICIPANT COMPL SERVICE] Prepare the backend resource and if successful notify the coordinator that we have completed our work
 [0m [0m16:41:24,351 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-16) [BA PARTICIPANT COMPL SERVICE] Prepare successful, notifying coordinator of completion
 [0m [0m16:41:24,359 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionParticipant] (default task-16) [BA PARTICIPANT COMPL SERVICE] Participant confirmCompleted(true)
 [0m [0m16:41:24,360 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionParticipant] (default task-16) [BA PARTICIPANT COMPL SERVICE] Participant confirmCompleted(true) - logged: CONFIRM_COMPLETED
 [0m [0m16:41:24,370 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (default task-16) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
 [0m [0m16:41:24,394 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-20) [BA PARTICIPANT COMPL SERVICE] invoked saveData('baparticipant_completition_service2')
 [0m [0m16:41:24,395 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-20) [BA PARTICIPANT COMPL SERVICE] Enlisting a participant into the BA
 [0m [0m16:41:24,410 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/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
 [0m [0m16:41:24,439 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-20) [BA PARTICIPANT COMPL SERVICE] Prepare the backend resource and if successful notify the coordinator that we have completed our work
 [0m [0m16:41:24,439 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-20) [BA PARTICIPANT COMPL SERVICE] Prepare successful, notifying coordinator of completion
 [0m [0m16:41:24,441 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionParticipant] (default task-20) [BA PARTICIPANT COMPL SERVICE] Participant confirmCompleted(true)
 [0m [0m16:41:24,441 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionParticipant] (default task-20) [BA PARTICIPANT COMPL SERVICE] Participant confirmCompleted(true) - logged: CONFIRM_COMPLETED
 [0m [0m16:41:24,451 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (default task-20) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
 [0m [0m16:41:24,487 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-21) [BA PARTICIPANT COMPL SERVICE] invoked saveData('baparticipant_completition_service3')
 [0m [0m16:41:24,487 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-21) [BA PARTICIPANT COMPL SERVICE] Enlisting a participant into the BA
 [0m [0m16:41:24,501 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/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
 [0m [0m16:41:24,540 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-21) [BA PARTICIPANT COMPL SERVICE] Prepare the backend resource and if successful notify the coordinator that we have completed our work
 [0m [0m16:41:24,541 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-21) [BA PARTICIPANT COMPL SERVICE] Prepare successful, notifying coordinator of completion
 [0m [0m16:41:24,545 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionParticipant] (default task-21) [BA PARTICIPANT COMPL SERVICE] Participant confirmCompleted(true)
 [0m [0m16:41:24,546 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionParticipant] (default task-21) [BA PARTICIPANT COMPL SERVICE] Participant confirmCompleted(true) - logged: CONFIRM_COMPLETED
 [0m [0m16:41:24,556 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (default task-21) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
 [0m [0m16:41:24,570 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-2-thread-2) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
 [0m [0m16:41:24,604 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-2-thread-2) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/com/arjuna/schemas/ws/_2005/_10/wsarjtx/wsdl/wsarjtx-termination-coordinator-binding.wsdl
 [0m [0m16:41:24,621 INFO  [stdout] (default-workqueue-5) Rule.execute called for close called_2
 [0m [0m16:41:24,622 INFO  [stdout] (default-workqueue-5) close called execute
 [0m [0m16:41:24,622 INFO  [stdout] (default-workqueue-5) rule.debug{close called} : participant_completion.close.waiting
 [0m [0m16:41:29,380 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (Timer-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
 [0m [0m16:41:29,462 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (Timer-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
 [0m [0m16:41:29,566 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (Timer-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
 [0m [0m16:41:36,395 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (Timer-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl


org.jboss.as.test.xts.wsba.participantcompletion.client.BAParticipantCompletionTestCase.testWSBAParticipantCompleteSingle:  at com.sun.proxy.$Proxy25.runTestMethod(Unknown Source)
Caused by: java.io.IOException: Unable to invoke invoke(), status=WAITING
    at org.jboss.remotingjmx.protocol.v2.ClientConnection$TheConnection.invoke(ClientConnection.java:1072)
    at org.jboss.as.arquillian.container.ManagementClient$MBeanConnectionProxy.invoke(ManagementClient.java:560)
    at javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:298)
    at com.sun.proxy.$Proxy25.runTestMethod(Unknown Source)
------- Stdout: -------
 [0m16:42:24,212 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.client.BAParticipantCompletionClient] (pool-2-thread-3) wsdlLocation for service: http://[::1]:8080/wsba-participantcompletition-test/BAParticipantCompletionService1?wsdl
 [0m [0m16:42:24,213 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-2-thread-3) Creating Service {http://www.jboss.com/jbossas/test/xts/ba/participantcompletion/}BAParticipantCompletionService1 from WSDL: http://[::1]:8080/wsba-participantcompletition-test/BAParticipantCompletionService1?wsdl
 [0m [0m16:42:24,220 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.client.BAParticipantCompletionClient] (pool-2-thread-3) wsdlLocation for service: http://[::1]:8080/wsba-participantcompletition-test/BAParticipantCompletionService2?wsdl
 [0m [0m16:42:24,220 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-2-thread-3) Creating Service {http://www.jboss.com/jbossas/test/xts/ba/participantcompletion/}BAParticipantCompletionService2 from WSDL: http://[::1]:8080/wsba-participantcompletition-test/BAParticipantCompletionService2?wsdl
 [0m [0m16:42:24,226 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.client.BAParticipantCompletionClient] (pool-2-thread-3) wsdlLocation for service: http://[::1]:8080/wsba-participantcompletition-test/BAParticipantCompletionService3?wsdl
 [0m [0m16:42:24,227 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-2-thread-3) Creating Service {http://www.jboss.com/jbossas/test/xts/ba/participantcompletion/}BAParticipantCompletionService3 from WSDL: http://[::1]:8080/wsba-participantcompletition-test/BAParticipantCompletionService3?wsdl
 [0m [0m16:42:24,233 INFO  [stdout] (pool-2-thread-3) Rule.execute called for create counter_0
 [0m [0m16:42:24,233 INFO  [stdout] (pool-2-thread-3) create counter execute
 [0m [0m16:42:24,233 INFO  [stdout] (pool-2-thread-3) rule.debug{create counter} : participant_completion.counter.create: 1
 [0m [0m16:42:24,234 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-2-thread-3) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
 [0m [0m16:42:24,236 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-2-thread-3) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
 [0m [0m16:42:24,266 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-26) [BA PARTICIPANT COMPL SERVICE] invoked saveData('baparticipant_completition_service1')
 [0m [0m16:42:24,267 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-26) [BA PARTICIPANT COMPL SERVICE] Enlisting a participant into the BA
 [0m [0m16:42:24,276 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (default task-26) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
 [0m [0m16:42:24,298 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-26) [BA PARTICIPANT COMPL SERVICE] Prepare the backend resource and if successful notify the coordinator that we have completed our work
 [0m [0m16:42:24,298 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-26) [BA PARTICIPANT COMPL SERVICE] Prepare successful, notifying coordinator of completion
 [0m [0m16:42:24,300 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionParticipant] (default task-26) [BA PARTICIPANT COMPL SERVICE] Participant confirmCompleted(true)
 [0m [0m16:42:24,300 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionParticipant] (default task-26) [BA PARTICIPANT COMPL SERVICE] Participant confirmCompleted(true) - logged: CONFIRM_COMPLETED
 [0m [0m16:42:24,309 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (default task-26) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
 [0m [0m16:42:24,321 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-2-thread-3) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
 [0m [0m16:42:24,342 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-2-thread-3) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/com/arjuna/schemas/ws/_2005/_10/wsarjtx/wsdl/wsarjtx-termination-coordinator-binding.wsdl
 [0m [0m16:42:24,354 INFO  [stdout] (default-workqueue-2) Rule.execute called for close called_2
 [0m [0m16:42:24,354 INFO  [stdout] (default-workqueue-2) close called execute
 [0m [0m16:42:24,354 INFO  [stdout] (default-workqueue-2) rule.debug{close called} : participant_completion.close.waiting
 [0m [0m16:42:29,319 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (Timer-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
 [0m [0m16:42:36,329 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (Timer-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
 [0m [0m16:42:46,062 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (Timer-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
 [0m [0m16:42:46,134 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (Timer-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
 [0m [0m16:42:46,146 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (Timer-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
 [0m [0m16:42:46,246 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (Timer-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
 [0m [0m16:42:59,879 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (Timer-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
 [0m [0m16:43:16,482 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (Timer-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
 [0m [0m16:43:16,591 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (Timer-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
 [0m [0m16:43:19,098 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (Timer-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
 [0m [0m16:43:23,719 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (Timer-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
 [0m [0m16:43:23,791 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (Timer-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
 [0m [0m16:43:23,904 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (Timer-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
    at com.sun.proxy.$Proxy25.runTestMethod(Unknown Source)
Caused by: java.io.IOException: Unable to invoke invoke(), status=WAITING
    at org.jboss.remotingjmx.protocol.v2.ClientConnection$TheConnection.invoke(ClientConnection.java:1072)
    at org.jboss.as.arquillian.container.ManagementClient$MBeanConnectionProxy.invoke(ManagementClient.java:560)
    at javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:298)
    ... 86 more


org.jboss.as.test.xts.wsba.participantcompletion.client.BAParticipantCompletionTestCase.testWSBAParticipantClientCancel:    at com.sun.proxy.$Proxy25.runTestMethod(Unknown Source)
Caused by: java.io.IOException: Unable to invoke invoke(), status=WAITING
    at org.jboss.remotingjmx.protocol.v2.ClientConnection$TheConnection.invoke(ClientConnection.java:1072)
    at org.jboss.as.arquillian.container.ManagementClient$MBeanConnectionProxy.invoke(ManagementClient.java:560)
    at javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:298)
    at com.sun.proxy.$Proxy25.runTestMethod(Unknown Source)
------- Stdout: -------
 [0m16:43:24,234 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.client.BAParticipantCompletionClient] (pool-2-thread-4) wsdlLocation for service: http://[::1]:8080/wsba-participantcompletition-test/BAParticipantCompletionService1?wsdl
 [0m [0m16:43:24,242 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-2-thread-4) Creating Service {http://www.jboss.com/jbossas/test/xts/ba/participantcompletion/}BAParticipantCompletionService1 from WSDL: http://[::1]:8080/wsba-participantcompletition-test/BAParticipantCompletionService1?wsdl
 [0m [0m16:43:24,256 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.client.BAParticipantCompletionClient] (pool-2-thread-4) wsdlLocation for service: http://[::1]:8080/wsba-participantcompletition-test/BAParticipantCompletionService2?wsdl
 [0m [0m16:43:24,262 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-2-thread-4) Creating Service {http://www.jboss.com/jbossas/test/xts/ba/participantcompletion/}BAParticipantCompletionService2 from WSDL: http://[::1]:8080/wsba-participantcompletition-test/BAParticipantCompletionService2?wsdl
 [0m [0m16:43:24,271 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.client.BAParticipantCompletionClient] (pool-2-thread-4) wsdlLocation for service: http://[::1]:8080/wsba-participantcompletition-test/BAParticipantCompletionService3?wsdl
 [0m [0m16:43:24,280 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-2-thread-4) Creating Service {http://www.jboss.com/jbossas/test/xts/ba/participantcompletion/}BAParticipantCompletionService3 from WSDL: http://[::1]:8080/wsba-participantcompletition-test/BAParticipantCompletionService3?wsdl
 [0m [0m16:43:24,290 INFO  [stdout] (pool-2-thread-4) Rule.execute called for create counter_0
 [0m [0m16:43:24,290 INFO  [stdout] (pool-2-thread-4) create counter execute
 [0m [0m16:43:24,290 INFO  [stdout] (pool-2-thread-4) rule.debug{create counter} : participant_completion.counter.create: 3
 [0m [0m16:43:24,291 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-2-thread-4) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
 [0m [0m16:43:24,293 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-2-thread-4) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
 [0m [0m16:43:24,327 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-31) [BA PARTICIPANT COMPL SERVICE] invoked saveData('baparticipant_completition_service1')
 [0m [0m16:43:24,329 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-31) [BA PARTICIPANT COMPL SERVICE] Enlisting a participant into the BA
 [0m [0m16:43:24,339 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (default task-31) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
 [0m [0m16:43:24,369 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-31) [BA PARTICIPANT COMPL SERVICE] Prepare the backend resource and if successful notify the coordinator that we have completed our work
 [0m [0m16:43:24,370 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-31) [BA PARTICIPANT COMPL SERVICE] Prepare successful, notifying coordinator of completion
 [0m [0m16:43:24,387 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionParticipant] (default task-31) [BA PARTICIPANT COMPL SERVICE] Participant confirmCompleted(true)
 [0m [0m16:43:24,387 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionParticipant] (default task-31) [BA PARTICIPANT COMPL SERVICE] Participant confirmCompleted(true) - logged: CONFIRM_COMPLETED
 [0m [0m16:43:24,397 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (default task-31) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
 [0m [0m16:43:24,422 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-6) [BA PARTICIPANT COMPL SERVICE] invoked saveData('baparticipant_completition_service2')
 [0m [0m16:43:24,422 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-6) [BA PARTICIPANT COMPL SERVICE] Enlisting a participant into the BA
 [0m [0m16:43:24,433 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (default task-6) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
 [0m [0m16:43:24,465 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-6) [BA PARTICIPANT COMPL SERVICE] Prepare the backend resource and if successful notify the coordinator that we have completed our work
 [0m [0m16:43:24,465 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-6) [BA PARTICIPANT COMPL SERVICE] Prepare successful, notifying coordinator of completion
 [0m [0m16:43:24,467 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionParticipant] (default task-6) [BA PARTICIPANT COMPL SERVICE] Participant confirmCompleted(true)
 [0m [0m16:43:24,468 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionParticipant] (default task-6) [BA PARTICIPANT COMPL SERVICE] Participant confirmCompleted(true) - logged: CONFIRM_COMPLETED
 [0m [0m16:43:24,477 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (default task-6) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
 [0m [0m16:43:24,500 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-7) [BA PARTICIPANT COMPL SERVICE] invoked saveData('baparticipant_completition_service3')
 [0m [0m16:43:24,501 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-7) [BA PARTICIPANT COMPL SERVICE] Enlisting a participant into the BA
 [0m [0m16:43:24,511 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/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
 [0m [0m16:43:24,548 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-7) [BA PARTICIPANT COMPL SERVICE] Prepare the backend resource and if successful notify the coordinator that we have completed our work
 [0m [0m16:43:24,548 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionSuperService] (default task-7) [BA PARTICIPANT COMPL SERVICE] Prepare successful, notifying coordinator of completion
 [0m [0m16:43:24,552 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionParticipant] (default task-7) [BA PARTICIPANT COMPL SERVICE] Participant confirmCompleted(true)
 [0m [0m16:43:24,552 INFO  [org.jboss.as.test.xts.wsba.participantcompletion.service.BAParticipantCompletionParticipant] (default task-7) [BA PARTICIPANT COMPL SERVICE] Participant confirmCompleted(true) - logged: CONFIRM_COMPLETED
 [0m [0m16:43:24,562 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (default task-7) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
 [0m [0m16:43:24,576 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-2-thread-4) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
 [0m [0m16:43:24,602 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (pool-2-thread-4) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/com/arjuna/schemas/ws/_2005/_10/wsarjtx/wsdl/wsarjtx-termination-coordinator-binding.wsdl
 [0m [0m16:43:24,614 INFO  [stdout] (default-workqueue-1) Rule.execute called for cancel called_1
 [0m [0m16:43:24,615 INFO  [stdout] (default-workqueue-1) cancel called execute
 [0m [0m16:43:24,615 INFO  [stdout] (default-workqueue-1) rule.debug{cancel called} : participant_completion.cancel.waiting
 [0m [0m16:43:29,409 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (Timer-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
 [0m [0m16:43:29,487 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (Timer-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
 [0m [0m16:43:29,571 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (Timer-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
 [0m [0m16:43:36,420 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (Timer-2) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/opt/buildAgent/work/db872761b443af46/full/dist/target/wildfly-10.0.0.CR5-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.2.7.Final.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl


@wildfly-ci
Copy link

Windows Build 2762 outcome was FAILURE using a merge of 2d08375
Summary: Tests failed: 1 (1 new), passed: 3461, ignored: 64 Build time: 00:41:37

Failed tests

org.jboss.as.test.manualmode.deployment.DeploymentScannerOperationTestCase.testStartup: java.lang.AssertionError: null
    at org.jboss.as.test.manualmode.deployment.DeploymentScannerOperationTestCase.testStartup(DeploymentScannerOperationTestCase.java:92)
------- Stdout: -------
21:15:56,592 INFO  [org.wildfly.core.testrunner.Server] (main) Starting container with: C:\Java\jdk1.8.0_45\jre\bin\java -D[Standalone] -javaagent:c:\store\repository\org\jboss\byteman\byteman\2.2.1\byteman-2.2.1.jar=port:9091,boot:c:\store\repository\org\jboss\byteman\byteman\2.2.1\byteman-2.2.1.jar,sys:C:\BuildAgent\work\8d74ae55e497982e\testsuite\shared\target\wildfly-core-testsuite-shared-2.0.5.Final-SNAPSHOT.jar -Dorg.jboss.byteman.transform.all -Dorg.jboss.byteman.verbose=true -Dmaven.repo.local=c:\store\repository -Xmx512m -Djboss.dist=C:\BuildAgent\work\8d74ae55e497982e\testsuite\manualmode/target/wildfly-core -Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=true -server -Dts.timeout.factor=100 -Djbossas.ts.dir=C:\BuildAgent\work\8d74ae55e497982e\testsuite\manualmode -ea -Dorg.jboss.boot.log.file=C:\BuildAgent\work\8d74ae55e497982e\testsuite\manualmode\target\wildfly-core\standalone\log\server.log -Dlogging.configuration=file:C:\BuildAgent\work\8d74ae55e497982e\testsuite\manualmode\target\wildfly-core\standalone\configuration\logging.properties -jar C:\BuildAgent\work\8d74ae55e497982e\testsuite\manualmode\target\wildfly-core\jboss-modules.jar -mp C:\BuildAgent\work\8d74ae55e497982e\testsuite\manualmode\target\wildfly-core\modules org.jboss.as.standalone -Djboss.home.dir=C:\BuildAgent\work\8d74ae55e497982e\testsuite\manualmode\target\wildfly-core -Djboss.server.base.dir=C:\BuildAgent\work\8d74ae55e497982e\testsuite\manualmode\target\wildfly-core\standalone -Djboss.server.log.dir=C:\BuildAgent\work\8d74ae55e497982e\testsuite\manualmode\target\wildfly-core\standalone\log -Djboss.server.config.dir=C:\BuildAgent\work\8d74ae55e497982e\testsuite\manualmode\target\wildfly-core\standalone\configuration -c=standalone.xml -bmanagement=::1 -Djboss.http.port=8080 -Djboss.bind.address=::1 
21:15:56,707 INFO  [org.xnio] (main) XNIO version 3.3.3.Final
TransformListener() : accepting requests on localhost:9091
21:15:56,801 INFO  [org.xnio.nio] (main) XNIO NIO Implementation Version 3.3.3.Final
21:15:56,957 INFO  [org.jboss.remoting] (main) JBoss Remoting version 4.0.15.Final
21:15:57,302 INFO  [org.jboss.modules] (main) JBoss Modules version 1.4.4.Final
21:15:57,719 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final
21:15:57,836 INFO  [org.jboss.as] (MSC service thread 1-8) WFLYSRV0049: WildFly Core 2.0.5.Final-SNAPSHOT "Kenny" starting
21:15:58,659 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
21:15:58,687 INFO  [org.xnio] (MSC service thread 1-6) XNIO version 3.3.3.Final
21:15:58,701 INFO  [org.xnio.nio] (MSC service thread 1-6) XNIO NIO Implementation Version 3.3.3.Final
21:15:58,804 INFO  [org.jboss.remoting] (MSC service thread 1-6) JBoss Remoting version 4.0.15.Final
21:15:58,955 WARN  [org.jboss.as.domain.http.api.undertow] (MSC service thread 1-6) WFLYDMHTTP0003: Unable to load console module for slot main, disabling console
21:15:59,162 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:9990/management
21:15:59,163 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://[::1]:9990
21:15:59,163 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Core 2.0.5.Final-SNAPSHOT "Kenny" started in 2352ms - Started 55 of 57 services (15 services are lazy, passive or on-demand)
21:16:00,205 INFO  [org.jboss.as.repository] (DeploymentScanner-threads - 2) WFLYDR0001: Content added at location C:\BuildAgent\work\8d74ae55e497982e\testsuite\manualmode\target\wildfly-core\standalone\data\content\2d\f2f947d03201f2174b49ff83463a5f7dfcb710\content
21:16:00,235 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "deployment-one.jar" (runtime-name: "deployment-one.jar")
21:16:00,311 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) WFLYSRV0010: Deployed "deployment-one.jar" (runtime-name : "deployment-one.jar")
21:16:00,998 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment deployment-one.jar (runtime-name: deployment-one.jar) in 7ms
21:16:01,000 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 2) WFLYCTL0013: Operation ("read-attribute") failed - address: ([("deployment" => "deployment-one.jar")]): java.lang.NullPointerException
    at org.jboss.as.server.deployment.AbstractDeploymentUnitService.getStatus(AbstractDeploymentUnitService.java:111)
    at org.jboss.as.server.deployment.DeploymentStatusHandler$1.execute(DeploymentStatusHandler.java:61)
    at org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:890)
    at org.jboss.as.controller.AbstractOperationContext.processStages(AbstractOperationContext.java:659)
    at org.jboss.as.controller.AbstractOperationContext.executeOperation(AbstractOperationContext.java:370)
    at org.jboss.as.controller.OperationContextImpl.executeOperation(OperationContextImpl.java:1341)
    at org.jboss.as.controller.ModelControllerImpl.internalExecute(ModelControllerImpl.java:392)
    at org.jboss.as.controller.ModelControllerImpl.execute(ModelControllerImpl.java:217)
    at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler.doExecute(ModelControllerClientOperationHandler.java:207)
    at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler.access$300(ModelControllerClientOperationHandler.java:129)
    at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1$1.run(ModelControllerClientOperationHandler.java:151)
    at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1$1.run(ModelControllerClientOperationHandler.java:147)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAs(Subject.java:422)
    at org.jboss.as.controller.AccessAuditContext.doAs(AccessAuditContext.java:92)
    at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1.execute(ModelControllerClientOperationHandler.java:147)
    at org.jboss.as.protocol.mgmt.AbstractMessageHandler$ManagementRequestContextImpl$1.doExecute(AbstractMessageHandler.java:363)
    at org.jboss.as.protocol.mgmt.AbstractMessageHandler$AsyncTaskRunner.run(AbstractMessageHandler.java:465)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
    at org.jboss.threads.JBossThread.run(JBossThread.java:320)

21:16:01,022 INFO  [org.jboss.as.repository] (DeploymentScanner-threads - 1) WFLYDR0002: Content removed from location C:\BuildAgent\work\8d74ae55e497982e\testsuite\manualmode\target\wildfly-core\standalone\data\content\2d\f2f947d03201f2174b49ff83463a5f7dfcb710\content
21:16:01,023 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0009: Undeployed "deployment-one.jar" (runtime-name: "deployment-one.jar")
21:16:01,090 INFO  [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0211: Suspending server with 0ms timeout.
21:16:01,095 INFO  [org.jboss.as.server] (Thread-3) WFLYSRV0220: Server shutdown has been requested.


@wildfly-ci
Copy link

Core - Full Integration Build 2371 outcome was FAILURE using a merge of 2d08375
Summary: Execution timeout (new); tests passed: 2947, ignored: 345 Build time: 01:15:26

@jamezp
Copy link
Member

jamezp commented Dec 9, 2015

retest this please

@jamezp jamezp self-assigned this Dec 9, 2015
@jamezp jamezp added the ready-for-merge This PR is ready to be merged and fulfills all requirements label Dec 9, 2015
@jamezp jamezp removed their assignment Dec 9, 2015
@wildfly-ci
Copy link

Core - Full Integration Build 2667 outcome was FAILURE using a merge of 91a1e03
Summary: Exit code 1 (new) Build time: 00:02:26

@wildfly-ci
Copy link

Full integration - Windows Build 1093 outcome was FAILURE using a merge of 91a1e03
Summary: Exit code 1 (new) Build time: 00:03:51

@jamezp
Copy link
Member

jamezp commented Feb 9, 2016

retest this please

…ngRegistry so it won't matter if sockets are bound at the moment of registering/unregistering
bstansberry added a commit that referenced this pull request Mar 18, 2016
[WFCORE-1029] Stop using InetSocketAddress as map key in UnnamedBindingRegistry
@bstansberry bstansberry merged commit 2c2c0a0 into wildfly:master Mar 18, 2016
@bstansberry bstansberry deleted the WFCORE-1029 branch March 18, 2016 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-merge This PR is ready to be merged and fulfills all requirements
Projects
None yet
3 participants