[jboss-jira] [JBoss JIRA] Resolved: (AS7-258) ExistingConnectionRemoteProxyControllerTest periodically freezes during build on Windows

Kabir Khan (JIRA) jira-events at lists.jboss.org
Sun Jun 12 06:28:23 EDT 2011


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

Kabir Khan resolved AS7-258.
----------------------------

    Resolution: Out of Date


Remoting replaces this so this test has gone

> 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

        


More information about the jboss-jira mailing list