Erlang应用程序无法启动

时间:2015-09-30 01:17:57

标签: crash erlang relx lager

当我尝试_rel / bin / application_name控制台时,我得到了这个:

{"Kernel pid terminated",application_controller,"
 {application_start_failure,lager,
  {bad_return,{{lager_app,start,[normal,[]]},
   {'EXIT',{{compile_forms,error},[
    {glc_code,compile_forms,2,[{file,\"src/glc_code.erl\"},{line,509}]},
    {glc_code,compile,2,[{file,\"src/glc_code.erl\"},{line,51}]},
    {glc,compile,4,[{file,\"src/glc.erl\"},{line,205}]},
    {lager_util,trace_filter,2,[{file,\"src/lager_util.erl\"},{line,374}]},
    {lager_app,start,2,[{file,\"src/lager_app.erl\"},{line,221}]},
    {application_master,start_it_old,4,[{file,\"application_master.erl\"},{line,272}]}]}}}}}"}

(不确定bad_return是什么,因为这个应用程序以前开始使用)

我的lager.app.src包含syntax_tools和编译器 (以及goldrush,stdlib和kernel)用于申请。

然而,当我从一个vanilla erl提示开始啤酒时,lager在我启动了所有依赖项之后开始。

我可以得到一些帮助吗?我不确定我没有看到/失踪的是什么。非常感谢您的期待!

0 个答案:

没有答案