You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Trustin Lee (JIRA)" <ji...@apache.org> on 2008/04/11 07:40:06 UTC

[jira] Updated: (DIRMINA-560) SocketSessionConfigImpl IPv4 localhost TEST_ADDRESS causes server to hang

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

Trustin Lee updated DIRMINA-560:
--------------------------------

    Affects Version/s:     (was: 2.0.0-M2)
                       1.0.9
                       1.1.6
                       2.0.0-M1
        Fix Version/s: 2.0.0-M2
                       1.1.7
                       1.0.10
             Assignee: Trustin Lee

Resolved by commenting out the problematic cases.

> SocketSessionConfigImpl  IPv4 localhost TEST_ADDRESS causes server to hang
> --------------------------------------------------------------------------
>
>                 Key: DIRMINA-560
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-560
>             Project: MINA
>          Issue Type: Bug
>          Components: Transport
>    Affects Versions: 1.0.9, 1.1.6, 2.0.0-M1
>         Environment: Linux bash ... westhost.com 'business hosting'
>            Reporter: David Karam
>            Assignee: Trustin Lee
>            Priority: Minor
>             Fix For: 1.0.10, 1.1.7, 2.0.0-M2
>
>
> Hi
> I had to remove the following test address from SocketSessionConfigImpl.initializeTestAddresses
> It causes my cheap hosting agreement server to hang forever! Even with the 10 sec timeout!
>             // IPv4 localhost
>             TEST_ADDRESSES.put(new InetSocketAddress(InetAddress
>                     .getByAddress(new byte[] { 127, 0, 0, 1 }), 0), InetAddress
>                     .getByAddress(new byte[] { 127, 0, 0, 1 }));
> Why?
> I am using Rev: 575240
> Thanks for your time!

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