showrav017 / jain-sip

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

ArrayIndexOutOfBoundsException on Message.send() on NIO #63

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
at 
org.mobicents.servlet.sip.message.SipServletRequestImpl.send(SipServletRequestIm
pl.java:1356)
    at org.mobicents.servlet.sip.message.SipServletRequestImpl.send(SipServletRequestImpl.java:997)
    at 
Caused by: java.lang.ArrayIndexOutOfBoundsException: 1838
    at gov.nist.javax.sip.stack.NioTlsMessageChannel.sendMessage(NioTlsMessageChannel.java:165)
    at gov.nist.javax.sip.stack.MessageChannel.sendMessage(MessageChannel.java:281)
    at gov.nist.javax.sip.stack.SIPTransactionImpl.sendMessage(SIPTransactionImpl.java:882)
    at gov.nist.javax.sip.stack.SIPClientTransactionImpl.sendMessage(SIPClientTransactionImpl.java:474)
    at gov.nist.javax.sip.stack.SIPClientTransactionImpl.sendRequest(SIPClientTransactionImpl.java:1043)
    at org.mobicents.servlet.sip.message.SipServletRequestImpl.send(SipServletRequestImpl.java:1317)
    ... 15 more

Original issue reported on code.google.com by jean.deruelle on 14 Feb 2013 at 12:30

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

Get rid of unused code that is throwing that exception (will get a little perf 
increase at the same time)

Original comment by jean.deruelle on 14 Feb 2013 at 12:32

GoogleCodeExporter commented 8 years ago

Original comment by jean.deruelle on 14 Feb 2013 at 12:32

GoogleCodeExporter commented 8 years ago
Linked to https://telestax.zendesk.com/tickets/31033

Original comment by jean.deruelle on 14 Feb 2013 at 12:33

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

Backport to TelScale

Get rid of unused code that is throwing that exception (will get a little perf 
increase at the same time)
(cherry picked from commit c97a645215e515820c53c42bb270f000d22cc263)

Conflicts:
    src/gov/nist/javax/sip/stack/NioTlsWebSocketMessageChannel.java
    src/gov/nist/javax/sip/stack/NioWebSocketMessageChannel.java

Original comment by jean.deruelle on 2 Apr 2013 at 1:48

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

Issue 449
JAIN SIP Repo

Get rid of unused code that is throwing that exception (will get a little perf 
increase at the same time)
(cherry picked from commit c97a645215e515820c53c42bb270f000d22cc263)

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

Original comment by jean.deruelle on 2 Apr 2013 at 1:56

GoogleCodeExporter commented 8 years ago

Original comment by jean.deruelle on 2 Apr 2013 at 1:56

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

Backport to TelScale

Get rid of unused code that is throwing that exception (will get a little perf 
increase at the same time)
(cherry picked from commit c97a645215e515820c53c42bb270f000d22cc263)

Conflicts:
    src/gov/nist/javax/sip/stack/NioTlsWebSocketMessageChannel.java
    src/gov/nist/javax/sip/stack/NioWebSocketMessageChannel.java

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