[JBoss JIRA] (JBTM-2093) BlackTie org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy: test.war
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2093?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson updated JBTM-2093:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> BlackTie org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy: test.war
> ---------------------------------------------------------------------------------------------------------
>
> Key: JBTM-2093
> URL: https://issues.jboss.org/browse/JBTM-2093
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: BlackTie
> Affects Versions: 5.0.0.Final
> Reporter: Tom Jenkinson
> Assignee: Amos Feng
> Fix For: 5.0.1.Final
>
>
> {code}
> AdvertiseUnadvertiseTest Time elapsed: 12.852 sec <<< ERROR!
> org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy: test.war
> at org.jboss.as.protocol.ProtocolConnectionUtils.connectSync(ProtocolConnectionUtils.java:120)
> at org.jboss.as.protocol.ProtocolConnectionManager$EstablishingConnection.connect(ProtocolConnectionManager.java:256)
> at org.jboss.as.protocol.ProtocolConnectionManager.connect(ProtocolConnectionManager.java:70)
> at org.jboss.as.protocol.mgmt.FutureManagementChannel$Establishing.getChannel(FutureManagementChannel.java:204)
> at org.jboss.as.controller.client.impl.RemotingModelControllerClient.getOrCreateChannel(RemotingModelControllerClient.java:148)
> at org.jboss.as.controller.client.impl.RemotingModelControllerClient$1.getChannel(RemotingModelControllerClient.java:67)
> at org.jboss.as.protocol.mgmt.ManagementChannelHandler.executeRequest(ManagementChannelHandler.java:117)
> at org.jboss.as.protocol.mgmt.ManagementChannelHandler.executeRequest(ManagementChannelHandler.java:92)
> at org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeRequest(AbstractModelControllerClient.java:236)
> at org.jboss.as.controller.client.impl.AbstractModelControllerClient.execute(AbstractModelControllerClient.java:141)
> at org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeAsync(AbstractModelControllerClient.java:101)
> at org.jboss.as.controller.client.helpers.standalone.impl.ModelControllerClientServerDeploymentManager.executeOperation(ModelControllerClientServerDeploymentManager.java:50)
> at org.jboss.as.controller.client.helpers.standalone.impl.AbstractServerDeploymentManager.execute(AbstractServerDeploymentManager.java:79)
> at org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper.deploy(ServerDeploymentHelper.java:54)
> at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:77)
> at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:64)
> at org.jboss.as.arquillian.container.ArchiveDeployer.deploy(ArchiveDeployer.java:46)
> at org.jboss.as.arquillian.container.CommonDeployableContainer.deploy(CommonDeployableContainer.java:146)
> at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$3.call(ContainerDeployController.java:161)
> at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$3.call(ContainerDeployController.java:128)
> at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.executeOperation(ContainerDeployController.java:271)
> at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.deploy(ContainerDeployController.java:127)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
> at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
> at org.jboss.arquillian.container.impl.client.container.DeploymentExceptionHandler.verifyExpectedExceptionDuringDeploy(DeploymentExceptionHandler.java:50)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
> at org.jboss.arquillian.container.impl.client.ContainerDeploymentContextHandler.createDeploymentContext(ContainerDeploymentContextHandler.java:78)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
> at org.jboss.arquillian.container.impl.client.ContainerDeploymentContextHandler.createContainerContext(ContainerDeploymentContextHandler.java:57)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
> at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:135)
> at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:115)
> at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67)
> at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$1.perform(ContainerDeployController.java:95)
> at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$1.perform(ContainerDeployController.java:80)
> at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.forEachDeployment(ContainerDeployController.java:263)
> at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.forEachManagedDeployment(ContainerDeployController.java:239)
> at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.deployManaged(ContainerDeployController.java:79)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
> at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
> at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:135)
> at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:115)
> at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67)
> at org.jboss.arquillian.container.test.impl.client.ContainerEventController.execute(ContainerEventController.java:101)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
> at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
> at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:75)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
> at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:60)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
> at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:135)
> at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:115)
> at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.beforeClass(EventTestRunnerAdaptor.java:80)
> at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:182)
> at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
> at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
> at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:199)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:147)
> at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
> at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
> at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
> at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:159)
> at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:87)
> at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
> at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:95)
> {code}
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana-windows2008-tacon...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 6 months
[JBoss JIRA] (JBTM-2067) WS-BA tests failed because of WS-BA participant race condition
by Gytis Trikleris (JIRA)
[ https://issues.jboss.org/browse/JBTM-2067?page=com.atlassian.jira.plugin.... ]
Gytis Trikleris updated JBTM-2067:
----------------------------------
Component/s: Testing
> WS-BA tests failed because of WS-BA participant race condition
> --------------------------------------------------------------
>
> Key: JBTM-2067
> URL: https://issues.jboss.org/browse/JBTM-2067
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Testing, XTS
> Reporter: Gytis Trikleris
> Assignee: Gytis Trikleris
> Priority: Minor
> Fix For: 5.1.0.Alpha1
>
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana-codeCoverage/94
> {code}
> -------------------------------------------------------------------------------
> Test set: com.arjuna.wstx.tests.arq.ba.CloseTest
> -------------------------------------------------------------------------------
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.501 sec <<< FAILURE!
> testClose(com.arjuna.wstx.tests.arq.ba.CloseTest) Time elapsed: 3.358 sec <<< ERROR!
> com.arjuna.wst.TransactionRolledBackException: null
> at com.arjuna.wst11.stub.BusinessActivityTerminatorStub.close(BusinessActivityTerminatorStub.java:95)
> at com.arjuna.mwlabs.wst11.ba.remote.UserBusinessActivityImple.close(UserBusinessActivityImple.java:157)
> at com.arjuna.wstx.tests.arq.ba.CloseTest.testClose(CloseTest.java:64)
> {code}
> {code}
> [0m20:52:48,060 INFO [org.jboss.as.repository] (management-handler-thread - 7) JBAS014900: Content added at location /home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.0.Final-SNAPSHOT/standalone/data/content/fd/6a81be14f9e764131bf67a034aa63f0644d81b/content
> [0m[0m20:52:48,064 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "test.war" (runtime-name: "test.war")
> [0m[33m20:52:48,089 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) JBAS018567: Deployment "deployment.test.war" is using a private module ("org.jboss.jts:main") which may be changed or removed in future versions without notice.
> [0m[33m20:52:48,090 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) JBAS018567: Deployment "deployment.test.war" is using a private module ("org.wildfly.security.manager:main") which may be changed or removed in future versions without notice.
> [0m[0m20:52:48,091 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016002: Processing weld deployment test.war
> [0m[0m20:52:48,103 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016005: Starting Services for CDI deployment: test.war
> [0m[0m20:52:48,106 INFO [org.jboss.as.arquillian] (MSC service thread 1-2) Arquillian deployment detected: ArquillianConfig[service=jboss.arquillian.config."test.war",unit=test.war,tests=[com.arjuna.wstx.tests.arq.ba.CloseTest]]
> [0m[0m20:52:48,108 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016008: Starting weld service for deployment test.war
> [0m[0m20:52:48,283 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Register web context: /test
> [0m[0m20:52:48,429 INFO [org.jboss.as.server] (management-handler-thread - 7) JBAS018559: Deployed "test.war" (runtime-name : "test.war")
> [0m[0m20:52:48,442 INFO [stdout] (Thread-0) TransformListener() : handling connection on port 9091
> [0m[0m20:52:48,472 INFO [stdout] (Thread-0) retransforming org.jboss.jbossts.xts.bytemanSupport.participantCompletion.ParticipantCompletionCoordinatorRules
> [0m[0m20:52:48,472 INFO [stdout] (Thread-0) retransforming com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m20:52:48,472 INFO [stdout] (Thread-0) retransforming com.arjuna.webservices11.wsarjtx.sei.TerminationCoordinatorPortTypeImpl
> [0m[0m20:52:48,485 INFO [stdout] (Thread-0) org.jboss.byteman.agent.Transformer : possible trigger for rule create counter in class org.jboss.jbossts.xts.bytemanSupport.participantCompletion.ParticipantCompletionCoordinatorRules
> [0m[0m20:52:48,486 INFO [stdout] (Thread-0) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.jbossts.xts.bytemanSupport.participantCompletion.ParticipantCompletionCoordinatorRules.setParticipantCount(java.lang.Integer) void for rule create counter
> [0m[0m20:52:48,487 INFO [stdout] (Thread-0) org.jboss.byteman.agent.Transformer : inserted trigger for create counter in class org.jboss.jbossts.xts.bytemanSupport.participantCompletion.ParticipantCompletionCoordinatorRules
> [0m[0m20:52:48,505 INFO [stdout] (Thread-0) org.jboss.byteman.agent.Transformer : possible trigger for rule complete called in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m20:52:48,509 INFO [stdout] (Thread-0) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine.completed(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType,org.jboss.ws.api.addressing.MAP,com.arjuna.webservices11.wsarj.ArjunaContext) void for rule complete called
> [0m[0m20:52:48,531 INFO [stdout] (Thread-0) org.jboss.byteman.agent.Transformer : inserted trigger for complete called in class com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m20:52:48,552 INFO [stdout] (Thread-0) org.jboss.byteman.agent.Transformer : possible trigger for rule cancel called in class com.arjuna.webservices11.wsarjtx.sei.TerminationCoordinatorPortTypeImpl
> [0m[0m20:52:48,554 INFO [stdout] (Thread-0) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.webservices11.wsarjtx.sei.TerminationCoordinatorPortTypeImpl.cancelOperation(com.arjuna.schemas.ws._2005._10.wsarjtx.NotificationType) void for rule cancel called
> [0m[0m20:52:48,556 INFO [stdout] (Thread-0) org.jboss.byteman.agent.Transformer : inserted trigger for cancel called in class com.arjuna.webservices11.wsarjtx.sei.TerminationCoordinatorPortTypeImpl
> [0m[0m20:52:48,578 INFO [stdout] (Thread-0) org.jboss.byteman.agent.Transformer : possible trigger for rule close called in class com.arjuna.webservices11.wsarjtx.sei.TerminationCoordinatorPortTypeImpl
> [0m[0m20:52:48,579 INFO [stdout] (Thread-0) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into com.arjuna.webservices11.wsarjtx.sei.TerminationCoordinatorPortTypeImpl.closeOperation(com.arjuna.schemas.ws._2005._10.wsarjtx.NotificationType) void for rule close called
> [0m[0m20:52:48,581 INFO [stdout] (Thread-0) org.jboss.byteman.agent.Transformer : inserted trigger for close called in class com.arjuna.webservices11.wsarjtx.sei.TerminationCoordinatorPortTypeImpl
> [0m[0m20:52:48,796 INFO [stdout] (pool-2-thread-3) Rule.execute called for create counter_3
> [0m[0m20:52:48,797 INFO [stdout] (pool-2-thread-3) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m20:52:48,797 INFO [stdout] (pool-2-thread-3) calling activated() for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m20:52:48,797 INFO [stdout] (pool-2-thread-3) Default helper activated
> [0m[0m20:52:48,797 INFO [stdout] (pool-2-thread-3) calling installed(create counter) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m20:52:48,797 INFO [stdout] (pool-2-thread-3) Installed rule using default helper : create counter
> [0m[0m20:52:48,798 INFO [stdout] (pool-2-thread-3) create counter execute
> [0m[0m20:52:48,798 INFO [stdout] (pool-2-thread-3) rule.debug{create counter} : participant_completion.counter.create: 1
> [0m[0m20:52:48,799 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (pool-2-thread-3) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.CR3-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
> [0m[0m20:52:48,808 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (pool-2-thread-3) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}ActivationService from WSDL: jar:file:/home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.CR3-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl
> [0m[0m20:52:48,858 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (pool-2-thread-3) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.CR3-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[33m20:52:48,903 WARN [com.arjuna.wst] (pool-2-thread-3) ARJUNA043225: Could not save recovery state for non-serializable WS-BA participant 1235
> [0m[0m20:52:48,970 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (pool-2-thread-3) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.CR3-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m20:52:49,022 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (pool-2-thread-3) Creating Service {http://docs.oasis-open.org/ws-tx/wscoor/2006/06}RegistrationService from WSDL: jar:file:/home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.CR3-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl
> [0m[0m20:52:49,046 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (pool-2-thread-3) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.CR3-SNAPSHOT.jar!/com/arjuna/schemas/ws/_2005/_10/wsarjtx/wsdl/wsarjtx-termination-coordinator-binding.wsdl
> [0m[0m20:52:50,925 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (Timer-1) Creating Service {http://docs.oasis-open.org/ws-tx/wsba/2006/06}BusinessAgreementWithParticipantCompletionCoordinatorService from WSDL: jar:file:/home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.CR3-SNAPSHOT.jar!/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl
> [0m[0m20:52:52,013 INFO [stdout] (default-workqueue-2) Rule.execute called for close called_6
> [0m[0m20:52:52,014 INFO [stdout] (default-workqueue-2) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m20:52:52,014 INFO [stdout] (default-workqueue-2) calling installed(close called) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m20:52:52,014 INFO [stdout] (default-workqueue-2) Installed rule using default helper : close called
> [0m[0m20:52:52,015 INFO [stdout] (default-workqueue-2) close called execute
> [0m[0m20:52:52,015 INFO [stdout] (default-workqueue-2) rule.debug{close called} : participant_completion.close.waiting
> [0m[0m20:52:52,021 INFO [stdout] (TaskWorker-1) Rule.execute called for complete called_4
> [0m[0m20:52:52,021 INFO [stdout] (TaskWorker-1) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m20:52:52,022 INFO [stdout] (TaskWorker-1) calling installed(complete called) for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m20:52:52,022 INFO [stdout] (TaskWorker-1) Installed rule using default helper : complete called
> [0m[0m20:52:52,023 INFO [stdout] (TaskWorker-1) complete called execute
> [0m[0m20:52:52,023 INFO [stdout] (TaskWorker-1) rule.debug{complete called} : participant_completion.counter.decrement
> [0m[0m20:52:52,023 INFO [stdout] (TaskWorker-1) rule.debug{complete called} : participant_completion.called.waking
> [0m[0m20:52:52,024 INFO [stdout] (default-workqueue-2) rule.debug{close called} : participant_completion.close.woken
> [0m[33m20:52:52,025 WARN [com.arjuna.mw.wstx] (TaskWorker-2) ARJUNA045062: Coordinator cancelled the activity
> [0m[0m20:52:52,035 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (TaskWorker-2) Creating Service {http://schemas.arjuna.com/ws/2005/10/wsarjtx}TerminationParticipantService from WSDL: jar:file:/home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.CR3-SNAPSHOT.jar!/com/arjuna/schemas/ws/_2005/_10/wsarjtx/wsdl/wsarjtx-termination-participant-binding.wsdl
> [0m[0m20:52:52,045 INFO [stdout] (TaskWorker-1) rule.debug{complete called} : participant_completion.called.donewake
> [0m[0m20:52:52,046 INFO [stdout] (TaskWorker-1) Rule.execute called for complete called_4
> [0m[0m20:52:52,046 INFO [stdout] (TaskWorker-1) complete called execute
> [0m[31m20:52:52,053 SEVERE [org.jboss.arquillian.protocol.jmx.JMXTestRunner] (pool-2-thread-3) Failed: com.arjuna.wstx.tests.arq.ba.CloseTest.testClose: com.arjuna.wst.TransactionRolledBackException
> at com.arjuna.wst11.stub.BusinessActivityTerminatorStub.close(BusinessActivityTerminatorStub.java:95) [jbossxts-5.0.0.CR3-SNAPSHOT.jar:5.0.0.CR3-SNAPSHOT (revision: a3308)]
> at com.arjuna.mwlabs.wst11.ba.remote.UserBusinessActivityImple.close(UserBusinessActivityImple.java:157) [jbossxts-5.0.0.CR3-SNAPSHOT.jar:5.0.0.CR3-SNAPSHOT (revision: a3308)]
> at com.arjuna.wstx.tests.arq.ba.CloseTest.testClose(CloseTest.java:64) [classes:]
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_45]
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_45]
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_45]
> at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_45]
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) [arquillian-service:]
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [arquillian-service:]
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) [arquillian-service:]
> at org.jboss.arquillian.junit.Arquillian$6$1.invoke(Arquillian.java:270) [arquillian-service:]
> at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:60) [arquillian-service:]
> at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) [:1.7.0_45]
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_45]
> at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_45]
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-service:]
> at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99) [arquillian-service:]
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81) [arquillian-service:]
> at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:135) [arquillian-service:]
> at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:115) [arquillian-service:]
> at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67) [arquillian-service:]
> at org.jboss.arquillian.container.test.impl.execution.ContainerTestExecuter.execute(ContainerTestExecuter.java:38) [arquillian-service:]
> at sun.reflect.GeneratedMethodAccessor70.invoke(Unknown Source) [:1.7.0_45]
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_45]
> at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_45]
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-service:]
> at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99) [arquillian-service:]
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81) [arquillian-service:]
> at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:89) [arquillian-service:]
> at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source) [:1.7.0_45]
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_45]
> at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_45]
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-service:]
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-service:]
> at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:75) [arquillian-service:]
> at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source) [:1.7.0_45]
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_45]
> at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_45]
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-service:]
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-service:]
> at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:60) [arquillian-service:]
> at sun.reflect.GeneratedMethodAccessor51.invoke(Unknown Source) [:1.7.0_45]
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_45]
> at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_45]
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-service:]
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-service:]
> at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:135) [arquillian-service:]
> at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:111) [arquillian-service:]
> at org.jboss.arquillian.junit.Arquillian$6.evaluate(Arquillian.java:263) [arquillian-service:]
> at org.jboss.arquillian.junit.Arquillian$4.evaluate(Arquillian.java:226) [arquillian-service:]
> at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314) [arquillian-service:]
> at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46) [arquillian-service:]
> at org.jboss.arquillian.junit.Arquillian$5.evaluate(Arquillian.java:240) [arquillian-service:]
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) [arquillian-service:]
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) [arquillian-service:]
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) [arquillian-service:]
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) [arquillian-service:]
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) [arquillian-service:]
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) [arquillian-service:]
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) [arquillian-service:]
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) [arquillian-service:]
> at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:185) [arquillian-service:]
> at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314) [arquillian-service:]
> at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46) [arquillian-service:]
> at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:199) [arquillian-service:]
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309) [arquillian-service:]
> at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:147) [arquillian-service:]
> at org.junit.runner.JUnitCore.run(JUnitCore.java:160) [arquillian-service:]
> at org.junit.runner.JUnitCore.run(JUnitCore.java:138) [arquillian-service:]
> at org.jboss.arquillian.junit.container.JUnitTestRunner.execute(JUnitTestRunner.java:65) [arquillian-service:]
> at org.jboss.arquillian.protocol.jmx.JMXTestRunner.runTestMethodInternal(JMXTestRunner.java:129) [arquillian-service:]
> at org.jboss.arquillian.protocol.jmx.JMXTestRunner.runTestMethod(JMXTestRunner.java:108) [arquillian-service:]
> at org.jboss.as.arquillian.service.ArquillianService$ExtendedJMXTestRunner.runTestMethod(ArquillianService.java:212) [arquillian-service:]
> at sun.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) [:1.7.0_45]
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_45]
> at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_45]
> at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:75) [rt.jar:1.7.0_45]
> at sun.reflect.GeneratedMethodAccessor56.invoke(Unknown Source) [:1.7.0_45]
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_45]
> at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_45]
> at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:279) [rt.jar:1.7.0_45]
> at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:112) [rt.jar:1.7.0_45]
> at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:46) [rt.jar:1.7.0_45]
> at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:237) [rt.jar:1.7.0_45]
> at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:138) [rt.jar:1.7.0_45]
> at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:252) [rt.jar:1.7.0_45]
> at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819) [rt.jar:1.7.0_45]
> at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:801) [rt.jar:1.7.0_45]
> at org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:1454)
> at org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:732)
> at org.jboss.remotingjmx.protocol.v2.ServerProxy$InvokeHandler.handle(ServerProxy.java:952)
> at org.jboss.remotingjmx.protocol.v2.ServerCommon$MessageReciever$1$1.run(ServerCommon.java:153)
> at org.jboss.as.jmx.ServerInterceptorFactory$Interceptor$1.run(ServerInterceptorFactory.java:75)
> at org.jboss.as.jmx.ServerInterceptorFactory$Interceptor$1.run(ServerInterceptorFactory.java:70)
> at java.security.AccessController.doPrivileged(Native Method) [rt.jar:1.7.0_45]
> at javax.security.auth.Subject.doAs(Subject.java:415) [rt.jar:1.7.0_45]
> at org.jboss.as.controller.AccessAuditContext.doAs(AccessAuditContext.java:94)
> at org.jboss.as.jmx.ServerInterceptorFactory$Interceptor.handleEvent(ServerInterceptorFactory.java:70)
> at org.jboss.remotingjmx.protocol.v2.ServerCommon$MessageReciever$1.run(ServerCommon.java:149)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_45]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_45]
> at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_45]
> [0mJan 03, 2014 8:52:52 PM org.jboss.arquillian.protocol.jmx.JMXMethodExecutor invoke
> SEVERE: Failed: com.arjuna.wstx.tests.arq.ba.CloseTest.testClose
> com.arjuna.wst.TransactionRolledBackException
> at com.arjuna.wst11.stub.BusinessActivityTerminatorStub.close(BusinessActivityTerminatorStub.java:95)
> at com.arjuna.mwlabs.wst11.ba.remote.UserBusinessActivityImple.close(UserBusinessActivityImple.java:157)
> at com.arjuna.wstx.tests.arq.ba.CloseTest.testClose(CloseTest.java:64)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> at org.jboss.arquillian.junit.Arquillian$6$1.invoke(Arquillian.java:270)
> at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:60)
> at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
> at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
> at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:135)
> at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:115)
> at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67)
> at org.jboss.arquillian.container.test.impl.execution.ContainerTestExecuter.execute(ContainerTestExecuter.java:38)
> at sun.reflect.GeneratedMethodAccessor70.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
> at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
> at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:89)
> at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
> at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:75)
> at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
> at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:60)
> at sun.reflect.GeneratedMethodAccessor51.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
> at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:135)
> at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:111)
> at org.jboss.arquillian.junit.Arquillian$6.evaluate(Arquillian.java:263)
> at org.jboss.arquillian.junit.Arquillian$4.evaluate(Arquillian.java:226)
> at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
> at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
> at org.jboss.arquillian.junit.Arquillian$5.evaluate(Arquillian.java:240)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:185)
> at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
> at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
> at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:199)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:147)
> at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
> at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
> at org.jboss.arquillian.junit.container.JUnitTestRunner.execute(JUnitTestRunner.java:65)
> at org.jboss.arquillian.protocol.jmx.JMXTestRunner.runTestMethodInternal(JMXTestRunner.java:129)
> at org.jboss.arquillian.protocol.jmx.JMXTestRunner.runTestMethod(JMXTestRunner.java:108)
> at org.jboss.as.arquillian.service.ArquillianService$ExtendedJMXTestRunner.runTestMethod(ArquillianService.java:212)
> at sun.reflect.GeneratedMethodAccessor62.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:75)
> at sun.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:279)
> at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:112)
> at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:46)
> at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:237)
> at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:138)
> at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:252)
> at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819)
> at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:801)
> at org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:1454)
> at org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:732)
> at org.jboss.remotingjmx.protocol.v2.ServerProxy$InvokeHandler.handle(ServerProxy.java:952)
> at org.jboss.remotingjmx.protocol.v2.ServerCommon$MessageReciever$1$1.run(ServerCommon.java:153)
> at org.jboss.as.jmx.ServerInterceptorFactory$Interceptor$1.run(ServerInterceptorFactory.java:75)
> at org.jboss.as.jmx.ServerInterceptorFactory$Interceptor$1.run(ServerInterceptorFactory.java:70)
> at java.security.AccessController.doPrivileged(Native Method)
> at javax.security.auth.Subject.doAs(Subject.java:415)
> at org.jboss.as.controller.AccessAuditContext.doAs(AccessAuditContext.java:94)
> at org.jboss.as.jmx.ServerInterceptorFactory$Interceptor.handleEvent(ServerInterceptorFactory.java:70)
> at org.jboss.remotingjmx.protocol.v2.ServerCommon$MessageReciever$1.run(ServerCommon.java:149)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> at java.lang.Thread.run(Thread.java:744)
> [0m20:52:52,182 INFO [stdout] (Thread-0) TransformListener() : handling connection on port 9091
> [0m[0m20:52:52,256 INFO [stdout] (Thread-0) retransforming org.jboss.jbossts.xts.bytemanSupport.participantCompletion.ParticipantCompletionCoordinatorRules
> [0m[0m20:52:52,256 INFO [stdout] (Thread-0) retransforming com.arjuna.wst11.messaging.engines.ParticipantCompletionCoordinatorEngine
> [0m[0m20:52:52,257 INFO [stdout] (Thread-0) retransforming com.arjuna.webservices11.wsarjtx.sei.TerminationCoordinatorPortTypeImpl
> [0m[0m20:52:52,385 INFO [stdout] (Thread-0) HelperManager.uninstall for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m20:52:52,386 INFO [stdout] (Thread-0) calling uninstalled(create counter) for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m20:52:52,387 INFO [stdout] (Thread-0) Uninstalled rule using default helper : create counter
> [0m[0m20:52:52,387 INFO [stdout] (Thread-0) HelperManager.uninstall for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m20:52:52,387 INFO [stdout] (Thread-0) calling uninstalled(complete called) for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m20:52:52,388 INFO [stdout] (Thread-0) Uninstalled rule using default helper : complete called
> [0m[0m20:52:52,388 INFO [stdout] (Thread-0) HelperManager.uninstall for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m20:52:52,388 INFO [stdout] (Thread-0) calling uninstalled(close called) for helper class org.jboss.byteman.rule.helper.Helper
> [0m[0m20:52:52,389 INFO [stdout] (Thread-0) Uninstalled rule using default helper : close called
> [0m[0m20:52:52,389 INFO [stdout] (Thread-0) calling deactivated() for helper classorg.jboss.byteman.rule.helper.Helper
> [0m[0m20:52:52,389 INFO [stdout] (Thread-0) Default helper deactivated
> [0m[0m20:52:52,398 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017535: Unregister web context: /test
> [0m[0m20:52:52,411 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016009: Stopping weld service for deployment test.war
> [0m[0m20:52:52,417 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment test.war (runtime-name: test.war) in 20ms
> [0m[0m20:52:52,504 INFO [org.jboss.as.repository] (management-handler-thread - 5) JBAS014901: Content removed from location /home/hudson/workspace/narayana-codeCoverage/jboss-as/build/target/wildfly-8.0.0.Final-SNAPSHOT/standalone/data/content/fd/6a81be14f9e764131bf67a034aa63f0644d81b/content
> [0m[0m20:52:52,505 INFO [org.jboss.as.server] (management-handler-thread - 5) JBAS018558: Undeployed "test.war" (runtime-name: "test.war")
> [0m
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 6 months
[JBoss JIRA] (JBTM-2093) BlackTie org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy: test.war
by Gytis Trikleris (JIRA)
[ https://issues.jboss.org/browse/JBTM-2093?page=com.atlassian.jira.plugin.... ]
Gytis Trikleris commented on JBTM-2093:
---------------------------------------
http://172.17.131.2/view/Narayana+BlackTie/job/narayana-windows2008-tacon...
http://172.17.131.2/view/Narayana+BlackTie/job/narayana-windows2008-tacon...
> BlackTie org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy: test.war
> ---------------------------------------------------------------------------------------------------------
>
> Key: JBTM-2093
> URL: https://issues.jboss.org/browse/JBTM-2093
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: BlackTie
> Affects Versions: 5.0.0.Final
> Reporter: Tom Jenkinson
> Assignee: Amos Feng
> Fix For: 5.1.0.Alpha1
>
>
> {code}
> AdvertiseUnadvertiseTest Time elapsed: 12.852 sec <<< ERROR!
> org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy: test.war
> at org.jboss.as.protocol.ProtocolConnectionUtils.connectSync(ProtocolConnectionUtils.java:120)
> at org.jboss.as.protocol.ProtocolConnectionManager$EstablishingConnection.connect(ProtocolConnectionManager.java:256)
> at org.jboss.as.protocol.ProtocolConnectionManager.connect(ProtocolConnectionManager.java:70)
> at org.jboss.as.protocol.mgmt.FutureManagementChannel$Establishing.getChannel(FutureManagementChannel.java:204)
> at org.jboss.as.controller.client.impl.RemotingModelControllerClient.getOrCreateChannel(RemotingModelControllerClient.java:148)
> at org.jboss.as.controller.client.impl.RemotingModelControllerClient$1.getChannel(RemotingModelControllerClient.java:67)
> at org.jboss.as.protocol.mgmt.ManagementChannelHandler.executeRequest(ManagementChannelHandler.java:117)
> at org.jboss.as.protocol.mgmt.ManagementChannelHandler.executeRequest(ManagementChannelHandler.java:92)
> at org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeRequest(AbstractModelControllerClient.java:236)
> at org.jboss.as.controller.client.impl.AbstractModelControllerClient.execute(AbstractModelControllerClient.java:141)
> at org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeAsync(AbstractModelControllerClient.java:101)
> at org.jboss.as.controller.client.helpers.standalone.impl.ModelControllerClientServerDeploymentManager.executeOperation(ModelControllerClientServerDeploymentManager.java:50)
> at org.jboss.as.controller.client.helpers.standalone.impl.AbstractServerDeploymentManager.execute(AbstractServerDeploymentManager.java:79)
> at org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper.deploy(ServerDeploymentHelper.java:54)
> at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:77)
> at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:64)
> at org.jboss.as.arquillian.container.ArchiveDeployer.deploy(ArchiveDeployer.java:46)
> at org.jboss.as.arquillian.container.CommonDeployableContainer.deploy(CommonDeployableContainer.java:146)
> at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$3.call(ContainerDeployController.java:161)
> at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$3.call(ContainerDeployController.java:128)
> at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.executeOperation(ContainerDeployController.java:271)
> at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.deploy(ContainerDeployController.java:127)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
> at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
> at org.jboss.arquillian.container.impl.client.container.DeploymentExceptionHandler.verifyExpectedExceptionDuringDeploy(DeploymentExceptionHandler.java:50)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
> at org.jboss.arquillian.container.impl.client.ContainerDeploymentContextHandler.createDeploymentContext(ContainerDeploymentContextHandler.java:78)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
> at org.jboss.arquillian.container.impl.client.ContainerDeploymentContextHandler.createContainerContext(ContainerDeploymentContextHandler.java:57)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
> at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:135)
> at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:115)
> at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67)
> at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$1.perform(ContainerDeployController.java:95)
> at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$1.perform(ContainerDeployController.java:80)
> at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.forEachDeployment(ContainerDeployController.java:263)
> at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.forEachManagedDeployment(ContainerDeployController.java:239)
> at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.deployManaged(ContainerDeployController.java:79)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
> at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
> at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:135)
> at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:115)
> at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67)
> at org.jboss.arquillian.container.test.impl.client.ContainerEventController.execute(ContainerEventController.java:101)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
> at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
> at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:75)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
> at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:60)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
> at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:135)
> at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:115)
> at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.beforeClass(EventTestRunnerAdaptor.java:80)
> at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:182)
> at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
> at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
> at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:199)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:147)
> at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
> at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
> at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
> at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:159)
> at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:87)
> at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
> at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:95)
> {code}
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana-windows2008-tacon...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 6 months
[JBoss JIRA] (JBTM-2096) ListServiceStatusTest.testListServiceStatusWithRunningServer: Command failed
by Gytis Trikleris (JIRA)
Gytis Trikleris created JBTM-2096:
-------------------------------------
Summary: ListServiceStatusTest.testListServiceStatusWithRunningServer: Command failed
Key: JBTM-2096
URL: https://issues.jboss.org/browse/JBTM-2096
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: BlackTie
Reporter: Gytis Trikleris
Assignee: Amos Feng
Priority: Minor
Fix For: 5.1.0.Alpha1
http://172.17.131.2/view/Narayana+BlackTie/job/narayana/423/PROFILE=BLACK...
{code}
Running org.jboss.narayana.blacktie.btadmin.ListServersStatusTest
[0m21:56:16,141 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 89) HQ221003: trying to deploy queue jms.queue.BTR_.testsui1
[0m[0m21:56:16,141 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 89) JBAS011601: Bound messaging object to jndi name /queue/BTR_.testsui1
[0m[0m21:56:19,541 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 89) HQ221003: trying to deploy queue jms.queue.BTR_.testsui2
[0m[0m21:56:19,541 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 89) JBAS011601: Bound messaging object to jndi name /queue/BTR_.testsui2
[0m[0m21:56:22,904 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 89) HQ221003: trying to deploy queue jms.queue.BTR_BAR
[0m[0m21:56:22,904 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 89) JBAS011601: Bound messaging object to jndi name /queue/BTR_BAR
[0m[0m21:56:24,579 INFO [org.jboss.jbossts.star.resource.RESTRecord] (Periodic Recovery) restore_state http://127.0.0.1:8888/xid/131077%3a102%3a0%3a37%3a59%3a454518/terminate
[0m[0m21:56:24,683 INFO [org.jboss.jbossts.star.resource.RESTRecord] (Periodic Recovery) restore_state http://127.0.0.1:8888/xid/131077%3a102%3a0%3a39%3a0%3a471367/terminate
[0m[0m21:56:24,761 INFO [org.jboss.jbossts.star.resource.RESTRecord] (Periodic Recovery) restore_state http://127.0.0.1:8888/xid/131077%3a102%3a0%3a44%3a7%3a336519/terminate
[0m[0m21:56:24,847 INFO [org.jboss.narayana.blacktie.administration.BlacktieAdminServiceXATMI] (Thread-38 (HornetQ-client-global-threads-26693153)) init PostConstruct
[0m[0m21:56:24,849 INFO [org.jboss.narayana.blacktie.administration.core.AdministrationProxy] (Thread-38 (HornetQ-client-global-threads-26693153)) onConstruct load btconfig.xml
[0m[0m21:56:24,854 INFO [org.jboss.jbossts.star.resource.RESTRecord] (Periodic Recovery) restore_state http://127.0.0.1:8888/xid/131077%3a102%3a0%3a42%3a6%3a292860/terminate
[0m[0m21:56:31,591 INFO [org.jboss.narayana.blacktie.jatmibroker.xatmi.BlackTieService] (Thread-39 (HornetQ-client-global-threads-26693153)) init PostConstruct
[0m[0m21:56:37,062 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 89) JBAS011605: Unbound messaging object to jndi name java:/queue/BTR_BAR
[0m[0m21:56:37,243 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 89) JBAS011605: Unbound messaging object to jndi name java:/queue/BTR_.testsui2
[0m[33m21:56:38,066 WARN [org.jboss.narayana.blacktie.administration.QueueReaperBean] (EJB default - 8) undeploy service pending for .testsui1 as consumer count is 0, will check again in 30000ms
[0m[0m21:56:39,278 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 89) JBAS011605: Unbound messaging object to jndi name java:/queue/BTR_.testsui1
[0mTests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.62 sec
Running org.jboss.narayana.blacktie.btadmin.ListServiceStatusTest
[0m21:56:47,603 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 89) HQ221003: trying to deploy queue jms.queue.BTR_.testsui1
[0m[0m21:56:47,603 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 89) JBAS011601: Bound messaging object to jndi name /queue/BTR_.testsui1
[0m[0m21:56:51,939 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 89) HQ221003: trying to deploy queue jms.queue.BTR_.testsui2
[0m[0m21:56:51,939 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 89) JBAS011601: Bound messaging object to jndi name /queue/BTR_.testsui2
[0m[0m21:56:56,314 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 89) HQ221003: trying to deploy queue jms.queue.BTR_BAR
[0m[0m21:56:56,314 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 89) JBAS011601: Bound messaging object to jndi name /queue/BTR_BAR
[0m[31m21:56:58,193 ERROR [stderr] (Thread-1015) Exception in thread "Thread-1015" java.lang.ArrayIndexOutOfBoundsException: 1
[0m[31m21:56:58,193 ERROR [stderr] (Thread-1015) at org.jboss.narayana.blacktie.jatmibroker.core.server.Client.run(SocketServer.java:268)
[0m[31m21:56:58,193 ERROR [stderr] (Thread-1015) at java.lang.Thread.run(Thread.java:744)
[0m[31m21:56:58,210 ERROR [org.codehaus.stomp.tcp.TcpTransport] (StompConnect Transport: tcp:///127.0.0.1:36306) Caught an exception: Connection reset: java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:196) [rt.jar:1.7.0_45]
at java.net.SocketInputStream.read(SocketInputStream.java:122) [rt.jar:1.7.0_45]
at java.net.SocketInputStream.read(SocketInputStream.java:210) [rt.jar:1.7.0_45]
at java.io.DataInputStream.readByte(DataInputStream.java:265) [rt.jar:1.7.0_45]
at org.codehaus.stomp.StompMarshaller.readLine(StompMarshaller.java:183) [wildfly-blacktie-5.1.0.Alpha1-SNAPSHOT.jar:5.1.0.Alpha1-SNAPSHOT]
at org.codehaus.stomp.StompMarshaller.unmarshal(StompMarshaller.java:94) [wildfly-blacktie-5.1.0.Alpha1-SNAPSHOT.jar:5.1.0.Alpha1-SNAPSHOT]
at org.codehaus.stomp.tcp.TcpTransport.run(TcpTransport.java:98) [wildfly-blacktie-5.1.0.Alpha1-SNAPSHOT.jar:5.1.0.Alpha1-SNAPSHOT]
at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_45]
[0m[33m21:57:39,481 WARN [org.jboss.narayana.blacktie.administration.QueueReaperBean] (EJB default - 9) undeploy service pending for .testsui1 as consumer count is 0, will check again in 30000ms
[0m[31m21:57:46,601 ERROR [org.jboss.narayana.blacktie.administration.core.AdministrationProxy] (Thread-39 (HornetQ-client-global-threads-26693153)) call server testsui id 1 command advertise,BAR, failed with 13
[0m[33m21:57:46,603 WARN [org.jboss.narayana.blacktie.administration.core.AdministrationProxy] (Thread-39 (HornetQ-client-global-threads-26693153)) Failed to advertise service: BAR at: testsui1
[0m[0m21:57:47,610 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 90) JBAS011605: Unbound messaging object to jndi name java:/queue/BTR_BAR
[0m[0m21:57:49,481 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 90) JBAS011605: Unbound messaging object to jndi name java:/queue/BTR_.testsui2
[0m[0m21:58:10,859 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 91) JBAS011605: Unbound messaging object to jndi name java:/queue/BTR_.testsui1
[0m[33m21:58:10,989 WARN [org.jboss.narayana.blacktie.administration.QueueReaperBean] (EJB default - 9) undeploy service .testsui1 for consumer is 0
[0mTests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 110.906 sec <<< FAILURE!
testListServiceStatusWithRunningServer(org.jboss.narayana.blacktie.btadmin.ListServiceStatusTest) Time elapsed: 108.914 sec <<< FAILURE!
junit.framework.AssertionFailedError: Command failed
at junit.framework.Assert.fail(Assert.java:57)
at junit.framework.TestCase.fail(TestCase.java:227)
at org.jboss.narayana.blacktie.btadmin.ListServiceStatusTest.testListServiceStatusWithRunningServer(ListServiceStatusTest.java:93)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 6 months
[JBoss JIRA] (JBTM-2069) Review BlackTie docs
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2069?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson commented on JBTM-2069:
-------------------------------------
I think we should move this Jira back to open, rather than PR sent
> Review BlackTie docs
> --------------------
>
> Key: JBTM-2069
> URL: https://issues.jboss.org/browse/JBTM-2069
> Project: JBoss Transaction Manager
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: BlackTie, Documentation
> Reporter: Tom Jenkinson
> Assignee: Amos Feng
> Fix For: 5.1.0.Alpha1
>
>
> Ensure no erroneous information
> Update AS7 references to WildFly
> For example:
> run.sh -> standalone.sh (changed parameters too)
> JBossAS->WildFly
> paths, are they up-to-date (for example what apps should be deployed and where)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 6 months
[JBoss JIRA] (JBTM-2069) Review BlackTie docs
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2069?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson commented on JBTM-2069:
-------------------------------------
I can still see references to JBossTS in the pull request.
Also the documentation needs to add:
1. How to enable BlackTie (deploy the subsystem)
2. Run WildFly with BlackTie
> Review BlackTie docs
> --------------------
>
> Key: JBTM-2069
> URL: https://issues.jboss.org/browse/JBTM-2069
> Project: JBoss Transaction Manager
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: BlackTie, Documentation
> Reporter: Tom Jenkinson
> Assignee: Amos Feng
> Fix For: 5.1.0.Alpha1
>
>
> Ensure no erroneous information
> Update AS7 references to WildFly
> For example:
> run.sh -> standalone.sh (changed parameters too)
> JBossAS->WildFly
> paths, are they up-to-date (for example what apps should be deployed and where)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 6 months
[JBoss JIRA] (JBTM-2095) Blacktie C++ XATMI Implementation failure
by Amos Feng (JIRA)
[ https://issues.jboss.org/browse/JBTM-2095?page=com.atlassian.jira.plugin.... ]
Amos Feng resolved JBTM-2095.
-----------------------------
Resolution: Duplicate Issue
> Blacktie C++ XATMI Implementation failure
> -----------------------------------------
>
> Key: JBTM-2095
> URL: https://issues.jboss.org/browse/JBTM-2095
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: BlackTie
> Reporter: Gytis Trikleris
> Assignee: Amos Feng
> Priority: Minor
> Fix For: 5.1.0.Alpha1
>
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana-jdbcobjectstore/5...
> {code}
> ...
> [exec] --7986:1:aspacem 209: file 3707a4b000-3707c49fff 2093056 ----- d=0xfd00 i=3031021 o=307200 (18)
> [exec] --7986:1:aspacem 210: file 3707c4a000-3707c4cfff 12288 rw--- d=0xfd00 i=3031021 o=303104 (18)
> [exec] --7986:1:aspacem 211: RSVN 3707c4d000-7fff8ba93fff 130850g ----- SmFixed
> [exec] --7986:1:aspacem 212: ANON 7fff8ba94000-7fff8baa8fff 86016 rw---
> [exec] --7986:1:aspacem 213: RSVN 7fff8baa9000-ffffffffff5fffff 16383e ----- SmFixed
> [exec] --7986:1:aspacem 214: ANON ffffffffff600000-ffffffffff600fff 4096 r-x--
> [exec] --7986:1:aspacem 215: RSVN ffffffffff601000-ffffffffffffffff 9m ----- SmFixed
> [exec] --7986:1:aspacem >>>
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:gdbsrv VG core calling VG_(gdbserver_exit) tid 4 will exit
> [exec] --7986:1:gdbsrv not connected
> [exec] --7986:1:gdbsrv remote_finish (reason orderly_finish) 4092 -1
> [exec] --7986:1:gdbsrv unlinking
> [exec] /tmp/vgdb-pipe-from-vgdb-to-7986-by-???-on-???
> [exec] /tmp/vgdb-pipe-to-vgdb-from-7986-by-???-on-???
> [exec] /tmp/vgdb-pipe-shared-mem-vgdb-7986-by-???-on-???
> [exec] --7986:1:core_os VG_(terminate_NORETURN)(tid=4)
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] BlackTie all files ................................ SUCCESS [1.224s]
> [INFO] WildFly: Blacktie Subsystem Parent ................ SUCCESS [0.040s]
> [INFO] WildFly: Blacktie Subsystem ....................... SUCCESS [6.175s]
> [INFO] WildFly: Blacktie Subsystem Build ................. SUCCESS [1.734s]
> [INFO] Blacktie C++ Plugin ............................... SUCCESS [2.106s]
> [INFO] Blacktie Defaults and Dependencies ................ SUCCESS [0.030s]
> [INFO] Blacktie C Defaults and Dependencies .............. SUCCESS [4.180s]
> [INFO] Blacktie Java JNI Tests ........................... SUCCESS [1.062s]
> [INFO] Blacktie Schemas .................................. SUCCESS [0.094s]
> [INFO] Blacktie CORBA Transport .......................... SUCCESS [0.016s]
> [INFO] Blacktie CORBA Transport Java Bindings ............ SUCCESS [0.686s]
> [INFO] BlackTie Messaging (via JMS) ...................... SUCCESS [0.289s]
> [INFO] Blacktie Java XATMI Implementation ................ SUCCESS [4:25.508s]
> [INFO] Blacktie Java NBF Implementation .................. SUCCESS [1.960s]
> [INFO] Blacktie Administration Services .................. SUCCESS [11.001s]
> [INFO] Blacktie Administration Services EAR .............. SUCCESS [5.167s]
> [INFO] Blacktie Core C++ Implementation .................. SUCCESS [35.771s]
> [INFO] Blacktie Codec C++ Implementation ................. SUCCESS [24.625s]
> [INFO] Blacktie C++ REST Transport ....................... SUCCESS [14.456s]
> [INFO] Blacktie Utilities ................................ SUCCESS [4.085s]
> [INFO] Blacktie C++ TX Client Library .................... SUCCESS [2:32.423s]
> [INFO] Blacktie C++ Hybrid Transport ..................... SUCCESS [1:47.576s]
> [INFO] Blacktie C++ XATMI Implementation ................. FAILURE [1:16.244s]
> [INFO] Blacktie C++ Queue Client ......................... SKIPPED
> [INFO] Blacktie NBF ...................................... SKIPPED
> [INFO] BlackTie Admin CLI Tool ........................... SKIPPED
> [INFO] Blacktie Server Code Generation ................... SKIPPED
> [INFO] Blacktie Java/C C/Java XATMI Tests ................ SKIPPED
> [INFO] Blacktie Distribution ............................. SKIPPED
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 11:57.403s
> [INFO] Finished at: Tue Feb 11 23:01:56 GMT 2014
> [INFO] Final Memory: 72M/293M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.jboss.narayana.blacktie.plugins:blacktie-cpp-plugin:5.1.0.Alpha1-SNAPSHOT:test (test) on project blacktie-xatmi: Failed to execute: Executing Ant script: /btcpp.build.xml [test]: Failed to execute. The following error occurred while executing this line:
> [ERROR] /tmp/plexus-ant-component6448183346165406646.build.xml:590: exec returned: 137
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR] mvn <goals> -rf :blacktie-xatmi
> UID PID PPID C STIME TTY TIME CMD
> hudson 1467 1464 0 2013 ? 01:14:51 sshd: hudson@notty
> hudson 1509 1467 0 2013 ? 00:00:00 bash -c cd '/home/hudson' && java -jar slave.jar
> hudson 1516 1509 0 2013 ? 07:49:20 java -jar slave.jar
> hudson 5994 24481 0 22:49 ? 00:00:00 /bin/sh blacktie/wildfly-8.0.0.Final-SNAPSHOT/bin/standalone.sh -c standalone-blacktie.xml -Djboss.bind.address=localhost -Djboss.bind.address.unsecure=localhost -Djboss.bind.address.management=localhost
> hudson 6067 5994 8 22:49 ? 00:01:04 /usr/local/jdk1.7.0_09//bin/java -D[Standalone] -server -XX:+UseCompressedOops -Xmx256m -XX:MaxPermSize=256m -DOrbPortabilityEnvironmentBean.resolveService=NAME_SERVICE -agentlib:jdwp=transport=dt_socket,address=8787,server=y,suspend=n -DOrbPortabilityEnvironmentBean.resolveService=NAME_SERVICE -Dorg.jboss.boot.log.file=/home/hudson/workspace/narayana-jdbcobjectstore/DB_TYPE/mysql/jdk/jdk7.latest/slave/linux/blacktie/wildfly-8.0.0.Final-SNAPSHOT/standalone/log/server.log -Dlogging.configuration=file:/home/hudson/workspace/narayana-jdbcobjectstore/DB_TYPE/mysql/jdk/jdk7.latest/slave/linux/blacktie/wildfly-8.0.0.Final-SNAPSHOT/standalone/configuration/logging.properties -jar /home/hudson/workspace/narayana-jdbcobjectstore/DB_TYPE/mysql/jdk/jdk7.latest/slave/linux/blacktie/wildfly-8.0.0.Final-SNAPSHOT/jboss-modules.jar -mp /home/hudson/workspace/narayana-jdbcobjectstore/DB_TYPE/mysql/jdk/jdk7.latest/slave/linux/blacktie/wildfly-8.0.0.Final-SNAPSHOT/modules org.jboss.as.standalone -Djboss.home.dir=/home/hudson/workspace/narayana-jdbcobjectstore/DB_TYPE/mysql/jdk/jdk7.latest/slave/linux/blacktie/wildfly-8.0.0.Final-SNAPSHOT -Djboss.server.base.dir=/home/hudson/workspace/narayana-jdbcobjectstore/DB_TYPE/mysql/jdk/jdk7.latest/slave/linux/blacktie/wildfly-8.0.0.Final-SNAPSHOT/standalone -c standalone-blacktie.xml -Djboss.bind.address=localhost -Djboss.bind.address.unsecure=localhost -Djboss.bind.address.management=localhost
> hudson 8029 24481 0 23:01 ? 00:00:00 ps -f
> hudson 24453 1516 0 22:30 ? 00:00:00 /bin/bash -xe /tmp/hudson8236195817182660034.sh
> hudson 24481 24453 0 22:30 ? 00:00:00 /bin/bash -xe /tmp/hudson8236195817182660034.sh
> testsuite: no process killed
> server: no process killed
> client: no process killed
> blacktie/wildfly-8.0.0.Final-SNAPSHOT/bin/standalone.sh: line 251: 6067 Killed "/usr/local/jdk1.7.0_09//bin/java" -D"[Standalone]" -server -XX:+UseCompressedOops -Xmx256m -XX:MaxPermSize=256m -DOrbPortabilityEnvironmentBean.resolveService=NAME_SERVICE -agentlib:jdwp=transport=dt_socket,address=8787,server=y,suspend=n -DOrbPortabilityEnvironmentBean.resolveService=NAME_SERVICE "-Dorg.jboss.boot.log.file=/home/hudson/workspace/narayana-jdbcobjectstore/DB_TYPE/mysql/jdk/jdk7.latest/slave/linux/blacktie/wildfly-8.0.0.Final-SNAPSHOT/standalone/log/server.log" "-Dlogging.configuration=file:/home/hudson/workspace/narayana-jdbcobjectstore/DB_TYPE/mysql/jdk/jdk7.latest/slave/linux/blacktie/wildfly-8.0.0.Final-SNAPSHOT/standalone/configuration/logging.properties" -jar "/home/hudson/workspace/narayana-jdbcobjectstore/DB_TYPE/mysql/jdk/jdk7.latest/slave/linux/blacktie/wildfly-8.0.0.Final-SNAPSHOT/jboss-modules.jar" -mp "/home/hudson/workspace/narayana-jdbcobjectstore/DB_TYPE/mysql/jdk/jdk7.latest/slave/linux/blacktie/wildfly-8.0.0.Final-SNAPSHOT/modules" org.jboss.as.standalone -Djboss.home.dir="/home/hudson/workspace/narayana-jdbcobjectstore/DB_TYPE/mysql/jdk/jdk7.latest/slave/linux/blacktie/wildfly-8.0.0.Final-SNAPSHOT" -Djboss.server.base.dir="/home/hudson/workspace/narayana-jdbcobjectstore/DB_TYPE/mysql/jdk/jdk7.latest/slave/linux/blacktie/wildfly-8.0.0.Final-SNAPSHOT/standalone" "-c" "standalone-blacktie.xml" "-Djboss.bind.address=localhost" "-Djboss.bind.address.unsecure=localhost" "-Djboss.bind.address.management=localhost"
> cs: no process killed
> UID PID PPID C STIME TTY TIME CMD
> hudson 1467 1464 0 2013 ? 01:14:51 sshd: hudson@notty
> hudson 1509 1467 0 2013 ? 00:00:00 bash -c cd '/home/hudson' && java -jar slave.jar
> hudson 1516 1509 0 2013 ? 07:49:20 java -jar slave.jar
> hudson 8040 24481 0 23:01 ? 00:00:00 ps -f
> hudson 24453 1516 0 22:30 ? 00:00:00 /bin/bash -xe /tmp/hudson8236195817182660034.sh
> hudson 24481 24453 0 22:30 ? 00:00:00 /bin/bash -xe /tmp/hudson8236195817182660034.sh
> Some tests failed: http://172.17.131.2/job/narayana-jdbcobjectstore/DB_TYPE=mysql,jdk=jdk7.l...
> Build step 'Execute shell' marked build as failure
> Archiving artifacts
> Sending e-mails to: gtrikler(a)redhat.com
> Finished: FAILURE
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 7 months
[JBoss JIRA] (JBTM-2095) Blacktie C++ XATMI Implementation failure
by Amos Feng (JIRA)
[ https://issues.jboss.org/browse/JBTM-2095?page=com.atlassian.jira.plugin.... ]
Amos Feng commented on JBTM-2095:
---------------------------------
I checked the blacktie-xatmi-valgrind.log and it's a duplicated issue with JBTM-2090 although it happens in TestTPRecv.
{noformat}
==7986==
==7986== Process terminating with default action of signal 13 (SIGPIPE)
==7986== at 0x72734ED: ??? (in /lib64/libpthread-2.12.so)
==7986== by 0x4E4C136: apr_socket_send (in /usr/lib64/libapr-1.so.0.3.9)
==7986== by 0x54F05CB: HybridSocketEndpointQueue::_send(char const*, long, long, char*, int, long, long, char const*, char const*) (HybridSocketEndpointQueue.cxx:305)
==7986== by 0x54F081F: HybridSocketEndpointQueue::send(char const*, long, long, char*, int, long, long, char const*, char const*) (HybridSocketEndpointQueue.cxx:347)
==7986== by 0x54EB35C: HybridSocketSessionImpl::send(message_t&) (HybridSocketSessionImpl.cxx:536)
==7986== by 0x6D1894D: send(Session*, char const*, char*, long, int, long, long, message_t&, long, int, long, bool, char*) (XATMIc.cxx:147)
==7986== by 0x6D18D4F: send(Session*, char const*, char*, long, int, long, long, long, int, long, bool, char*) (XATMIc.cxx:183)
==7986== by 0x6D24122: tpdiscon (XATMIc.cxx:1220)
==7986== by 0x445799: TestTPRecv::tearDown() (TestTPRecv.cxx:63)
{noformat}
> Blacktie C++ XATMI Implementation failure
> -----------------------------------------
>
> Key: JBTM-2095
> URL: https://issues.jboss.org/browse/JBTM-2095
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: BlackTie
> Reporter: Gytis Trikleris
> Assignee: Amos Feng
> Priority: Minor
> Fix For: 5.1.0.Alpha1
>
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana-jdbcobjectstore/5...
> {code}
> ...
> [exec] --7986:1:aspacem 209: file 3707a4b000-3707c49fff 2093056 ----- d=0xfd00 i=3031021 o=307200 (18)
> [exec] --7986:1:aspacem 210: file 3707c4a000-3707c4cfff 12288 rw--- d=0xfd00 i=3031021 o=303104 (18)
> [exec] --7986:1:aspacem 211: RSVN 3707c4d000-7fff8ba93fff 130850g ----- SmFixed
> [exec] --7986:1:aspacem 212: ANON 7fff8ba94000-7fff8baa8fff 86016 rw---
> [exec] --7986:1:aspacem 213: RSVN 7fff8baa9000-ffffffffff5fffff 16383e ----- SmFixed
> [exec] --7986:1:aspacem 214: ANON ffffffffff600000-ffffffffff600fff 4096 r-x--
> [exec] --7986:1:aspacem 215: RSVN ffffffffff601000-ffffffffffffffff 9m ----- SmFixed
> [exec] --7986:1:aspacem >>>
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:mallocfr deferred_reclaimSuperblock at 0x416210000 (pszB 65504) (prev 0x416210000) owner VALGRIND/demangle
> [exec] --7986:1:gdbsrv VG core calling VG_(gdbserver_exit) tid 4 will exit
> [exec] --7986:1:gdbsrv not connected
> [exec] --7986:1:gdbsrv remote_finish (reason orderly_finish) 4092 -1
> [exec] --7986:1:gdbsrv unlinking
> [exec] /tmp/vgdb-pipe-from-vgdb-to-7986-by-???-on-???
> [exec] /tmp/vgdb-pipe-to-vgdb-from-7986-by-???-on-???
> [exec] /tmp/vgdb-pipe-shared-mem-vgdb-7986-by-???-on-???
> [exec] --7986:1:core_os VG_(terminate_NORETURN)(tid=4)
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] BlackTie all files ................................ SUCCESS [1.224s]
> [INFO] WildFly: Blacktie Subsystem Parent ................ SUCCESS [0.040s]
> [INFO] WildFly: Blacktie Subsystem ....................... SUCCESS [6.175s]
> [INFO] WildFly: Blacktie Subsystem Build ................. SUCCESS [1.734s]
> [INFO] Blacktie C++ Plugin ............................... SUCCESS [2.106s]
> [INFO] Blacktie Defaults and Dependencies ................ SUCCESS [0.030s]
> [INFO] Blacktie C Defaults and Dependencies .............. SUCCESS [4.180s]
> [INFO] Blacktie Java JNI Tests ........................... SUCCESS [1.062s]
> [INFO] Blacktie Schemas .................................. SUCCESS [0.094s]
> [INFO] Blacktie CORBA Transport .......................... SUCCESS [0.016s]
> [INFO] Blacktie CORBA Transport Java Bindings ............ SUCCESS [0.686s]
> [INFO] BlackTie Messaging (via JMS) ...................... SUCCESS [0.289s]
> [INFO] Blacktie Java XATMI Implementation ................ SUCCESS [4:25.508s]
> [INFO] Blacktie Java NBF Implementation .................. SUCCESS [1.960s]
> [INFO] Blacktie Administration Services .................. SUCCESS [11.001s]
> [INFO] Blacktie Administration Services EAR .............. SUCCESS [5.167s]
> [INFO] Blacktie Core C++ Implementation .................. SUCCESS [35.771s]
> [INFO] Blacktie Codec C++ Implementation ................. SUCCESS [24.625s]
> [INFO] Blacktie C++ REST Transport ....................... SUCCESS [14.456s]
> [INFO] Blacktie Utilities ................................ SUCCESS [4.085s]
> [INFO] Blacktie C++ TX Client Library .................... SUCCESS [2:32.423s]
> [INFO] Blacktie C++ Hybrid Transport ..................... SUCCESS [1:47.576s]
> [INFO] Blacktie C++ XATMI Implementation ................. FAILURE [1:16.244s]
> [INFO] Blacktie C++ Queue Client ......................... SKIPPED
> [INFO] Blacktie NBF ...................................... SKIPPED
> [INFO] BlackTie Admin CLI Tool ........................... SKIPPED
> [INFO] Blacktie Server Code Generation ................... SKIPPED
> [INFO] Blacktie Java/C C/Java XATMI Tests ................ SKIPPED
> [INFO] Blacktie Distribution ............................. SKIPPED
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 11:57.403s
> [INFO] Finished at: Tue Feb 11 23:01:56 GMT 2014
> [INFO] Final Memory: 72M/293M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.jboss.narayana.blacktie.plugins:blacktie-cpp-plugin:5.1.0.Alpha1-SNAPSHOT:test (test) on project blacktie-xatmi: Failed to execute: Executing Ant script: /btcpp.build.xml [test]: Failed to execute. The following error occurred while executing this line:
> [ERROR] /tmp/plexus-ant-component6448183346165406646.build.xml:590: exec returned: 137
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR] mvn <goals> -rf :blacktie-xatmi
> UID PID PPID C STIME TTY TIME CMD
> hudson 1467 1464 0 2013 ? 01:14:51 sshd: hudson@notty
> hudson 1509 1467 0 2013 ? 00:00:00 bash -c cd '/home/hudson' && java -jar slave.jar
> hudson 1516 1509 0 2013 ? 07:49:20 java -jar slave.jar
> hudson 5994 24481 0 22:49 ? 00:00:00 /bin/sh blacktie/wildfly-8.0.0.Final-SNAPSHOT/bin/standalone.sh -c standalone-blacktie.xml -Djboss.bind.address=localhost -Djboss.bind.address.unsecure=localhost -Djboss.bind.address.management=localhost
> hudson 6067 5994 8 22:49 ? 00:01:04 /usr/local/jdk1.7.0_09//bin/java -D[Standalone] -server -XX:+UseCompressedOops -Xmx256m -XX:MaxPermSize=256m -DOrbPortabilityEnvironmentBean.resolveService=NAME_SERVICE -agentlib:jdwp=transport=dt_socket,address=8787,server=y,suspend=n -DOrbPortabilityEnvironmentBean.resolveService=NAME_SERVICE -Dorg.jboss.boot.log.file=/home/hudson/workspace/narayana-jdbcobjectstore/DB_TYPE/mysql/jdk/jdk7.latest/slave/linux/blacktie/wildfly-8.0.0.Final-SNAPSHOT/standalone/log/server.log -Dlogging.configuration=file:/home/hudson/workspace/narayana-jdbcobjectstore/DB_TYPE/mysql/jdk/jdk7.latest/slave/linux/blacktie/wildfly-8.0.0.Final-SNAPSHOT/standalone/configuration/logging.properties -jar /home/hudson/workspace/narayana-jdbcobjectstore/DB_TYPE/mysql/jdk/jdk7.latest/slave/linux/blacktie/wildfly-8.0.0.Final-SNAPSHOT/jboss-modules.jar -mp /home/hudson/workspace/narayana-jdbcobjectstore/DB_TYPE/mysql/jdk/jdk7.latest/slave/linux/blacktie/wildfly-8.0.0.Final-SNAPSHOT/modules org.jboss.as.standalone -Djboss.home.dir=/home/hudson/workspace/narayana-jdbcobjectstore/DB_TYPE/mysql/jdk/jdk7.latest/slave/linux/blacktie/wildfly-8.0.0.Final-SNAPSHOT -Djboss.server.base.dir=/home/hudson/workspace/narayana-jdbcobjectstore/DB_TYPE/mysql/jdk/jdk7.latest/slave/linux/blacktie/wildfly-8.0.0.Final-SNAPSHOT/standalone -c standalone-blacktie.xml -Djboss.bind.address=localhost -Djboss.bind.address.unsecure=localhost -Djboss.bind.address.management=localhost
> hudson 8029 24481 0 23:01 ? 00:00:00 ps -f
> hudson 24453 1516 0 22:30 ? 00:00:00 /bin/bash -xe /tmp/hudson8236195817182660034.sh
> hudson 24481 24453 0 22:30 ? 00:00:00 /bin/bash -xe /tmp/hudson8236195817182660034.sh
> testsuite: no process killed
> server: no process killed
> client: no process killed
> blacktie/wildfly-8.0.0.Final-SNAPSHOT/bin/standalone.sh: line 251: 6067 Killed "/usr/local/jdk1.7.0_09//bin/java" -D"[Standalone]" -server -XX:+UseCompressedOops -Xmx256m -XX:MaxPermSize=256m -DOrbPortabilityEnvironmentBean.resolveService=NAME_SERVICE -agentlib:jdwp=transport=dt_socket,address=8787,server=y,suspend=n -DOrbPortabilityEnvironmentBean.resolveService=NAME_SERVICE "-Dorg.jboss.boot.log.file=/home/hudson/workspace/narayana-jdbcobjectstore/DB_TYPE/mysql/jdk/jdk7.latest/slave/linux/blacktie/wildfly-8.0.0.Final-SNAPSHOT/standalone/log/server.log" "-Dlogging.configuration=file:/home/hudson/workspace/narayana-jdbcobjectstore/DB_TYPE/mysql/jdk/jdk7.latest/slave/linux/blacktie/wildfly-8.0.0.Final-SNAPSHOT/standalone/configuration/logging.properties" -jar "/home/hudson/workspace/narayana-jdbcobjectstore/DB_TYPE/mysql/jdk/jdk7.latest/slave/linux/blacktie/wildfly-8.0.0.Final-SNAPSHOT/jboss-modules.jar" -mp "/home/hudson/workspace/narayana-jdbcobjectstore/DB_TYPE/mysql/jdk/jdk7.latest/slave/linux/blacktie/wildfly-8.0.0.Final-SNAPSHOT/modules" org.jboss.as.standalone -Djboss.home.dir="/home/hudson/workspace/narayana-jdbcobjectstore/DB_TYPE/mysql/jdk/jdk7.latest/slave/linux/blacktie/wildfly-8.0.0.Final-SNAPSHOT" -Djboss.server.base.dir="/home/hudson/workspace/narayana-jdbcobjectstore/DB_TYPE/mysql/jdk/jdk7.latest/slave/linux/blacktie/wildfly-8.0.0.Final-SNAPSHOT/standalone" "-c" "standalone-blacktie.xml" "-Djboss.bind.address=localhost" "-Djboss.bind.address.unsecure=localhost" "-Djboss.bind.address.management=localhost"
> cs: no process killed
> UID PID PPID C STIME TTY TIME CMD
> hudson 1467 1464 0 2013 ? 01:14:51 sshd: hudson@notty
> hudson 1509 1467 0 2013 ? 00:00:00 bash -c cd '/home/hudson' && java -jar slave.jar
> hudson 1516 1509 0 2013 ? 07:49:20 java -jar slave.jar
> hudson 8040 24481 0 23:01 ? 00:00:00 ps -f
> hudson 24453 1516 0 22:30 ? 00:00:00 /bin/bash -xe /tmp/hudson8236195817182660034.sh
> hudson 24481 24453 0 22:30 ? 00:00:00 /bin/bash -xe /tmp/hudson8236195817182660034.sh
> Some tests failed: http://172.17.131.2/job/narayana-jdbcobjectstore/DB_TYPE=mysql,jdk=jdk7.l...
> Build step 'Execute shell' marked build as failure
> Archiving artifacts
> Sending e-mails to: gtrikler(a)redhat.com
> Finished: FAILURE
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 7 months