Re: Problems with protocol V3 after migration to latest driver

From: "Alexey Yudichev" <Alexey(at)francoudi(dot)com>
To: "Kris Jurka" <books(at)ejurka(dot)com>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Problems with protocol V3 after migration to latest driver
Date: 2004-10-26 07:04:37
Message-ID: 8BCBF9DB739F034B87FE7C7D30EAE55C026AC20A@hqex2k.francoudi.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

No, it is still there with pgdev.307ay2.jdbc3.jar:

java.sql.SQLException: ERROR: large object 36405664 does not exist
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1240)
at org.postgresql.core.v3.QueryExecutorImpl.receiveFastpathResult(QueryExecutorImpl.java:462)
at org.postgresql.core.v3.QueryExecutorImpl.fastpathCall(QueryExecutorImpl.java:398)
at org.postgresql.fastpath.Fastpath.fastpath(Fastpath.java:69)
at org.postgresql.fastpath.Fastpath.fastpath(Fastpath.java:108)
at org.postgresql.fastpath.Fastpath.getInteger(Fastpath.java:120)
at org.postgresql.largeobject.LargeObject.<init>(LargeObject.java:89)
at org.postgresql.largeobject.LargeObjectManager.open(LargeObjectManager.java:167)
at org.postgresql.largeobject.LargeObjectManager.open(LargeObjectManager.java:152)
at org.postgresql.jdbc2.AbstractJdbc2Statement.setBytes(AbstractJdbc2Statement.java:1017)

-----Original Message-----
From: Kris Jurka [mailto:books(at)ejurka(dot)com]
Sent: Tuesday, October 26, 2004 12:01 AM
To: Alexey Yudichev
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [JDBC] Problems with protocol V3 after migration to latest driver

On Mon, 25 Oct 2004, Kris Jurka wrote:

> [ Fastpath code isn't aware of transaction state.]

I've fixed the problem I was seeing. Could you try the updated jar files
available from http://www.ejurka.com/pgsql/jars/alexey/ and see if the
slightly different problem you reported has gone away.

Kris Jurka

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2004-10-26 07:40:34 Re: Problems with protocol V3 after migration to latest driver
Previous Message Oliver Jowett 2004-10-25 22:50:55 Re: Problems with protocol V3 after migration to latest driver