From: thhal at mailblocks.com (Thomas Hallgren) Date: Sat, 07 May 2005 16:53:28 +0200 Subject: [Pljava-dev] Re: PL/Java on Windows: could not access file "libpljava" In-Reply-To: <20050507141903.85485.qmail@web60623.mail.yahoo.com> References: <20050507141903.85485.qmail@web60623.mail.yahoo.com> Message-ID: <427CD668.7050807@mailblocks.com> Mugoma, Please consult the mailing-list archive. You will find several threads covering the problem of "could not load library" which I'm sure is the error that is listed in the postgresql backend log. Regards, Thomas Hallgren > Sorry if this is the wrong list. I didn't see any other list I could > seek help. > > My environment is Windows XP wiht JDK 1.4.2 and PostgreSQL 8.0.1. > C:\apps\javaUtils\pljava is on the PATH. > > I am running this command: > C:\apps\javaUtils\pljava>java -cp > .;C:\apps\javaUtils\pljava\deploy.jar;C:\apps\javaUtils\pljava\pljava.jar;C:\PostgreSQL\jdbc\postgresql-8.0.309.jdbc3.jar > org.postgresql.pljava.deploy.Deployer -install -user postgres -database > dbname > > and keep getting this error: > > java.sql.SQLException: ERROR: could not access file "libpljava": No such > file or directory > > at > org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1365) > at > org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1160) > at > org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:172) > at > org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:387) > at > org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:312) > at > org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:304) > at org.postgresql.pljava.deploy.Deplo > yer.initJavaHandlers(Deployer.java:419) > at org.postgresql.pljava.deploy.Deployer.main(Deployer.java:275) > > > Please help. > > > > ------------------------------------------------------------------------ > Yahoo! Mail Mobile > Take Yahoo! Mail with you! > > Check email on your mobile phone. > > > ------------------------------------------------------------------------ > > _______________________________________________ > Pljava-dev mailing list > Pljava-dev at gborg.postgresql.org > http://gborg.postgresql.org/mailman/listinfo/pljava-dev