You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
12:50:51.700 [critical] Problem starting the module mod_offline_post for host <<"example.org">>
options: [{auth_token,<<"offline_post_auth_token">>},
{post_url,<<"http://localhost:4567/offline_post">>}]
error: undef
[{p1_logger,info_msg,[mod_offline_post,45,"Starting mod_offline_post",[]],[]},
{mod_offline_post,start,2,[{file,"src/mod_offline_post.erl"},{line,45}]},
{gen_mod,start_module,3,[{file,"src/gen_mod.erl"},{line,69}]},
{lists,foreach,2,[{file,"lists.erl"},{line,1323}]},
{ejabberd_app,start,2,[{file,"src/ejabberd_app.erl"},{line,66}]},
{application_master,start_it_old,4,
[{file,"application_master.erl"},{line,269}]}]
12:50:51.700 [critical] ejabberd initialization was aborted because a module start failed.
Crash dump was written to: /opt/ejabberd/logs/erl_crash_20140624-125049.dump
Problem starting the module mod_offline_post for host <<"example.org">>
options: [{auth_token,<<"offline_post_auth_token">>},
{post_url,<<"http://localhost:4567/offline_post">>}]
error: un
The text was updated successfully, but these errors were encountered:
Thanks for the bug report. Without digging in too deep my first thought is that this is likely due to the use of the INFO_MSG macro in some of the modules. I unfortunately don't have time to debug any deeper at this time, but removing those calls may get you unblocked.
in ejabberd.yml
running ejabberdctl live
The text was updated successfully, but these errors were encountered: