Subject Can't connect to Firebird database with Websphere Express 5
Author dclunes2
I'm trying to create a Database Connection to a Firebird database in
Websphere Studio Site Developer. I receive the following message:

"IWAS0126E Problems encountered while trying to establish connection
Con3. Reason: 'Resource Exception. Unable to complete network request
to host "localhost". Reason: Unable to complete network request to
host "localhost".'

Any help in determining why this is occurring will be appreciated.

Environment particulars:
------------------------
Websphere Application Server Express: v5.0.1
Firebird Server: v1.0.3
Firebird JDBC Driver: v1.5
JRE: v1.4.2
OS: Windows XP

Database connection settings:
-----------------------------
Database Vendor Type = SQL-99
JDBC driver = Other Driver
jdbc driver class: org.firebirdsql.jdbc.FBDriver
Class Location: c:\Program Files\Firebird\JDBC Driver 1.5\Firebirdsql-
full.jar
Connection URL: jdbc:firebirdsql://localhost:3060/c:/<my local
path>/testdb.fdb

DC