crashing ejbberd

Hi,

I have installed ejabberd-17.08.23 by compiling sourcecode. Yesterday I was able to launch successfully after installation(config is not changed so its pointing to localhost and I have tested this using profanity) but today when I try to launch same, ejabberd is not coming up and crash report was showing as below.

Can anyone give pointers how to resolve this? Thanks a lot for your help.

2017-08-26 15:59:14.399 [error] <0.231.0>@ejabberd_listener:accept:311 (#Port<0.14687>) Failed TCP accept: invalid argument
2017-08-27 17:00:19.677 [error] <0.323.0> CRASH REPORT Process <0.323.0> with 0 neighbours exited with reason: {aborted,{no_exists,[route,[{{route,'_','_','$1','_'},[],['$1']}]]}} in gen_server:init_it/6 line 352
2017-08-27 17:00:19.678 [error] <0.200.0> Supervisor ejabberd_sup had child ejabberd_router_multicast started with ejabberd_router_multicast:start_link() at undefined exit with reason {aborted,{no_exists,[route_multicast,[{{route_multicast,'_','$1'},[],['$1']}]]}} in context start_error
2017-08-27 17:00:19.679 [error] <0.326.0> CRASH REPORT Process <0.326.0> with 0 neighbours exited with reason: {aborted,{no_exists,[route_multicast,[{{route_multicast,'_','$1'},[],['$1']}]]}} in gen_server:init_it/6 line 352
2017-08-27 17:00:19.690 [error] <0.37.0> CRASH REPORT Process <0.37.0> with 0 neighbours exited with reason: {{shutdown,{failed_to_start_child,ejabberd_router_multicast,{aborted,{no_exists,[route_multicast,[{{route_multicast,'_','$1'},[],['$1']}]]}}}},{ejabberd_app,start,[normal,[]]}} in application_master:init/4 line 134

route and route_multicast are

route and route_multicast are Mnesia tables, that are automatically created when ejabberd starts. If you still don't have any important content, let's see if this helps: stop ejabberd, delete the Mnesia spool files, then start ejabberd.

Syndicate content