Subject | Re: [Firebird-Java] Jaybird errors in my log-file |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-09-29T21:18:46Z |
Carsten,
already released.
directory is full.
a closed connection. Most likely caused by the code that re-opens a
connection if error happens between transactions.
I do not have any suggestion for you about how to fix them. I will have a
look into the NullPointerException, as this is most severe issue. Most
likely first error is related to this one.
Roman
> org.firebirdsql.jdbc.FBSQLException: GDS Exception. 335544327. invalidMust be some bug in JayBird. For some reason driver sent a handle that was
> request handle
already released.
> org.firebirdsql.jdbc.FBSQLException: GDS Exception. 335544344. I/O errorfor file %.0s"write"
> nullNo clue. Might be that there were no space left for the database or the temp
> Error while trying to write to file
> null
directory is full.
> java.lang.NullPointerExceptionA bug in a driver. For some reason JCA part tries to start a transaction on
a closed connection. Most likely caused by the code that re-opens a
connection if error happens between transactions.
I do not have any suggestion for you about how to fix them. I will have a
look into the NullPointerException, as this is most severe issue. Most
likely first error is related to this one.
Roman