twitter-archive / cloudhopper-smpp

Efficient, scalable, and flexible Java implementation of the Short Messaging Peer to Peer Protocol (SMPP)
Other
382 stars 356 forks source link

Getting No request found for PDUHeader from JSMPP library #135

Closed hiriadka closed 6 years ago

hiriadka commented 6 years ago

Hi,

Please give us some suggestions on below error, unable to debug what is the issue.

In one of our production environments we are facing below error

org.jsmpp.session.state.AbstractGenericSMPPSessionBound - No request found for PDUHeader(16, 80000015, 00000000, 121735) This is just an error logger in JSMPP library and no exception is thrown.

Has anyone faced this issue and in which scenario this error occurs?

once this issue occurs current SMPPSession is getting disconnected. We are not facing this error with simulators it occurs only in production environment.