amitpahune / jain-sip

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

WebSocket MSS (MSS 7.0.33 Tomcat based) error with Firefox websocket client during "large" text message send by firefox #81

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
2013-03-13 10:10:48,894 INFO  
[org.mobicents.servlet.sip.core.dispatchers.InitialRequestDispatcher] 
(SIP-TCP-Core-PipelineThreadpool-7) Request event dispatched to WebsocketSample
2013-03-13 10:10:56,236 ERROR [gov.nist.javax.sip.stack.NioTcpMessageChannel] 
(NioSelector-WS-10.193.13.222/5082) UNEXPECTED INTERNAL ERROR null
2013-03-13 10:10:56,239 ERROR [gov.nist.javax.sip.stack.NioTcpMessageChannel] 
(NioSelector-WS-10.193.13.222/5082) Error
java.lang.IndexOutOfBoundsException
    at java.io.ByteArrayInputStream.read(ByteArrayInputStream.java:180)
    at gov.nist.javax.sip.stack.WebSocketCodec.decode(WebSocketCodec.java:167)
    at gov.nist.javax.sip.stack.NioWebSocketMessageChannel.addBytes(NioWebSocketMessageChannel.java:143)
    at gov.nist.javax.sip.stack.NioTcpMessageChannel.readChannel(NioTcpMessageChannel.java:92)
    at gov.nist.javax.sip.stack.NioTcpMessageProcessor$ProcessorTask.read(NioTcpMessageProcessor.java:126)
    at gov.nist.javax.sip.stack.NioTcpMessageProcessor$ProcessorTask.run(NioTcpMessageProcessor.java:311)
    at java.lang.Thread.run(Thread.java:722)
2013-03-13 10:10:56,240 ERROR [gov.nist.javax.sip.stack.NioTcpMessageProcessor] 
(NioSelector-WS-10.193.13.222/5082) Problem processing selection key event
java.lang.RuntimeException: Unexpected internal error !! null
    at gov.nist.core.InternalErrorHandler.handleException(InternalErrorHandler.java:56)
    at gov.nist.javax.sip.stack.NioTcpMessageChannel.readChannel(NioTcpMessageChannel.java:115)
    at gov.nist.javax.sip.stack.NioTcpMessageProcessor$ProcessorTask.read(NioTcpMessageProcessor.java:126)
    at gov.nist.javax.sip.stack.NioTcpMessageProcessor$ProcessorTask.run(NioTcpMessageProcessor.java:311)
    at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.IndexOutOfBoundsException
    at java.io.ByteArrayInputStream.read(ByteArrayInputStream.java:180)
    at gov.nist.javax.sip.stack.WebSocketCodec.decode(WebSocketCodec.java:167)
    at gov.nist.javax.sip.stack.NioWebSocketMessageChannel.addBytes(NioWebSocketMessageChannel.java:143)
    at gov.nist.javax.sip.stack.NioTcpMessageChannel.readChannel(NioTcpMessageChannel.java:92)
    ... 3 more
2013-03-13 10:11:06,215 INFO  
[org.mobicents.servlet.sip.core.session.SipApplicationSessionImpl] (Timer-3) 
Invalidating the following sip application session 
9aa6016c-33b8-46c7-8797-71ea83f5dee1:WebsocketSample
2013-03-13 10:11:26,720 INFO  
[org.mobicents.servlet.sip.core.session.SipSessionImpl] (Timer-3) Invalidating 
the sip session 
(1363165685204:1363165685192:9aa6016c-33b8-46c7-8797-71ea83f5dee1:WebsocketSampl
e)
2013-03-13 10:11:26,721 INFO  
[org.mobicents.servlet.sip.core.session.SipApplicationSessionImpl] (Timer-3) 
The following sip application session 
9aa6016c-33b8-46c7-8797-71ea83f5dee1:WebsocketSample has been invalidated
2013-03-13 10:11:27,717 IN

Original issue reported on code.google.com by laurent....@gmail.com on 19 Mar 2013 at 8:29

GoogleCodeExporter commented 8 years ago
Can you retry with latest 
https://mobicents.ci.cloudbees.com/job/Mobicents-SipServlets-Release/lastSuccess
fulBuild/artifact/ ?

Original comment by jean.deruelle on 4 Jul 2013 at 3:09

GoogleCodeExporter commented 8 years ago

Original comment by jean.deruelle on 11 Jul 2013 at 9:50