저는 Windows 시스템에서 RabbitMQ를 배우고 설치하기 시작했습니다.RabbitMQ를 시작하지 못했습니다. TCP 연결이 성공했지만 Erlang 배포가 실패했습니다.
기본 폴더가 아니라 사용자 지정 폴더에 Erlang VM과 RabbitMQ를 설치합니다 (둘 다).
그럼 컴퓨터를 다시 시작했습니다.
rabbitmqctl status
그러나 반환 : 그런데
는 내 컴퓨터의 이름은 "NULL"는 RabbitMQ에
I의 CD/ 폴더 sbin에 사용할 명령입니다 메시지 :
,210Status 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 NULL
- 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\Jerry Song
- Erlang cookie hash: 51gvGHZpn0gIK86cfiS7vp==
내가 RabbitMQ를 다시 시작하려고, 나는 무엇을 얻을 수 있습니다 :
ERROR: node with name "rabbit" already running on "NULL"
By the way,My Computer name is "NULL" And I have enable all ports in firewall.
> Erlang VM과 RabbitMQ를 기본 폴더가 아닌 사용자 지정 폴더에 설치합니다 (둘 다). –