Обсуждение: Pl/Java broken since Postgresql 8.3-rc1

Поиск
Список
Период
Сортировка

Pl/Java broken since Postgresql 8.3-rc1

От
"juergen_reif.nbg@t-online.de"
Дата:
Hi there,
as you now is plJava broken with the actual security releases.
There is a pljava.dll at http://www.ejurka.com/pgsql/pljava/83rc1/ to
fix it for version 8.3RC1.

Is a pljava.dll for version 8.2.6 out?
It's very important for me, need it for my office.

Juergen




Re: Pl/Java broken since Postgresql 8.3-rc1

От
Josh Berkus
Дата:
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.

--Josh



Re: Pl/Java broken since Postgresql 8.3-rc1

От
Kris Jurka
Дата:

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@pgfoundry.org.  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


Re: Pl/Java broken since Postgresql 8.3-rc1

От
kids
Дата:
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@pgfoundry.org.  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.