[erlang-questions] Erlang machine stopped instantly (distribution name conflict?).

Attila Rajmund Nohl attila.r.nohl@REDACTED
Wed Jul 24 11:11:56 CEST 2019


Attila Rajmund Nohl <attila.r.nohl@REDACTED> ezt írta (időpont: 2019.
júl. 24., Sze, 10:38):
>
> Hello!
>
> I have a (rebar3-generated) project using Erlang 20.3 that I try to
> start on Windows 10. I can "install" the Windows service, but when I
> try to start it, I get this
>
> "Erlang machine stopped instantly (distribution name conflict?)."
>
> error in the Windows logs. I can start a node (using werl.exe) with
> the node name (at least with the node name that is supposed to be
> used). On Google I found plenty of this errors related to RabbitMQ,
> but I haven't find a solution that's applicable to my case yet (I mean
> deleting RabbitMQ app data won't help me). I'm not quite sure how to
> debug it at all - how can I see exactly what command is executed to
> start the Erlang VM?

Process Monitor from sysinternals helped me, I found the command line
and also that an erl_crash.dump was written with this slogan:

init terminating in do_boot
({load_failed,[kernel,erl_eval,erl_parse,erl_lint,gen,gen_event,gen_server,supervisor,file,error_logger,code_server,application_master,file_io_server,code,file_server,ets,a

I guess some path is not correct somewhere.



More information about the erlang-questions mailing list