Subject Re: Can't open connection
Author local_user5
--- In Firebird-Java@yahoogroups.com, "Roman Rokytskyy"
<rrokytskyy@a...> wrote:
> > It seems that to resolve localhost or even 127.0.0.1 driver needs
> > a DNS server. But when computer is disconnected "ping localhost"
> > works good.
> > I tried 1.0.1 and 1.5 drivers - nothing happens.
>
> You get this message also when it cannot connect to the port
specified in
> the JDBC URL (default is 3050). Ensure that your Firebird server is
running.

Thank you for reply.

Of course the server is running.
The problem consists in the next thing: I'm trying to connect to
Firebird which is on local computer. If no Internet connection
established it doesn't work. But if I'm connecting to Internet
(without OS restarting) and trying to connect to Firebird again - it
works. If I'm disconnecting from Internet and trying Firebird again -
it not works.