Re: [GENERAL] Prolem to acess PostgeSQL from other mechine

2012-09-24 Thread Adrian Klaver
On 09/23/2012 08:50 PM, Arun R T wrote: Hi I have some problem to connect PostgeSQL server from client mechine, error and code is given below. I am using Windows 7 OS Code public static void main(String[] args) { try { System.out.println("Connecting..");

Re: [GENERAL] Prolem to acess PostgeSQL from other mechine

2012-09-24 Thread Bosco Rama
On 09/23/12 20:50, Arun R T wrote: > > I have some problem to connect PostgeSQL server from client mechine [snip] > org.postgresql.util.PSQLException: Connection refused. Check that the hostname > and port are correct and that the postmaster is accepting TCP/IP connections. Given this ^^^ follow

Re: [GENERAL] Prolem to acess PostgeSQL from other mechine

2012-09-24 Thread David Johnston
And the IP address of the machine you are trying to connect from is? From: pgsql-general-ow...@postgresql.org [mailto:pgsql-general-ow...@postgresql.org] On Behalf Of Arun R T Sent: Sunday, September 23, 2012 11:51 PM To: pgsql-general@postgresql.org Subject: [GENERAL] Prolem to acess

[GENERAL] Prolem to acess PostgeSQL from other mechine

2012-09-24 Thread Arun R T
Hi I have some problem to connect PostgeSQL server from client mechine, error and code is given below. I am using Windows 7 OS Code public static void main(String[] args) {                 try {             System.out.println("Connecting..");             Class.forName("org.