From: thomas at tada.se (Thomas Hallgren) Date: Sun, 30 Oct 2005 00:52:34 +0200 Subject: [Pljava-dev] How to configure security manager? In-Reply-To: <200510291628.11350.dgovoni@metadapt.com> References: <200510291628.11350.dgovoni@metadapt.com> Message-ID: <4363FD32.70702@tada.se> dgovoni at metadapt.com wrote: > Hi Thomas, > Kind thanks for the response. Yeah, I tried both 'java' and 'javaU' > installing as user 'postgres' under linux. Should I do so as root? I also > tried changing the java.security policy for the jvm in the library path to > grant 'all permission' (as a long shot) with same result. I removed and > reinstalled said jars. I'm sure I'm missing something, but will keep trying. > Sorry. I got confused when you said you wanted to use files and sockets. Now I see that you are getting a security exception while attempting to set a system property that begins with the string 'java.'. Those properties are not allowed to change even in untrusted mode since that would blow a hole in the rest of the security scheme. What property are you trying to set in the class initializer of rath.msnm.util.TWN that starts with 'java.'? Regards, Thomas Hallgren