【发布时间】:2014-08-23 19:24:36
【问题描述】:
我重新启动了我的系统,现在我在 CentOS 6.5 上启动我的 ejabberd 服务器时遇到了问题。 我的 ejabberd.log 文件的尾部如下:
[{mod_proxy65,start,2,[{file,"src/mod_proxy65.erl"},{line,48}]},
{gen_mod,start_module,3,[{file,"src/gen_mod.erl"},{line,70}]},
{lists,foreach,2,[{file,"lists.erl"},{line,1323}]},
{ejabberd_app,start,2,[{file,"src/ejabberd_app.erl"},{line,67}]},
{application_master,start_it_old,4,
[{file,"application_master.erl"},{line,269}]}]
2014-07-02 20:38:41.060 [critical] <0.37.0>@gen_mod:start_module:83 ejabberd initialization was aborted because a module start failed.
2014-07-02 20:38:41.066 [error] <0.413.0> CRASH REPORT Process <0.413.0> with 0 neighbours crashed with reason: {eaddrnotavail,{6879,{192,168,1,125},tcp}} in ejabberd_listener:socket_error/6 line 539
我已经对模块进行了更改,但使用 make 编译它们并且它不会引发错误或警告。
【问题讨论】: