[ 
https://issues.apache.org/jira/browse/DIRMINA-560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12586255#action_12586255
 ] 

Trustin Lee commented on DIRMINA-560:
-------------------------------------

What about just removing the first two test address pairs?  It should work in 
all platforms although it will always cause MINA to bind to eth0 for a very 
short moment.

> 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: 2.0.0-M2
>         Environment: Linux bash ... westhost.com 'business hosting'
>            Reporter: David Karam
>            Priority: Minor
>
> 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.

Reply via email to