【发布时间】:2016-06-21 04:33:08
【问题描述】:
只是想知道我的 Erlang webtool 发生了什么。我正在运行 Ubuntu 15.10,并检查了 erlang-webtool 软件包是否已安装。但是,当我尝试运行它时,我得到以下信息:
1> webtool:start().
{error,
{shutdown,
{failed_to_start_child,
{httpd_instance_sup,{127,0,0,1},8888,default},
{shutdown,
{failed_to_start_child,
{httpd_manager,{127,0,0,1},8888,default},
{error,
{invalid_option,
{module_does_not_exist,mod_include}}}}}}}}
=ERROR REPORT==== 7-Mar-2016::15:47:36 ===
Failed initiating web server:
undefined
{invalid_option,{module_does_not_exist,mod_include}}
我的 Erlang 版本:Erlang/OTP 18 [erts-7.0] [source] [64-bit] [smp:8:8] [async-threads:10] [kernel-poll:false]
有什么想法吗?谢谢。
【问题讨论】:
-
看起来 httpd_manager 模块没有正确创建,如果有的话。
-
查看我编辑的答案。手动修复或降级是您使用 webtool 的唯一选择。
标签: module erlang localhost shutdown