You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tim Ellison (JIRA)" <ji...@apache.org> on 2007/02/12 18:59:07 UTC

[jira] Reopened: (HARMONY-3156) [classlib][nio]org.apache.harmony.nio.tests.java.nio.channels.DatagramChannelTest fails intermittently

     [ https://issues.apache.org/jira/browse/HARMONY-3156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Ellison reopened HARMONY-3156:
----------------------------------


Subtask re-opened, so re-opening this.

> [classlib][nio]org.apache.harmony.nio.tests.java.nio.channels.DatagramChannelTest fails intermittently
> ------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3156
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3156
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>         Assigned To: Tim Ellison
>
> it throws BindingException like below, both on RI and Harmony
> The address is already in use
> java.net.BindException: The address is already in use at org.apache.harmony.luni.platform.OSNetworkSystem.socketBindImpl2(Native Method) at org.apache.harmony.luni.platform.OSNetworkSystem.bind2(OSNetworkSystem.java:144) at org.apache.harmony.luni.net.PlainDatagramSocketImpl.bind(PlainDatagramSocketImpl.java:119) at java.net.DatagramSocket.createSocket(DatagramSocket.java:194) at java.net.DatagramSocket.<init>(DatagramSocket.java:81) at org.apache.harmony.nio.tests.java.nio.channels.DatagramChannelTest.setUp(DatagramChannelTest.java:82)
> The root cause is os did not release the port immediately.

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