jasmin
jasmin copied to clipboard
CRITICAL 4776 PDU read timed out
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?
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
Stale issue detected, remove stale label or comment or this will be closed soon.
This issue was closed because it has been stalled more than a year with no activity.