[Bug 2489] jnlp.LaunchException: Fatal: Initialization Error - NullPointerException SecurityDialogs.showMissingALACAttributePanel when codebase not specified

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Thu Jan 14 14:10:45 UTC 2016


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2489

--- Comment #5 from Neon <trineo at gmail.com> ---
my RHEL 7 system, which now has been updated to 7.2 which upgraded to
icedtea-web 1.6.1 (rhel-4.el7-x86_64), and now it no longer works:

$ javaws.itweb http://nextmidas.techma.com/nxm343/htdocs/localshell.jnlp

The application is a local file. Codebase validation is disabled. See:
http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/security/no_redeploy.html
for details.
The application is a local file. Codebase validation is disabled. See:
http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/security/no_redeploy.html
for details.
netx: Launch Error: Could not launch JNLP file. ()
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:580)
    at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:936)
Caused by: java.lang.NullPointerException
    at
net.sourceforge.jnlp.SecurityDesc.getUrlPermissions(SecurityDesc.java:415)
    at
net.sourceforge.jnlp.SecurityDesc.getSandBoxPermissions(SecurityDesc.java:382)
    at net.sourceforge.jnlp.SecurityDesc.getPermissions(SecurityDesc.java:325)
    at
net.sourceforge.jnlp.runtime.ApplicationInstance.installEnvironment(ApplicationInstance.java:269)
    at
net.sourceforge.jnlp.runtime.ApplicationInstance.initialize(ApplicationInstance.java:144)
    at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:533)
    ... 1 more

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20160114/c1aa8791/attachment.html>


More information about the distro-pkg-dev mailing list