[Bug 3644] New: java.lang.NoClassDefFoundError on Windows

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Tue Nov 6 10:50:03 UTC 2018


https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3644

            Bug ID: 3644
           Summary: java.lang.NoClassDefFoundError on Windows
           Product: IcedTea-Web
           Version: hg
          Hardware: x86_64
                OS: Windows
            Status: NEW
          Severity: blocker
          Priority: P5
         Component: NetX (javaws)
          Assignee: jvanek at redhat.com
          Reporter: lhersch at dssgmbh.de
                CC: unassigned at icedtea.classpath.org

Created attachment 1704
  --> https://icedtea.classpath.org/bugzilla/attachment.cgi?id=1704&action=edit
fix for the described error

Only on Windows you get always NoClassDefFoundError even with itweb-settings
and with all webstart-apps. The reason for that is the changeset
1498:348532e210c0.

Here the stacktrace (from a build of a clone of
http://icedtea.classpath.org/hg/release/icedtea-web-1.7):

Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize
class net.sourceforge.jnlp.runtime.JNLPRuntime$DeploymentConfigurationHolder
        at
net.sourceforge.jnlp.runtime.JNLPRuntime$DeploymentConfigurationHolder.access$000(JNLPRuntime.java:456)
        at
net.sourceforge.jnlp.runtime.JNLPRuntime.getConfiguration(JNLPRuntime.java:496)
        at
net.sourceforge.jnlp.config.InfrastructureFileDescriptor.getFullPath(InfrastructureFileDescriptor.java:84)
        at
net.sourceforge.jnlp.config.InfrastructureFileDescriptor.getFile(InfrastructureFileDescriptor.java:76)
        at
net.sourceforge.jnlp.config.DeploymentConfiguration.findSystemConfigFile(DeploymentConfiguration.java:500)
        at
net.sourceforge.jnlp.config.DeploymentConfiguration.load(DeploymentConfiguration.java:318)
        at
net.sourceforge.jnlp.config.DeploymentConfiguration.load(DeploymentConfiguration.java:301)
        at
net.sourceforge.jnlp.controlpanel.ControlPanel.main(ControlPanel.java:404)
        at
net.sourceforge.jnlp.controlpanel.CommandLine.main(CommandLine.java:508)
Exception in thread "Thread-0" java.lang.NoClassDefFoundError: Could not
initialize class
net.sourceforge.jnlp.runtime.JNLPRuntime$DeploymentConfigurationHolder
        at
net.sourceforge.jnlp.runtime.JNLPRuntime$DeploymentConfigurationHolder.access$000(JNLPRuntime.java:456)
        at
net.sourceforge.jnlp.runtime.JNLPRuntime.getConfiguration(JNLPRuntime.java:496)
        at
net.sourceforge.jnlp.util.logging.LogConfig.<init>(LogConfig.java:61)
        at
net.sourceforge.jnlp.util.logging.LogConfig.<init>(LogConfig.java:48)
        at
net.sourceforge.jnlp.util.logging.LogConfig$LogConfigHolder.<clinit>(LogConfig.java:91)
        at
net.sourceforge.jnlp.util.logging.LogConfig.getLogConfig(LogConfig.java:95)
        at
net.sourceforge.jnlp.util.logging.OutputController.consume(OutputController.java:153)
        at
net.sourceforge.jnlp.util.logging.OutputController.flush(OutputController.java:138)
        at
net.sourceforge.jnlp.util.logging.OutputController$1.run(OutputController.java:243)
        at java.lang.Thread.run(Thread.java:748)

-- 
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/20181106/9088858e/attachment.html>


More information about the distro-pkg-dev mailing list