JNec / sipservlets

Automatically exported from code.google.com/p/sipservlets
0 stars 0 forks source link

java.lang.NullPointerException org.mobicents.servlet.sip.ctf.core.extension.SipServletsEntryPoint how to solve,thanks #155

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.mss1.7+tomcat7.0.28
2.ctf-core-1.0.0-SNAPSHOT.jar,ctf-core-extension-1.0.0-SNAPSHOT.jar,weld-servlet
-1.1.2.Final.jar
3.SIP PHONE register, this exception happen

What is the expected output? What do you see instead?

java.lang.NullPointerException
    at org.mobicents.servlet.sip.ctf.core.extension.SipServletsEntryPoint.propagateSessions(SipServletsEntryPoint.java:216)
    at org.mobicents.servlet.sip.ctf.core.extension.SipServletsEntryPoint.doRequest(SipServletsEntryPoint.java:80)
    at javax.servlet.sip.SipServlet.service(SipServlet.java:328)
What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by zhouhong...@gmail.com on 29 Aug 2012 at 3:53

GoogleCodeExporter commented 8 years ago
Hi,

Thanks for registering this issue. 
Please share more information regarding the application, is this one of the 
examples that come with CTF?

George

Original comment by gvage...@gmail.com on 29 Aug 2012 at 12:34

GoogleCodeExporter commented 8 years ago
yes,it's the example that comes with CTF(click2call-servlet3.0-cdi).
I create new project for the example.
I don't use Maven to manage my project.

Original comment by zhouhong...@gmail.com on 30 Aug 2012 at 3:53

Attachments:

GoogleCodeExporter commented 8 years ago
Since you are not using maven for your project, please download and use the 
ALPHA1 version of CTF which you can download here: 
https://repository.jboss.org/nexus/content/groups/public/org/mobicents/servlet/s
ip/weld/sip-servlets-weld/1.0.0.ALPHA1/.

If you still getting this exception, please provide full log.

Original comment by gvage...@gmail.com on 30 Aug 2012 at 8:31

GoogleCodeExporter commented 8 years ago

Original comment by jean.deruelle on 19 Oct 2012 at 11:29