软件地址及安装:链接:https://pan.baidu.com/s/1Cqx08SLp-L8mVHnxdG8IdA
提取码:d2io
erlang-otp_win64_20.3.exe,rabbitmq-server-3.7.5.exe 都一路默认,next.
配置环境变量:略(不会配置的百度一下)
安装可能遇到的问题:输入rabbitmqctl status查看状态时报错
Status of node [email protected] …
Error: unable to perform an operation on node ‘[email protected]’. Please see diagnostics information and suggestions below.
Most common reasons for this are:
- Target node is unreachable (e.g. due to hostname resolution, TCP connection or firewall issues)
- CLI tool fails to authenticate with the server (e.g. due to CLI tool’s Erlang cookie not matching that of the server)
- Target node is not running
In addition to the diagnostics info below:
- See the CLI, clustering and networking guides on http://rabbitmq.com/documentation.html to learn more
- Consult server logs on node [email protected]
DIAGNOSTICS
attempted to contact: [[email protected]]
-
connected to epmd (port 4369) on myron
-
epmd reports node ‘rabbit’ uses port 25672 for inter-node and CLI tool traffic
-
TCP connection succeeded but Erlang distribution failed
-
Authentication failed (rejected by the remote node), please check the Erlang cookie
Current node details:
- node name: [email protected]
- effective user’s home directory: C:\Users\94ish
- Erlang cookie hash: 0rVZh7WgaAP8H8hmZPiGLA==
解决方法:用everything搜索此.erlang.cookie文件,使,两个文件内容保持一致.