Status: Accepted
Owner: jean.deruelle
Labels: Type-Defect Priority-Medium TelScale-6.1.2.GA Component-JAIN-SIP
New issue 17 by jean.deruelle: Exception Flood on TLS NIO Connection
forcibly closed by the remote host
http://code.google.com/p/jain-sip/issues/detail?id=17
Exception being thrown
gov.nist.javax.sip.stack.NioTcpMessageProcessor ERROR: Problem processing
selection key event
java.io.IOException: An existing connection was forcibly closed by the
remote host
at sun.nio.ch.SocketDispatcher.write0(Native Method)
at sun.nio.ch.SocketDispatcher.write(Unknown Source)
at sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source)
at sun.nio.ch.IOUtil.write(Unknown Source)
at sun.nio.ch.SocketChannelImpl.write(Unknown Source)
at
gov.nist.javax.sip.stack.NioTcpMessageProcessor$ProcessorTask.write(NioTcpMessageProcessor.java:135)
at
gov.nist.javax.sip.stack.NioTcpMessageProcessor$ProcessorTask.run(NioTcpMessageProcessor.java:293)
at java.lang.Thread.run(Unknown Source)