mnesia compatibility problem

Hello, everyone,

I have deployed a ejabberd cluster with ejabberd nodes . And It works fine, except that there is a error information in error.log.
2015-11-09 11:39:38.991 [error] <0.381.0> CRASH REPORT Process <0.381.0> with 0 neighbours exited with reason: {aborted,{no_exists,[caps_features]}} in gen_server:init_it/6 line 330

Anyone have any ideas?
ejabberd.log
root@chat:~# tail -f /opt/ejabberd-15.09/logs/ejabberd.log
2015-11-09 11:39:38.350 [info] <0.7.0> Application inets started on node ejabberd@chat
2015-11-09 11:39:38.953 [info] <0.7.0> Application p1_mysql started on node ejabberd@chat
2015-11-09 11:39:38.976 [info] <0.38.0>@cyrsasl_digest:start:60 FQDN used to check DIGEST-MD5 SASL authentication: chat
2015-11-09 11:39:38.983 [info] <0.7.0> Application oauth2 started on node ejabberd@chat

2015-11-09 11:39:38.991 [error] <0.381.0> CRASH REPORT Process <0.381.0> with 0 neighbours exited with reason: {aborted,{no_exists,[caps_features]}} in gen_server:init_it/6 line 330
2015-11-09 11:39:39.056 [info] <0.437.0>@ejabberd_listener:listen_tcp:189 Reusing listening port for 5222
2015-11-09 11:39:39.057 [info] <0.438.0>@ejabberd_listener:listen_tcp:189 Reusing listening port for 5269
2015-11-09 11:39:39.057 [info] <0.439.0>@ejabberd_listener:listen_tcp:189 Reusing listening port for 5280
2015-11-09 11:39:39.058 [info] <0.38.0>@ejabberd_app:start:75 ejabberd 15.09 is started in the node ejabberd@chat 2015-11-09 11:39:39.058 [info] <0.7.0> Application ejabberd started on node ejabberd@chat

and my crash.log
cat /opt/ejabberd-15.09/logs/crash.log
2015-11-09 12:40:08 =SUPERVISOR REPORT====
Supervisor: {local,'ejabberd_mod_muc_sup_mydomain.com'}
Context: shutdown_error
Reason: shutdown
Offender: [{nb_children,1},{name,undefined},{mfargs,{mod_muc_room,start_link,[]}},{restart_type,temporary},{shutdown,1000},{child_type,worker}]

2015-11-09 12:40:21 =CRASH REPORT====
crasher:
initial call: mod_caps:init/1
pid: <0.381.0>
registered_name: []
exception exit: {{aborted,{no_exists,[caps_features]}},[{gen_server,init_it,6,[{file,"gen_server.erl"},{line,330}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,237}]}]}
ancestors: [ejabberd_sup,<0.38.0>]
messages: []
links: [<0.295.0>]
dictionary: []
trap_exit: false
status: running
heap_size: 376
stack_size: 27
reductions: 146
neighbours:

and my error.log

cat /opt/ejabberd-15.09/logs/error.log
2015-11-09 12:40:08.183 [error] <0.38.0>@gen_mod:stop_module_keep_config:136 {noproc,{gen_server,call,['ejabberd_mod_caps_mydomain.com',stop]}}
2015-11-09 12:40:08.184 [error] <0.406.0> Supervisor 'ejabberd_mod_muc_sup_mydomain.com' had child undefined started with mod_muc_room:start_link() at undefined exit with reason shutdown in context shutdown_error 2015-11-09 12:40:21.394 [error] <0.381.0> CRASH REPORT Process <0.381.0> with 0 neighbours exited with reason: {aborted,{no_exists,[caps_features]}} in gen_server:init_it/6 line 330

Many thanks in advance .

I am getting the same error

I am getting the same error in my log.. Did you figure it out?

removing mc_registered.DCD

removing mc_registered.DCD and mc_room.DCD solved my problem..

I change my ejabberd to 15.11

I change my ejabberd to 15.11 and it didnt return error.
thanks

Syndicate content