Server crash on startup. #7655
-
Hi, Im running RabbitMQ on docker through pterodactyl panel (server/docker management), However whenever I start the server it immediately crashes with an error that really does not explain much whats going wrong..
Installed using this Pterodactyl egg: https://github.com/parkervcp/eggs/tree/master/software/rabbitmq (an egg is basically an installation script for Pterodactyl) crash dump: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Have a look at what Erlang version is required by the "latest RabbitMQ release" (all 3.11.x versions): it is Erlang 25. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
rabbit:boot/0
cannot be "undefined" (undef
), so this means that the runtime cannot load the module.Have a look at what Erlang version is required by the "latest RabbitMQ release" (all 3.11.x versions): it is Erlang 25.