From: filip.hrbek at plz.comstar.cz (Filip Hrbek) Date: Tue, 9 May 2006 09:22:27 +0200 Subject: [Pljava-dev] VM death with PlJava References: <445F7721.4080107@tada.se> Message-ID: <003301c67339$54752010$1e03a8c0@fhrbek> Hi all, I get exactly this error when I have a version mismatch between pljava.jar and libpljava.so (or dll). Are you sure you are loading the pljava library of the same version like pljava.jar? Filip ----- Original Message ----- From: "Thomas Hallgren" To: "Greg Bowyer" Cc: Sent: Monday, May 08, 2006 6:51 PM Subject: Re: [Pljava-dev] VM death with PlJava > Hi Greg, > Nothing that you do should ever cause a VM crash. What version of > PL/Java, Java VM, and PostgreSQL are you running and on what platform? > > Regards, > Thomas Hallgren > > Greg Bowyer wrote: >> Hi guys, I am trying to usw PLJava to do triggers, I have done the >> install from source, however when i try the following quick test >> >> CREATE FUNCTION getsysprop(VARCHAR) >> RETURNS VARCHAR >> AS 'java.lang.System.getProperty' >> LANGUAGE java; >> >> SELECT getsysprop('user.home'); >> >> I get >> >> INFO: Execption >> INFO: in thread "main" >> ERROR: Java exit monitor failure (final) >> >> In the postgresql datadir I get java VM death logs, i have attached one >> to this message. >> >> Any ideas what I am doing wrong here ??? >> >> Many thanks >> >> Greg Bowyer >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Pljava-dev mailing list >> Pljava-dev at gborg.postgresql.org >> http://gborg.postgresql.org/mailman/listinfo/pljava-dev >> > > _______________________________________________ > Pljava-dev mailing list > Pljava-dev at gborg.postgresql.org > http://gborg.postgresql.org/mailman/listinfo/pljava-dev