ich habe ein Problem beim Starten meines Stellwerksimulators.
Systemkonfiguration:
CPU: Intel i5-11400f
GPU: Nvidia GeForce GTX 1660 SUPER
RAM: 16GB
Betriebssystem: Windows 11 23H2 (Build 22531.4037)
Java: Version 8 (64-Bit)
Sicherheit: Windows Defender
Netzwerk: LAN-Verbindung
Fehlermeldung:
Beim Doppelklick auf die Programmdatei erhalte ich die folgende Fehlermeldung: "Anwendung kann nicht gestartet werden."
Beim klick auf Details komme ich an diese Fehlermeldung:
java.lang.ExceptionInInitializerError
at com.sun.deploy.net.protocol.https.Handler.openConnection(Unknown Source)
at java.net.URL.openConnection(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.createUrlConnection(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doGetRequestEX(Unknown Source)
at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
at com.sun.deploy.net.DownloadEngine.downloadResource(Unknown Source)
at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
at com.sun.deploy.model.ResourceProvider.getResource(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory._buildDescriptor(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.Launcher.updateFinalLaunchDesc(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.launch(Unknown Source)
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main.access$000(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.SecurityException: No TLS/SSL protocol is enabled.
at com.sun.deploy.net.protocol.https.Handler$Initializer.<clinit>(Unknown Source)
... 21 more
Bisherige Lösungsversuche:
Neustart des Computers
Deinstallation und Neuinstallation von Java
Herunterladen und Ausführen aus verschiedenen Browsern mit aktivierten Cookies
Zusätzliche Informationen:
Es sind keine anderen Java-Versionen installiert.
Ich habe bereits das Forum nach ähnlichen Problemen durchsucht, konnte aber keine passende Lösung finden.
Ich bin für jeden Hinweis dankbar. Was könnte ich noch versuchen?
Klingt danach, als hättest du im Java Jontrol Panel unter "Erweitert" kein TLS aktiviert.
Bei mir sind TLS 1.2 und 1.3 aktiviert und es funktioniert alles.
okeks hat geschrieben: ↑Fr Aug 23, 2024 7:50 am
Klingt danach, als hättest du im Java Control Panel unter "Erweitert" kein TLS aktiviert.
Bei mir sind TLS 1.2 und 1.3 aktiviert und es funktioniert alles.
Hallo zusammen, ich habe selbiges Problem, TLS 1.0 bis 1.3 sind aktiviert immer wieder Anwendungsfehler - Anwendung kann nicht gestartet werden.
Es kommt unter Details immer "Fehler: Startdatei konnte nicht gesparst werden. Fehler in Zeile 15."
java.security.cert.CertificateException: java.security.cert.CertPathValidatorException: Response is unreliable: its validity interval is out-of-date
at com.sun.deploy.security.RevocationChecker.checkOCSP(Unknown Source)
at com.sun.deploy.security.RevocationChecker.check(Unknown Source)
at com.sun.deploy.security.TrustDecider.checkRevocationStatus(Unknown Source)
at com.sun.deploy.security.TrustDecider.getValidationState(Unknown Source)
at com.sun.deploy.security.TrustDecider.validateChain(Unknown Source)
at com.sun.deploy.security.TrustDecider.isAllPermissionGrantedInt(Unknown Source)
at com.sun.deploy.security.TrustDecider.isAllPermissionGranted(Unknown Source)
at com.sun.javaws.security.AppPolicy.grantUnrestrictedAccess(Unknown Source)
at com.sun.javaws.security.JNLPSignedResourcesHelper.checkSignedResourcesHelper(Unknown Source)
at com.sun.javaws.security.JNLPSignedResourcesHelper.checkSignedResources(Unknown Source)
at com.sun.javaws.Launcher$1.run(Unknown Source)
at com.sun.javaws.LaunchDownload$2.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Suppressed: com.sun.deploy.security.RevocationChecker$StatusUnknownException
at com.sun.deploy.security.RevocationChecker.checkCRLs(Unknown Source)
... 12 more
Caused by: java.security.cert.CertPathValidatorException: Response is unreliable: its validity interval is out-of-date
at sun.security.provider.certpath.OCSPResponse.verify(Unknown Source)
at sun.security.provider.certpath.OCSP.check(Unknown Source)
at sun.security.provider.certpath.OCSP.check(Unknown Source)
at com.sun.deploy.security.RevocationChecker$2.run(Unknown Source)
at com.sun.deploy.security.RevocationChecker$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.deploy.security.RevocationChecker.doPrivilegedOCSPCheck(Unknown Source)
... 13 more
Komisch ist, wenn ich java deinstalliere und wieder neu installiere funktioniert es wieder, aber sobald der PC einmal heruntergefahren wird funktioniert es nicht mehr und ich muss Java wieder neu installieren.
Hat jemand eine Idee was ich machen könnte, damit ich nicht jedes mal Java neu installieren muss?
java.security.cert.CertificateException: java.security.cert.CertPathValidatorException: Response is unreliable: its validity interval is out-of-date
at com.sun.deploy.security.RevocationChecker.checkOCSP(Unknown Source)
at com.sun.deploy.security.RevocationChecker.check(Unknown Source)
at com.sun.deploy.security.TrustDecider.checkRevocationStatus(Unknown Source)
at com.sun.deploy.security.TrustDecider.getValidationState(Unknown Source)
at com.sun.deploy.security.TrustDecider.validateChain(Unknown Source)
at com.sun.deploy.security.TrustDecider.isAllPermissionGrantedInt(Unknown Source)
at com.sun.deploy.security.TrustDecider.isAllPermissionGranted(Unknown Source)
at com.sun.javaws.security.AppPolicy.grantUnrestrictedAccess(Unknown Source)
at com.sun.javaws.security.JNLPSignedResourcesHelper.checkSignedResourcesHelper(Unknown Source)
at com.sun.javaws.security.JNLPSignedResourcesHelper.checkSignedResources(Unknown Source)
at com.sun.javaws.Launcher$1.run(Unknown Source)
at com.sun.javaws.LaunchDownload$2.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Suppressed: com.sun.deploy.security.RevocationChecker$StatusUnknownException
at com.sun.deploy.security.RevocationChecker.checkCRLs(Unknown Source)
... 12 more
Caused by: java.security.cert.CertPathValidatorException: Response is unreliable: its validity interval is out-of-date
at sun.security.provider.certpath.OCSPResponse.verify(Unknown Source)
at sun.security.provider.certpath.OCSP.check(Unknown Source)
at sun.security.provider.certpath.OCSP.check(Unknown Source)
at com.sun.deploy.security.RevocationChecker$2.run(Unknown Source)
at com.sun.deploy.security.RevocationChecker$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.deploy.security.RevocationChecker.doPrivilegedOCSPCheck(Unknown Source)
... 13 more
Komisch ist, wenn ich java deinstalliere und wieder neu installiere funktioniert es wieder, aber sobald der PC einmal heruntergefahren wird funktioniert es nicht mehr und ich muss Java wieder neu installieren.
Hat jemand eine Idee was ich machen könnte, damit ich nicht jedes mal Java neu installieren muss?
Kann es sein, dass deine Systemzeit am PC ein bisschen voraus ist?
Man kann die Systemzeit in Windows neu synchronisieren indem man in den Einstellungen > Zeit und Sprache > Datum und Zeit > "Jetzt Synchronisieren" auswählt.
Sah zwar nicht so aus, letzte Synchronisation war 16:54 heute und Zeit stimmte mit der am iphone überein aber nachdem ich nochmals synchronisiert habe funktioniert STS wieder. Warscheinlich waren es nur wenige Sekunden.