You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes we retrieve the below exception during reconnection and only works after restarting the application:
Session state is CLOSED. Trying reconnect...
Trying disconnect ...
Disconnected...
Waiting 1 seconds to retry
java.io.IOException: Receive negative bind response: Negative response 00000005 found
at org.jsmpp.session.SMPPSession.connectAndBind(SMPPSession.java:246)
at org.jsmpp.session.SMPPSession.connectAndBind(SMPPSession.java:160)
Hi, you are using a pretty old version of the jSMPP Java library. Could you retest with 2.3.11 ?
When the other part responds with 'Already bound', it could be that you didn't close the session (and thus the TCP connection). What would help is to make a tcpdump trace, and see that the bind is send on new TCP connection.
Sometimes we retrieve the below exception during reconnection and only works after restarting the application:
We are using
jsmpp-2.2.0
and some options areOur reconnection conditions like below:
In smpp3.4 specification written
ESME_RALYBND, 0x00000005, ESME Already in Bound State
How can we resolve this problem, and what is the reason? Please help
The text was updated successfully, but these errors were encountered: