<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><div>Yea. First, that "missing beam" is a relx warning, you can ignore it and it is now a debug message only in recent relx versions.<br></div>
<div> </div>
<div>As for the error message, Jesper is right, it is saying a node with that name is already running. Maybe you ran a node with 'start' before running console? If you want to attach to the running node that was started with 'start' use 'remote_console'<br></div>
<div> </div>
<div id="sig19496053"><div class="signature">--<br></div>
<div class="signature">Tristan Sloughter<br></div>
<div class="signature">t@crashfast.com<br></div>
<div class="signature"> </div>
</div>
<div> </div>
<div> </div>
<div>On Sun, Jan 31, 2016, at 04:19 AM, Jesper Louis Andersen wrote:<br></div>
<blockquote type="cite"><div dir="ltr"><div><div> </div>
<div><div>On Sun, Jan 31, 2016 at 9:01 AM, Pavanan M S <span dir="ltr"><<a href="mailto:pavananms@gmail.com">pavananms@gmail.com</a>></span> wrote:<br></div>
<blockquote style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204, 204, 204);padding-left:1ex;">What is/could be the reason for this error.<br></blockquote></div>
<div> </div>
<div>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:<br></div>
</div>
<div> </div>
<div>epmd -names<br></div>
<div> </div>
<div>alternatively, look for a running node with ps(1).<br></div>
<div> </div>
<div><div>Can the node boot without networking enabled? Do you have a deliberately crippled environment (docker, ...) which can wreak havoc?<br></div>
<div> </div>
<div> </div>
<div>-- <br></div>
<div>J.<br></div>
</div>
</div>
<div><u>_______________________________________________</u><br></div>
<div>erlang-questions mailing list<br></div>
<div><a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br></div>
<div><a href="http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/listinfo/erlang-questions</a><br></div>
</blockquote><div> </div>
</body>
</html>