[Pljava-dev] null pointer exception in pl/java jdbc driver

From: johann at 2ndquadrant(dot)com (Johann 'Myrkraverk' Oskarsson)
To:
Subject: [Pljava-dev] null pointer exception in pl/java jdbc driver
Date: 2012-05-24 17:29:18
Message-ID: vlftct.x5vlftct.k401.8p3l.gnus@asuka.myrkraverk.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

"Welty, Richard" <rwelty at ltionline.com> writes:

> it was 64MB (copied from the pl/java installation instructions). i
> increased it to 128MB, and then to 256MB but continue to get the
> NPE. (i restarted postgresql after each increase, which i assume is
> sufficient.)

Yes, it is.

In a new connection, before you run *any* PL/Java code, can you

SET log_min_messages = debug;

and if you're using psql it may help to

SET client_min_messages = debug;

and show us the results?

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

In response to

Browse pljava-dev by date

  From Date Subject
Next Message Johann 'Myrkraverk' Oskarsson 2012-05-25 10:56:31 [Pljava-dev] Snapshot released and Windows binaries of 1.4.3
Previous Message Welty, Richard 2012-05-24 16:57:51 [Pljava-dev] null pointer exception in pl/java jdbc driver