[Pljava-dev] Re: PL/Java on Windows: could not access file "libpljava"

From: thhal at mailblocks(dot)com (Thomas Hallgren)
To:
Subject: [Pljava-dev] Re: PL/Java on Windows: could not access file "libpljava"
Date: 2005-05-07 14:53:28
Message-ID: 427CD668.7050807@mailblocks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

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!
> <http://us.rd.yahoo.com/mail_us/taglines/mobile/*http://mobile.yahoo.com/learn/mail>
> Check email on your mobile phone.
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Pljava-dev mailing list
> Pljava-dev at gborg.postgresql.org
> http://gborg.postgresql.org/mailman/listinfo/pljava-dev

In response to

Browse pljava-dev by date

  From Date Subject
Next Message Eric 2005-05-08 01:48:13 [Pljava-dev] PLJava Installation problem:java.sql.SQLException: ERROR: invalid macro name in dynamic library path: $libdi
Previous Message Thomas Hallgren 2005-05-07 14:48:13 [Pljava-dev] pljava and postgresql array