Skip to content

RabbitMQ: Restarted erlang machine. #3840

Discussion options

You must be logged in to vote
lbakken@shostakovich ~/development/erlang/otp (master=)
$ git grep -i 'restarted erlang'
erts/etc/win32/erlsrv/erlsrv_service.c:911:     log_warning(L"Restarted erlang machine.");

This comes from the program that runs the Erlang VM (and thus RabbitMQ) as a Windows service:

https://github.com/erlang/otp/blob/master/erts/etc/win32/erlsrv/erlsrv_service.c#L911

It appears that RabbitMQ/Erlang on your server is in a restart loop. I've never seen this. You may get some answers in the log files at %AppData%\RabbitMQ\log. If you'd like to compress them and attach them here I'll take a look.

All I can suggest is uninstall RabbitMQ and Erlang, and re-install using the latest versions of each - Rab…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mrodriguez-aviles
Comment options

Answer selected by mrodriguez-aviles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants