RabbitMQ failed to start, TCP connection succeeded but Erlang distribution failed

后端 未结 9 2424
夕颜
夕颜 2021-02-13 10:38

I\'m a new one just start to learn and install RabbitMQ on Windows System.

I install Erlang VM and RabbitMQ in custom folder, not default folder (Both of them).

9条回答
  •  囚心锁ツ
    2021-02-13 11:23

    How I resolved mine

    It's mostly caused by cookie mismatch on a fresh installation of Rabbit MQ

    follow this 2 steps

    1. copy the .erlang.cookie file from C:\Windows\System32\config\systemprofile paste it into 
    C:\Users\["your user nameusername"] folder
    
    2. run rabbitmq-service.bat stop and rabbitmq-service.bat start
    

    Done it should work now when you run 'rabbitmqctl start_app' good luck.

    note if you have more than one user put it in the correct user folder

提交回复
热议问题