From: thhal at mailblocks.com (Thomas Hallgren) Date: Tue, 16 Nov 2004 18:21:29 +0100 Subject: [Pljava-dev] Re: problems with pl/java In-Reply-To: <1100615757.3226.8.camel@localhost.localdomain> References: <1100615757.3226.8.camel@localhost.localdomain> <419A3719.9040603@mailblocks.com> Message-ID: Ewald Geschwinde wrote: >I have some strange problems with pl/java > >I wanted to test it. I made the steps explained in the docs. > >But when I restart the database (8.0b4) > > PL/Java cannot run with 8.0.0b3 or 8.0.0b4 since there's a bug in the way PostgreSQL reads its configuration variables. A fix for this bug is included in PostgreSQL 8.0.0beta5 that's said to be released this week. Once it's out, I'll release a new version of PL/Java. For now, you have two options. a) Compile the CVS HEAD of both PL/Java and PostgreSQL or b) revert to PostgreSQL 8.0.0beta2. Regards, Thomas Hallgren