Re: calling java stored functions through jdbc gives errors.

From: Markus Schaber <schabi(at)logix-tt(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 09:57:28
Message-ID: 4549C108.90600@logix-tt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi, Alex,

Alex Stienstra wrote:
> The following simple query I send to the server using JDBC:
>
> "SELECT uw_ping()"
>
> When the stored function uw_ping() is written in 'plpgsql' everything
> works fine. But when the uw_ping() is written in java and linked in
> using PL/java it gives the following error message:
>
> org.postgresql.util.PSQLException: An I/O error occured while sending to
> the backend.
>
> Executing the same query using pgadmin III gives no problems. Anyone any
> idea what the problem is?

It might be a V2/V3 protocol difference.

Do you get the error message immediately, or after a short timeout?

Can you look into the server logs to see what's noted there?

Thanks,
markus

--
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf. | Software Development GIS

Fight against software patents in Europe! www.ffii.org
www.nosoftwarepatents.org

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2006-11-02 10:44:12 Re: calling java stored functions through jdbc gives errors.
Previous Message Michael Paesold 2006-11-02 08:13:28 Re: [pgsql-jdbc] dollar-quoted CREATE FUNCTION statement fails