-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bitnami/rabbitmq] unable to start rabbitmq docker container after 3.13 #71378
Comments
Hi! Could you launch the container with |
@javsalgar I have added that. The container starts now but with boot failure message, do you know how to resolve the issue?
|
Tried to reproduce the issue in a M1-based laptop and didn't run into that error. The issue is probably related to your environment.
|
I have the same issue, with 3.13 and 3.12. Any solution?
|
Did you try enabling the debug mode? As I mentioned above, I couldn't reproduce the issue locally and our pipelines do not report this issue either. |
I added |
Just launched a fresh Ubuntu 24.04 machine
and launched the docker run command again
As you can see, the deployment succeeded. I'm using the latest docker version obtained from https://get.docker.com/
|
@chengjie8 It seems the issue was caused by the long machine name. I accidentally used a different machine with a shorter name and found that it worked. |
Name and Version
bitnami/rabbitmq:3.13
What architecture are you using?
None
What steps will reproduce the bug?
docker pull bitnami/rabbitmq:3.13
docker run -d --name rabbitmq-server-2 -p 15672:15672 -p 5672:5672 \ -e RABBITMQ_LOGS=- \ -e RABBITMQ_LOG_LEVEL=debug \ bitnami/rabbitmq:3.13
What is the expected behavior?
rabbitmq container starts and no issue
What do you see instead?
then the container shuts down
Additional information
The text was updated successfully, but these errors were encountered: