From: thomas at tada.se (Thomas Hallgren) Date: Fri, 24 Mar 2006 11:21:43 +0100 Subject: [Pljava-dev] (no subject) In-Reply-To: <20060324181041.wh671spr0xs0o0g0@infoeye.net> References: <20060324181041.wh671spr0xs0o0g0@infoeye.net> Message-ID: <4423C837.1060103@tada.se> PL/Java 1.0.0 cannot be used with PostgreSQL 8.1.3. Please use PL/Java 1.2.0. Regards, Thomas Hallgren kitaeda at infoeye.net wrote: > 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 > > > > > _______________________________________________ > Pljava-dev mailing list > Pljava-dev at gborg.postgresql.org > http://gborg.postgresql.org/mailman/listinfo/pljava-dev >