View Single Post

   
  #2 (permalink)  
Old 04-16-2008, 12:39 AM
Oliver Jowett
 
Posts: n/a
Default Re: Intermittent I/O error?

Vsevolod (Simon) Ilyushchenko wrote:

> Class: com.romeblack.release.core.EntityHomeException: An I/O error
> occured while sending to the backend.
> Exception: java.net.SocketException: Socket closed


This means you're trying to use a Connection that has had close() called
on it, or that has encountered a fatal I/O error previously (this would
have been reported via throwing an appropriate SQLException) that you
ignored.

> I'm using Tomcat 5.5.9 and JDBC 2 driver 8.0-312 connecting to an 8.0.3
> database on Fedora 4.


I guess you are using connection pooling then; I'd suspect some problem
there.

-O

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Reply With Quote