Subject | Re: [Firebird-Java] Re: GDSError |
---|---|
Author | Blas Rodriguez Somoza |
Post date | 2002-06-20T12:33:16Z |
Hello
Please, include FB version and platform and Driver version, it will be easier to identify the bug if it exists.
The message you mention comes from FB through the status vector. The message is FB isc_port_len (335544358). You can see in the
Language Reference pdf.
Why the message appears is another question.
Apparently the message can be produced by
- jrd/jrd.c -- GDS_TRANSACT_REQUEST
- jrd/exe.c -- EXE_receive
- jrd/exe.c -- EXE_send
Are you using autocommit or explicit transaction control?.
If you are using Autocommit change to explicit transaction management. This way the problem can be identified as transaction
related or not.
Regards
Blas Rodriguez Somoza.
Please, include FB version and platform and Driver version, it will be easier to identify the bug if it exists.
The message you mention comes from FB through the status vector. The message is FB isc_port_len (335544358). You can see in the
Language Reference pdf.
Why the message appears is another question.
Apparently the message can be produced by
- jrd/jrd.c -- GDS_TRANSACT_REQUEST
- jrd/exe.c -- EXE_receive
- jrd/exe.c -- EXE_send
Are you using autocommit or explicit transaction control?.
If you are using Autocommit change to explicit transaction management. This way the problem can be identified as transaction
related or not.
Regards
Blas Rodriguez Somoza.
----- Original Message -----
From: "rrokytskyy" <rrokytskyy@...>
To: <Firebird-Java@yahoogroups.com>
Sent: Thursday, June 20, 2002 10:57 AM
Subject: [Firebird-Java] Re: GDSError
> > After successfully executing a statement with the Firebirdsql
> > driver, we always get an exception:
> > ...
> > GDSException: org.firebirdsql.gds.GDSException: message length
> > error (encountered 64, expected )
> > ...
> >
> > What does this mean, and where can I get a list of possible error
> > codes?
>
> GDSException is an exception thrown by database server. There are two
> possible reasons: bug in driver and/or InterBase problem. I suspect
> latter :)
>
> Check your interbase.log, you might have same message there.
>
> Also, is this exception reproducable? Can you try it on another
> InterBase installation?
>
> Best regards,
> Roman Rokytskyy
>
>
>
> To unsubscribe from this group, send an email to:
> Firebird-Java-unsubscribe@yahoogroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>