rabbitmq-server.bat start getting BOOT FAILED #2747
-
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I will convert this issue to a GitHub discussion. Currently GitHub will automatically close and lock the issue even though your question will be transferred and responded to elsewhere. This is to let you know that we do not intend to ignore this but this is how the current GitHub conversion mechanism makes it seem for the users :( |
Beta Was this translation helpful? Give feedback.
-
are the lines you are looking for. There's another node running on the same machine ( |
Beta Was this translation helpful? Give feedback.
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…