On 1/3/06, Dennis Bekkering <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I suddenly out of the blue get the following trace. It happens sometimes not
> all the time. Does anybody knows what this means. And what can be done about
> it?
>
> rethrown as org.apache.ojb.broker.PersistenceBrokerSQLException:
> Communications link failure due to underlying exception: ** BEGIN NESTED
> EXCEPTION ** java.net.SocketException MESSAGE: Broken pipe STACKTRACE:
> java.net.SocketException: Broken pipe at
> java.net.SocketOutputStream.socketWrite0(Native Method) at
> java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92) at
> java.net.SocketOutputStream.write(SocketOutputStream.java:136) at
> java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65) at
> java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123) at
> com.mysql.jdbc.MysqlIO.send(MysqlIO.java:2618) at

This is a common MySql error that has to do with TCP/IP timeouts. See e.g. here

http://forums.mysql.com/read.php?39,42763,42767#msg-42767

What does your jdbc connection descriptor look like ?

Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to