AccessControlException bei Module Entwicklung
Author: korayyersel
Publication Date: 11/28/2014 11:21
Hallo,
Unsere Module wirft auf einmal beim Java Client ein AccessControlException. Ich konnte in Community kein ähnliches Problem finden. Bei einem Test auf einem anderen Rechner funktioniert die Module einwandfrei.
Danke und Grüsse,
Koray Yersel
Caused by: java.lang.RuntimeException: java.security.AccessControlException: access denied ("java.lang.reflect.ReflectPermission" "suppressAccessChecks")
at de.javasoft.plaf.synthetica.SyntheticaDefaultLookup.getContext(SyntheticaDefaultLookup.java:176)
at de.javasoft.plaf.synthetica.SyntheticaDefaultLookup.getDefault(SyntheticaDefaultLookup.java:143)
at sun.swing.DefaultLookup.get(Unknown Source)
at javax.swing.plaf.basic.BasicTreeUI.getInputMap(Unknown Source)
at javax.swing.plaf.basic.BasicTreeUI.installKeyboardActions(Unknown Source)
at javax.swing.plaf.basic.BasicTreeUI.installUI(Unknown Source)
at javax.swing.JComponent.setUI(Unknown Source)
at javax.swing.JTree.setUI(Unknown Source)
at javax.swing.JTree.updateUI(Unknown Source)
at javax.swing.JTree.<init>(Unknown Source)
at javax.swing.JTree.<init>(Unknown Source)
at test.firstspirit.translation.treeview.FSContentTree.<init>(FSContentTree.java:28)
at test.firstspirit.translation.TranslationUI.<init>(TranslationUI.java:72)
at test.firstspirit.translation.CreateTranslationPackage.run(CreateTranslationPackage.java:10)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at bsh.Reflect.invokeMethod(Unknown Source)
at bsh.Reflect.invokeStaticMethod(Unknown Source)
at bsh.Name.invokeMethod(Unknown Source)
at bsh.BSHMethodInvocation.eval(Unknown Source)
at bsh.BSHPrimaryExpression.eval(Unknown Source)
at bsh.BSHPrimaryExpression.eval(Unknown Source)
at bsh.BSHBlock.evalBlock(Unknown Source)
at bsh.BSHBlock.eval(Unknown Source)
at bsh.BshMethod.invokeImpl(Unknown Source)
at bsh.BshMethod.invoke(Unknown Source)
at bsh.BshMethod.invoke(Unknown Source)
at bsh.This.invokeMethod(Unknown Source)
at bsh.This.invokeMethod(Unknown Source)
at de.espirit.firstspirit.server.script.BeanshellScriptEngine$BeanshellExecutable.execute(BeanshellScriptEngine.java:111)
... 44 more
Caused by: java.security.AccessControlException: access denied ("java.lang.reflect.ReflectPermission" "suppressAccessChecks")
at java.security.AccessControlContext.checkPermission(Unknown Source)
at java.security.AccessController.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPermission(Unknown Source)
at java.lang.reflect.AccessibleObject.setAccessible(Unknown Source)
at de.javasoft.plaf.synthetica.SyntheticaDefaultLookup.getContext(SyntheticaDefaultLookup.java:171)
... 75 more
-
Author: korayyersel - 11/28/2014 15:24
Ich müssen den FS Installation nochmals durchführen. jetzt geht es wieder.
0
Please sign in to leave a comment.
Comments
1 comment