After rabitmq is installed normally, rabbitmq server starts normally, but rabbitmq_ The management plug-in failed to start and reported an error:
rabbitmq-plugins enable rabbitmq_management
{:query, :rabbit@web101, {:badrpc, :timeout}}
Solution:
add the Linux host number and host name at the end of the hosts file
method: VI/etc/hosts
Edit by I
host number host name
for example: 192.168.1.1 localhost (fill in your own here)
after adding: WQ save exit
at this time, you can view the rabbitmq plug-in
After rabbitmq is started and the plug-in is also enabled, the page cannot be accessed
the firewall may not be closed
Solution: turn off the Linux firewall
(1) Set boot enable firewall: systemctl enable firewalld.service
(2) Set boot disable firewall: systemctl disable firewalld.service
(3) Start firewall: systemctl start firewalld
(4) Turn off the firewall: systemctl stop firewalld
(5) Check firewall status: systemctl status firewalld
Read More:
- The problem of inconsistent host names in building rabbitmq on Linux
- How to Solve Android Linux5.10 Kernel do_gettimeofday Function Error
- How to Solve No approve protocol error when running kettle on Linux
- Linux: How to Solve pyperclip Module Error
- Linux: How to Solve vim ~/.bashrc Execute Error
- How to Solve Linux Error: -bash: unzip: command not found
- Linux: How to Solve sudo operate Error
- How to Solve labelme Install Error in Ubuntu
- How to Solve Linux error – rsyncd synchronous error 1
- mysqlclient in Ubuntu: How to Solve mysqlclient Install Error
- How to Solve Xmind Install Error in Ubuntu System
- How to Solve Mujoco Install Error in Ubuntu (Pycharm Run Error)
- Linux Install Docker Error: Failed to restart docker.service: Unit docker.service not found.
- How to Solve gtid master-slave replication connecting Issue
- How to Solve Oracle startup monitoring error
- Ubuntu: rabbitmq reports an error; Solution error: unable to connect to node rabbit@localhost : nodedown
- Linux Mint: linuxbrew Install and Boot Error [How to Solve]
- How to Fix Oracle listener error Linux error: 111: connection reused
- How to Fix Ubuntu(Linux) mount error(22)
- How to Create Threads in Linux