Hi All, Wesip 0.1.5 is installed in CentOS. Opensips 1.5 is running in the same machine. Seas module is loaded and configured to connect with wesip server. Both Opensips and Wesip are started. Connection is established between both Seas and Wesip. When call is made with wesip web application, it is throwing following "Java Null Pointer Exception." The current Java version running in my system is 1.5.0.15.
*********************************************************************************************** StandardSipSession [HttpProcessor[8081][4]] - Transport: udp C2C :: c2c :: inviteOrigin1 = sip:[email protected]:5080 C2C :: c2c :: inviteOrigin2 = INVITE sip:[email protected]:5080 SIP/2.0 Call-ID: 9fc940ab2e58e7d91726b71d543d2...@localhost CSeq: 1 INVITE From: <sip:[email protected]:5080>;tag=B25A9C911CF701B1234CE0CD84AA131F To: <sip:[email protected]:5080> Max-Forwards: 70 Contact: <sip:70.32.121.35:5080;transport=udp;AppId=.click2call> Content-Length: 0 C2C :: c2c :: inviteOrigin3 = INVITE sip:[email protected]:5080 SIP/2.0 Call-ID: 9fc940ab2e58e7d91726b71d543d2...@localhost CSeq: 1 INVITE From: <sip:[email protected]:5080>;tag=B25A9C911CF701B1234CE0CD84AA131F To: <sip:[email protected]:5080> Max-Forwards: 70 Contact: <sip:70.32.121.35:5080;transport=udp;AppId=.click2call> Content-Length: 0 C2C :: c2c :: Local Add = null C2C :: c2c :: call Id = 9fc940ab2e58e7d91726b71d543d2...@localhost C2C :: c2c :: Method = INVITE C2C :: c2c :: From = sip:[email protected]:5080 C2C :: c2c :: To = sip:[email protected]:5080 C2C :: c2c :: Uri = sip:[email protected]:5080 C2C :: c2c :: User = 111 ExpressMessageChannel [HttpProcessor[8081][4]] - Creating Express message channel 127.0.0.1/5080 ExpressMessageChannel [HttpProcessor[8081][4]] - setting spiral=false SIPClientTransaction [HttpProcessor[8081][4]] - actionID = 32611610 SipRequest [HttpProcessor[8081][4]] - >>>>>>>>> Sending Request >>>>>>>>> INVITE sip:[email protected]:5080 SIP/2.0 Call-ID: 9fc940ab2e58e7d91726b71d543d2...@localhost CSeq: 1 INVITE From: <sip:[email protected]:5080>;tag=B25A9C911CF701B1234CE0CD84AA131F To: <sip:[email protected]:5080> Max-Forwards: 70 Contact: <sip:70.32.121.35:5080;transport=udp;AppId=.click2call> Via: SIP/2.0/UDP 70.32.121.35:5080;branch=z9hG4bK32611610 Content-Length: 0 ExpressMessageChannel [HttpProcessor[8081][4]] - sending with spiral=false ActionRouter$ActionSender [ActionSender] - Writing 394 bytes into Action Socket StandardAppSessionManager [StandardAppSessionManager[/click2call]] - AppSession Id [72A54522C3CF222E547E7DE4D68B3025] with a number of sessions =1 StandardAppSessionManager [StandardAppSessionManager[/click2call]] - SipSession [null] in state [0] with lifetime of :16034 SeasMessageEvent [SeasRouter] - Unknown transport in event SeasMessageEvent [SeasRouter] - New message received, from null:0 to null:0 over NULL SeasTransactionEvent [SeasRouter] - hash_index = 32153,label=115160609 flags=10 SeasReplyEvent [SeasRouter] - Response Event: uac_id:32611610 code:408 ExpressMessageChannel [ExpressMChannel[0]] - Received a timeout for transaction !! SipConnector [ExpressMChannel[0]] - createProcessor: Reusing existing processor SipProcessor [ExpressMChannel[0]] - An incoming message is being assigned SipProcessor [SipProcessor[4]] - Timeout event received LingerList [ExpressMChannel[0]] - scheduled transaction z9hG4bK32611610 for deletion SipProcessor [SipProcessor[4]] - <<<<<<<<< Response Received <<<<<<<<< SIP/2.0 408 JAIN Request Timeout Call-ID: 9fc940ab2e58e7d91726b71d543d2...@localhost CSeq: 1 INVITE From: <sip:[email protected]:5080>;tag=B25A9C911CF701B1234CE0CD84AA131F To: <sip:[email protected]:5080> Max-Forwards: 70 Via: SIP/2.0/UDP 70.32.121.35:5080;branch=z9hG4bK32611610 Content-Length: 0 EngineSipMapper [SipProcessor[4]] - Response from 70.32.121.35mapped to: ConvergedEngine[Standalone].StandardHttpHost[localhost] ConvergedEngineValve [SipProcessor[4]] - Invoking Host:localhost SipProcessor [SipProcessor[4]] - error processing event... java.lang.NullPointerException at com.voztele.sipservlet.core.SipResponse.getDialogId(SipResponse.java:371) at com.voztele.sipservlet.valves.ConvergedHostValve.invokeSipResponse(ConvergedHostValve.java:138) at com.voztele.sipservlet.valves.ConvergedHostValve.invokeSIP(ConvergedHostValve.java:127) at com.voztele.sipservlet.valves.ConvergedHostValve.invoke(ConvergedHostValve.java:104) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596) at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:124) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:946) at com.voztele.sipservlet.valves.ConvergedEngineValve.invoke(ConvergedEngineValve.java:114) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:946) at com.voztele.sipservlet.processor.SipProcessor.invokeContainer(SipProcessor.java:198) at com.voztele.sipservlet.processor.SipProcessor.processTimeout(SipProcessor.java:184) at com.voztele.sipservlet.processor.SipProcessor.process(SipProcessor.java:270) at com.voztele.sipservlet.processor.SipProcessor.run(SipProcessor.java:253) at java.lang.Thread.run(Thread.java:595) SipConnector [SipProcessor[4]] - recycle: Recycling processor SipProcessor[4] StandardAppSessionManager [StandardAppSessionManager[/click2call]] - AppSession Id [72A54522C3CF222E547E7DE4D68B3025] with a number of sessions =1 StandardAppSessionManager [StandardAppSessionManager[/click2call]] - SipSession [null] in state [0] with lifetime of :76036 LingerList [Timer-1] - Removing transaction hash=0,label=0 SeasHashTable [Timer-1] - Removing hashIdx:0 label:0 from hashTable StandardAppSessionManager [StandardAppSessionManager[/click2call]] - AppSession Id [72A54522C3CF222E547E7DE4D68B3025] with a number of sessions =1 StandardAppSessionManager [StandardAppSessionManager[/click2call]] - SipSession [null] in state [0] with lifetime of :136037 StandardAppSessionManager [StandardAppSessionManager[/click2call]] - AppSession Id [72A54522C3CF222E547E7DE4D68B3025] with a number of sessions =0 StandardAppSessionManager [StandardAppSessionManager[/click2call]] - Remove AppSession [72A54522C3CF222E547E7DE4D68B3025] ***************************************************************************************************************** Please review it and suggest me, how this issue can be resolved. Thanks JayaPrakash
_______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
