jdbc and nfs

From: "Christian Bourque" <christian(dot)bourque(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: jdbc and nfs
Date: 2008-02-16 18:07:49
Message-ID: a6ee49d30802161007m789ce06fm274848c5d9b54e9@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tom Lane 2008-02-16 18:19:24 Re: jdbc and nfs
Previous Message Kris Jurka 2008-02-16 17:46:25 Re: extra rowcopy in ResultSet allways needed ?.