Subject | Re: [Firebird-Java] problems when using JayBird/Firebird from JBoss |
---|---|
Author | Joachim Van der Auwera |
Post date | 2005-04-11T21:58:01Z |
Roman Rokytskyy wrote:
Thread dump (from my notes) :
org.firebirdsql.sql.XdrInputStream.read() 158
org.firebirdsql.sql.XdrInputStream.readInt() 121
org.firebirdsql.jgds.GDS_Impl.nextOperation() 1793
org.firebirdsql.jgds.GDS_Impl.isc_dsql_execute2() 903
org.firebirdsql.jca.FBManagedConnection.executeStatement() 793
org.firebirdsql.jdbc.AbstractConnection.executeStatement() 946
Thanks for the help,
Joachim
>>It seems that everything hangs when, at some point, a request fromI am using jaybird 1.5.5 and firebird 1.5.2.
>>Jaybird to the firebird instance does not respons. At this moment
>>nothing happens any more. The java stuff just keeps waiting for a reply.
>>I see no messages on either java or firebird side.
>
>
> Can you tell in which method this happens? Do you have thread dump?
Thread dump (from my notes) :
org.firebirdsql.sql.XdrInputStream.read() 158
org.firebirdsql.sql.XdrInputStream.readInt() 121
org.firebirdsql.jgds.GDS_Impl.nextOperation() 1793
org.firebirdsql.jgds.GDS_Impl.isc_dsql_execute2() 903
org.firebirdsql.jca.FBManagedConnection.executeStatement() 793
org.firebirdsql.jdbc.AbstractConnection.executeStatement() 946
>>Anybody any ideas what could be the problem or how it could be fixed ?I will see if I can get this working tomorrow.
>
> If you have a reproducable test case, please send it to me, I will
> investigate it. Also you can try type 2 or embedded JDBC driver, you should
> get some exceptions in this case.
Thanks for the help,
Joachim