Re: ERROR: canceling query due to user request - Mailing list pgsql-general

From Tore Halset
Subject Re: ERROR: canceling query due to user request
Date
Msg-id FBD2DEDA-022F-11D9-9D99-000A95CD827E@pvv.ntnu.no
Whole thread Raw
In response to Re: ERROR: canceling query due to user request  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [JDBC] ERROR: canceling query due to user request  (Paul Thomas <paul@tmsl.demon.co.uk>)
List pgsql-general
On Sep 8, 2004, at 16:00, Tom Lane wrote:

> This is a smoking gun: your client *is* issuing cancel requests,
> whether
> you know it or not.  (Either that or some other process has magically
> acquired the secret cancel key that was issued to your connection.)

Thanks! I think I found the problem and a solution to it. The java
framework reused Statement objects and issued a st.cancel() between
every query performed with the Statement object. I just commented out
the st.cancel() line and everything seems to work ok. I googled for
others having the same problem and found this one:

http://archives.postgresql.org/pgsql-jdbc/2003-09/msg00167.php

Perhaps it is the same problem? Is this something that can be fixed in
the jdbc driver or are PostgreSQL(+jdbc) doing the right thing here?

Regards,
  - Tore.


pgsql-general by date:

Previous
From: Greg Stark
Date:
Subject: Re: Salt in encrypted password in pg_shadow
Next
From: Jerome Lyles
Date:
Subject: Re: Postgresql and scripting [SOLVED]