Re: PSQLException: FATAL: password authentication failed for user "XXX"

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PSQLException: FATAL: password authentication failed for user "XXX"
Дата
Msg-id 13628.1366994290@sss.pgh.pa.us
обсуждение исходный текст
Ответ на PSQLException: FATAL: password authentication failed for user "XXX"  (pawel_kukawski <kukismen@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: PSQLException: FATAL: password authentication failed for user "XXX"
Следующее
От: pawel_kukawski
Дата:
Сообщение: Re: PSQLException: FATAL: password authentication failed for user "XXX"