Skip to Main Content

Embedded Technologies

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Permission check failed: java.util.PropertyPermission

2698059Jun 20 2014 — edited Jun 20 2014

Hello guys,

I am working on JME8 for Raspberry Pi and I am facing a problem with java.util.PropertyPermission.

I have added permission java.util.PropertyPermission "*:*" "read,write"; in appdb/_policy.txt but it does not seem to solve the problem.

Here is a log capture when I run it.

[19:20:55.144] INFO - VM - [SECURITY] iso=1:Blacklist Client: initialized

[19:20:55.144] INFO - VM - [SECURITY] iso=1:Authentication Provider: com.oracle.meep.security.DefaultAuthenticationProvider

[19:20:55.144] INFO - VM - [SECURITY] iso=1:Policy: com.oracle.meep.security.DefaultSecurityPolicy

[19:20:55.145] INFO - VM - [SECURITY] iso=1:Using policy file: /home/pi/jme8ea2/bin/../appdb/_policy.txt

[19:20:55.281] INFO - VM - [SECURITY] iso=1:Application assigned to the client "untrusted"

[19:20:56.056] FATAL - VM - [SECURITY] iso=3:Permission check failed: java.util.PropertyPermission "fileconn.dir.private" "read"

Any ideas is much appreciated.

Thanks in advance.

CheeSeng


Comments

3047

Here is a reference that will help answer your questions.
I'm sorry I don't have any first hand knowledge in this area:

http://otn.oracle.com/deploy/security/oracle9ir2/pdf/dbcrypt9ir2.pdf

See also information from:

http://otn.oracle.com/deploy/security/index.html

-- CJ
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 18 2014
Added on Jun 20 2014
2 comments
1,693 views