Subject RE: Hmmmm...exception only on solaris.
Author Robert DiFalco
Woops, make that:

SO-V1.0.0.796 Firebird 1.0

I think this was the last build we could get to reliably compile on
Solaris.

-----Original Message-----
From: Robert DiFalco
Sent: Thursday, October 30, 2003 1:09 PM
To: Firebird-Java@yahoogroups.com
Subject: Hmmmm...exception only on solaris.


Running our server on Windows with FB 1.0.3, we have no problems.
However, when we run on Solaris with FB 1.0.1, I tend to get these every
once in a while:

java.sql.SQLException: ResourceException:
org.firebirdsql.jca.FBResourceException: invalid transaction handle
(expecting explicit transaction start)
Reason: invalid transaction handle (expecting explicit transaction
start)
at
org.firebirdsql.jdbc.FBConnection.ensureInTransaction(FBConnection.java:
1006)
at
org.firebirdsql.jdbc.FBPreparedStatement.<init>(FBPreparedStatement.java
:78)
at
org.firebirdsql.jdbc.FBConnection.prepareStatement(FBConnection.java:244
)

Again, the same code running under Window's never gets this.

Anyone have any ideas where I should start looking?

R.