Personal tools
You are here: Home Developer Software Plugins Security Access Control Error in JDeveloper
Document Actions

Security Access Control Error in JDeveloper

by Mark Allen last modified 2008-06-02 07:29

A developer is unable to run either the define or clientserver due to a security access control error.

Problem


After creating a Framework project in JDeveloper you are unable to run either define or clientserver due to the following exception:

Exception Detected
A security access control error has occured



Solution

This is caused by a double quote around the -Djava.security.policy in

Click on the run icon and select Manage Run Configurations ...

Select Client Server and press Edit.

In the Java Options field remove the double quotes around the value of -Djava.security.policy

-Djava.security.policy=/home/mark/jdeveloper/mywork/Application1/test1/security/policy

Do the same for the clientserver run definition.

Run the application again and it will startup correctly.






 

Powered by Plone CMS, the Open Source Content Management System