getting error {error,{"no such file or directory", "rabbitmq_delayed_message_exchange.app"}} in rabbitmq docker image #5130
Replies: 6 comments 8 replies
-
The error message tells you exactly what the issue is: you have downloaded a version that is not compatible with RabbitMQ 3.10.x. You have to use the most recent releas of that plugin. |
Beta Was this translation helpful? Give feedback.
-
Also worth noting that the "official" RabbitMQ image (https://hub.docker.com/_/rabbitmq) doesn't include the delayed message exchange plugin at all. |
Beta Was this translation helpful? Give feedback.
-
i have simply downloaded rabbitmq:latest docker image. |
Beta Was this translation helpful? Give feedback.
-
I simply pulled one older image rabbitmq:3.8.34 instead of the one's i am trying before (rabbitmq:3-management-alpine and rabbitmq:latest) and didn't see that error. |
Beta Was this translation helpful? Give feedback.
-
I am simply pulling image and doing nothing after. I thought it should be handled in the image |
Beta Was this translation helpful? Give feedback.
-
what i see is i have following line in volume |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
BOOT FAILED
Error during startup: {error,{"no such file or directory", "rabbitmq_delayed_message_exchange.app"}}
Kernel pid terminated (application_controller) ({application_start_failure,rabbit,{{"no such file or directory","rabbitmq_delayed_message_exchange.app"},{rabbit,start,[normal,[]]}}})
Crash dump is being written to: /var/log/rabbitmq/erl_crash.dump...done
more details are
rabbitmq_delayed_message_exchange
Plugin doesn't support current server version. Actual broker version: "3.10.5", supported by the plugin: ["3.7.0-3.7.x", "3.8.0-3.8.x"]
What should be the remedy
Beta Was this translation helpful? Give feedback.
All reactions