[
https://issues.jboss.org/browse/AS7-258?page=com.atlassian.jira.plugin.sy...
]
Brian Stansberry reassigned AS7-258:
------------------------------------
Assignee: Kabir Khan (was: Brian Stansberry)
Kabir, assigning to you as the only real task here is ensuring two-way comms between HC
and Server or DC and HC work (however implemented, and you're working that area.
ExistingConnectionRemoteProxyControllerTest periodically freezes
during build on Windows
----------------------------------------------------------------------------------------
Key: AS7-258
URL:
https://issues.jboss.org/browse/AS7-258
Project: Application Server 7
Issue Type: Bug
Components: Test Suite
Affects Versions: 7.0.0.Alpha1
Environment: Windows 7 64-bit
Reporter: Jonathan Pearlin
Assignee: Kabir Khan
Priority: Minor
Fix For: 7.0.0.CR1
Occasionally while attempting to build AS 7 using mvn clean install or mvn install, the
build will freeze while attempting to execute the
ExistingConnectionRemoteProxyControllerTest test (the freeze only occurs after an
EOFException occurs during the test). The exception and resulting freeze cannot be
reproduced with any regularity. It appears to be the result of some sort of race
condition. Below is the stack trace produced when the issue occurs:
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec
Running org.jboss.as.controller.test.ExistingConnectionRemoteProxyControllerTest
Case
connected
------------
connected
connected
connected
Mar 6, 2011 3:19:52 PM org.jboss.as.protocol.ConnectionImpl safeHandleMessage
ERROR: Failed to read a message
java.io.EOFException: Read past end of file
at org.jboss.marshalling.SimpleDataInput.eofOnRead(SimpleDataInput.java:126)
at org.jboss.marshalling.SimpleDataInput.readByte(SimpleDataInput.java:214)
at
org.jboss.as.protocol.SimpleByteDataInput.readByte(SimpleByteDataInput.java:80)
at
org.jboss.as.protocol.mgmt.ManagementRequestHeader.read(ManagementRequestHeader.java:67)
at
org.jboss.as.protocol.mgmt.ManagementProtocolHeader.<init>(ManagementProtocolHeader.java:55)
at
org.jboss.as.protocol.mgmt.ManagementRequestHeader.<init>(ManagementRequestHeader.java:47)
at
org.jboss.as.protocol.mgmt.ManagementHeaderMessageHandler.handle(ManagementHeaderMessageHandler.java:53)
at
org.jboss.as.protocol.mgmt.AbstractMessageHandler.handleMessage(AbstractMessageHandler.java:59)
at
org.jboss.as.protocol.ConnectionImpl.safeHandleMessage(ConnectionImpl.java:254)
at org.jboss.as.protocol.ConnectionImpl$1$1.run(ConnectionImpl.java:213)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira