首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >安装ejabberd 15.09时出错

安装ejabberd 15.09时出错
EN

Stack Overflow用户
提问于 2016-04-06 13:47:27
回答 1查看 241关注 0票数 0

我从源代码安装了ejabberd15.09,从otp_src_18.0文件安装了Erlang18.0。我使用make编译ejabberd,然后使用它进行make install。当我使用ejabberdctl live命令运行ejabberd时,它得到的错误消息如下:

代码语言:javascript
复制
[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)

任何人都可以帮我解决这个问题。

EN

回答 1

Stack Overflow用户

发布于 2016-04-06 15:57:08

您有一个旧版本的数据库正在干扰您的工作。删除Mnesia数据库并从头重新启动(如果这是开发版本,并且您可以从空白数据库重新启动)。

请注意,最新版本是16.03,它可能是您应该用来开始新开发的版本。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/36442530

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档