RE: Fastpath error on solaris 2.8 pgsql 7.1.3

From: "chris markiewicz" <cmarkiew(at)commnav(dot)com>
To: <T(dot)R(dot)Missner(at)level3(dot)com>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: RE: Fastpath error on solaris 2.8 pgsql 7.1.3
Date: 2001-08-27 17:54:59
Message-ID: 008001c12f21$6398d070$77b846c6@cmarkiewicz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I have exactly the same problem...it happens randomly, it seems. maybe 5%
of the time. also happens on selects (lo_read though). the only advice
that i've seen on the topic is to make sure that autocommit is set to false,
which i've done, but i still see the problem.

unfortunately, my next attempt at a fix was going to be to upgrade to 7.1
(i'm currently on 7.0.3 on linux)...but i see that you already use 7.1...

sorry i can't help...

chris

-----Original Message-----
From: pgsql-jdbc-owner(at)postgresql(dot)org
[mailto:pgsql-jdbc-owner(at)postgresql(dot)org]On Behalf Of
T(dot)R(dot)Missner(at)level3(dot)com
Sent: Monday, August 27, 2001 11:51 AM
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [JDBC] Fastpath error on solaris 2.8 pgsql 7.1.3

Anyone seen this error before?

It doesn't happen every time I insert a blob so
I assume the code is correct. Only happens occasionaly.
I have no idea how to troubleshoot
this problem. Any help would be appreciated.

FastPath call returned ERROR: lo_write: invalid large obj descriptor (0)

I don't know if this is related to JDBC or not but the code I
am using to insert the blob is JDBC.

t.r. missner
level 3 communications

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Rene Pijlman 2001-08-27 18:01:18 Re: JDBC changes for 7.2 - wish list item
Previous Message David Daney 2001-08-27 17:18:42 Re: [JDBC] Re: Bug #428: Another security issue with the JDBC driver.