Subject Re: Events API -- NoSuchMethodError: org.firebirdsql.gds.GDS.createIscDbHandle
Author Bernard Devlin
Hi Roman,

You were right. There was an earlier version of the Jaybird driver.
However, I had thought that by specifying the classpath when invoking
the JVM that it would only use that classpath.

I'm now getting another error, which is that the
AsynchronousEventNotifier code cannot connect to the db on 1.0.0.127.
That's kinda weird, because at the same time isql is connected to the
db via localhost. However, if I try to connect via isql to that db
using 1.0.0.127, isql fails to conenct with "no route to host". I
guess that the FBEvent sample code is connecting via ip address and
not hostname. I will try it on another OS - maybe this connection
issue is OS X specific.

Thanks for your help.

Bernard

--- In Firebird-Java@yahoogroups.com, Roman Rokytskyy <rrokytskyy@...>
wrote:
> Please check if your JDK directories do not contain the older
version of
> Jaybird. The method it complains about was introduced long time ago and
> should be available.
>
> Roman
>