jookies / jasmin

Jasmin - Open source SMS gateway
http://jasminsms.com
Other
986 stars 539 forks source link

Rabbit cannot establish connection when upgrading from 0.10.12 to 0.11.0/ 0.10.14 #1166

Open achyut-geon opened 6 months ago

achyut-geon commented 6 months ago

Hi, I am trying to upgrade the Jasmin from 0.10.12 to 0.11. I tried the same steps mention in the sample code base for 0.11, however the Jasmin is unable to establish connection with Rabbit. The same issue is noticed when trying with 0.10.14. However the connection is getting established successfully when trying with 0.10.12.

I followed the same steps of the mentioned kubernetes deployment, by changing the jasmin image version to 0.11.0

Here are the details of the error

2023-12-08 07:42:20 INFO     1 Connecting to IPv4Address(type='TCP', host='rabbitmq-broker', port=5672) ...
2023-12-08 07:42:21 INFO     1 Connection made to rabbitmq-broker:5672
2023-12-08 07:42:21 INFO     1 Successfull authentication
2023-12-08 07:42:21 INFO     1 Got channel
2023-12-08 07:42:21 INFO     1 The channel is open
2023-12-08 07:42:21 INFO     1 A new queue has been successfully declared [RouterPB_deliver_sm_all]
2023-12-08 07:42:21 INFO     1 A new queue has been successfully declared [RouterPB_bill_request_submit_sm_resp_all]
2023-12-08 07:42:22 INFO     1 A new queue has been successfully declared [deliver_sm_thrower]
2023-12-08 07:59:51 ERROR    1 Connection lost. Reason: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionLost'>: Connection to the other side was lost in a non-clean fashion: Connection lost.
]
2023-12-08 07:59:51 INFO     1 Reconnecting after 10 seconds ...

The Rabbit is installed as the local service following the deployment.

Please let us know if this is a known issue. If not can you please let me know what am I doing wrong here. Any help is greatly appreciated.

Thanks & Regards Achyut Menon

achyut-geon commented 6 months ago

Hi, can I get an update on this please.