jdbc and nfs - Mailing list pgsql-jdbc

From Christian Bourque
Subject jdbc and nfs
Date
Msg-id a6ee49d30802161007m789ce06fm274848c5d9b54e9@mail.gmail.com
Whole thread Raw
Responses Re: jdbc and nfs  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-jdbc
Hi!

I'm having a problem connecting with jdbc to a pg server using a user
account with an nfs mounted home directory.

Here's the scenario:

The pg server is running on server B (openSUSE) and I'm connecting to
it from server C (Solaris 10) using a user account with an nfs mounted
directory from server A (openSUSE).

If I unmount the nfs share it works! But with the share it doesn't,
the connection seems to reach the server but it gets stuck there, no
error and it doesn't timeout either...

It really looks like a problem with pg/jdbc and nfs since I did the
same test with our oracle server (running on the same machine as our
pg server) and it worked!

I've also tested the same thing using a user account that doesn't have
is home directory mounted by nfs and it worked!

Any help would be appreciated!

Thanks

Christian

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: extra rowcopy in ResultSet allways needed ?.
Next
From: Tom Lane
Date:
Subject: Re: jdbc and nfs