Subject Connecting to Firebird
Author Greg Runnels
I have a web app running on Glassfish V3. I occasionally get "Unable to
complete network request to host" or "connection rejected by remote interface,
error code: HY000" errors. I'm sure it is load dependent. I'm using
org.firebirdsql.pool.FBSimpleDataSource. Server is CentOS. I notice about 10
or 12 fb_inet_server instances running when I get this error. Usually there are
only 1 to 5 instances, and everything works fine. I connecting from the java
app with jaybird 2.1.6. Firebird is 2.1.3.

Thanks