我从源代码安装了ejabberd15.09,从otp_src_18.0文件安装了Erlang18.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)任何人都可以帮我解决这个问题。
发布于 2016-04-06 15:57:08
您有一个旧版本的数据库正在干扰您的工作。删除Mnesia数据库并从头重新启动(如果这是开发版本,并且您可以从空白数据库重新启动)。
请注意,最新版本是16.03,它可能是您应该用来开始新开发的版本。
https://stackoverflow.com/questions/36442530
复制相似问题