Subject error when connect to fb using squirrel (java based SQL client)
Author Jitu
Hi i am trying to connect to the fb example database which i can using
isql however with squirrel i get lots of errors:

org.firebirdsql.jdbc.FBSQLException: Resource Exception. Unable to
complete network request to host "localhost".
Reason: Unable to complete network request to host "localhost".

ping localhost works

URL i have tried : jdbc:firebirdsql:localhost:/data/db/employee.fdb
jdbc:firebirdsql://localhost/data/db/employee.fdb
jdbc:firebirdsql://localhost:3050/data/db/employee.fdb

4 S root 2496 1 0 76 0 - 851 semtim 10:51 ?
00:00:00 /opt/firebird/bin/fb_lock_mgr
4 S firebird 13311 4616 0 76 0 - 1210 - 15:04 pts/5
00:00:00 ./fb_inet_server
0 S root 13314 2429 0 75 0 - 941 pipe_w 15:04 pts/3
00:00:00 grep fb

Note that netstat doesnt return any info :

[root@linuxdb bin]# netstat |grep fb
[root@linuxdb bin]#

Thank you in advance.
Any ideas ?