From: | Jan Ischebeck <jan(at)ischebeck-consulting(dot)de> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Cc: | pljava-dev(at)pgfoundry(dot)org |
Subject: | Pl/Java broken since Postgresql 8.3-rc1 |
Date: | 2008-01-10 22:40:51 |
Message-ID: | d73417f56193529841de76dc1d9c2e7b@ischebeck-consulting.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pljava-dev |
Hi,
I'm following the 8.3 beta releases for some time now, mostly using the
Win32 with Installer package.
8.3beta3 and 4 have worked perfectly with the provided pljava ddl, just
with 8.3-rc1 it doesn't work anymore.
i.e.
1. automatic installation of Pl/Java via Installer fails.
2. manual Installation via
CREATE FUNCTION java_call_handler() RETURNS language_handler
AS 'pljava', 'java_call_handler'
LANGUAGE c;
raises the following error:
ERROR: could not load library
"C:/Programme/PostgreSQL/8.3-rc1/lib/pljava.dll": unknown error 127
Tested on two different WinXP machines with JDK 1.6.
Regards,
Jan Ischebeck
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2008-01-11 00:00:29 | Re: 8.2.4 serious slowdown |
Previous Message | Simon Riggs | 2008-01-10 21:34:00 | Re: Dynamic Partitioning using Segment Visibility Maps |
From | Date | Subject | |
---|---|---|---|
Next Message | Kris Jurka | 2008-01-11 01:18:10 | Re: Pl/Java broken since Postgresql 8.3-rc1 |
Previous Message | Marion Davenport | 2008-01-07 01:44:22 | [Pljava-dev] server closed the connection unexpectedly errors |