【发布时间】:2016-04-06 15:57:30
【问题描述】:
我从源代码安装了 ejabberd 15.09,从 otp_src_18.0 文件安装了 erlang 18.0。我用 make 编译 ejabberd,然后 make install。当我使用 ejabberdctl live 命令运行 ejabberd 时,它得到如下错误消息:
[error] CRASH REPORT Process <0.271.0> with 0 neighbours exited with reason: no case clause matching [domain,server_host,pid,local_hint] in ejabberd_router:update_tables/0 line 396 in gen_server:init_it/6 line 352
11:15:59.202 [error] Supervisor ejabberd_sup had child undefined started with ejabberd_router:start_link() at undefined exit with reason no case clause matching [domain,server_host,pid,local_hint] in ejabberd_router:update_tables/0 line 396 in context start_error
11:15:59.230 [error] CRASH REPORT Process <0.41.0> with 0 neighbours exited with reason: no such process or port in call to gen_server:call(ejabberd_sup, {start_child,{ejabberd_sm,{ejabberd_sm,start_link,[]},transient,1000,worker,[ejabberd_sm]}}, infinity) in application_master:init/4 line 134
11:15:59.230 [info] Application ejabberd exited with reason: no such process or port in call to gen_server:call(ejabberd_sup, {start_child,{ejabberd_sm,{ejabberd_sm,start_link,[]},transient,1000,worker,[ejabberd_sm]}}, infinity)
任何人都可以帮我解决这个问题。
【问题讨论】:
标签: ejabberd