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

David Karam commented on DIRMINA-560:
-------------------------------------

Full thread dump Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode, sharing):

"Low Memory Detector" daemon prio=1 tid=0x080a53b8 nid=0x399 runnable 
[0x00000000..0x00000000]

"CompilerThread0" daemon prio=1 tid=0x080a3ea8 nid=0x398 waiting on condition 
[0x00000000..0xb27b7818]

"Signal Dispatcher" daemon prio=1 tid=0x080a2f10 nid=0x397 waiting on condition 
[0x00000000..0x00000000]

"Finalizer" daemon prio=1 tid=0x0809dac0 nid=0x396 in Object.wait() 
[0xb28b9000..0xb28ba130]
        at java.lang.Object.wait(Native Method)
        - waiting on <0x894f8e98> (a java.lang.ref.ReferenceQueue$Lock)
        at java.lang.ref.ReferenceQueue.remove(Unknown Source)
        - locked <0x894f8e98> (a java.lang.ref.ReferenceQueue$Lock)
        at java.lang.ref.ReferenceQueue.remove(Unknown Source)
        at java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)

"Reference Handler" daemon prio=1 tid=0x0809bc38 nid=0x395 in Object.wait() 
[0xb293a000..0xb293b0b0]
        at java.lang.Object.wait(Native Method)
        - waiting on <0x894f8f18> (a java.lang.ref.Reference$Lock)
        at java.lang.Object.wait(Unknown Source)
        at java.lang.ref.Reference$ReferenceHandler.run(Unknown Source)
        - locked <0x894f8f18> (a java.lang.ref.Reference$Lock)

"main" prio=1 tid=0x0805caa0 nid=0x393 runnable [0xbfffc000..0xbfffd628]
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(Unknown Source)
        - locked <0x890901e8> (a java.net.SocksSocketImpl)
        at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
        at java.net.PlainSocketImpl.connect(Unknown Source)
        at java.net.SocksSocketImpl.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at 
org.apache.mina.transport.socket.nio.SocketSessionConfigImpl.initiali           
                                                        
zeDefaultSocketParameters(SocketSessionConfigImpl.java:145)
        at 
org.apache.mina.transport.socket.nio.SocketSessionConfigImpl.<clinit>           
                                                        
(SocketSessionConfigImpl.java:78)
        at 
org.apache.mina.transport.socket.nio.SocketAcceptorConfig.<init>(Sock           
                                                        
etAcceptorConfig.java:38)
        at com.pagesociety.web.server.Server.<init>(Server.java:23)
        at Main.<init>(Main.java:94)
        at Main.main(Main.java:34)

"VM Thread" prio=1 tid=0x08099090 nid=0x394 runnable

"VM Periodic Task Thread" prio=1 tid=0x080a6980 nid=0x39a waiting on condition



> 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