agora inbox for pljava-dev@postgresql.org  
help / color / mirror / Atom feed
[Pljava-dev] Problem in deploying PL/Java
3+ messages / 0 participants
[nested] [flat]

* [Pljava-dev] Problem in deploying PL/Java
@ 2004-08-03 11:28 
  2004-08-07 16:23 ` [Pljava-dev] Re: Problem in deploying PL/Java 
  2004-08-08 15:48 ` [Pljava-dev] Re: Problem in deploying PL/Java 
  0 siblings, 2 replies; 3+ messages in thread

From:  @ 2004-08-03 11:28 UTC (permalink / raw)

Hi,

I am getting the following error message when i am trying to deploy 
pl/java

java -classpath deploy.jar:/usr/local/pgsql/share/java/pg74.214.jdbc3.jar 
org.postgresql.pljava.deploy.Deployer -install -database Orakill -user 
vbansal
org.postgresql.util.PSQLException: ERROR: could not load library 
"/usr/local/PLJava/libpljava.so": libjvm.so: cannot open shared object 
file: No such file or directory

        at 
org.postgresql.util.PSQLException.parseServerError(PSQLException.java:139)
        at 
org.postgresql.core.QueryExecutor.executeV3(QueryExecutor.java:152)
        at 
org.postgresql.core.QueryExecutor.execute(QueryExecutor.java:100)
        at 
org.postgresql.core.QueryExecutor.execute(QueryExecutor.java:43)
        at 
org.postgresql.jdbc1.AbstractJdbc1Statement.execute(AbstractJdbc1Statement.java:517)
        at 
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:50)
        at 
org.postgresql.jdbc1.AbstractJdbc1Statement.execute(AbstractJdbc1Statement.java:298)
        at org.postgresql.pljava.deploy.Deployer.initJavaHandler(Unknown 
Source)
        at org.postgresql.pljava.deploy.Deployer.main(Unknown Source)

I have already checked for libjvm.so
Can someone please tell me what is the problem.

Thanks,
Vinita Bansal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pgfoundry.org/pipermail/pljava-dev/attachments/20040803/384d2de6/attachment.html;



^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* [Pljava-dev] Re: Problem in deploying PL/Java
  2004-08-03 11:28 [Pljava-dev] Problem in deploying PL/Java 
@ 2004-08-07 16:23 ` 
  1 sibling, 0 replies; 3+ messages in thread

From:  @ 2004-08-07 16:23 UTC (permalink / raw)

Vinita,

> I am getting the following error message when i am trying to deploy pl/java
> 
> java -classpath 
> deploy.jar:/usr/local/pgsql/share/java/pg74.214.jdbc3.jar 
> org.postgresql.pljava.deploy.Deployer -install -database Orakill -user 
> vbansal
> org.postgresql.util.PSQLException: ERROR: could not load library 
> "/usr/local/PLJava/libpljava.so": libjvm.so: cannot open shared object 
> file: No such file or directory

The libjvm.so is a shared library that is a part of your java 
installation. PL/Java needs to find this through your LD_LIBRARY_PATH. 
You'll find more info under the heading "Postmaster configuration" in 
the readme file: 
http://gborg.postgresql.org/project/pljava/genpage.php?readme

Sorry for the late reply, I'm just back from vacation.

Kind regards,

Thomas Hallgren





^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* [Pljava-dev] Re: Problem in deploying PL/Java
  2004-08-03 11:28 [Pljava-dev] Problem in deploying PL/Java 
@ 2004-08-08 15:48 ` 
  1 sibling, 0 replies; 3+ messages in thread

From:  @ 2004-08-08 15:48 UTC (permalink / raw)

Vinita,

 > I am getting the following error message when i am trying to deploy 
pl/java
 >
 > java -classpath 
deploy.jar:/usr/local/pgsql/share/java/pg74.214.jdbc3.jar 
org.postgresql.pljava.deploy.Deployer -install -database Orakill -user 
vbansal
 > org.postgresql.util.PSQLException: ERROR: could not load library 
"/usr/local/PLJava/libpljava.so": libjvm.so: cannot open shared object 
file: No such file or directory


The libjvm.so is a shared library that is a part of your java 
installation. PL/Java needs to find this through your LD_LIBRARY_PATH. 
You'll find more info under the heading "Postmaster configuration" in 
the readme file: 
http://gborg.postgresql.org/project/pljava/genpage.php?readme

Sorry for the late reply, I'm just back from vacation.

Kind regards,

Thomas Hallgren





^ permalink  raw  reply  [nested|flat] 3+ messages in thread


end of thread, other threads:[~2004-08-08 15:48 UTC | newest]

Thread overview: 3+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2004-08-03 11:28 [Pljava-dev] Problem in deploying PL/Java 
2004-08-07 16:23 ` 
2004-08-08 15:48 ` 

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox