[erlang-questions] rebar3 release console cannot be started

Jesper Louis Andersen jesper.louis.andersen@REDACTED
Sun Jan 31 11:19:27 CET 2016


On Sun, Jan 31, 2016 at 9:01 AM, Pavanan M S <pavananms@REDACTED> wrote:

> What is/could be the reason for this error.


Immediate bet: you already have a node running on the machine with the name
hello_erlang. You can verify that this is the case or not by asking epmd(1)
what it thinks are running nodes on the machine:

epmd -names

alternatively, look for a running node with ps(1).

Can the node boot without networking enabled? Do you have a deliberately
crippled environment (docker, ...) which can wreak havoc?


-- 
J.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20160131/1b116d49/attachment.htm>


More information about the erlang-questions mailing list