Closed GoogleCodeExporter closed 9 years ago
The version of mobicents I was using was
mss-1.7.0.FINAL-apache-tomcat-7.0.26-1204061634
Original comment by mark.woo...@telsis.com
on 19 Sep 2012 at 2:21
This could be related to
http://code.google.com/p/sipservlets/issues/detail?id=33
Original comment by mark.woo...@telsis.com
on 19 Sep 2012 at 2:45
There are a couple of errors in client_SimpleSipServletTest.xml. The Via lines
in the INVITE and the CANCEL should be identical. Also there should be no
[routes] line in the CANCEL.
With those changes sip-server.log is showing a NullPointerException being
raised:
2012-10-09 17:21:41,534 ERROR
[org.mobicents.servlet.sip.core.dispatchers.DispatchTask]
(MSS-Executor-Thread-0) Unexpected exception while processing message CANCEL
sip:333011000@127.0.0.2 SIP/2.0
Via: SIP/2.0/UDP 127.0.0.1:5060;branch=z9hG4bK269211_1
From: "sipp" <sip:333017890@sip.telsis.com>;tag=269211
To: "sut" <sip:333011000@127.0.0.2>
Call-ID: 1-26921@127.0.0.1
CSeq: 1 CANCEL
Max-Forwards: 70
Content-Length: 0
java.lang.NullPointerException
at org.mobicents.servlet.sip.core.dispatchers.CancelRequestDispatcher$CancelDispatchTask.dispatch(CancelRequestDispatcher.java:220)
at org.mobicents.servlet.sip.core.dispatchers.DispatchTask.dispatchAndHandleExceptions(DispatchTask.java:61)
at org.mobicents.servlet.sip.core.dispatchers.DispatchTask.run(DispatchTask.java:56)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:679)
Original comment by mark.woo...@telsis.com
on 9 Oct 2012 at 4:25
Original comment by jean.deruelle
on 19 Oct 2012 at 11:18
Original comment by jean.deruelle
on 19 Oct 2012 at 11:18
Original comment by jean.deruelle
on 5 Jul 2013 at 7:44
This issue was updated by revision ce2e261177c7 and revision d5d0c0fe6504.
Added non regression test, couldn't reproduce the issue against latest HEAD.
Marking as invalid
Original comment by jean.deruelle
on 25 Apr 2014 at 11:05
Original comment by jean.der...@telestax.com
on 25 Aug 2014 at 10:53
Original issue reported on code.google.com by
mark.woo...@telsis.com
on 19 Sep 2012 at 2:18Attachments: