[Bug 3742] New: Access denied
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Tue Jul 16 07:24:26 UTC 2019
https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3742
Bug ID: 3742
Summary: Access denied
Product: IcedTea
Version: unspecified
Hardware: 64-bit
OS: Windows
Status: NEW
Severity: blocker
Priority: P5
Component: IcedTea
Assignee: gnu.andrew at redhat.com
Reporter: feysal.rujbally at elca.mu
CC: unassigned at icedtea.classpath.org
While launching the java app from Icedtea webstart, I'm getting this error:
Codebase matches codebase manifest attribute, and application is signed.
Continuing. See:
http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/security/no_redeploy.html
for details.
Starting application [ch.neosisit.ipension.car.CarGuiApplication] ...
netx: Launch Error: Could not launch JNLP file. ( (access denied
("java.lang.RuntimePermission" "getClassLoader")))
net.sourceforge.jnlp.LaunchException: Fatal: Launch Error: Could not launch
JNLP file. The application has not been initialized, for more information
execute javaws/browser from the command line and send a bug report.
at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:582)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:945)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:576)
... 1 more
Caused by: java.security.AccessControlException: access denied
("java.lang.RuntimePermission" "getClassLoader")
at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
at
java.security.AccessController.checkPermission(AccessController.java:884)
at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
at
net.sourceforge.jnlp.runtime.JNLPSecurityManager.checkPermission(JNLPSecurityManager.java:292)
at java.lang.ClassLoader.checkClassLoaderPermission(ClassLoader.java:1528)
at java.lang.Thread.getContextClassLoader(Thread.java:1443)
at javafx.application.Application.launch(Application.java:249)
at
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20190716/35fa8c9f/attachment.html>
More information about the distro-pkg-dev
mailing list