| From: | Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at> |
|---|---|
| To: | "'emilu(at)encs(dot)concordia(dot)ca'" <emilu(at)encs(dot)concordia(dot)ca>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: org.postgresql.util.PSQLException: FATAL: terminating connection due to administrator command |
| Date: | 2017-08-02 14:10:28 |
| Message-ID: | A737B7A37273E048B164557ADEF4A58B60D77454@ntex2010i.host.magwien.gv.at |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Melvin Davidson | 2017-08-02 14:13:32 | Re: org.postgresql.util.PSQLException: FATAL: terminating connection due to administrator command |
| Previous Message | Emi | 2017-08-02 13:42:43 | org.postgresql.util.PSQLException: FATAL: terminating connection due to administrator command |