just50415 / android-rcs-ims-stack

Automatically exported from code.google.com/p/android-rcs-ims-stack
0 stars 0 forks source link

Unexpected internal error FIXME!! Cannot create ACK #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.invite another rcs account using 3g not using wifi
2.the receiver is going into the chat view, but the inviter cannot get into the 
chatview
3.check the log i got the exception

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

 Unexpected internal error FIXME!! Cannot create ACK - no ListeningPoint for transport towards next hop found:UDP
 javax.sip.SipException: Cannot create ACK - no ListeningPoint for transport towards next hop found:UDP
     at gov.nist.javax.sip.stack.SIPDialog.createAck(SIPDialog.java:2443)
     at com.orangelabs.rcs.core.ims.network.sip.SipMessageFactory.createAck(SipMessageFactory.java:632)
     at com.orangelabs.rcs.core.ims.protocol.sip.SipInterface.sendSipAck(SipInterface.java:727)
     at com.orangelabs.rcs.core.ims.network.sip.SipManager.sendSipAck(SipManager.java:172)
     at com.orangelabs.rcs.core.ims.service.im.chat.OriginatingOne2OneChatSession.handle200OK(OriginatingOne2OneChatSession.java:300)
     at com.orangelabs.rcs.core.ims.service.im.chat.OriginatingOne2OneChatSession.sendInvite(OriginatingOne2OneChatSession.java:225)
     at com.orangelabs.rcs.core.ims.service.im.chat.OriginatingOne2OneChatSession.run(OriginatingOne2OneChatSession.java:153)
ERROR/[RCS][SipMessageFactory](470): Can't create SIP message
 java.lang.RuntimeException: Unexpected internal error FIXME!! Cannot create ACK - no ListeningPoint for transport towards next hop found:UDP
     at gov.nist.core.InternalErrorHandler.handleException(InternalErrorHandler.java:45)
     at gov.nist.javax.sip.stack.SIPDialog.createAck(SIPDialog.java:2495)
     at com.orangelabs.rcs.core.ims.network.sip.SipMessageFactory.createAck(SipMessageFactory.java:632)
     at com.orangelabs.rcs.core.ims.protocol.sip.SipInterface.sendSipAck(SipInterface.java:727)
     at com.orangelabs.rcs.core.ims.network.sip.SipManager.sendSipAck(SipManager.java:172)
     at com.orangelabs.rcs.core.ims.service.im.chat.OriginatingOne2OneChatSession.handle200OK(OriginatingOne2OneChatSession.java:300)
     at com.orangelabs.rcs.core.ims.service.im.chat.OriginatingOne2OneChatSession.sendInvite(OriginatingOne2OneChatSession.java:225)
     at com.orangelabs.rcs.core.ims.service.im.chat.OriginatingOne2OneChatSession.run(OriginatingOne2OneChatSession.java:153)
 Caused by: javax.sip.SipException: Cannot create ACK - no ListeningPoint for transport towards next hop found:UDP
     at gov.nist.javax.sip.stack.SIPDialog.createAck(SIPDialog.java:2443)
     ... 6 more

What version of the product are you using? On what operating system?
2.2.9

Please provide any additional information below.

It's was ok in the simulator.

Original issue reported on code.google.com by l...@alvazan.com on 19 Oct 2011 at 2:53

GoogleCodeExporter commented 8 years ago
Please give me more information: complete SIP traces of the callflow.

Original comment by jmauffret@gmail.com on 19 Oct 2011 at 7:12

GoogleCodeExporter commented 8 years ago
you can activate SIP traces from the provisioning tool (then restart RCS 
service): traces are printed to stdout

Original comment by jmauffret@gmail.com on 19 Oct 2011 at 7:13

GoogleCodeExporter commented 8 years ago
Thanks, check this file.

SIPDialog is using UDP default, i'm trying TCP to see if it is ok.

Original comment by l...@alvazan.com on 20 Oct 2011 at 6:18

Attachments:

GoogleCodeExporter commented 8 years ago
under investigation

Original comment by jmauffret@gmail.com on 24 Oct 2011 at 10:04

GoogleCodeExporter commented 8 years ago

Original comment by jmauffret@gmail.com on 28 Nov 2011 at 2:22