Skip to content

rabbitmq-server.bat start getting BOOT FAILED #2747

Discussion options

You must be logged in to vote
14:55:36.652 [error] ERROR: distribution port 25672 in use by another node: rabbit@DESKTOP-SJK5UPB
ERROR: distribution port 25672 in use by another node: rabbit@DESKTOP-SJK5UPB

are the lines you are looking for. There's another node running on the same machine (rabbit@DESKTOP-SJK5UPB). Two or more nodes cannot share any ports they use. If you need to run multiple nodes on a single host (a perfectly reasonable setup for development needs), they all must use separate ports. See Clustering on a Single Machine for an example. The env variable used in that example controls the AMQP 0-9-1/AMQP 1.0 port as well as inter-node communication ports. If you use any protocol plugins or plugins such as

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2746 on January 25, 2021 09:47.