Hello folks.
I got here Erlang R10B-3 and Ejabberd 0.7.5
I use an external script to log in, This script connects to a LDAP server to authorize the users.
The problem is: after a period of time the server just goes down, without any error message. It acts like it was in loop, but not responding.
Does anyone have any idea?
Similar problem
I have Erlang R10B and Ejabberd 0.7.5.
My script checks user in DB.
Server closed stdin stream. Script read 0 byte from input stream and close.
Time of work depends on amount users login.
It is fine here now
Hey, I have done a change here.
I had wrongly set up ERL_MAX_PORTS=1024 when the documentation for this is ERL_MAX_PORTS=32000.
Since I have changed that, the server did NOT go down anymore.