Discussion:
[ADMIN] CEST ERROR: cursor "ogrpglayerreaderxxxxxxxxx" does not exist
(too old to reply)
f***@libero.it
2012-06-18 08:12:01 UTC
Permalink
Hi all,
i found a lots of ERROR into my postgresql log file as follow:

2012-06-10 23:37:17 CEST ERROR: cursor "ogrpglayerreader073a8d30" does not
exist
2012-06-10 23:37:17 CEST STATEMENT: CLOSE OGRPGLayerReader073A8D30
2012-06-10 23:37:23 CEST ERROR: cursor "ogrpglayerreader073a8e78" does not
exist
2012-06-10 23:37:23 CEST STATEMENT: CLOSE OGRPGLayerReader073A8E78
2012-06-10 23:37:55 CEST ERROR: cursor "ogrpglayerreader073a8e78" does not
exist
2012-06-10 23:37:55 CEST STATEMENT: CLOSE OGRPGLayerReader073A8E78
2012-06-10 23:38:14 CEST ERROR: cursor "ogrpglayerreader073a9a00" does not
exist
2012-06-10 23:38:14 CEST STATEMENT: CLOSE OGRPGLayerReader073A9A00
2012-06-10 23:38:34 CEST ERROR: cursor "ogrpglayerreader073a8d30" does not
exist
2012-06-10 23:38:34 CEST STATEMENT: CLOSE OGRPGLayerReader073A8D30

Do you know the cause of this error?

Thanks

Francesco
--
Sent via pgsql-admin mailing list (pgsql-***@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin
Craig Ringer
2012-06-18 08:20:37 UTC
Permalink
Post by f***@libero.it
Hi all,
2012-06-10 23:37:17 CEST ERROR: cursor "ogrpglayerreader073a8d30" does not
exist
2012-06-10 23:37:17 CEST STATEMENT: CLOSE OGRPGLayerReader073A8D30
2012-06-10 23:37:23 CEST ERROR: cursor "ogrpglayerreader073a8e78" does not
exist
You're running an application against PostgreSQL that's trying to close
a cursor that it never created, that is already closed, or that only
exists on a different connection.

It's an error in your app, not Pg. Pg is just telling you about the error.

--
Craig Ringer
--
Sent via pgsql-admin mailing list (pgsql-***@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin
f***@libero.it
2012-06-18 08:41:38 UTC
Permalink
Thanks,
i'll investigate on it.

Francesco
----Messaggio originale----
Data: 18/06/2012 10.20
Ogg: Re: [ADMIN] CEST ERROR: cursor "ogrpglayerreaderxxxxxxxxx"
does not exist
Post by f***@libero.it
Hi all,
2012-06-10 23:37:17 CEST ERROR: cursor "ogrpglayerreader073a8d30" does not
exist
2012-06-10 23:37:17 CEST STATEMENT: CLOSE OGRPGLayerReader073A8D30
2012-06-10 23:37:23 CEST ERROR: cursor "ogrpglayerreader073a8e78" does not
exist
You're running an application against PostgreSQL that's trying to close
a cursor that it never created, that is already closed, or that only
exists on a different connection.
It's an error in your app, not Pg. Pg is just telling you about the error.
--
Craig Ringer
--
Sent via pgsql-admin mailing list (pgsql-***@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin
Loading...