From: | thomas at tada(dot)se (Thomas Hallgren) |
---|---|
To: | |
Subject: | [Pljava-dev] How to configure security manager? |
Date: | 2005-10-29 22:52:34 |
Message-ID: | 4363FD32.70702@tada.se |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pljava-dev |
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
From | Date | Subject | |
---|---|---|---|
Next Message | dgovoni at metadapt.com | 2005-10-30 00:59:34 | [Pljava-dev] How to configure security manager? |
Previous Message | dgovoni at metadapt.com | 2005-10-29 20:28:11 | [Pljava-dev] How to configure security manager? |