1

I installed erlang 19 for rabbitmq in Azure VM with windows 2016 OS. but it shows 'ERLANG HOME not set properly' while enabling rabbitMQ management plugin. I added environment variable in both system variable and user variable like 'ERLANG_HOME' with path 'C:\Program Files\erl8.2\

When I install the same in windows servfer 2012 R2. It works fine.

Is there any error in the way in which I set environment variable in windows server 2016. Please suggest

Thanks in advance

Sridevi
  • 121
  • 3
  • 12

2 Answers2

0

I had a similar issue was able to resolve it with the solutions on this thread

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

For me the issue was windows didn't pick up the environment variable until restart.

John
  • 3,512
  • 2
  • 36
  • 53
0

I am adding an answer to this thread since it still does not have an accepted answer. When encountering the "ERLANG HOME not set properly" error, it is worth a shot to see if you opened CMD on Windows as an Adminsitrator when enabling the RabbitMQ management plugin. Hope this helps. :D