[Bug 1177438] New: icedtea exception when ran - AWTSecurityManager
http://bugzilla.opensuse.org/show_bug.cgi?id=1177438 Bug ID: 1177438 Summary: icedtea exception when ran - AWTSecurityManager Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: openSUSE Tumbleweed Status: NEW Severity: Major Priority: P5 - None Component: Java Assignee: java-maintainers@suse.de Reporter: jon.brightwell@zpg.co.uk QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- Name : icedtea-web Version : 1.8-1.3
javaws.itweb Warning! JAVA_HOME of /usr/lib64/jvm/java in play! WARNING: package com.sun.net.ssl.internal.ssl not in java.base Exception in thread "main" java.lang.NoClassDefFoundError: sun/awt/AWTSecurityManager at java.desktop/net.sourceforge.jnlp.runtime.JNLPRuntime.initialize(JNLPRuntime.java:261) at java.desktop/net.sourceforge.jnlp.runtime.Boot.init(Boot.java:349) at java.desktop/net.sourceforge.jnlp.runtime.JnlpBoot.run(JnlpBoot.java:58) at java.desktop/net.sourceforge.jnlp.runtime.Boot.run(Boot.java:270) at java.desktop/net.sourceforge.jnlp.runtime.Boot.run(Boot.java:63) at java.base/java.security.AccessController.doPrivileged(AccessController.java:312) at java.desktop/net.sourceforge.jnlp.runtime.Boot.main(Boot.java:210)
Is it this? https://github.com/AdoptOpenJDK/IcedTea-Web/issues/437 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1177438 http://bugzilla.opensuse.org/show_bug.cgi?id=1177438#c1 Robert Kaiser <kairo@kairo.at> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kairo@kairo.at --- Comment #1 from Robert Kaiser <kairo@kairo.at> --- (In reply to Jon Brightwell from comment #0)
Is it this? https://github.com/AdoptOpenJDK/IcedTea-Web/issues/437
Seems to be it, I got it to work using Java 11 JDK instead. openSUSE has icedtea-web 1.8 (not sure which 1.8.x it is), but that only seems to be fixed in IcedTea-Web master which I guess is the 2.0 version in development, which is still marked with "alpha" release tags though. Sounds like it may make sense to at least make a preview version of a 2.0-alpha available for openSUSE for people to test though, given that 1.8 seems to have real issues. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1177438 http://bugzilla.opensuse.org/show_bug.cgi?id=1177438#c2 --- Comment #2 from Robert Kaiser <kairo@kairo.at> --- And, FWIW, to try with Java 11, I installed the java-11 packages first, then launched `itweb-settings.itweb.sh` and in there, went to the JVM Settings and set the JVM to /usr/lib64/jvm/java-11-openjdk-11 -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com