Hi Team,
WHile setting up the Develop environment in Windows machine, it's not allowing me to login with guest guest credentials.
So, I tried to add different users but I am not able to do so. I am getting below mentioned error.
Could you guys , please help me out?
C:\Program Files\RabbitMQ Server\rabbitmq_server-3.8.9\sbin>rabbitmqctl add_user test test
Error: unable to perform an operation on node 'rabbit@sudhir-pc'. 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 https://rabbitmq.com/documentation.html to learn more
* Consult server logs on node rabbit@sudhir-pc
* If target node is configured to use long node names, don't forget to use --longnames with CLI tools
DIAGNOSTICS
===========
attempted to contact: ['rabbit@sudhir-pc']
rabbit@sudhir-pc:
* connected to epmd (port 4369) on sudhir-pc
* 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: 'rabbitmqcli-5636-rabbit@sudhir-pc'
* effective user's home directory: C:\Users\sudhir
* Erlang cookie hash: UBWXFSfAIKgspiMY4w8qnA==
Best Regards,
Sudhir Yadav