From: thomas at tada.se (Thomas Hallgren) Date: Mon, 08 May 2006 18:51:45 +0200 Subject: [Pljava-dev] VM death with PlJava In-Reply-To: References: Message-ID: <445F7721.4080107@tada.se> 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 >