From: jason at hyett.org (Jason Hyett) Date: Wed, 01 Mar 2006 15:11:20 +0000 Subject: [Pljava-dev] Problems loading jars with sqlj.install_jar In-Reply-To: <4405B2BB.8000907@tada.se> References: <44055B8C.1080904@hyett.org> <44058103.4030201@tada.se> <44058CD1.60907@hyett.org> <4405B2BB.8000907@tada.se> Message-ID: <4405B998.3040601@hyett.org> Hi Thomas, Yes this was the problem. Your last email inspired me and I figured it out a while ago. I was going to post just as soon as I found out how to change the selinux configuration. For now I've just completely disabled it and everything is working fine. I'm running queries that select records via a lucene index which is maintained by update triggers. It all works a treat. Thanks everyone. rgds, Jason Thomas Hallgren wrote: > Jason, > I got this from Sam. Perhaps it helps? > > - thomas > > Hi > > just a hint, it may lead to (k)no(w)where... ;-) > > as far as i know, fedora 4 comes with se-linux, which means, that you > have > quite restrictive policies for userprocesses. try to check the policies > for postmaster - probably its only allowed to use certain ports > (exclusive 8000). > > have fun :-) > > sam