fastpath error?

From: "chris markiewicz" <cmarkiew(at)commnav(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: fastpath error?
Date: 2001-03-28 12:56:59
Message-ID: 012401c0b786$942a6180$dbb846c6@cmarkiewicz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-jdbc

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)

at org.postgresql.fastpath.Fastpath.fastpath(Fastpath.java:141)
at org.postgresql.fastpath.Fastpath.fastpath(Fastpath.java:191)
at org.postgresql.largeobject.LargeObject.close(LargeObject.java:105)
at org.postgresql.jdbc2.ResultSet.getBytes(ResultSet.java:371)
at org.postgresql.jdbc2.ResultSet.getBytes(ResultSet.java:580)
at
com.commnav.sbh.framework.persist.JDBCEngine2.loadResultSet(JDBCEngine2.java
:259)
at com.commnav.sbh.framework.persist.JDBCEngine2.load(JDBCEngine2.java:156)
at
com.commnav.sbh.framework.persist.PersistenceObject.load(PersistenceObject.j
ava:147)

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?

thanks
chris

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-03-28 15:22:56 Re: pg_dump potential bug
Previous Message Adam Huuva 2001-03-28 10:56:30 Migrating from a DB2/400 to Postgres.

Browse pgsql-jdbc by date

  From Date Subject
Next Message Mihai Gheorghiu 2001-03-28 18:33:22 Combo box
Previous Message sugumar 2001-03-28 12:21:23 Jdbc driver