Subject Re: [Firebird-Java] Jaybird 2.1.4
Author Roman Rokytskyy
Hi,

> Now, I have tried the same application with Firebird 2.1 on Linux
> (OpenSuSE 10.3). I made sure that I use Jabird 2.1.4. On Linux, I get
> again the error message "FBEventManager Unable to complete network
> request" when I'm trying to register events.
>
> Any ideas why it works on Windows but on Linux?

Looks like naming or routing issue. The "Unable to complete network
request" means that driver was not able to open a socket connection to
the specified host (even if it is localhost)...

Roman