ejabberd - Comments for "Can not start ejabberd 2.0.5" https://www.ejabberd.im/node/3486 en Working now https://www.ejabberd.im/node/3486#comment-54421 <p>Installed erlang r12b5, and it works. I did end up having to change my LDAP config (ldap_attrs -&gt; ldap_uids), so I re-installed r13b1. That works, as well. I guess the above ASN1 "bug" is a red herring. Thanks for the help!</p> Tue, 30 Jun 2009 17:45:34 +0000 sarumont comment 54421 at https://www.ejabberd.im No logger error now... https://www.ejabberd.im/node/3486#comment-54420 <p>Tried trunk, and ejabberd starts successfully - thanks. Now, though, I get the following error:</p> <div class="codeblock"><code>=ERROR REPORT==== 2009-06-30 10:20:29 ===<br />Error in process &lt;0.1294.0&gt; on node &#039;ejabberd@localhost&#039; with exit value: {badarg,[{erlang,register,[asn1_driver_owner,&lt;0.1294.0&gt;]},{asn1rt_driver_handler,init,2}]}</code></div> <p>By my reckoning, this is related to LDAP (there is one of these errors for every attempted connection). It also appears as if the bug/issue is in erlang. I'm going to see about reverting my erlang to see if that helps. If anyone has seen this error before, that would be helpful, too.</p> <p>Thanks!</p> Tue, 30 Jun 2009 15:31:09 +0000 sarumont comment 54420 at https://www.ejabberd.im Strange error, works for me. Try ejabberd trunk SVN https://www.ejabberd.im/node/3486#comment-54418 <p>I applied the patch to ejabberd 2.0.5, then compiled and installed. It starts correctly. I use Debian unstable.</p> <p>Your error message probably means that the file ejabberd_logger.beam was not found.</p> <p>If you can't solve your problem in 2.0.5, you can get ejabberd trunk SVN, which includes the patch already. Maybe that one compiles and starts correctly.</p> Tue, 30 Jun 2009 14:13:26 +0000 mfoss comment 54418 at https://www.ejabberd.im Same problem - patch not working https://www.ejabberd.im/node/3486#comment-54409 <p>I had the same problem with ejabberd starting on FreeBSD 7.2 w/ erlang r13b01. I've applied the dynamic compile patch, and now I see the following error on start:</p> <div class="codeblock"><code>=INFO REPORT==== 28-Jun-2009::20:20:54 ===<br />&nbsp;&nbsp;&nbsp; application: ejabberd<br />&nbsp;&nbsp;&nbsp; exited: {bad_return,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {{ejabberd_app,start,[normal,[]]},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {&#039;EXIT&#039;,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {undef,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [{ejabberd_logger,critical_msg,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [ejabberd_loglevel,56,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;Error compiling logger (~p): ~p~n&quot;,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [error,undef]]},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {ejabberd_app,start,2},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {application_master,start_it_old,4}]}}}}<br />&nbsp;&nbsp;&nbsp; type: temporary</code></div> <p>Any ideas?</p> Mon, 29 Jun 2009 01:25:05 +0000 sarumont comment 54409 at https://www.ejabberd.im Patch available https://www.ejabberd.im/node/3486#comment-54201 <div class="quote-msg"> <div class="quote-author"><em>lazypiggy</em> wrote:</div> <p>Erlang R13B and it seems well. I also compile ejabberd 2.0.5 from source code.</p></div> <p>You can apply <noindex><a href="https://support.process-one.net/browse/EJAB-919" rel="nofollow" >dynamic_compile_loglevel.patch</a></noindex> to ejabberd source files.</p> Sat, 02 May 2009 10:35:19 +0000 mfoss comment 54201 at https://www.ejabberd.im Erlang R13B issue https://www.ejabberd.im/node/3486#comment-54200 <p>I talked with johnny in the ejabberd MUC and he said it's an erlang issue. Reverting to 12B-5 should fix this problem.</p> <p>For anyone interested in diving into the issue, it appears to be a problem while compiling the module-embedded-in-a-string inside of ejabberd_loglevel.erl.</p> Sat, 02 May 2009 10:01:01 +0000 Tim Spriggs comment 54200 at https://www.ejabberd.im