Replies: 2 comments 1 reply
-
|
@eliassal as explained previously, RabbitMQ management UI port is not Restarting RabbitMQ after enabling a plugin (or disabling it) hasn't been necessary since 3.0 or so (shipped in late 2012). The message suggests that you have another node running on one of the ports used by RabbitMQ. It could be another node, a container with a forwarded port, or something like. Ports are set via We do not guess in this community, @eliassal, so either provide an exact |
Beta Was this translation helpful? Give feedback.
-
|
Hi @michaelklishin I have already posted the contents of rabbitmq.conf (up hear) which is
I have nothing listening on those ports When I run |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Community Support Policy
RabbitMQ version used
4.2.4
Erlang version used
27.3.x
Operating system (distribution) used
Ubuntu 24
How is RabbitMQ deployed?
Debian package
rabbitmq-diagnostics status output
See https://www.rabbitmq.com/docs/cli to learn how to use rabbitmq-diagnostics
Details
Logs from node 1 (with sensitive values edited out)
See https://www.rabbitmq.com/docs/logging to learn how to collect logs
Details
Logs from node 2 (if applicable, with sensitive values edited out)
See https://www.rabbitmq.com/docs/logging to learn how to collect logs
Details
Logs from node 3 (if applicable, with sensitive values edited out)
See https://www.rabbitmq.com/docs/logging to learn how to collect logs
Details
rabbitmq.conf
See https://www.rabbitmq.com/docs/configure#config-location to learn how to find rabbitmq.conf file location
Details
Steps to deploy RabbitMQ cluster
Instructions on RMQ site for Ubuntu
Steps to reproduce the behavior in question
I have RMQ up and running and can access it but earlier, I had some issues with accessing management UI, hopefully I understod that I should enable management plugin. So I created /etc/rabbitmq/rabbitmq.conf but the issue continued "not able to access the Web UI at 10762.
So I enabled the plugin When I tried to restart the RMQ-service, it errored and indicated that there was conflicting IP/Port issues.
I removed the Rabbitmq.conf from /etc/rabbitmq/ and service restarted correctly and I was able to access the web UI.
So the question is there another config file? If yes where it is located?
Thanks for your help
advanced.config
See https://www.rabbitmq.com/docs/configure#config-location to learn how to find advanced.config file location
Details
Application code
Details
# PASTE CODE HERE, BETWEEN BACKTICKSKubernetes deployment file
Details
What problem are you trying to solve?
Use a config file to control IP4 and port
Beta Was this translation helpful? Give feedback.
All reactions