From: bart.de.man at ticketmatic.com (bartdeman) Date: Fri, 11 Mar 2011 00:39:09 -0800 (PST) Subject: [Pljava-dev] Problem with PLJava on production machine Message-ID: <1299832749281-3424689.post@n5.nabble.com> Hello, I am working with PLJava on my development machine fine (win 7). But when I try to install a jar on the production machine: select sqlj.install_jar('file:///tmp/tmengine.jar','tmengine',true) I always get a java.lang.NullPointerException error This happens for all jars, even the helloworld example. Creating and executing this function works fine: CREATE FUNCTION getsysprop(VARCHAR) RETURNS VARCHAR AS 'java.lang.System.getProperty' LANGUAGE java; SELECT getsysprop('user.home'); This executes correctly and gives me the right result. Any idea what might be causing this? Machine runs Centos 5 - 32bit DB is postgres 8.4 JRE 1.6 Or any suggestions on how I can get more debug info? Thanks, Bart -- View this message in context: http://postgresql.1045698.n5.nabble.com/Problem-with-PLJava-on-production-machine-tp3424689p3424689.html Sent from the PL/Java mailing list archive at Nabble.com.