简体   繁体   English

rebar3:控制台无法打开

[英]rebar3: console not opening

This is a rebar3 release compiled and released without any error. 这是rebar3发行版,已编译和发行,没有任何错误。 (There was this line ( ===> Missing beam file elf_format <<"/usr/local/lib/erlang/lib/hipe-3.11.3/ebin/elf_format.beam">>) I guess that's something else). (有这行(===>缺少Beam文件elf_format <<“ // usr / local / lib / erlang / lib / hipe-3.11.3 / ebin / elf_format.beam” >>)我想那是另一回事了。

There is a line in the error which says that there is another link using the same hostname. 错误中有一行表示存在另一个使用相同主机名的链接。 Seeing this I deleted all such projects of the same name and recompiled and re released. 看到这一点,我删除了所有相同名称的项目,然后重新编译并重新发布。

Also when i try start option no output is shown and localhost:8080 is not started.(I have been trying to do the example on this link in rebar3 :- http://jordenlowe.com/title/Explain_like_I_am_5_-_Erlang_REST_Framework_Cowboy ) 此外,当我尝试启动选项没有输出显示和本地主机:8080没有启动。(我一直在努力做这rebar3链路上的例子: - http://jordenlowe.com/title/Explain_like_I_am_5_-_Erlang_REST_Framework_Cowboy

What is/could be the reason for this error. 什么是/可能是此错误的原因。 尝试打开控制台的输出

The main error is: the name hello_erlang@you_host seems to be in use by another Erlang node which says that there is another running Erlang node with the same name. 主要错误是: the name hello_erlang@you_host seems to be in use by another Erlang node表示存在另一个同名的正在运行的Erlang节点。 You can see a list of running Erlang node with following Erlang Port Mapper Daemon (epmd) command: 您可以使用以下“ Erlang端口映射器守护程序” (epmd)命令查看正在运行的“ Erlang”节点的列表:

 epmd -names

You must stop or kill currently running node with the desired node name and then start the new one. 您必须使用所需的节点名称停止或终止当前正在运行的节点,然后启动新节点。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM