Subject | Re: [Firebird-Java] Linux Client Unable to complete network request problem |
---|---|
Author | Roman Rokytskyy |
Post date | 2006-03-08T10:08:01Z |
> I wonder if this is a problem in the Linux environment settings.Can you check the security policy of your JVM? It might block outgoing
> Does anyone have an idea?
connections for some reason.
The most easy way to do this is to write small program that opens a socket
connection to some specified port. Then you execute that class using the
same JVM.
Roman