Subject | Re: [Firebird-Java] severe problems |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-11-12T13:34Z |
Carsten,
anything here.
to ping connection each time it is returned from the pool. After the I/O
error first ping should eliminate connection from the pool. If this does not
happen, please report a bug.
Roman
> At the second costumer site i've installed Firebird 1.5.2RC1 andThis is an error from the server (check the server logs). We cannot do
> Jaybird 1.5.4. But now the error happens every day.
> It's not reproducable, because everytime it happens in another
> db-operation, but after that the connection is not usable anymore
> and the connection pool returns this invalid connection everytime.
> org.firebirdsql.jdbc.FBSQLException: GDS Exception. 335544344. I/O error
> for file ReadFile "E:\IB_DATENBANK\DBAMS_THT_L.GDB" Error while trying to
> read from file null
anything here.
> org.firebirdsql.jdbc.FBSQLException: GDS Exception. 335544327. invalidTry setting pingInterval=10 (or any other small value). This will cause pool
> request handle
to ping connection each time it is returned from the pool. After the I/O
error first ping should eliminate connection from the pool. If this does not
happen, please report a bug.
Roman