Re: FastPath protocol error

From: "Chris White (cjwhite)" <cjwhite(at)cisco(dot)com>
To: "'Barry Lind'" <blind(at)xythos(dot)com>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: FastPath protocol error
Date: 2003-05-30 19:50:01
Message-ID: 000701c326e4$a8a23eb0$55936b80@amer.cisco.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Barry,

The entire text of the message was FastPath protocol error: \377. It was
also followed by the app getting a java.lang.outOfMemory exception, I
think the 2 may be related. This happens after running a load test for
about 30 minutes of 8 users simultaneously reading large objects. I will
see if I can write a test environment to see if can easily be
reproduced.

Looking at fastpath.java fastpathV3 method, if it receives an unexpected
starting character it throws a Fastpath protocol error with the received
character.

We are running 7.2.1 of the backend and jdbc driver.

Chris

-----Original Message-----
From: pgsql-jdbc-owner(at)postgresql(dot)org
[mailto:pgsql-jdbc-owner(at)postgresql(dot)org] On Behalf Of Barry Lind
Sent: Friday, May 30, 2003 12:13 PM
To: cjwhite(at)cisco(dot)com
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [JDBC] FastPath protocol error

Chris,

Can you send the entire text of the error? Also, do you have a test
case you could send that reproduces the error? Finally, what version of

the driver and server are you using?

thanks,
--Barry

Chris White (cjwhite) wrote:
> I am doing a LargeObject read and I get a FastPath protocol error
> \377.
> Where can I find the meaning of this error message?

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

http://www.postgresql.org/docs/faqs/FAQ.html

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Vernon 2003-05-31 16:57:04 Is CLOB support?
Previous Message Barry Lind 2003-05-30 19:12:59 Re: FastPath protocol error