Unable To Launch Forms - User Has Denied The Privileges To The Code
security: Trust for: http://install.oracle.com:8008/OA_JAVA/oracle/apps/fnd/jar/fndforms.jar has ended: Wed Dec 31 18:00:00 CST 1969
security: Accessing keys and certificate in Mozilla user profile: null
security: Missing Application-Library-Allowable-Codebase manifest attribute for: http://install.oracle.com:8008/OA_JAVA/oracle/apps/fnd/jar/fndforms.jar
security: Loading Deployment certificates from C:\Users\lq220a\AppData\LocalLow\Sun\Java\Deployment\security\trusted.certs
basic: Dialog type is not candidate for embedding
basic: exception: User has denied the privileges to the code.
com.sun.deploy.security.BlockedException: User has denied the privileges to the code
at sun.plugin2.applet.Plugin2ClassLoader.getTrustedCodeSources(Unknown Source)
at com.sun.deploy.security.CPCallbackHandler$ParentCallback.strategy(Unknown Source)
at com.sun.deploy.security.CPCallbackHandler$ParentCallback.openClassPathElement(Unknown Source)
at com.sun.deploy.security.DeployURLClassPath$JarLoader.getJarFile(Unknown Source)
at com.sun.deploy.security.DeployURLClassPath$JarLoader.access$1000(Unknown Source)
at com.sun.deploy.security.DeployURLClassPath$JarLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.deploy.security.DeployURLClassPath$JarLoader.ensureOpen(Unknown Source)
at com.sun.deploy.security.DeployURLClassPath$JarLoader.(Unknown Source)
at com.sun.deploy.security.DeployURLClassPath$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
Solution ::
1. Backup C:\Program Files (x86)\Java\jrexxx\lib\security\java.policy
2. Add the following in he beginning of java.policy
grant {
permission java.security.AllPermission;
};
3. Close the browser.
4. Retest the issue.
No comments:
Post a Comment