just50415 / android-rcs-ims-stack

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

What's the detail about BYE failed on terminating chat group #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.init a group chat
2.quit group chat, send bye
3.wrong message returned;

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

What version of the product are you using? On what operating system?
product version 2.2.1 
on Android2.2

Please provide any additional information below.

I have read the README.txt on "/releases/v2.2.7/", it said:
the bug has been fixed.

v2.2.5
- Mantis #0011955   Stack: BYE failed on terminating chat group

I wound use the version in futrue, but I must resolve this problem with the old 
version now. I have read the newest verion and compared with the version I 
used, but I did not get any helpful information. would you please give me a few 
detail about this bug? Thanks a lot.

Original issue reported on code.google.com by YunfeiT...@gmail.com on 26 Jul 2011 at 9:17

GoogleCodeExporter commented 8 years ago
Can you send us your traces (logcat + SIP traces). Thks.

The corrected bug (Mantis #0011955) was:
java.lang.NullPointerException
05-17 16:36:11.851: WARN/System.err(2915): at 
gov.nist.javax.sip.SipProviderImpl.getNewClientTransaction(SipProviderImpl.java:
397)
05-17 16:36:11.851: WARN/System.err(2915): at 
com.orangelabs.rcs.core.ims.protocol.sip.SipInterface.sendSipBye(SipInterface.ja
va:625)
05-17 16:36:11.851: WARN/System.err(2915): at 
com.orangelabs.rcs.core.ims.network.sip.SipManager.sendSipBye(SipManager.java:18
0)
05-17 16:36:11.851: WARN/System.err(2915): at 
com.orangelabs.rcs.core.ims.service.ImsServiceSession.terminateSession(ImsServic
eSession.java:410)
05-17 16:36:11.851: WARN/System.err(2915): at 
com.orangelabs.rcs.core.ims.service.ImsServiceSession.abortSession(ImsServiceSes
sion.java:370)
05-17 16:36:11.855: WARN/System.err(2915): at 
com.orangelabs.rcs.service.api.server.messaging.ImSession.cancelSession(ImSessio
n.java:159)
05-17 16:36:11.855: WARN/System.err(2915): at 
com.orangelabs.rcs.service.api.client.messaging.IChatSession$Stub.onTransact(ICh
atSession.java:97)
05-17 16:36:11.855: WARN/System.err(2915): at 
android.os.Binder.execTransact(Binder.java:288)
05-17 16:36:11.855: WARN/System.err(2915): at 
dalvik.system.NativeStart.run(Native Method)
05-17 16:36:11.855: ERROR/[RCS][TerminatingAdhocGroupChatSession](2915): 
Session termination has failed
05-17 16:36:11.855: WARN/System.err(2915): 
com.orangelabs.rcs.core.ims.protocol.sip.SipException: Can't send SIP message
05-17 16:36:11.855: WARN/System.err(2915): at 
com.orangelabs.rcs.core.ims.protocol.sip.SipInterface.sendSipBye(SipInterface.ja
va:631)
05-17 16:36:11.855: WARN/System.err(2915): at 
com.orangelabs.rcs.core.ims.network.sip.SipManager.sendSipBye(SipManager.java:18
0)
05-17 16:36:11.855: WARN/System.err(2915): at 
com.orangelabs.rcs.core.ims.service.ImsServiceSession.terminateSession(ImsServic
eSession.java:410)
05-17 16:36:11.855: WARN/System.err(2915): at 
com.orangelabs.rcs.core.ims.service.ImsServiceSession.abortSession(ImsServiceSes
sion.java:370)
05-17 16:36:11.855: WARN/System.err(2915): at 
com.orangelabs.rcs.service.api.server.messaging.ImSession.cancelSession(ImSessio
n.java:159)
05-17 16:36:11.855: WARN/System.err(2915): at 
com.orangelabs.rcs.service.api.client.messaging.IChatSession$Stub.onTransact(ICh
atSession.java:97)
05-17 16:36:11.855: WARN/System.err(2915): at 
android.os.Binder.execTransact(Binder.java:288)
05-17 16:36:11.859: WARN/System.err(2915): at 
dalvik.system.NativeStart.run(Native 

Original comment by jmauffret@gmail.com on 26 Jul 2011 at 9:42

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
In line 982 of the attachment, the server returns 500 statusCode. It said 
"Sequence number in CSeq is invalid", is there anything wrong with the 
"Sequence number in CSeq"?

Original comment by YunfeiT...@gmail.com on 26 Jul 2011 at 10:22

Attachments:

GoogleCodeExporter commented 8 years ago
Plateform issue because CSeq is correct in the BYE message

Original comment by jmauffret@gmail.com on 19 Sep 2011 at 9:41