当前位置:  开发笔记 > 编程语言 > 正文

应用程序无法启动,出现错误"无法启动子项:Odt.Endpoint"

如何解决《应用程序无法启动,出现错误"无法启动子项:Odt.Endpoint"》经验,为你挑选了1个好方法。

命令"mix phoenix.server"后总是收到错误:

=INFO REPORT==== 14-Dec-2015::20:55:48 ===

    application: logger
    exited: stopped
    type: temporary

** (Mix) Could not start application odt: Odt.start(:normal, []) returned an error: shutdown: failed to start child: Odt.Endpoint

** (Exit) shutdown: failed to start child: Phoenix.Endpoint.Server

** (Exit) shutdown: failed to start child: {:ranch_listener_sup, Odt.Endpoint.HTTP}

** (Exit) shutdown: failed to start child: :ranch_acceptors_sup

** (Exit) {:listener_error, Odt.Endpoint.HTTP, :eaddrinuse}

我该如何解决?我究竟做错了什么?



1> Onorio Caten..:

如果他们遇到这个问题,其他人可以找到答案:

这一行:

** (Exit) {:listener_error, Odt.Endpoint.HTTP, :eaddrinuse}

意味着某些东西已经在使用4000端口(这是Phoenix的默认端口).尝试检查这一点http://localhost:4000,看看你是否看到任何东西.如果这样做,则通过更改dev.exs文件修改Phoenix打开的端口.

推荐阅读
k78283381
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有