Subject Re: [Firebird-Java] Can't connect to DB oln localhost - Linux issue?
Author Roman Rokytskyy
> As soon as I try to open the connection I get the following exception:

> Exception in thread "main" org.firebirdsql.jdbc.FBSQLException:
> Resource Exception. Unable to complete network request to host
> "localhost".

Try to connect using IP address 127.0.0.1. If that does not work, check the
security policy in your JVM whether you're allowed to connect anywehere at
all.

Roman