Rabbitmq Plugin configuration unchanged. 問題の完全な解決策


実行時:rabbitmq-plugins.bat enable rabbitmq_管理命令時に表示
 
エラーは次のとおりです.
Plugin configuration unchanged.
Applying plugin configuration to rabbit@hj... failed.
Could not contact node rabbit@hj. Changes will take effect at broker restart.
Options: --online - fail if broker cannot be contacted. --offline - do not try to contact broker.

 
そしてネットで探した案は以下の通りです:【私の問題を解決していません】
 
https://www.cnblogs.com/amylis_chen/p/6286238.html
    :

Synchronise Erlang Cookies (when running a manually installed Windows Service)

Erlang Security Cookies used by the service account and the user running rabbitmqctl.bat must be synchronised for rabbitmqctl.bat to function.

To ensure Erlang cookie files contain the same string, copy the .erlang.cookie file from the Windows directory (normally C:\WINDOWS\.erlang.cookie) to replace the user .erlang.cookie. The user cookie will be in the user‘s home directory (%HOMEDRIVE%%HOMEPATH%), e.g.C:\Documents and Settings\%USERNAME%\.erlang.cookie orC:\Users\%USERNAME%\.erlang.cookie (Windows Vista and later).

  Erlang Cookies

    :  C:\WINDOWS\.erlang.cookie      RabbitMq        win10:C:\Users\%USERNAME%\.erlang.cookie 

      : http://www.rabbitmq.com/install-windows-manual.html

 
 
 
 
分析とネット検索を通じて、私の解決策は以下の通りです.
 
1、C:UsersAdmin(ログインしたマシン名)とC:Windowsの下を削除します.erlang.クッキーファイル
2、ネイティブディレクトリを見つける:C:UsersAdminAppDataRoamingRabbitMQの下のenabled_pluginsファイル、勝手に名前を変更します【例:enabled_plugins.bak】;
3、再実行:rabbitmq-plugins.bat enable rabbitmq_管理命令、完璧に通過する;【管理者実行】
4、それから実行します:rabbitmq-service installコマンド、意外にもその他の問題が発生します(時には文字化けします):
C:\Users\Administrator>rabbitmq-service install
RabbitMQ service is already present - only updating service parameters
C:\Program Files\erl5.10.3\erts-5.10.3\bin\erlsrv: Warning, could not set correct interactive mode.
Error:     。
C:\Program Files\erl5.10.3\erts-5.10.3\bin\erlsrv: Warning, could not set correct service description (comment)Error:     。

 
5、上記の問題を解決する.
     :

1、  erlang,       HKLM/SOFTWARE/Ericsson/Erlang/ErlSrv     ,
2、            erlang
3、erlang     , RabbitMQ service    ,       :rabbitmq-service install   service;
4、    :rabbitmq-service start   service 


 
6、完璧に解決する.
 
 
他に質問があれば、メッセージをお願いします!
 
リファレンス
 http://blog.csdn.net/mengdc/article/details/77995744
Rabbitmq Plugin configuration unchanged. 問題の完全な解決策
原文:https://www.cnblogs.com/tianciliangen/p/8419003.html