2

しばらくの間、自分のマシンで RabbitMQ を再び動作させるのに苦労してきました。それはインストールされ、動作していましたが、何かがうまくいきませんでした。アンインストールしてから v3.8.0 (Erlang バージョン 22) をインストールしました。

実行rabbitmq-service.bat startしてサービスが正常に開始されましたが、実行するrabbitmqctl.bat list_usersと次のエラーが表示されます。

Error: unable to perform an operation on node 'rabbit@<my hostname>'. 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@<my hostname>
 * If target node is configured to use long node names, don't forget to use --longnames with CLI tools

DIAGNOSTICS
===========

attempted to contact: [rabbit@<my hostname>]

rabbit@<my hostname>:
  * unable to connect to epmd (port 4369) on [My host name here]: address (cannot connect to host/port)


Current node details:
 * node name: 'rabbitmqcli-7856-rabbit@<my hostname>'
 * effective user's home directory: C:\Users\<myusername>
 * Erlang cookie hash: hXRZg8Foj+FXs7DwcLF6cg==

私はローカルで実行しており、以前は機能していました。

を確認しましたが、.erlang.cookie正しいです。

コマンドを実行しrabbitmq-plugins enable rabbitmq_managementて管理プラグインを有効にしましたが、管理 UI に接続できません。

4

1 に答える 1