Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 3279 by [email protected]: Null Pointer due to
sessionCreationTransaction
https://code.google.com/p/mobicents/issues/detail?id=3279
What steps will reproduce the problem?
1. Use B2B user agent with options request
2. Set gov.nist.javax.sip.MAX_TX_LIFETIME_NON_INVITE=45
3. Any response received between 32 secs(container timeout) & 60 sec
(session timeout) gives null pointer on accessing the callId through session
sipServletMessage.getSession().getCallId()
What is the expected output?
Call Id should be retrieved as session is not Null.
What do you see instead?
NullPointer:
Exception in doResponse java.lang.NullPointerException
at
org.mobicents.servlet.sip.core.session.SipSessionImpl.getCallId(SipSessionImpl.java:722)
at
org.mobicents.servlet.sip.message.MobicentsSipSessionFacade.getCallId(MobicentsSipSessionFacade.java:107)
Please use labels and text to provide additional information.
This NullPointerException is coming because of another object called
sessionCreationTransactionRequest which is used by Session to get the
CallId.
Here although session is not null but the object required to get CallId is
null
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
---
You received this message because you are subscribed to the Google Groups "mobicents-all-issues-changes" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.