kneodev / ksmppd

Kurt's SMPP Daemon (SMPP Server for Kannel)
Other
56 stars 38 forks source link

KSMPP crash due to database queue #130

Closed vishalknishad closed 4 years ago

vishalknishad commented 4 years ago

Ksmpp is getting crashed if some client is not receiving dlr and accumulating the queue.

Here is a part of logs

.... 2020-07-15 23:39:36 [15773] [4] WARNING: ESME[foo] Has no receivers connected, queuing in database 2020-07-15 23:39:36 [15773] [4] WARNING: ESME[foo] Has no receivers connected, queuing in database 2020-07-15 23:39:36 [15773] [4] WARNING: ESME[foo] Has no receivers connected, queuing in database 2020-07-15 23:39:36 [15773] [4] WARNING: ESME[foo] Has no receivers connected, queuing in database 2020-07-15 23:39:36 [15773] [4] WARNING: ESME[foo] Has no receivers connected, queuing in database 2020-07-15 23:39:36 [15773] [4] WARNING: ESME[foo1] Has no receivers connected, queuing in database 2020-07-15 23:39:36 [15773] [0] ERROR: SIGINT received, aborting program... 2020-07-15 23:39:36 [15773] [6] INFO: Shutting down requeue thread 2020-07-15 23:39:36 [15773] [4] ERROR: Connection to bearerbox broke! 2020-07-15 23:39:36 [15773] [4] INFO: Shutting down bearerbox reader thread ....

donald-jackson commented 4 years ago

This log contains no information relating to your service. SIGINT is either a kill signal or CTRL-C entered by a user.