Modify

Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#23333 closed defect (othersoftware)

OpenWebStart Java 21

Reported by: anonymous Owned by: team
Priority: normal Milestone:
Component: Core Version:
Keywords: Cc: taylor.smock

Description

Closing DownloadServiceListener
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
Exiting Boot.mainWithReturnCode() with 0
    at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:660) 
    at net.sourceforge.jnlp.Launcher.access$300(Launcher.java:71) 
    at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:373) 
    at net.sourceforge.jnlp.Launcher.createApplication(Launcher.java:584) 
    at net.sourceforge.jnlp.runtime.classloader.JNLPClassLoader.getInstance(JNLPClassLoader.java:468) 
    at net.sourceforge.jnlp.runtime.classloader.JNLPClassLoader.getInstance(JNLPClassLoader.java:495) 
    at net.sourceforge.jnlp.runtime.classloader.JNLPClassLoader.createInstance(JNLPClassLoader.java:423) 
    at net.sourceforge.jnlp.runtime.classloader.JNLPClassLoader.<init>(JNLPClassLoader.java:350) 
    at net.sourceforge.jnlp.runtime.classloader.JNLPClassLoader.initializeResources(JNLPClassLoader.java:710) 
    at net.sourceforge.jnlp.tools.JarCertVerifier.add(JarCertVerifier.java:225) 
    at net.sourceforge.jnlp.tools.JarCertVerifier.verifyJars(JarCertVerifier.java:251) 
    at net.sourceforge.jnlp.tools.JarCertVerifier.verifyJar(JarCertVerifier.java:290) 
    at net.sourceforge.jnlp.tools.JarCertVerifier.verifyJarEntryCerts(JarCertVerifier.java:366) 
    at net.sourceforge.jnlp.tools.JarCertVerifier.checkCertUsage(JarCertVerifier.java:612) 
Caused by: java.lang.NoSuchMethodError: 'java.lang.Boolean sun.security.x509.NetscapeCertTypeExtension.get(java.lang.String)' 
    at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:681) 
Exception in thread "JOSM" java.lang.RuntimeException: java.lang.NoSuchMethodError: 'java.lang.Boolean sun.security.x509.NetscapeCertTypeExtension.get(java.lang.String)' 
General Throwable encountered:
DownloadServiceListener will be disposed
Download done. Shutting down executor

Attachments (0)

Change History (5)

comment:1 by taylor.smock, 2 years ago

Resolution: othersoftware
Status: newclosed

Upstream ticket: https://github.com/AdoptOpenJDK/IcedTea-Web/issues/922

EDIT: https://github.com/karakun/OpenWebStart/releases/tag/v1.9.0 seems to indicate that it is "fixed". This does not appear to be the case.

Last edited 2 years ago by taylor.smock (previous) (diff)

comment:2 by Marek-M, 2 years ago

I had similar problem after update OpenWebStart.

I had disabled 21.0.1 JVM version in OpenWebStart configuration. There are only enabled 17.0.7 and 17.0.9 JVMs and now JOSM starts properly.

Last edited 2 years ago by Marek-M (previous) (diff)

comment:3 by taylor.smock, 2 years ago

Yes, disabling Java 21 in the OpenWebStart settings will fix this problem.

comment:4 by anonymous, 2 years ago

After some girations and fetching a new OPW it downloaded JVM 21.0.1 and JOSM 18905, things seem to be working again. The OPW settings JVM tab only shows 21.0.01 as installed.

comment:5 by taylor.smock, 2 years ago

This appears to have also been fixed by #23107; we just aren't hitting the problematic code path anymore.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.