Skip to Main Content

Oracle Forms

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!

JAVA.LANG.EXCEPTIONININITIALIZERERROR: JAVA.SECURITY.ACCESSCONTROLEXCEPTION

442032Apr 18 2005 — edited Jul 20 2006
Hi,
Whenever i run my form that uses webutil to capture the username of the OSUSER, i get the following error in JInitiator

Loading http://hqfevdzh088.jetblue.com:8889/forms90/webutil/webutil.jar from
JAR cache
Loading http://hqfevdzh088.jetblue.com:8889/forms90/java/f90all_jinit.jar from
JAR cache
Loading http://hqfevdzh088.jetblue.com:8889/forms90/java/webutil.jar from JAR

cache
Loading http://hqfevdzh088.jetblue.com:8889/forms90/java/jacob.jar from JAR
cache
Loading http://hqfevdzh088.jetblue.com:8889/forms90/webutil/jacob.jar from JAR

cache
RegisterWebUtil - Loading WebUtil Version 1.0.5 Production
proxyHost=null
proxyPort=0
connectMode=HTTP, native.
Forms Applet version is : 9.0.4.0
java.lang.ExceptionInInitializerError: java.security.AccessControlException:
access denied (java.util.PropertyPermission java.home read)
at java.security.AccessControlContext.checkPermission(Unknown Source)
at java.security.AccessController.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPropertyAccess(Unknown Source)
at java.lang.System.getProperty(Unknown Source)
at oracle.forms.webutil.common.VBeanCommon.<clinit>(VBeanCommon.java:130)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at oracle.forms.handler.UICommon.instantiate(Unknown Source)
at oracle.forms.handler.UICommon.onCreate(Unknown Source)
at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
at oracle.forms.engine.Runform.processMessage(Unknown Source)
at oracle.forms.engine.Runform.processSet(Unknown Source)
at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
at oracle.forms.engine.Runform.onMessage(Unknown Source)
at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
at oracle.forms.engine.Runform.startRunform(Unknown Source)
at oracle.forms.engine.Main.createRunform(Unknown Source)
at oracle.forms.engine.Main.start(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
....blah blah blah...

I made sure that i signed my jacob.jar and webutil.jar before i got this error. And i also get those dialogue boxes of the certificates created..but still i land in this error..

any other workarounds?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 17 2006
Added on Apr 18 2005
1 comment
654 views