Re: Pl/Java broken since Postgresql 8.3-rc1

From: kids <kdeopura(at)hotmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Pl/Java broken since Postgresql 8.3-rc1
Date: 2008-01-22 03:46:16
Message-ID: 15012040.post@talk.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pljava-dev


Does anyone has a solution for pljava.dll not loading? I see the same issue
listed
for 8.3-rc1, supposedly fixed in 8.3-rc3. But I need something that works
for
8.2

C:\Program Files\PostgreSQL\8.2\bin>"%JAVA_HOME%/bin/java" -cp
../../../../pljav
a-i686-pc-mingw32-pg8.2-1.3.1/deploy.jar;../jdbc/postgresql-8.2-505.jdbc3.jar
or
g.postgresql.pljava.deploy.Deployer -install -user postgres -password
postgres -
database utilimesh
org.postgresql.util.PSQLException: ERROR: could not load library "C:/Program
Fil
es/PostgreSQL/8.2/lib/pljava.dll": The specified module could not be found.

at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryEx
ecutorImpl.java:1548)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutor
Impl.java:1316)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.ja
va:191)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Stat
ement.java:452)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(Abstract
Jdbc2Statement.java:337)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Stat
ement.java:329)
at
org.postgresql.pljava.deploy.Deployer.initJavaHandlers(Deployer.java:
474)
at org.postgresql.pljava.deploy.Deployer.main(Deployer.java:269)

Kris Jurka wrote:
>
>
> -Kids
>
> On Mon, 14 Jan 2008, Josh Berkus wrote:
>
>> Juergen,
>>
>>> Is a pljava.dll for version 8.2.6 out?
>>> It's very important for me, need it for my office.
>>
>> Try e-mailing pgsql-jdbc mailing list and asking there.
>>
>
> The correct list is actually pljava-dev(at)pgfoundry(dot)org(dot) The JDBC driver
> and the server side language have little in common.
>
> I've put up a new pljava build against 8.2.6 for windows here:
>
> http://www.ejurka.com/pgsql/pljava/826/
>
> In this case you need the new pljava.jar as well as the .dll because
> it's had some updates since the previous release as well.
>
> Kris Jurka
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org
>
>

--
View this message in context: http://www.nabble.com/Pl-Java-broken-since-Postgresql-8.3-rc1-tp14804305p15012040.html
Sent from the PostgreSQL - hackers mailing list archive at Nabble.com.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Julio Cesar Sánchez González 2008-01-22 05:26:58 Re: SHA1 on postgres 8.3
Previous Message Alvaro Herrera 2008-01-22 03:05:08 Re: find_typedef alternative that works on mainstream systems

Browse pljava-dev by date

  From Date Subject
Next Message Stefano Bianchi 2008-01-23 12:34:18 [Pljava-dev] select CURRENT_TIMESTAMP is wrong
Previous Message Lucas Madar 2008-01-18 05:36:47 [Pljava-dev] ResultSetHandle and TupleDesc reference leak?