[Pljava-dev] VM death with PlJava

From: filip(dot)hrbek at plz(dot)comstar(dot)cz (Filip Hrbek)
To:
Subject: [Pljava-dev] VM death with PlJava
Date: 2006-05-09 07:22:27
Message-ID: 003301c67339$54752010$1e03a8c0@fhrbek
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

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" <thomas at tada.se>
To: "Greg Bowyer" <gbowyer at fastmail.co.uk>
Cc: <pljava-dev at gborg.postgresql.org>
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

In response to

Browse pljava-dev by date

  From Date Subject
Next Message Thomas Hallgren 2006-05-14 14:15:46 [Pljava-dev] PL/Java 1.3.beta released.
Previous Message Thomas Hallgren 2006-05-08 16:51:45 [Pljava-dev] VM death with PlJava