org.postgresql.util.PSQLException: FATAL: terminating connection due to administrator command

From: Emi <emilu(at)encs(dot)concordia(dot)ca>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: org.postgresql.util.PSQLException: FATAL: terminating connection due to administrator command
Date: 2017-08-02 13:42:43
Message-ID: 32739e5f-34a7-7d53-9f67-b1036dbaa16b@encs.concordia.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

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?

Thanks a lot.
--
psql version: PostgreSQL 8.3.18 on x86_64-unknown-linux-gnu

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Albe Laurenz 2017-08-02 14:10:28 Re: org.postgresql.util.PSQLException: FATAL: terminating connection due to administrator command
Previous Message Tatsuo Ishii 2017-08-01 23:59:49 Re: PGpool question