Till yesterday my server was working fine, after sudden 500 disconnection of clients my Netty Server shows java.io.IOException: Connection reset by peer error while client is connecting. Server is running on Ubuntu Linux 12.04.1 LTS Edition
JRE 7
and netty 3.5.11
Why i am getting this error ?
Is this occur due to any OS problem something like IP blocker?
"I have read that this exception occur while trying to write something to a closed channel. But in my case I don't know how channel is being closed. Channel is closing after a message is being sent, all other functionalities works fine till yesterday" I have set the u limit already.