您好,登錄后才能下訂單哦!
windows 64位 安裝 rabbitmq 出錯
下載地址
https://www.rabbitmq.com/download.html
我下載的是3.7.15
先安裝 Erlang 再安裝 rabbitmq
啟用管理界面
rabbitmq-plugins enable rabbitmq_management 出錯
配置時出錯 :
******************************
ERLANG_HOME not set correctly.
******************************
Please either set ERLANG_HOME to point to your Erlang installation or place the
RabbitMQ server distribution in the Erlang lib folder.
環境變量也是配置對的 但是在 rabbitmq_server.bat 一直沒讀取到
解決辦法:
編輯rabbitmq_server.bat文件,看看是否找到了erl.exe ,但路徑不正確:
31行:
if not exist "!ERLANG_HOME!\bin\erl.exe" (
echo.
echo ******************************
echo ERLANG_HOME not set correctly.
echo ******************************
echo.
echo Please either set ERLANG_HOME to point to your Erlang installation or place the
echo RabbitMQ server distribution in the Erlang lib folder.
echo.
exit /B 1
)
48行:
"!ERLANG_HOME!\bin\erl.exe" +B ^
直接改成了絕對路徑 :
"D:\Program Files\erl9.3\bin\erl.exe"
重啟 訪問 http://localhost:15672 默認賬號和密碼都是 guest
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。