[Pljava-dev] pljava 1.4.0 install problem

From: zz_11 at mail(dot)bg (zz_11 at mail(dot)bg)
To:
Subject: [Pljava-dev] pljava 1.4.0 install problem
Date: 2008-03-08 11:28:20
Message-ID: 20080308132820.b615t2hy2ooggs48@mail.bg
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Hi,
i try to install pljava on my pg 8.2.6 box.

My config:
pg 8.2.6

uname -a:
Linux testbox 2.6.18-53.el5 #1 SMP Mon Nov 12 02:14:55 EST 2007 x86_64
x86_64 x86_64 GNU/Linux

It is 64-bit CentOs 5.1

java -version:
java version "1.4.2_16"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_16-b05)
Java HotSpot(TM) Client VM (build 1.4.2_16-b05, mixed mode)

I readet the install giude
and first selected to use the binary
http://pgfoundry.org/frs/download.php/1597/pljava-i686-pc-linux-gnu-pg8.2-1.4.0.tar.gz
( I think it is for 32-bit java)

After running the install.sql script, I receive:

ERROR: could not load library "/usr/share/pljava/pljava.so":
/usr/share/pljava/pljava.so: wrong ELF class: ELFCLASS32
ERROR: function sqlj.java_call_handler() does not exist
ERROR: could not load library "/usr/share/pljava/pljava.so":
/usr/share/pljava/pljava.so: wrong ELF class: ELFCLASS32
ERROR: function sqlj.javau_call_handler() does not exist

After this problems I try to compile pljava from sources. After
compiling (without errors) I try to run install.sql.
As result I received :

ERROR: could not load library "/usr/share/pljava/pljava.so":
/usr/share/pljava/pljava.so: undefined symbol: JNI_CreateJavaVM
ERROR: function sqlj.java_call_handler() does not exist
ERROR: could not load library "/usr/share/pljava/pljava.so":
/usr/share/pljava/pljava.so: undefined symbol: JNI_CreateJavaVM
ERROR: function sqlj.javau_call_handler() does not exist
NOTICE: CREATE TABLE will create implicit sequence
"jar_repository_jarid_seq1" for serial column "jar_repository.jarid"
ERROR: relation "jar_repository" already exists
NOTICE: CREATE TABLE will create implicit sequence
"jar_entry_entryid_seq1" for serial column "jar_entry.entryid"
ERROR: relation "jar_entry" already exists
ERROR: relation "classpath_entry" already exists
NOTICE: CREATE TABLE will create implicit sequence
"typemap_entry_mapid_seq1" for serial column "typemap_entry.mapid"

Pls. help me to correct this problem.

-------------------------------------

???????? ?????? ?? ?????? ????? ? ???-????????????? ??????? ?? 8-?? ????!
???? ?? 5 ?? 14 ???? - ??????????? ?? ?????? (.com) - 13,50 ??./??????!
????????????.?? - ???? ????????? ??????? ??????!

Responses

Browse pljava-dev by date

  From Date Subject
Next Message zz_11 at mail.bg 2008-03-08 12:37:19 [Pljava-dev] pljava 1.4.0 install problem
Previous Message Kris Jurka 2008-03-05 19:06:55 [Pljava-dev] One more question today: Permision failure in Backend.java