Re: [GENERAL] org.postgresql.util.PSQLException: FATAL: terminatingconnection due to administrator command - Mailing list pgsql-general

From Albe Laurenz
Subject Re: [GENERAL] org.postgresql.util.PSQLException: FATAL: terminatingconnection due to administrator command
Date
Msg-id A737B7A37273E048B164557ADEF4A58B60D77454@ntex2010i.host.magwien.gv.at
Whole thread Raw
In response to [GENERAL] org.postgresql.util.PSQLException: FATAL: terminating connection dueto administrator command  (Emi <emilu@encs.concordia.ca>)
List 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 by date:

Previous
From: Emi
Date:
Subject: [GENERAL] org.postgresql.util.PSQLException: FATAL: terminating connection dueto administrator command
Next
From: Melvin Davidson
Date:
Subject: Re: [GENERAL] org.postgresql.util.PSQLException: FATAL: terminatingconnection due to administrator command