Report an error:
Starting rabbitmq-server: FAILED – check /var/log/rabbitmq/startup_{log, _err}
This way
Check the startup_log:
ERROR: epmd error for host 192: badarg (unknown POSIX error)
like this
Solution:
1. Turn off SELINUX:
Enter the command: vi /etc/selinux/config
Modify: SELINUX=disabled
2. Enter the command: vi /etc/rabbitmq/rabbitmq-env.conf
Add a line: NODENAME=rabbit@localhost
Start again successfully.
Enter the command: service rabbitmq-server start
Similar Posts:
- Node Rabbit: How to Enable Plugins
- How to Solve Rabbitmq Error: Failed to start RabbitMQ broker
- springboot stomp rabbitmq Error: payload=non-loopback access denied [How to Solve]
- [Solved] rabbitmq Error: Failed to start RabbitMQ broker
- Rabbitmq startup error kernel PID terminated [How to Solve]
- [Solved] Rabbitmq Startup Error: (BOOT FAILED)
- [Solved] Reasons for error in rabbitmq when supervisor starts
- Rabbitmq simple configuration and oserror: [errno 9] bad file descriptor problem
- [Solved] Linux No access to the system error: Failed to load SELinux policy. Freezing
- How to Solve Failed to load SELinux policy. Freezing Error (System Restart)