[Pljava-dev] pljava state

From: johann at 2ndquadrant(dot)com (Johann 'Myrkraverk' Oskarsson)
To:
Subject: [Pljava-dev] pljava state
Date: 2011-09-27 23:34:49
Message-ID: x6vcsdy2xy.fsf@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

John R Pierce <pierce at hogranch.com> writes:

>
> lss=# select sqlj.install_jar(
> '/home/XXXX/pljava-1.4.3/build/examples.jar', 'samples', true);
>

Here you probably need to prefix the path with 'file://', as in

lss=# sqlj.install_jar(
'file:///home/XXXX/pljava-1.4.3/build/examples.jar', 'samples', true);

> and k-rash, postgres goes down and recovers, leaving this lovely
> error log... any clues would be greatly appreciated...

That crash is however rather unfortunate. If the above fix works I
can work on "securing" the crash. If that doesn't work, there is a
more serious error somewhere.

--
Johann Oskarsson http://www.2ndquadrant.com/ |[]
PostgreSQL Development, 24x7 Support, Training and Services --+--
|
Blog: http://my.opera.com/myrkraverk/blog/

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message John R Pierce 2011-09-28 00:13:30 [Pljava-dev] pljava state
Previous Message John R Pierce 2011-09-27 21:34:55 [Pljava-dev] pljava state