From: | kitaeda at infoeye(dot)net (kitaeda at infoeye(dot)net) |
---|---|
To: | |
Subject: | [Pljava-dev] (no subject) |
Date: | 2006-03-24 09:10:41 |
Message-ID: | 20060324181041.wh671spr0xs0o0g0@infoeye.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pljava-dev |
Hello.
I am facing with the problem when I deploy pljava.
Please tell me how to solve the problem.
java -cp:postgresql-8.1-405-jdbc3.jar:deploy.jar
org.postgresql.pljava.deploy.Deployer -install -user sss -database template
-password sss
After I execute,the message is displayed.
Aborted
My environment
Postgresql 8.1.3
postgresql.conf
listen_address='*'
dynamic_library_path='$libdir;/usr/local/pgsql/pljava'
custom_variable_classes='pljava'
pljava.classpath='/usr/local/pgsql/pljava.jar'
pg_hba.conf
host all all localhost trust
jdk1.4.2_06
pljava1.0.0
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas Hallgren | 2006-03-24 10:21:43 | [Pljava-dev] (no subject) |
Previous Message | Thomas Hallgren | 2006-03-22 16:14:50 | [Pljava-dev] PostgreSQL 8.1 Pljava install problem |