Re: calling java stored functions through jdbc gives errors.

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Alex Stienstra <alex(dot)stienstra(at)zonnet(dot)nl>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: calling java stored functions through jdbc gives errors.
Date: 2006-11-02 15:14:06
Message-ID: E12BB005-4B9F-4C19-BEC9-346183D725E0@fastcrypt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Alex,

Can you get the server logs ? Just the relevant ones before this error ?

Dave
On 2-Nov-06, at 9:55 AM, Alex Stienstra wrote:

> Hi Dave,
>
> Thanks for the advice.
>
> I added the protocolVersion=2 option and now it works better. That
> is to say that every other session is works oke. If not oke it
> still produces:
> "An I/O error occured while sending to the backend."
> Within one session I open a jdbc connection and issue a number of
> SELECTS with the java function call inside. Any ideas?
>
> Best regards,
>
> Alex
>
>
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2006-11-02 15:32:02 Re: [pgsql-jdbc] dollar-quoted CREATE FUNCTION statement
Previous Message Alex Stienstra 2006-11-02 14:55:43 Re: calling java stored functions through jdbc gives