You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org> on 2009/10/28 02:51:59 UTC

[jira] Created: (QPID-2165) MINANetworkDriverTest fails to socket already in use

MINANetworkDriverTest fails to socket already in use
----------------------------------------------------

                 Key: QPID-2165
                 URL: https://issues.apache.org/jira/browse/QPID-2165
             Project: Qpid
          Issue Type: Bug
          Components: Java Tests
    Affects Versions: 0.6
            Reporter: Aidan Skinner
            Assignee: Aidan Skinner
            Priority: Minor
             Fix For: 0.6


Mail from Rajith:


The above test fails occasionally.
It could be due to the port is already in use? perhaps caused by a
previous test not cleaning up properly?
Sorry I haven't had time to dig deeper, but hope the following will help.

Testcase: testBindOpen took 0.15 sec
 Testcase: testBindOpenCloseOpen took 0.004 sec
       Caused an ERROR
 Could not bind to *:2323
 java.net.BindException: Could not bind to *:2323
       at org.apache.qpid.transport.network.mina.MINANetworkDriver.bind(MINANetworkDriver.java:174)
       at org.apache.qpid.transport.network.mina.MINANetworkDriverTest.testBindOpenCloseOpen(MINANetworkDriverTest.java:108)

 Testcase: testBindPortInUse took 0.008 sec
       FAILED
 First bind should not fail
 junit.framework.AssertionFailedError: First bind should not fail
       at org.apache.qpid.transport.network.mina.MINANetworkDriverTest.testBindPortInUse(MINANetworkDriverTest.java:136)


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Updated: (QPID-2165) MINANetworkDriverTest fails to socket already in use

Posted by "Marnie McCormack (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marnie McCormack updated QPID-2165:
-----------------------------------

    Fix Version/s:     (was: 0.6)
                   0.7

Moving items unlikely to be in 0.6 out to 0.7 (since not in progress)

> MINANetworkDriverTest fails to socket already in use
> ----------------------------------------------------
>
>                 Key: QPID-2165
>                 URL: https://issues.apache.org/jira/browse/QPID-2165
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Tests
>    Affects Versions: 0.6
>            Reporter: Aidan Skinner
>            Assignee: Aidan Skinner
>            Priority: Minor
>             Fix For: 0.7
>
>
> Mail from Rajith:
> The above test fails occasionally.
> It could be due to the port is already in use? perhaps caused by a
> previous test not cleaning up properly?
> Sorry I haven't had time to dig deeper, but hope the following will help.
> Testcase: testBindOpen took 0.15 sec
>  Testcase: testBindOpenCloseOpen took 0.004 sec
>        Caused an ERROR
>  Could not bind to *:2323
>  java.net.BindException: Could not bind to *:2323
>        at org.apache.qpid.transport.network.mina.MINANetworkDriver.bind(MINANetworkDriver.java:174)
>        at org.apache.qpid.transport.network.mina.MINANetworkDriverTest.testBindOpenCloseOpen(MINANetworkDriverTest.java:108)
>  Testcase: testBindPortInUse took 0.008 sec
>        FAILED
>  First bind should not fail
>  junit.framework.AssertionFailedError: First bind should not fail
>        at org.apache.qpid.transport.network.mina.MINANetworkDriverTest.testBindPortInUse(MINANetworkDriverTest.java:136)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org