RabbitMQ fails to start
Problem solved!
My IT department has mapped %appdata% to a network share and it seems that the RabbitMQ scripts can’t work with that.
I solved the problem this way: Set the environment variable “RABBITMQ_BASE” to “c:\rabbitmq”, uninstall the service (rabbitmq-service.bat remove) and install the service again (rabbitmq-service.bat install).
I faced the same problem and was able to solve the problem following the steps mentioned below.
- Run the command prompt as Administrator
- Navigate to the sbin directory and uninstall the service. rabbitmq-service remove
- Reinstall the service rabbitmq-service install
- Enable the plugins. rabbitmq-plugins enable rabbitmq_management
- Start the service rabbitmq-service start
- Go to "http://localhost:15672/"