Hi. I'm having a problem with a client that we've created for our ejabberd server. Looking at the logs I'm seeing lots and lots of
=INFO REPORT==== 2007-03-19 15:21:51 ===
I(<0.2833.0>:ejabberd_c2s:1153) : ({socket_state,gen_tcp,#Port<0.2914>,<0.2832.0>}) Replaced session for 95220@jabber.blah.com/ejg6S3jNXpDX
This continues until the server runs out of file descriptors and stops accepting connections. Now, I have not been able to reproduce this on any of my machines. I assume it's because the app is trying to reconnect because it doesn't think it's connected. However, the server is getting these connection attempts and accepting them. This isn't happening for every client out there, but it's enough of them that it's taking down the server.
Has anyone seen anything like this?