[jbossts-issues] [JBoss JIRA] (JBTM-1460) TXBridge test hangs when Arquillian starts the container

Paul Robinson (JIRA) jira-events at lists.jboss.org
Tue Mar 5 09:34:56 EST 2013


     [ https://issues.jboss.org/browse/JBTM-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Robinson updated JBTM-1460:
--------------------------------

    Fix Version/s: 5.0.0.Final
                       (was: 5.0.0.M3)

    
> TXBridge test hangs when Arquillian starts the container
> --------------------------------------------------------
>
>                 Key: JBTM-1460
>                 URL: https://issues.jboss.org/browse/JBTM-1460
>             Project: JBoss Transaction Manager
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>         Environment: AS7 master as of 2013-02-05
> Arquillian core: 1.0.0.Final
> Arquillian osgi: 1.0.2.Final
>            Reporter: Paul Robinson
>            Assignee: Paul Robinson
>             Fix For: 5.0.0.Final
>
>         Attachments: client.log, server.log
>
>
> See: 172.17.131.2/job/btny-pulls-narayana/345/ where the job has hung for about 16hrs.
> From looking at the stack trace in client.log (attached):
> {code}
> 	at org.jboss.arquillian.container.test.impl.client.container.ClientContainerController.start(ClientContainerController.java:107)
> 	at org.jboss.jbossts.txbridge.tests.inbound.junit.InboundBasicTests.setUp(InboundBasicTests.java:75)
> {code}
> The hang is happening on this line:
> {code}
> controller.start(CONTAINER);
> {code}
> Which is starting the container 'jboss', which is described in the arquillian.xml as:
> {code}
>     <container qualifier="jboss" default="true" mode="manual">
>         <configuration>
>             <property name="javaVmArguments">${server.jvm.args}</property>
>             <property name="serverConfig">standalone-xts.xml</property>
>             <property name="managementAddress">${node.address}</property>
>         </configuration>
>     </container>
> {code}
> From looking at server.log (attached) it looks like the server has started and deployed the deployments:
> First of two deployments:
> {code}
> 18:36:32,013 INFO  [org.jboss.as.server] (management-handler-thread - 4) JBAS018559: Deployed "txbridge-inbound-tests-service.war" (runtime-name : "txbridge-inbound-tests-service.war")
> {code}
> Second of two deployments:
> {code}
> 18:36:32,975 INFO  [org.jboss.as.server] (management-handler-thread - 3) JBAS018559: Deployed "txbridge-inbound-tests-client.war" (runtime-name : "txbridge-inbound-tests-client.war")
> {code}
> Notice that the output above is that last line of output on the server. 

--
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


More information about the jbossts-issues mailing list