Hi,
I am running rabbitMQ 3.7.2 on windows.
1. Added a rabbitmq.conf file under %AppData%Roaming\RabbitMQ with the following content
listeners.tcp.default = 27271
2. When I run the rabbitmq-server I get the following error
BOOT FAILED
===========
Config file generation failed Could not load module C:\Program Files\erl8.3\erts-8.3\bin\erlexec.dll.
BOOT FAILED
===========
Error description:
rabbit:start_it/1 line 458
rabbit:boot_error/2 line 858
rabbit_lager:log_locations/0 line 43
rabbit_lager:ensure_lager_configured/0 line 144
rabbit_lager:lager_configured/0 line 151
lager:list_all_sinks/0 line 317
lager_config:get/2 line 71
ets:lookup(lager_config, {'_global',handlers})
exit:generate_config_file
Log file(s) (may contain more information):
{"init terminating in do_boot",generate_config_file}
init terminating in do_boot (generate_config_file)
Interesting point is if i use the rabbitmq.conf file the error points to Could not load module C:\Program Files\erl8.3\erts-8.3\bin\erlexec.dll.
However my ERLANG_HOME envirionment variable is set to C:\erlang I am not sure why it looks for arlexec.dll at C:\Program Files\erl8.3\erts-8.3\bin.
Please note If I delete the rabbitMQ.conf it works I am able to start the rabbitMQ server with out any issues.
I am not sure if I am missing anything here. Appreciate the help on this.
Thanks,
Aniket