Windows x64 RabbitMQ install error with Erlang environment var (ERLANG_HOME)

前端 未结 15 798
孤独总比滥情好
孤独总比滥情好 2020-12-14 01:38

I\'m ask/answering this question because it hung me up & it\'s likely someone else will have the same problem.

Install of RabbitMQ x64 v2.8.6 on Windows Server 2

15条回答
  •  感情败类
    2020-12-14 02:24

    I had the similar issue, modifying ERLANG_HOME in .bat files did not work. Then I tried echo %ERLANG_HOME% in command prompt, that did not print the environment variable value(I could see that ERLANG_HOME environment variable has been created under advance system settings), that lead me to believe that I need to restart server for 64 bit installation of Erlang. After rebooting server, It worked like a charm. I hope this helps someone.

提交回复
热议问题