Hello Mina Dev,
We use Apache MINA for TCP socket connections
on our servers. After around close to 3000 TCP connections, the MINA
IoSession resolve the remote IP as NULL and client IP as 0.0.0.0:5222 and
this connections are never fully-connected connections and they get closed
and this cycle keeps repeating.
It would show up something like this - 0x0000007F: nio socket, server, null
=> 0.0.0.0/0.0.0.0:5223
Unless the machine is rebooted there is no way to recover from this
situation. Can you please let me know why does this happen and how to
recover from this
Thanks,
Gowtham