[jbossts-issues] [JBoss JIRA] (JBTM-1236) TestBACrashDuringOnePhaseCommit fails: java.util.concurrent.ExecutionException: Operation failed during deploy xtstest.war at the first booting

Amos Feng (JIRA) jira-events at lists.jboss.org
Thu Sep 6 04:29:32 EDT 2012


    [ https://issues.jboss.org/browse/JBTM-1236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12716253#comment-12716253 ] 

Amos Feng commented on JBTM-1236:
---------------------------------

Paul,

see the error stack:
{code}
Caused by: java.io.IOException: java.util.concurrent.ExecutionException: Operation failed
	at org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeForResult(AbstractModelControllerClient.java:129)
	at org.jboss.as.controller.client.impl.AbstractModelControllerClient.execute(AbstractModelControllerClient.java:71)
	at org.jboss.as.arquillian.container.ManagementClient.executeForResult(ManagementClient.java:316)
	at org.jboss.as.arquillian.container.ManagementClient.readResource(ManagementClient.java:312)
	at org.jboss.as.arquillian.container.ManagementClient.readRootNode(ManagementClient.java:195)
	at org.jboss.as.arquillian.container.ManagementClient.getWebUri(ManagementClient.java:124)
	... 119 more
Caused by: java.util.concurrent.ExecutionException: Operation failed
	at org.jboss.threads.AsyncFutureTask.operationFailed(AsyncFutureTask.java:74)
	at org.jboss.threads.AsyncFutureTask.get(AsyncFutureTask.java:268)
	at org.jboss.as.controller.client.impl.AbstractDelegatingAsyncFuture.get(AbstractDelegatingAsyncFuture.java:100)
	at org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeForResult(AbstractModelControllerClient.java:127)
	... 124 more
Caused by: java.io.IOException: Channel closed
	at org.jboss.as.protocol.mgmt.AbstractMessageHandler.handleChannelClosed(AbstractMessageHandler.java:381)
{code}

the arquillian deploy the xtstest.war and the exception happened on getWebUri() which async execute to get the result. so the container might be killed at this time.
                
> TestBACrashDuringOnePhaseCommit fails: java.util.concurrent.ExecutionException: Operation failed during deploy xtstest.war at the first booting
> -----------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBTM-1236
>                 URL: https://issues.jboss.org/browse/JBTM-1236
>             Project: JBoss Transaction Manager
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: XTS
>    Affects Versions: 5.0.0.M1
>            Reporter: Amos Feng
>            Assignee: Amos Feng
>            Priority: Minor
>             Fix For: 4.17.0, 5.0.0.M2
>
>
> see http://172.17.131.2/job/narayana-java6-xts/393/artifact/XTS/localjunit/crash-recovery-tests/target/surefire-reports/com.arjuna.qa.junit.TestBACrashDuringOnePhaseCommit.txt
> the arquillian deploy the xtstest.war during the first booting the container which is killed by the byteman, so it throws the exception which could be ignore and reboots the container for recovering.

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