access denied (java.util.PropertyPermission user.language write)

I setup Portal/J release 8.0.0 in a windows computer to do some test.
I got an access denied error message when I launch Portal/J (see attached screen copy) before having the windows that allows to enter userid and password.
I do not find the reason of this error. Any idea?
Claude

AttachmentSize
PJ access denied.jpg57.38 KB

Unable to update user.language

Hi,

Most likely you are unable to update the operating system's property.
If you use the Java code at the below website, you should be able to list the system properties of the machine running Portal/J. Find the value of user.language. Let's say the listing includes "user.language=en".


http://www.devdaily.com/blog/post/java/print-all-java-system-properties/


Running: java -D user.language=en


will most likely return the same access denied error.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.