Re: EOFException in Connector/j
Posted by: Mark Matthews
Date: January 05, 2005 12:40PM

Kris Younger wrote:
[snip]
> It's got to be some kind of config on my side, but
> like I say, I get *DOZENS* of these over the
> course of a few minutes, testing - sigh - the app
> works fine by the way - the DATA is coming out to
> my pages.
> Bizarre. Any Ideas??

Kris,

Does it <i>always</i> happen when the rowset is calling Connection.setTransactionIsolation() (which is what is in your stacktrace)?

If so, can you turn on the general query log on the server, or enable 'profileSQL=true' in the JDBC driver so we can see what transaction isolation level the driver is trying to send?

You can see if the server itself is crashing/restarting by looking at the .err log that it creates in the same directory as your database files.

-Mark

Mark Matthews
Consulting Member Technical Staff - MySQL Enterprise Tools
Oracle
http://www.mysql.com/products/enterprise/monitor.html

Options: ReplyQuote


Subject
Written By
Posted
January 03, 2005 01:31PM
Re: EOFException in Connector/j
January 05, 2005 12:40PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.