RE: fastpath error? - Mailing list pgsql-jdbc

From chris markiewicz
Subject RE: fastpath error?
Date
Msg-id 014001c0c355$7d9b2550$dbb846c6@cmarkiewicz
Whole thread Raw
Responses RE: RE: fastpath error?  ("chris markiewicz" <cmarkiew@commnav.com>)
List pgsql-jdbc
Regarding the fastpath error (ERROR:  lo_close: invalid large obj descriptor
(0)...i also get this with lo_tell, etc)...

is there any possible cause that is not related to autoCommit?  our app does
a lot of transactional stuff so autocommit is set to false for all
connections (i added some logging that shows me the autocommit attribute and
it's false even when this error occurs)...i still see this problem
occasionally/randomly.

i appreciate your help.
chris

-----Original Message-----
From: pgsql-general-owner@postgresql.org
[mailto:pgsql-general-owner@postgresql.org]On Behalf Of Peter Mount
Sent: Thursday, March 29, 2001 4:13 AM
To: cmarkiew@commnav.com; pgsql-general@postgresql.org
Subject: Re: fastpath error?


At 07:56 28/03/01 -0500, chris markiewicz wrote:
>Hello.
>
>I am occasionally (seemingly randomly) seeing the following error when I
try
>to load a large object.
>
>FastPath call returned ERROR:  lo_close: invalid large obj descriptor (0)

You must setAutoCommit(false) before using any large object.

Can someone give me some insight on this?  Can I call lo_close explicitly if
>i get this error?  Can I ignore it or will that leave me with open
>resources?

There are no open resources at the time of the error. Because lo's need to
be within a transaction when the transaction closes, so do the lo's.

Peter


---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster


pgsql-jdbc by date:

Previous
From: Joseph Shraibman
Date:
Subject: Re: null to zero?
Next
From: "Andrew B. Luck"
Date:
Subject: jdbc works with java programs. not with tomcat.