From: pierce at hogranch.com (John R Pierce) Date: Thu, 22 Apr 2010 15:59:54 -0700 Subject: [Pljava-dev] problems running test suite In-Reply-To: <4BCFA389.8070609@hogranch.com> References: <4BCE8A29.6030305@hogranch.com> <4BCFA389.8070609@hogranch.com> Message-ID: <4BD0D4EA.6010903@hogranch.com> John R Pierce wrote: > (Solaris 10, Sparc, 64 bit Postgres 8.4.3, 64 bit Sun JDK 1.5.0... > had built pljava on 8.4.3+1.5.0_24 and passed tests, but on another > system with 8.4.1+1.5.0_18 it failed to run the tests with...) > > $ psql -c "SELECT > sqlj.install_jar('file:///app/postgres/8.4/pljava/examples.jar', > 'samples',true)" dbname pgadmin > Password for user pgadmin: > ERROR: java.lang.SecurityException: read on > /app/postgres/8.4/pljava/examples.jar another update... I went ahead and pulled down the updates from HEAD last night, also used jdk 1.5.0_21 instead of _24, meanwhile the production site upgraded their JDK to 1.5.0_22 and Postgres to 8.4.3, and it got past the step that failed, but the person I'm working with in Asia was too tired (4:30AM her time) to complete the testing, so we don't know if its actually working yet or not. I'll probably find out later tonite..