Received: from localhost (unknown [200.46.204.191]) by postgresql.org (Postfix) with ESMTP id 781FF2E2FBA for ; Mon, 21 Jan 2008 23:46:35 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.191]) (amavisd-maia, port 10024) with ESMTP id 91609-08 for ; Mon, 21 Jan 2008 23:46:28 -0400 (AST) Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) by postgresql.org (Postfix) with ESMTP id B17E82E2FA3 for ; Mon, 21 Jan 2008 23:46:18 -0400 (AST) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JHA5Y-0001qd-Ah for pgsql-hackers@postgresql.org; Mon, 21 Jan 2008 19:46:16 -0800 Message-ID: <15012040.post@talk.nabble.com> Date: Mon, 21 Jan 2008 19:46:16 -0800 (PST) From: kids To: pgsql-hackers@postgresql.org Subject: Re: Pl/Java broken since Postgresql 8.3-rc1 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: kdeopura@hotmail.com References: <1JERJg-0QgqK80@fwd30.aul.t-online.de> <478B93AA.6020803@agliodbs.com> X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=1.532 tagged_above=0 required=5 tests=BAYES_00=-2.599, DNS_FROM_OPENWHOIS=1.13, FORGED_HOTMAIL_RCVD2=1.502, WHOIS_MYPRIVREG=1.499 X-Spam-Level: * X-Archive-Number: 200801/888 X-Sequence-Number: 113162 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.