showrav017 / jain-sip

Automatically exported from code.google.com/p/jain-sip
0 stars 0 forks source link

Exception Flood on TLS NIO Connection forcibly closed by the remote host #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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)

Original issue reported on code.google.com by jean.deruelle on 11 Sep 2012 at 8:32

GoogleCodeExporter commented 8 years ago
This issue was updated by revision a60e3d8f0a0a.

(git repo)

JSIP-416

Fix for avoid the exceptin by checking if the socket is open before writing to 
it and if not removing the selection key

Original comment by jean.deruelle on 13 Sep 2012 at 4:25

GoogleCodeExporter commented 8 years ago
This issue was updated by revision a9392d4e591e.

(git repo)

JSIP-416

trying a better fix for fixing ERROR: Problem processing selection key event 
java.io.IOException: An existing connection was forcibly closed by the remote 
host

Original comment by jean.deruelle on 13 Sep 2012 at 4:25

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 783b4ffbfbce.

(git repo)

JSIP-416

Reverting badly committed modifications for the tests

Original comment by jean.deruelle on 13 Sep 2012 at 4:25

GoogleCodeExporter commented 8 years ago
This issue was updated by revision c5f117559aa1.

Backport to TelScale branch

JSIP-416

Fix for avoid the exceptin by checking if the socket is open before writing to 
it and if not removing the selection key
(cherry picked from commit a60e3d8f0a0a8e1ddef3dde0b286939d98566f7d)

Original comment by jean.deruelle on 14 Sep 2012 at 8:29

GoogleCodeExporter commented 8 years ago
This issue was updated by revision d79381ab7e58.

Backport to TelScale branch

JSIP-416

trying a better fix for fixing ERROR: Problem processing selection key event 
java.io.IOException: An existing connection was forcibly closed by the remote 
host
(cherry picked from commit a9392d4e591ebe717bf7a87dbfc4312fd93e6f06)

Original comment by jean.deruelle on 14 Sep 2012 at 8:29

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 98cf02a934f2.

Backport to TelScale branch

JSIP-416

Reverting badly committed modifications for the tests
(cherry picked from commit 783b4ffbfbce716b83c0a35c585b4b6211501dc4)

Original comment by jean.deruelle on 14 Sep 2012 at 8:29

GoogleCodeExporter commented 8 years ago

Original comment by jean.deruelle on 14 Sep 2012 at 8:29

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 8e1b9886cce5.

(git repo)

JSIP-416

Fix for avoid the exceptin by checking if the socket is open before writing to 
it and if not removing the selection key

git-svn-id: https://svn.java.net/svn/jsip~svn/trunk@2238 
8e71dc83-d81e-6649-80f2-80b843a9b2be

Original comment by jean.deruelle on 11 Dec 2012 at 2:48

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 74d52ce621ec.

(git repo)

JSIP-416

trying a better fix for fixing ERROR: Problem processing selection key event 
java.io.IOException: An existing connection was forcibly closed by the remote 
host

git-svn-id: https://svn.java.net/svn/jsip~svn/trunk@2239 
8e71dc83-d81e-6649-80f2-80b843a9b2be

Original comment by jean.deruelle on 11 Dec 2012 at 2:48

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 1b432a5935ec.

(git repo)

JSIP-416

Reverting badly committed modifications for the tests

git-svn-id: https://svn.java.net/svn/jsip~svn/trunk@2240 
8e71dc83-d81e-6649-80f2-80b843a9b2be

Original comment by jean.deruelle on 11 Dec 2012 at 2:48

GoogleCodeExporter commented 8 years ago
This issue was updated by revision c5f117559aa1.

Backport to TelScale branch

JSIP-416

Fix for avoid the exceptin by checking if the socket is open before writing to 
it and if not removing the selection key
(cherry picked from commit a60e3d8f0a0a8e1ddef3dde0b286939d98566f7d)

Original comment by jean.deruelle on 19 Aug 2014 at 4:59

GoogleCodeExporter commented 8 years ago
This issue was updated by revision d79381ab7e58.

Backport to TelScale branch

JSIP-416

trying a better fix for fixing ERROR: Problem processing selection key event 
java.io.IOException: An existing connection was forcibly closed by the remote 
host
(cherry picked from commit a9392d4e591ebe717bf7a87dbfc4312fd93e6f06)

Original comment by jean.deruelle on 19 Aug 2014 at 4:59

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 98cf02a934f2.

Backport to TelScale branch

JSIP-416

Reverting badly committed modifications for the tests
(cherry picked from commit 783b4ffbfbce716b83c0a35c585b4b6211501dc4)

Original comment by jean.deruelle on 19 Aug 2014 at 4:59