ejabberd - Comments for "one domain cannot login, but others can do. what&amp;#039;s wrong with it?" https://www.ejabberd.im/node/3347 en One script instance per vhost https://www.ejabberd.im/node/3347#comment-53910 <p>If you have several vhosts with external authentication, ejabberd starts one instance of the script for each vhost. You will see that the scripts are started by a system process called 'beam' or 'beam.smp'. Initially you should have a script instance for each vhost.</p> <p>You can also check ejabberd log files: ejabberd.log and sasl.log, maybe there is some error message.</p> Sat, 10 Jan 2009 17:39:13 +0000 mfoss comment 53910 at https://www.ejabberd.im and how to check the script https://www.ejabberd.im/node/3347#comment-53902 <p>and how to check the script crash or not?<br /> and it seems the script doesnot crash, because the other domains use the same external authentication script PE_login.py, and they work well when the domain 192.168.0.233 cannot be logined.</p> <p>How to check the running status of a domain?</p> Wed, 07 Jan 2009 02:47:55 +0000 springydd comment 53902 at https://www.ejabberd.im The problem is probably https://www.ejabberd.im/node/3347#comment-53900 <p>The problem is probably related to the external authentication: maybe the script crashes, and ejabberd doesn't restart it, so user logins will fail.</p> <p>If that's the case, I don't know how exactly to solve.</p> Tue, 06 Jan 2009 18:30:25 +0000 mfoss comment 53900 at https://www.ejabberd.im