0
votes

I am using windows 10 32bit version. I had previously installed erlang OTP 19.0 , rabbitmq and management web api plugin using cmd commands. But I was unable to access localhost:15672. Then I reinstalled both and now I am unable to start the server. Receiving this on cmd while trying to start the server

C:\Program Files\RabbitMQ Server\rabbitmq_server-3.6.2\sbin>rabbitmq-server start . . .

Error: Crash dump is being written to: erl_crash.dump...init terminating in do_boot ()

enter image description here

1
Do you set RabbitMQ environment variables? In the screenshot, the path to log files contains in fact two paths separated by a space.Jean-Sébastien Pédron
could you post the error as plain text? This could be better for everyone.J. Chomel
Yes I have already set the environment variables.igauravprajapati

1 Answers

0
votes

Had the same issue

Try to uninstall RabbitMQ server and Erlang ver 19 Also delete the contents in the %AppData%Roaming/RabbitMQ..

Install erlang 18.0 from here http://www.erlang.org/download/otp_win32_18.1.exe And then install the latest version of RabbitMQ (I installed 3.6.3).