Hi, All!
I'm using Gentoo, so after trying the unstable ejabberd-2.0.0, i found that he eats a lot of memory and do the downgrade to 1.1.4.
After successful installation i have this error:
=INFO REPORT==== 29-Apr-2008::21:26:35 ===
application: ejabberd
exited: {bad_return,
{{ejabberd_app,start,[normal,[]]},
{'EXIT',
{noproc,
{gen_server,call,
[ejabberd_hooks,
{add,ejabberd_ctl_process,"jabber.myserver.ru",
ejabberd_auth,ctl_process_get_registered,
50}]}}}}}
Have you any idea, how can i solve it?
One possibility could be
One possibility could be that when you downgraded from ejabberd 2.0.0 to ejabberd 1.1.4, the database created by 2.0.0 is still there, and 1.1.4 can't read it.
You can try to remove the database spool files (search for a dir with files: acl.DCD acl.DCL ...).
Solved.
Thank you for salvation!