[Pljava-dev] VM death with PlJava

From: thomas at tada(dot)se (Thomas Hallgren)
To:
Subject: [Pljava-dev] VM death with PlJava
Date: 2006-05-08 16:51:45
Message-ID: 445F7721.4080107@tada.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

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
>

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Filip Hrbek 2006-05-09 07:22:27 [Pljava-dev] VM death with PlJava
Previous Message Greg Bowyer 2006-05-08 11:05:00 [Pljava-dev] VM death with PlJava