ejabberd - Comments for "my problem with having mu eJabberd server working on ununtu 8.04" https://www.ejabberd.im/node/3452 en please help with eJabberd https://www.ejabberd.im/node/3452#comment-54140 <p>I have reinstalled it and now when I want to register a user I see:</p> <p>RPC failed on the node ejabberd@mail: {'EXIT',<br /> {badarg,<br /> [{erlang,<br /> port_control,<br /> [stringprep_port,1,"beeqle.pl"]},<br /> {stringprep,control,2},<br /> {jlib,nameprep,1},<br /> {ejabberd_auth,auth_modules,1},<br /> {ejabberd_auth,is_user_exists,2},<br /> {ejabberd_auth,try_register,3},<br /> {ejabberd_ctl,process,1},<br /> {rpc,'-handle_call/3-fun-0-',5}]}}</p> Wed, 01 Apr 2009 17:55:57 +0000 macworte comment 54140 at https://www.ejabberd.im still problem https://www.ejabberd.im/node/3452#comment-54137 <p>Thanks for your post!</p> <div class="quote-msg"> <div class="quote-author"><em>badlop</em> wrote:</div> <div class="quote-msg"> <div class="quote-author"><em>macworte</em> wrote:</div> <p>I am trying to have my eJaberrd working on ubuntu 8.04, Apache 2 5.2.6, MySql </p></div> <p>For using ejabberd's Web Admin you don't need Apache.<br /> For storing user data in ejabberd you don't need MySQL.</p> <div class="quote-msg"> <div class="quote-author"><em>macworte</em> wrote:</div> <p>I have just given my server specif. to make it cleare</p> <p>As I have iptables installed I have opened port 5222 and 5223:</p> <p>-A INPUT -p tcp --dport 5222 -j ACCEPT<br /> -A INPUT -p tcp --dport 5223 -j ACCEPT </p></div> <p>Good. You probably also need to open port 5280, that you use to browse the ejabberd Web Admin. And port 5269, which is used by other Jabber servers when ejabberd connects to them.</p> <div class="quote-msg"> <div class="quote-author"><em>macworte</em> wrote:</div> <p>Done, 5280 and 5269 opened - still domain.com:5280/admin fails to open</p> <p>I "told" Apache to listen on 5222 ans 5223:</p> <p>Listen 80<br /> Listen 5222<br /> Listen 5223<br /> #Listen 5280</p> <p> Listen 443</p> </div> <p>Bad idea. Apache is not used by ejabberd in anyway, neither for Jabber connections in port 5222, 5223 or for ejabberd Web Admin in port 5280. You already configure ejabberd to listen on ports 5222, 5223, 5269 and 5280.</p> <div class="quote-msg"> <div class="quote-author"><em>macworte</em> wrote:</div> <p>done, 5222, 5223, 5280 uncommented</p> <p>Still, when I want to use Pidgin - no results! ( "SSL connection failed") </p></div> <p>Try to disable encryption in Pidgin. It's named SSL, TLS or old TLS.</p> <p>Check also ejabberd.log and sasl.log. Maybe they display some error message that points to the problem. </p></div> <p>I tried Pidgin with SSL TLS old TLS diabled, now I can see: "connection failed"</p> <p>I cannot find ejabberd.log and sasl.log</p> Tue, 31 Mar 2009 19:36:05 +0000 macworte comment 54137 at https://www.ejabberd.im Some ideas you can try https://www.ejabberd.im/node/3452#comment-54133 <div class="quote-msg"> <div class="quote-author"><em>macworte</em> wrote:</div> <p>I am trying to have my eJaberrd working on ubuntu 8.04, Apache 2 5.2.6, MySql </p></div> <p>For using ejabberd's Web Admin you don't need Apache.<br /> For storing user data in ejabberd you don't need MySQL.</p> <div class="quote-msg"> <div class="quote-author"><em>macworte</em> wrote:</div> <p>As I have iptables installed I have opened port 5222 and 5223:</p> <p>-A INPUT -p tcp --dport 5222 -j ACCEPT<br /> -A INPUT -p tcp --dport 5223 -j ACCEPT </p></div> <p>Good. You probably also need to open port 5280, that you use to browse the ejabberd Web Admin. And port 5269, which is used by other Jabber servers when ejabberd connects to them.</p> <div class="quote-msg"> <div class="quote-author"><em>macworte</em> wrote:</div> <p>I "told" Apache to listen on 5222 ans 5223:</p> <p>Listen 80<br /> Listen 5222<br /> Listen 5223<br /> #Listen 5280</p> <p> Listen 443</p> </div> <p>Bad idea. Apache is not used by ejabberd in anyway, neither for Jabber connections in port 5222, 5223 or for ejabberd Web Admin in port 5280. You already configure ejabberd to listen on ports 5222, 5223, 5269 and 5280.</p> <div class="quote-msg"> <div class="quote-author"><em>macworte</em> wrote:</div> <p>Still, when I want to use Pidgin - no results! ( "SSL connection failed") </p></div> <p>Try to disable encryption in Pidgin. It's named SSL, TLS or old TLS.</p> <p>Check also ejabberd.log and sasl.log. Maybe they display some error message that points to the problem.</p> Tue, 31 Mar 2009 18:13:40 +0000 mfoss comment 54133 at https://www.ejabberd.im PS https://www.ejabberd.im/node/3452#comment-54122 <p>I cannot also navigate to (open) <noindex><a href="http://mydomain.com:5280/admin/" title="http://mydomain.com:5280/admin/" rel="nofollow" >http://mydomain.com:5280/admin/</a></noindex></p> <p>Whaqt I do wrong?</p> Mon, 30 Mar 2009 18:52:19 +0000 macworte comment 54122 at https://www.ejabberd.im