java.net.SocketException: Broken pipe
807588Apr 3 2009 — edited Apr 3 2009Hi All,
I am running an applications that needs to run forever and connect to MySql frequently depending on the requests. This is a RMI Server Applications and is accessed by RMI clients remotely.
RMI Server Application and MySql Server are on the same machine.
Everything is working fine, however, i get the following exception every morning.
The applications seems to be sitting idle in night and giving the following exceptions each morning.
** BEGIN NESTED EXCEPTION **
java.net.SocketException
MESSAGE: Broken pipe
STACKTRACE:
java.net.SocketException: Broken pipe
Thanks in advance.