agora inbox for pljava-dev@postgresql.org
help / color / mirror / Atom feed[Pljava-dev] PL/Java on Windows: could not access file "libpljava"
3+ messages / 0 participants
[nested] [flat]
* [Pljava-dev] PL/Java on Windows: could not access file "libpljava"
@ 2005-05-07 14:19
0 siblings, 1 reply; 3+ messages in thread
From: @ 2005-05-07 14:19 UTC (permalink / raw)
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.Deployer.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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pgfoundry.org/pipermail/pljava-dev/attachments/20050507/69bf2f36/attachment.html;
^ permalink raw reply [nested|flat] 3+ messages in thread
* [Pljava-dev] Re: PL/Java on Windows: could not access file "libpljava"
@ 2005-05-07 14:53
parent:
0 siblings, 0 replies; 3+ messages in thread
From: @ 2005-05-07 14:53 UTC (permalink / raw)
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
^ permalink raw reply [nested|flat] 3+ messages in thread
* [Pljava-dev] Re: PL/Java on Windows: could not access file "libpljava"
@ 2005-05-08 12:28
0 siblings, 0 replies; 3+ messages in thread
From: @ 2005-05-08 12:28 UTC (permalink / raw)
Thanks.
The instructions at
http://gborg.postgresql.org/project/pljava/genpage.php?readme
helped. I should have read that first!
--- Thomas Hallgren <thhal at mailblocks.com> wrote:
> Mugoma Okomba wrote:
>
> >Are you refering to the archives at
> >http://gborg.postgresql.org/pipermail/pljava-dev/?
> >
> >
> Indeed. I think the following articles might be of
> special interest to you:
>
>
http://gborg.postgresql.org/pipermail/pljava-dev/2005/000281.html
>
http://gborg.postgresql.org/pipermail/pljava-dev/2005/000227.html
>
http://gborg.postgresql.org/pipermail/pljava-dev/2005/000253.html
>
http://gborg.postgresql.org/pipermail/pljava-dev/2005/000146.html
>
http://gborg.postgresql.org/pipermail/pljava-dev/2004/000025.html
>
http://gborg.postgresql.org/pipermail/pljava-dev/2004/000021.html
>
> Let me know if you need further help on this
> subject.
>
> Regards,
> Thomas Hallgren
>
>
>
Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html
^ permalink raw reply [nested|flat] 3+ messages in thread
end of thread, other threads:[~2005-05-08 12:28 UTC | newest]
Thread overview: 3+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2005-05-07 14:19 [Pljava-dev] PL/Java on Windows: could not access file "libpljava"
2005-05-07 14:53 `
2005-05-08 12:28 [Pljava-dev] Re: PL/Java on Windows: could not access file "libpljava"
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox