I am currently using the "notifyApplicationOfTempErrors" and "setErrorListener(ErrorListener listener)" combination to collect ReconnectExceptions at runtime. There are other exceptions, however, that I would like to gain access to and need to know if it's possible.
-- Bind failures (this error occured when the SDK was attempting to reconnect to the SMSC)
E 16/12/04 09:28:44 Smpp._RX : Invalid password OR bind failed because bind limit has been exceeded:Invalid password OR bind failed because bind limit has been exceeded
at ie.ncl.sms.smpp.Smpp.F(Unknown Source)
at ie.ncl.sms.smpp.Smpp.B(Unknown Source)
at ie.ncl.sms.smpp.A.F(Unknown Source)
at ie.ncl.sms.smpp.A.run(Unknown Source)
at java.lang.Thread.run(Thread.java:534)
-- Socket Terminations (This happened after too many failed attempts)
E 16/12/04 09:29:14 Smpp._TX : Cannot re-establish connection and no more retries so finishing up.
E 16/12/04 09:29:14 SmppConnection._TX : SMPP Connection Error Callback - java.io.IOException: Cannot re-establish connection and no more retries so
finishing up.
E 16/12/04 09:29:14 SmppConnection._TX : java.io.IOException: Cannot re-establish connection and no more retries so finishing up.:java.io.IOException
: Cannot re-establish connection and no more retries so finishing up.
at ie.ncl.sms.smpp.Smpp.B(Unknown Source)
at ie.ncl.sms.smpp.A.F(Unknown Source)
at ie.ncl.sms.smpp.A.run(Unknown Source)
at java.lang.Thread.run(Thread.java:534)
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum