On 24-08-2022 09:15,
amolna...@gmail.com wrote:
> JayBird 4.0.6.java8
>
> I've got a bugreport with this. What can be the problem? (Not a
> reproducible error, this is the first time)
The first error (java.lang.ArrayIndexOutOfBoundsException: 0) indicates
that an info response buffer was unexpectedly empty. As far as I know,
this shouldn't normally happen; it should at minimum contain an
isc_info_end (= 1). A reproducible case for this would be welcome.
Regarding the second error: java.lang.NoClassDefFoundError: Could not
initialize class org.firebirdsql.gds.GDSExceptionHelper
That would indicate that the class could not be loaded or initialized,
which sounds weird. Are there any earlier errors (e.g.
ClassNotFoundException or ExceptionInInitializerError) referencing this
class? Or error logs with the text "Exception in init of
GDSExceptionHelper, unable to load error information".
I wonder if maybe an earlier occurrence of the NoClassDefFoundError
could trigger the first error, e.g. by not properly reading the status
vector or something.
Mark
--
Mark Rotteveel