Rabbitmq-Client - DLR: ERROR Channel open failed: Failure instance and DLRMapNotFound
Hi all,
I need you by this issue with amqp-client, I'm trying to get runing Jasmin with a rabbit-cluster. But still having this failure. futher I habe also a error with "DLR for an unknown message id" by some message.
Am runing Jasmin with docker, image: jookies/jasmin:0.10 , Rabbitmq Cluster:3.8.14 and also Redis Cluster:6.2.3.
LOGS:
messages.log 2021-06-02 13:26:38 ERROR 1 [msgid:4568D109] (retrials: 1/2) : Got a DLR for an unknown message id: 4568d109 (coded:4568D109) 2021-06-02 13:26:48 ERROR 1 [msgid:4568D109] (final) DLRMapNotFound: Got a DLR for an unknown message id: 4568d109 (coded:4568D109)
amqp-client.log
2021-06-02 23:21:33 INFO 1 Reconnecting after 10 seconds ...
2021-06-02 23:21:43 INFO 1 Connecting to IPv4Address(type='TCP', host='rabbit-cluster', port=5672) ...
2021-06-02 23:21:43 INFO 1 Connection made to rabbit-cluster:5672
2021-06-02 23:21:43 INFO 1 Successfull authentication
2021-06-02 23:21:43 INFO 1 Got channel
2021-06-02 23:21:43 INFO 1 The channel is open
2021-06-02 23:21:43 ERROR 1 Channel open failed: [Failure instance: Traceback: <class 'twisted.internet.defer.AlreadyCalledError'>:
/usr/local/lib/python3.9/site-packages/twisted/internet/defer.py:1475:gotResult
/usr/local/lib/python3.9/site-packages/twisted/internet/defer.py:1461:_inlineCallbacks
/usr/local/lib/python3.9/site-packages/twisted/internet/defer.py:460:callback
/usr/local/lib/python3.9/site-packages/twisted/internet/defer.py:568:_startRunCallbacks
---
/usr/local/lib/python3.9/site-packages/twisted/internet/defer.py:654:_runCallbacks
/usr/local/lib/python3.9/site-packages/jasmin/queues/factory.py:181:_channel_open
/usr/local/lib/python3.9/site-packages/twisted/internet/defer.py:460:callback
/usr/local/lib/python3.9/site-packages/twisted/internet/defer.py:561:_startRunCallbacks
]
2021-06-02 23:51:33 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-clea
n fashion.
]
2021-06-02 23:51:33 INFO 1 Reconnecting after 10 seconds ...
2021-06-02 23:51:43 INFO 1 Connecting to IPv4Address(type='TCP', host='rabbit-cluster', port=5672) ...
2021-06-02 23:51:43 INFO 1 Connection made to rabbit-cluster:5672
2021-06-02 23:51:43 INFO 1 Successfull authentication
2021-06-02 23:51:43 INFO 1 Got channel
2021-06-02 23:51:43 INFO 1 The channel is open
2021-06-02 23:51:43 ERROR 1 Channel open failed: [Failure instance: Traceback: <class 'twisted.internet.defer.AlreadyCalledError'>:
/usr/local/lib/python3.9/site-packages/twisted/internet/defer.py:1475:gotResult
/usr/local/lib/python3.9/site-packages/twisted/internet/defer.py:1461:_inlineCallbacks
/usr/local/lib/python3.9/site-packages/twisted/internet/defer.py:460:callback
/usr/local/lib/python3.9/site-packages/twisted/internet/defer.py:568:_startRunCallbacks
---
/usr/local/lib/python3.9/site-packages/twisted/internet/defer.py:654:_runCallbacks
/usr/local/lib/python3.9/site-packages/jasmin/queues/factory.py:181:_channel_open
/usr/local/lib/python3.9/site-packages/twisted/internet/defer.py:460:callback
/usr/local/lib/python3.9/site-packages/twisted/internet/defer.py:561:_startRunCallbacks
]
2021-06-03 00:21:33 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-clea
n fashion.
up
Hi,
I have the same issue with a rabbitMQ cluster. Any idea if this problem will be fixed soon ?
Thanks,
Stale issue detected, remove stale label or comment or this will be closed soon.