Subject Re: [Firebird-Java] JayBird and OpenOffice.org
Author Roman Rokytskyy
> SQL Status: HY000
> Error code: 335544721
> Resource Exception. Unable to complete network request to host
> "locahost". Reason: Unable to complete network request to host "locahost".

Hmmm....

> I can connect to the database from isql using localhost:employee.fdb, so I
> don't think it's a Firebird server issue. I came across this thread, but
> still can't nail down what could be wrong on this machine.
>
> http://forum.java.sun.com/thread.jspa?threadID=554002&tstart=0
>
> Is there a simple way to test JayBird independently from OpenOffice.org?

What is employee.fdb - an alias or a file? If that's a file, why don't you
use the absolute path to it? What are the file permissions on that file?

Also you can try to use 127.0.0.1 instead of localhost.

Now another question - what exactly do you want to test with OpenOffice?
That you can connect via Jaybird? Or is your project based on OpenOffice
Base?

Did you check the files that are posted in that thread? Alternatively you
can use one of our examples, they should work as well.

Roman