Re: Permission error

From: John R Pierce <pierce(at)hogranch(dot)com>
To: Martin Seebach <martin(at)biplane(dot)dk>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Permission error
Date: 2005-03-25 21:23:30
Message-ID: 42448152.5000408@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2005-03-28 08:54:18 Re: [Patch] JDBC3 Blob support
Previous Message Martin Seebach 2005-03-25 21:05:06 Permission error