Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No request for sequence_number 2 found #166

Open
itshoney27 opened this issue Jan 28, 2022 · 1 comment
Open

No request for sequence_number 2 found #166

itshoney27 opened this issue Jan 28, 2022 · 1 comment

Comments

@itshoney27
Copy link

Hi Everyone!
My application is able to connect to smpp server However getting below warning and the message is not been delivered.

INFO 253141 --- [ main] i.s.SMSAPPdemo.MultipleSubmitExample : Broadcasting sms
INFO 253141 --- [ main] org.jsmpp.session.SMPPSession : Connected from port 39488 to /41.57.87.231:5002
INFO 253141 --- [Worker-29884f84] org.jsmpp.session.SMPPSession : Starting PDUReaderWorker
INFO 253141 --- [ main] org.jsmpp.session.SMPPSession : Other side reports SMPP interface version 34
INFO 253141 --- [ main] i.s.SMSAPPdemo.MultipleSubmitExample : Connected with SMPP with system id ITTECH
INFO 253141 --- [ main] i.s.SMSAPPdemo.MultipleSubmitExample : Messages submitted, result is org.jsmpp.session.SubmitMultiResult@8de3d1c6
WARN 253141 --- [pool-1-thread-1] o.j.session.state.SMPPSessionBoundTX : No request for sequence_number 2 found
WARN 253141 --- [pool-1-thread-1] o.j.session.state.SMPPSessionBoundTX : No request for sequence_number 2 found
WARN 253141 --- [pool-1-thread-3] o.j.session.state.SMPPSessionBoundTX : No request for sequence_number 2 found

@pmoerenhout
Copy link
Member

The warning occurs if a response is received, whereby the corresponding request is not found. When your submit_multi request is send, a incrementing sequence number is added and stored. Also your EMSE (SMSC) send the response multiple times with the same sequence number. As the there is no answer possible on the submit_multi_resp, the SMSC should consider the response as send and processed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants