jasmin icon indicating copy to clipboard operation
jasmin copied to clipboard

CRITICAL 4776 PDU read timed out

Open vinntik opened this issue 5 years ago • 1 comments

Hello, i Trying send message by curl:

curl -X POST -H 'Authorization: Basic Zm9vOmJhcg==' -d '{ "to": 19012233451, "from": "Jookies", "content": "Hello", "dlr": "yes", "dlr-url": "http://192.168.202.54/dlr_receiver.php", "dlr-level": 3 }' http://127.0.0.1:8080/secure/send

but in log i got

2019-04-26 13:40:19 WARNING 4776 SMPP connection established from xx.xx.xx.xx to port xxxx 2019-04-26 13:40:29 CRITICAL 4776 PDU read timed out. Buffer is now considered corrupt 2019-04-26 13:40:29 CRITICAL 4776 Connection is corrupt!!! Shutting down... 2019-04-26 13:40:29 WARNING 4776 Shutdown requested...disconnecting 2019-04-26 13:40:29 WARNING 4776 Disconnecting... 2019-04-26 13:40:29 WARNING 4776 SMPP xx.xx.xx.xx disconnected from port xxxx: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionDone'>: Connection was closed cleanly.

Please tell me how i can fix this issue?

vinntik avatar May 03 '19 14:05 vinntik

I have also the same issue and my solution is to stop the service and delete tmp files:

systemctl stot jasmind; rm -f/tmp/*.lock; systemctl start jasmind

But after somedays the issue comes again and it is very intermitent, printing that log every second.

any other idea to permanently solve the issue?

Thanks

mrsanvicente avatar Dec 11 '20 20:12 mrsanvicente

Stale issue detected, remove stale label or comment or this will be closed soon.

github-actions[bot] avatar Nov 17 '22 02:11 github-actions[bot]

This issue was closed because it has been stalled more than a year with no activity.

github-actions[bot] avatar Jan 02 '23 02:01 github-actions[bot]