Re: Permission error - Mailing list pgsql-jdbc

From John R Pierce
Subject Re: Permission error
Date
Msg-id 42448152.5000408@hogranch.com
Whole thread Raw
In response to Permission error  (Martin Seebach <martin@biplane.dk>)
List pgsql-jdbc
Martin Seebach wrote:
> Using:
> Tomcat 4
> Jakarta Struts 1.2.4
> Sun J2SDK 1.4.2_7
> PostgreSQL 7.2.1
> PostgreSQL JDBC pg72jdbc2
>
> I can't connect and get this error in catalina.out:

test to see if you can connect with "psql -h localhost -u kumdb kumdb" from a
command line.   postgres does NOT default to supporting TCP connections, you
need to modify $PGDATA/postgresql.conf and $PGDATA/pg_hba.conf to allow this.

btw, and not actually an issue here, but, thats a really old pgsql, and you
really should upgrade to 7.4.7 or 8.0.1.



pgsql-jdbc by date:

Previous
From: Martin Seebach
Date:
Subject: Permission error
Next
From: Kris Jurka
Date:
Subject: Re: [Patch] JDBC3 Blob support