[jboss-as7-dev] Another Failing Tests E-Mail

Darran Lofthouse darran.lofthouse at jboss.com
Sat Oct 29 06:06:35 EDT 2011


For the past couple of days I have been unable to perform an all tests 
build, I have had some failures reported but the most common issue is 
the testsuite hanging.

If I generate a thread dump for the surefire process I regularly see 
threads stuck as in the trace at the bottom of this e-mail.

To me it seems like there may actually be two issues here: -
  1 - The hang itself.
  2 - The lack of any timeout.

Is anyone else experiencing this hang?

Regards,
Darran Lofthouse.

"main" prio=10 tid=0xb6a04c00 nid=0x7c0e in Object.wait() [0xb6bd8000]
    java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	- waiting on <0x7ed2b430> (a 
org.jboss.as.protocol.mgmt.ManagementRequest$ManagementFuture)
	at java.lang.Object.wait(Object.java:485)
	at org.jboss.threads.AsyncFutureTask.await(AsyncFutureTask.java:192)
	- locked <0x7ed2b430> (a 
org.jboss.as.protocol.mgmt.ManagementRequest$ManagementFuture)
	at org.jboss.threads.AsyncFutureTask.get(AsyncFutureTask.java:266)
	- locked <0x7ed2b430> (a 
org.jboss.as.protocol.mgmt.ManagementRequest$ManagementFuture)
	at 
org.jboss.as.protocol.mgmt.ManagementRequest.executeForResult(ManagementRequest.java:131)
	at 
org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeSynch(AbstractModelControllerClient.java:127)
	at 
org.jboss.as.controller.client.impl.AbstractModelControllerClient.execute(AbstractModelControllerClient.java:92)
	at 
org.jboss.as.controller.client.impl.AbstractModelControllerClient.execute(AbstractModelControllerClient.java:82)
	at 
org.jboss.as.arquillian.container.ManagementClient.isServerInRunningState(ManagementClient.java:134)
	at 
org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:140)
	at 
org.jboss.as.arquillian.container.CommonDeployableContainer.start(CommonDeployableContainer.java:75)





More information about the jboss-as7-dev mailing list