[Pljava-dev] problem installing pljava 1.4.0

From: mtquinta at db(dot)uc3m(dot)es (Teresa Quintanilla)
To:
Subject: [Pljava-dev] problem installing pljava 1.4.0
Date: 2008-04-09 20:04:27
Message-ID: 20080409220427.lgzow4m3nk0008o8@webcartero01.uc3m.es
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Hi All,

I try to install pljava. I am using:
binari pljava-i686-pc-linux-gnu-pg8.2-1.4.0
java1.5_015
postgresql-8.2.6

When I run the deployer with the command:

java org.postgresql.pljava.deploy.Deployer -install

following error message is displayed:

org.postgresql.util.PSQLException: ERROR: could not load library
"/usr/local/pljava/libpljava.so": /usr/local/pljava/libpljava.so:
undefined symbol: SetUserId
at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1499)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1284)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:175)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:429)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:334)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:326)
at
org.postgresql.pljava.deploy.Deployer.initJavaHandlers(Deployer.java:432)
at org.postgresql.pljava.deploy.Deployer.main(Deployer.java:275)

and the error message in the log is:

<postgresql%dspace%CREATE FUNCTION%47fb41b4.cf5%2008-04-08 11:58:12
CEST%>ERROR: could not load library "/usr/local/pljava/libpljava.so":
/usr/local/pljava/libpljava.so: undefined symbol: SetUserId
<postgresql%dspace%CREATE FUNCTION%47fb41b4.cf5%2008-04-08 11:58:12
CEST%>STATEMENT: CREATE FUNCTION sqlj.java_call_handler() RETURNS
language_handler AS 'libpljava' LANGUAGE C
<postgresql%dspace%idle%47fb41b4.cf5%2008-04-08 11:58:12 CEST%>LOG:
unexpected EOF on client connection

Any ideas, or anything I could try?

I will appreciate any help!!!

--------------------------------------------
Teresa Quintanilla
Universidad Carlos III de Madrid

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Kris Jurka 2008-04-09 20:51:48 [Pljava-dev] problem installing pljava 1.4.0
Previous Message Zsolt Figeczki 2008-04-06 09:28:02 [Pljava-dev] Classpath issue