2025-03-29 11:15:04.201896+00:00 [error] <0.132.0>
2025-03-29 11:15:04.201896+00:00 [error] <0.132.0> BOOT FAILED
2025-03-29 11:15:04.201896+00:00 [error] <0.132.0> ===========
2025-03-29 11:15:04.201896+00:00 [error] <0.132.0> ERROR: could not bind to distribution port 25672, it is in use by another node: rabbit@#####
2025-03-29 11:15:04.201896+00:00 [error] <0.132.0>
BOOT FAILED
===========
RabbitMQ OOS
It was due to the port is occupied by other RabbitMQ node or other process
1. Try to stop the RabbitMQ node mentioned in the error, using rabbitmqctl stop -n command.
2. Identify which process is using the port and kill it.
sudo lsof -nP -iTCP -sTCP:LISTEN
kill
3. Try to reboot the server and see if the wanted RabbitMQ process is up.