[Pljava-dev] Help SetUserIdAndContext

From: kpesmart at hotmail(dot)com (Parisso Escamilla)
To:
Subject: [Pljava-dev] Help SetUserIdAndContext
Date: 2008-06-12 15:57:39
Message-ID: BLU148-DS5EB110721989E7D965A9CC8AD0@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Hi to all, i?ve been trying to install PlJava but i can?t, every time i received the same error when i try to run install.sql.

My system is CentOS 5.1.
JDK 1.5.0.15
Postgres 8.1.11-1
Pl/Java 1.4 this version dont?have problem with assert_enabled errors, i downloaded from ejurka ftp.

All envrionment variables are correct, in PATH, etc.

LD_LIBRARY_PATH=/usr/java/jdk1.5.0_15/jre/lib/i386:/usr/java/jdk1.5.0_15/jre/lib/i386/client:/usr/java/jdk1.5.0_15/jre/lib/i386/native_threads:/usr/local/pgsql/lib
CREATE SCHEMA

GRANT

psql:install.sql:6: ERROR: could not load library "/usr/local/pgsql/lib/pljava.so": /usr/local/pgsql/lib/pljava.so: undefined symbol: SetUserIdAndContext

psql:install.sql:8: ERROR: function sqlj.java_call_handler() does not exist

psql:install.sql:12: ERROR: could not load library "/usr/local/pgsql/lib/pljava.so": /usr/local/pgsql/lib/pljava.so: undefined symbol: SetUserIdAndContext

psql:install.sql:14: ERROR: function sqlj.javau_call_handler() does not exist

psql:install.sql:23: NOTICE: CREATE TABLE will create implicit sequence "jar_repository_jarid_seq" for serial column "jar_repository.jarid"

psql:install.sql:23: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "jar_repository_pkey" for table "jar_repository"

psql:install.sql:23: NOTICE: CREATE TABLE / UNIQUE will create implicit index "jar_repository_jarname_key" for table "jar_repository"

CREATE TABLE

GRANT

psql:install.sql:32: NOTICE: CREATE TABLE will create implicit sequence "jar_entry_entryid_seq" for serial column "jar_entry.entryid"

psql:install.sql:32: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "jaar_entry_jarid_key" for table "jar_entry"

CREATE TABLE

GRANT

ALTER TABLE

psql:install.sql:43: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "classpath_entry_pkey" for table "classpath_entry"

CREATE TABLE

GRANT

psql:install.sql:50: NOTICE: CREATE TABLE will create implicit sequence "typemap_entry_mapid_seq" for serial column "typemap_entry.mapid"

psql:install.sql:50: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "typemap_entry_pkey" for table "typemap_entry"

CREATE TABLE

GRANT

psql:install.sql:55: ERROR: language "java" does not exist

psql:install.sql:59: ERROR: language "java" does not exist

psql:install.sql:63: ERROR: language "java" does not exist

psql:install.sql:67: ERROR: language "java" does not exist

psql:install.sql:71: ERROR: language "java" does not exist

psql:install.sql:75: ERROR: language "java" does not exist

psql:install.sql:79: ERROR: language "java" does not exist

psql:install.sql:83: ERROR: language "java" does not exist

psql:install.sql:87: ERROR: language "java" does not exist

I don?t know what i did wrong, every is checked and i think is correct. Help me!!!

Thank you!!!!

Parisso Escamilla
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pgfoundry.org/pipermail/pljava-dev/attachments/20080612/281a6ba0/attachment.html>

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Kris Jurka 2008-06-12 16:06:00 [Pljava-dev] Help SetUserIdAndContext
Previous Message Terence Ng 2008-06-12 15:47:59 [Pljava-dev] How to compile pljava in Solaris 10 5/08?