Re: PSQLException: FATAL: password authentication failed for user "XXX" - Mailing list pgsql-jdbc

From Tom Lane
Subject Re: PSQLException: FATAL: password authentication failed for user "XXX"
Date
Msg-id 13628.1366994290@sss.pgh.pa.us
Whole thread Raw
In response to PSQLException: FATAL: password authentication failed for user "XXX"  (pawel_kukawski <kukismen@gmail.com>)
List pgsql-jdbc
pawel_kukawski <kukismen@gmail.com> writes:
> I have experienced authentication problems after applying a security
> patch(147440-09) to Solaris 10.

> PostgreSQL 9.2.1
> JDBC: 9.2 1002

> I got the following exception during startup of my application:
> Caused by: org.postgresql.util.PSQLException: FATAL: password authentication
> failed for user "XXX"

You might try looking into the postmaster log to see what the server
logged about it --- the log entries are frequently more verbose than
what the client got told.  Also, if the problem isn't immediately
obvious from the log entry, try turning on log_connections to verify
that the JDBC app is connecting with the database+username and from
the IP address that you're expecting.

            regards, tom lane


pgsql-jdbc by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: PSQLException: FATAL: password authentication failed for user "XXX"
Next
From: pawel_kukawski
Date:
Subject: Re: PSQLException: FATAL: password authentication failed for user "XXX"