Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java.net.SocketException: Broken pipe

807588Apr 3 2009 — edited Apr 3 2009
Hi 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 1 2009
Added on Apr 3 2009
4 comments
1,212 views