Subject | Re: Odd connection problem. Please help me |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-08-18T14:53Z |
> org.firebirdsql.jdbc.FBSQLException: Resource Exception. Unable toMost likely your database server 10.10.10.18 is not visible for your
> complete network request to host "10.10.10.18".
> Reason: Unable to complete network request to host "10.10.10.18".
second tomcat. Can it be that they are in different subnets?
Try to ping your database server. Also try "telnet 10.10.10.18 3050".
If latter does not succeed, you have network problem.
Roman