Re: [GENERAL] org.postgresql.util.PSQLException: FATAL: terminatingconnection due to administrator command

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: [GENERAL] org.postgresql.util.PSQLException: FATAL: terminatingconnection due to administrator command
Дата
Msg-id A737B7A37273E048B164557ADEF4A58B60D77454@ntex2010i.host.magwien.gv.at
обсуждение исходный текст
Ответ на [GENERAL] org.postgresql.util.PSQLException: FATAL: terminating connection dueto administrator command  (Emi <emilu@encs.concordia.ca>)
Список pgsql-general
Emi wrote:
> Running psql table updates() by using
> org.springframework.scheduling.quartz.JobDetailFactoryBean cronjob from
> web application. Got the following exception:
> 
> org.postgresql.util.PSQLException: FATAL: terminating connection due to
> administrator command
> 
> 
> Re-run the same cronjob several times, and cannot re-generate the error.
> 
> May I know what might cause the above error message please? And which
> log file(online doc) could help provide more detail information about
> this please?

You could look into the PostgreSQL server log.

An administrator killed your session, or statement_timeout was exceeded.

Yours,
Laurenz Albe

В списке pgsql-general по дате отправления:

Предыдущее
От: Emi
Дата:
Сообщение: [GENERAL] org.postgresql.util.PSQLException: FATAL: terminating connection dueto administrator command
Следующее
От: Melvin Davidson
Дата:
Сообщение: Re: [GENERAL] org.postgresql.util.PSQLException: FATAL: terminatingconnection due to administrator command