Im Web stiess ich auf den Rat, IcedTea zu installieren. Habe ich getan. Das endet mit dem Hinweis, dass die Anwendung nicht geöffnet werden konnte weil sie nicht initialsiert ist. Immerhin kann ich nun die Konsole mitliefern.
Code: Alles auswählen
Denying permission: ("java.lang.RuntimePermission" "accessClassInPackage.sun.util.resources")
Denying permission: ("java.lang.RuntimePermission" "accessClassInPackage.sun.util.resources")
Denying permission: ("java.lang.RuntimePermission" "accessClassInPackage.sun.util.resources")
Denying permission: ("java.lang.RuntimePermission" "accessClassInPackage.sun.util.resources")
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
net.sourceforge.jnlp.LaunchException: Fatal: Startfehler: Konnte JNLP-Datei nicht starten. Die Anwendung war nicht initialisiert. Um detailierte Informationen zu erhalten können javaws oder der Web-Browser von der Befehlszeile aus gestartet werden und die Textausgabe in einem Fehlerbericht gesendet werden. at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:582) at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:945) Caused by: java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:576) ... 1 more Caused by: java.lang.reflect.InvocationTargetException at java.desktop/java.awt.EventQueue.invokeAndWait(EventQueue.java:1367) at java.desktop/java.awt.EventQueue.invokeAndWait(EventQueue.java:1342) at java.desktop/javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1480) at js.java.schaltungen.stsmain.main(stsmain.java:121) ... 6 more Caused by: java.lang.NoClassDefFoundError: javax/xml/ws/Service at java.base/java.lang.ClassLoader.defineClass1(Native Method) at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1016) at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:174) at java.base/java.net.URLClassLoader.defineClass(URLClassLoader.java:550) at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:458) at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:452) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:451) at net.sourceforge.jnlp.runtime.JNLPClassLoader.access$1701(JNLPClassLoader.java:105) at net.sourceforge.jnlp.runtime.JNLPClassLoader$5.run(JNLPClassLoader.java:1744) at net.sourceforge.jnlp.runtime.JNLPClassLoader$5.run(JNLPClassLoader.java:1741) at java.base/java.security.AccessController.doPrivileged(Native Method) at net.sourceforge.jnlp.runtime.JNLPClassLoader.findClass(JNLPClassLoader.java:1740) at net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClassExt(JNLPClassLoader.java:1777) at net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClass(JNLPClassLoader.java:1577) at js.java.soap.ServiceAccessor.<init>(ServiceAccessor.java:31) at js.java.schaltungen.webservice.WebServiceConnector.<init>(WebServiceConnector.java:26) at js.java.schaltungen.stsmain.verify(stsmain.java:302) at js.java.schaltungen.stsmain.start(stsmain.java:293) at js.java.schaltungen.stsmain.access$100(stsmain.java:80) at js.java.schaltungen.stsmain$1.run(stsmain.java:126) at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:303) at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85) at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740) at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203) at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124) at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90) Caused by: java.lang.ClassNotFoundException: javax.xml.ws.Service at net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClass(JNLPClassLoader.java:1640) ... 34 more
net.sourceforge.jnlp.LaunchException: Fatal: Startfehler: Konnte JNLP-Datei nicht starten. Die Anwendung war nicht initialisiert. Um detailierte Informationen zu erhalten können javaws oder der Web-Browser von der Befehlszeile aus gestartet werden und die Textausgabe in einem Fehlerbericht gesendet werden. at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:582) at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:945) Caused by: java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:576) ... 1 more Caused by: java.lang.reflect.InvocationTargetException at java.desktop/java.awt.EventQueue.invokeAndWait(EventQueue.java:1367) at java.desktop/java.awt.EventQueue.invokeAndWait(EventQueue.java:1342) at java.desktop/javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1480) at js.java.schaltungen.stsmain.main(stsmain.java:121) ... 6 more Caused by: java.lang.NoClassDefFoundError: javax/xml/ws/Service at java.base/java.lang.ClassLoader.defineClass1(Native Method) at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1016) at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:174) at java.base/java.net.URLClassLoader.defineClass(URLClassLoader.java:550) at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:458) at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:452) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:451) at net.sourceforge.jnlp.runtime.JNLPClassLoader.access$1701(JNLPClassLoader.java:105) at net.sourceforge.jnlp.runtime.JNLPClassLoader$5.run(JNLPClassLoader.java:1744) at net.sourceforge.jnlp.runtime.JNLPClassLoader$5.run(JNLPClassLoader.java:1741) at java.base/java.security.AccessController.doPrivileged(Native Method) at net.sourceforge.jnlp.runtime.JNLPClassLoader.findClass(JNLPClassLoader.java:1740) at net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClassExt(JNLPClassLoader.java:1777) at net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClass(JNLPClassLoader.java:1577) at js.java.soap.ServiceAccessor.<init>(ServiceAccessor.java:31) at js.java.schaltungen.webservice.WebServiceConnector.<init>(WebServiceConnector.java:26) at js.java.schaltungen.stsmain.verify(stsmain.java:302) at js.java.schaltungen.stsmain.start(stsmain.java:293) at js.java.schaltungen.stsmain.access$100(stsmain.java:80) at js.java.schaltungen.stsmain$1.run(stsmain.java:126) at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:303) at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85) at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740) at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203) at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124) at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90) Caused by: java.lang.ClassNotFoundException: javax.xml.ws.Service at net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClass(JNLPClassLoader.java:1640) ... 34 more
netx: Startfehler: Konnte JNLP-Datei nicht starten. ( ( (javax/xml/ws/Service (javax.xml.ws.Service))))
java.lang.ClassNotFoundException: javax.xml.ws.Service at net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClassExt(JNLPClassLoader.java:1798) at net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClass(JNLPClassLoader.java:1598) at java.base/java.lang.ClassLoader.defineClass1(Native Method) at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1016) at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:174) at java.base/java.net.URLClassLoader.defineClass(URLClassLoader.java:550) at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:458) at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:452) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:451) at net.sourceforge.jnlp.runtime.JNLPClassLoader.access$1701(JNLPClassLoader.java:105) at net.sourceforge.jnlp.runtime.JNLPClassLoader$5.run(JNLPClassLoader.java:1744) at net.sourceforge.jnlp.runtime.JNLPClassLoader$5.run(JNLPClassLoader.java:1741) at java.base/java.security.AccessController.doPrivileged(Native Method) at net.sourceforge.jnlp.runtime.JNLPClassLoader.findClass(JNLPClassLoader.java:1740) at net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClassExt(JNLPClassLoader.java:1777) at net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClass(JNLPClassLoader.java:1577) at js.java.soap.ServiceAccessor.<init>(ServiceAccessor.java:31) at js.java.schaltungen.webservice.WebServiceConnector.<init>(WebServiceConnector.java:26) at js.java.schaltungen.stsmain.verify(stsmain.java:302) at js.java.schaltungen.stsmain.start(stsmain.java:293) at js.java.schaltungen.stsmain.access$100(stsmain.java:80) at js.java.schaltungen.stsmain$1.run(stsmain.java:126) at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:303) at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85) at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740) at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203) at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124) at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Build: 5712
java.lang.ClassNotFoundException: javax.xml.bind.annotation.XmlRootElement at net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClassExt(JNLPClassLoader.java:1798) at net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClass(JNLPClassLoader.java:1598) at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName(Class.java:398) at java.base/sun.reflect.generics.factory.CoreReflectionFactory.makeNamedType(CoreReflectionFactory.java:114) at java.base/sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Reifier.java:125) at java.base/sun.reflect.generics.tree.ClassTypeSignature.accept(ClassTypeSignature.java:49) at java.base/sun.reflect.annotation.AnnotationParser.parseSig(AnnotationParser.java:440) at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotation2(AnnotationParser.java:242) at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotations2(AnnotationParser.java:121) at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotations(AnnotationParser.java:73) at java.base/java.lang.Class.createAnnotationData(Class.java:3757) at java.base/java.lang.Class.annotationData(Class.java:3746) at java.base/java.lang.Class.getAnnotation(Class.java:3651) at de.deltaga.eb.BasicEventBus$HandlerTypeInfo.<init>(BasicEventBus.java:741) at de.deltaga.eb.BasicEventBus.subscribe(BasicEventBus.java:192) at js.java.schaltungen.cevents.OccurancesSystem.<init>(OccurancesSystem.java:30) at js.java.schaltungen.stsmain.start(stsmain.java:292) at js.java.schaltungen.stsmain.access$100(stsmain.java:80) at js.java.schaltungen.stsmain$1.run(stsmain.java:126) at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:303) at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85) at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740) at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203) at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124) at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Jan. 18, 2020 10:44:13 NACHM. js.java.schaltungen.stsmain start INFORMATION: Ohne einen Fehler ist eine Information nur eine Information und unkritisch.
Jan. 18, 2020 10:44:12 NACHM. js.java.schaltungen.stsmain start WARNUNG: Ohne einen Fehler ist eine Warnung nur eine Warnung und unkritisch.
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Selecting proxy for: socket://127.0.1.1:42069
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Selecting proxy for: socket://localhost:3000
Class-Path attribute cleared for /home/guido/.cache/icedtea-web/cache/4/http/www.stellwerksim.de/js-tools.jar
Starting SingleInstanceServer on portServerSocket[addr=localhost/127.0.0.1,localport=44373]
result: null
Class-Path attribute cleared for /home/guido/.cache/icedtea-web/cache/3/http/www.stellwerksim.de/sts.jar
Class-Path attribute cleared for /home/guido/.cache/icedtea-web/cache/5/http/www.stellwerksim.de/STSQuery.jar
Invoking main() with args: [xxx, 05201, GuyD]
Setting net.sourceforge.jnlp.runtime.JNLPClassLoader@475a3230 as the classloader for thread Thread-4
Setting net.sourceforge.jnlp.runtime.JNLPClassLoader@475a3230 as the classloader for thread Thread-3
Setting net.sourceforge.jnlp.runtime.JNLPClassLoader@475a3230 as the classloader for thread AWT-EventQueue-1
Setting net.sourceforge.jnlp.runtime.JNLPClassLoader@475a3230 as the classloader for thread StellwerkSim
Class-Path attribute cleared for /home/guido/.cache/icedtea-web/cache/4/http/www.stellwerksim.de/js-tools.jar
Class-Path attribute cleared for /home/guido/.cache/icedtea-web/cache/3/http/www.stellwerksim.de/sts.jar
Class-Path attribute cleared for /home/guido/.cache/icedtea-web/cache/3/http/www.stellwerksim.de/sts.jar.nested/isolate.jar
Class-Path attribute cleared for /home/guido/.cache/icedtea-web/cache/2/http/www.stellwerksim.de/Loader.jar
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
Starting application [js.java.schaltungen.stsmain] ...
ApplicationInstance.addMenuAndDesktopEntries(): file - /home/guido/.local/share/applications/javaws/StellwerkSim.desktop already exists. Refreshing and not proceeding with desktop additions
ApplicationInstance.addMenuAndDesktopEntries(): file - /home/guido/Schreibtisch/StellwerkSim.desktop already exists. Refreshing and not proceeding with desktop additions
Acceptable title tag found, contains: StellwerkSim
Acceptable title tag found, contains: StellwerkSim
Acceptable title tag found, contains: StellwerkSim
Permission added: ("java.io.FilePermission" "/home/guido/.cache/icedtea-web/cache/5/http/www.stellwerksim.de/STSQuery.jar" "read")
Permission added: ("java.io.FilePermission" "/home/guido/.cache/icedtea-web/cache/4/http/www.stellwerksim.de/js-tools.jar" "read")
Permission added: ("java.io.FilePermission" "/home/guido/.cache/icedtea-web/cache/3/http/www.stellwerksim.de/sts.jar" "read")
Permission added: ("java.io.FilePermission" "/home/guido/.cache/icedtea-web/cache/2/http/www.stellwerksim.de/Loader.jar" "read")
Activate native: http://www.stellwerksim.de/STSQuery.jar
Activate jar: file:/home/guido/.cache/icedtea-web/cache/5/http/www.stellwerksim.de/STSQuery.jar
Activate native: http://www.stellwerksim.de/js-tools.jar
Activate jar: file:/home/guido/.cache/icedtea-web/cache/4/http/www.stellwerksim.de/js-tools.jar
Activate native: http://www.stellwerksim.de/sts.jar
Activate jar: file:/home/guido/.cache/icedtea-web/cache/3/http/www.stellwerksim.de/sts.jar
App already has trusted publisher: true
Activate native: http://www.stellwerksim.de/Loader.jar
Activate jar: file:/home/guido/.cache/icedtea-web/cache/2/http/www.stellwerksim.de/Loader.jar
Running jdk9+ ?
java.lang.ClassNotFoundException: sun/misc/JarIndex at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName(Class.java:315) at net.sourceforge.jnlp.jdk89acesses.JarIndexAccess.<clinit>(JarIndexAccess.java:23) at net.sourceforge.jnlp.runtime.JNLPClassLoader$2.run(JNLPClassLoader.java:1417) at net.sourceforge.jnlp.runtime.JNLPClassLoader$2.run(JNLPClassLoader.java:1309) at java.base/java.security.AccessController.doPrivileged(Native Method) at net.sourceforge.jnlp.runtime.JNLPClassLoader.activateJars(JNLPClassLoader.java:1439) at net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:857) at net.sourceforge.jnlp.runtime.JNLPClassLoader.<init>(JNLPClassLoader.java:338) at net.sourceforge.jnlp.runtime.JNLPClassLoader.createInstance(JNLPClassLoader.java:421) at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:495) at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:468) at net.sourceforge.jnlp.Launcher.createApplication(Launcher.java:814) at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:531) at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:945)
Acceptable title tag found, contains: StellwerkSim
Entry-Point manifest attribute for yours 'js.java.schaltungen.stsmain'not found. Continuing.
All applications resources (http://www.stellwerksim.de) are from codebas/documentbase http://www.stellwerksim.de//http://www.stellwerksim.de/, skipping Application-Library-Allowable-Codebase Attribute check.
OK - http://www.stellwerksim.de is from codebase/docbase.
- http://www.stellwerksim.de
Found alaca URLs to be verified
Die Codebasis stimmt mit der Codebasis im Manifest überein und die Anwendung ist signiert. Fahre fort. Um Einzelheiten zu erfahren siehe: http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/security/no_redeploy.html.
Trusted Only manifest attribute not found. Continuing.
App already has trusted publisher: true
App already has trusted publisher: true
Ending check for signed JNLP file...
App already has trusted publisher: true
App already has trusted publisher: true
CN=GlobalSign,O=GlobalSign,OU=GlobalSign Root CA - R3 in cacerts gefunden (/usr/lib/jvm/java-11-openjdk-amd64/lib/security/cacerts)
CN=StellwerkSim Betriebs-Verein e.V.,O=StellwerkSim Betriebs-Verein e.V.,L=Ahaus,ST=Nordrhein-Westfalen,C=DE in cacerts gefunden (/home/guido/.config/icedtea-web/security/trusted.certs)
Jar found at /home/guido/.cache/icedtea-web/cache/5/http/www.stellwerksim.de/STSQuery.jarhas been verified as SIGNED_OK
Jar found at /home/guido/.cache/icedtea-web/cache/4/http/www.stellwerksim.de/js-tools.jarhas been verified as SIGNED_OK
Jar found at /home/guido/.cache/icedtea-web/cache/3/http/www.stellwerksim.de/sts.jarhas been verified as SIGNED_OK
Jar found at /home/guido/.cache/icedtea-web/cache/2/http/www.stellwerksim.de/Loader.jarhas been verified as SIGNED_OK
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://www.stellwerksim.de/js-tools.jar
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://www.stellwerksim.de/js-tools.jar
isCurrent: http://www.stellwerksim.de/js-tools.jar = true
isCurrent:lastModified cache:1578675427000 actual:1578675427000
isCurrent:isCached true
isCached: remote:1173570 cached:1173570
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://www.stellwerksim.de/sts.jar
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://www.stellwerksim.de/sts.jar
isCurrent: http://www.stellwerksim.de/sts.jar = true
isCurrent:lastModified cache:1578675427000 actual:1578675427000
isCurrent:isCached true
isCached: remote:4659900 cached:4659900
done https://www.stellwerksim.de/js-tools.jar
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://www.stellwerksim.de/js-tools.jar
Connecting https://www.stellwerksim.de/js-tools.jar
done https://www.stellwerksim.de/sts.jar
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://www.stellwerksim.de/sts.jar
Connecting https://www.stellwerksim.de/sts.jar
best url for location=http://www.stellwerksim.de/js-tools.jar state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING is https://www.stellwerksim.de/js-tools.jar by HEAD
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://www.stellwerksim.de/js-tools.jar
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://www.stellwerksim.de/js-tools.jar
Key : Content-Type ,Value : [application/java-archive]
Key : Date ,Value : [Sat, 18 Jan 2020 21:44:11 GMT]
Key : Content-Length ,Value : [1173570]
Key : Last-Modified ,Value : [Fri, 10 Jan 2020 16:57:07 GMT]
Key : Connection ,Value : [Keep-Alive]
Key : ETag ,Value : ["3e6d9f-11e842-59bcc040abec0"]
Key : Server ,Value : [Apache/2.2.16 (Debian)]
Key : null ,Value : [HTTP/1.1 200 OK]
Key : Accept-Ranges ,Value : [bytes]
Key : Keep-Alive ,Value : [timeout=5, max=40]
best url for location=http://www.stellwerksim.de/sts.jar state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING is https://www.stellwerksim.de/sts.jar by HEAD
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://www.stellwerksim.de/sts.jar
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://www.stellwerksim.de/sts.jar
Key : Content-Type ,Value : [application/java-archive]
Key : Date ,Value : [Sat, 18 Jan 2020 21:44:11 GMT]
Key : Content-Length ,Value : [4659900]
Key : Last-Modified ,Value : [Fri, 10 Jan 2020 16:57:07 GMT]
Key : Connection ,Value : [Keep-Alive]
Key : ETag ,Value : ["3e669e-471abc-59bcc040abec0"]
Key : Server ,Value : [Apache/2.2.16 (Debian)]
Key : null ,Value : [HTTP/1.1 200 OK]
Key : Accept-Ranges ,Value : [bytes]
Key : Keep-Alive ,Value : [timeout=5, max=40]
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://www.stellwerksim.de/STSQuery.jar
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://www.stellwerksim.de/STSQuery.jar
isCurrent: http://www.stellwerksim.de/STSQuery.jar = true
isCurrent:lastModified cache:1578675427000 actual:1578675427000
isCurrent:isCached true
isCached: remote:35047 cached:35047
done https://www.stellwerksim.de/STSQuery.jar
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://www.stellwerksim.de/STSQuery.jar
Connecting https://www.stellwerksim.de/STSQuery.jar
best url for location=http://www.stellwerksim.de/STSQuery.jar state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING is https://www.stellwerksim.de/STSQuery.jar by HEAD
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://www.stellwerksim.de/STSQuery.jar
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://www.stellwerksim.de/STSQuery.jar
Key : Content-Type ,Value : [application/java-archive]
Key : Date ,Value : [Sat, 18 Jan 2020 21:44:11 GMT]
Key : Content-Length ,Value : [35047]
Key : Last-Modified ,Value : [Fri, 10 Jan 2020 16:57:07 GMT]
Key : Connection ,Value : [Keep-Alive]
Key : ETag ,Value : ["3e14ec-88e7-59bcc040abec0"]
Key : Server ,Value : [Apache/2.2.16 (Debian)]
Key : null ,Value : [HTTP/1.1 200 OK]
Key : Accept-Ranges ,Value : [bytes]
Key : Keep-Alive ,Value : [timeout=5, max=40]
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://www.stellwerksim.de/Loader.jar
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://www.stellwerksim.de/Loader.jar
isCurrent: http://www.stellwerksim.de/Loader.jar = true
isCurrent:lastModified cache:1578675427000 actual:1578675427000
isCurrent:isCached true
isCached: remote:55608 cached:55608
done https://www.stellwerksim.de/Loader.jar
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://www.stellwerksim.de/Loader.jar
Connecting https://www.stellwerksim.de/Loader.jar
best url for location=http://www.stellwerksim.de/Loader.jar state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING is https://www.stellwerksim.de/Loader.jar by HEAD
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://www.stellwerksim.de/Loader.jar
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://www.stellwerksim.de/Loader.jar
Key : Content-Type ,Value : [application/java-archive]
Key : Date ,Value : [Sat, 18 Jan 2020 21:44:11 GMT]
Key : Content-Length ,Value : [55608]
Key : Last-Modified ,Value : [Fri, 10 Jan 2020 16:57:07 GMT]
Key : Connection ,Value : [Keep-Alive]
Key : ETag ,Value : ["3e86a0-d938-59bcc040abec0"]
Key : Server ,Value : [Apache/2.2.16 (Debian)]
Key : null ,Value : [HTTP/1.1 200 OK]
Key : Accept-Ranges ,Value : [bytes]
Key : Keep-Alive ,Value : [timeout=5, max=38]
Selected proxies: [DIRECT]
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Selecting proxy for: socket://www.stellwerksim.de:443
Selecting proxy for: socket://www.stellwerksim.de:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Selecting proxy for: socket://www.stellwerksim.de:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Selecting proxy for: https://www.stellwerksim.de/STSQuery.jar
done https://www.stellwerksim.de/STSQuery.jar
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://www.stellwerksim.de/STSQuery.jar
Selected proxies: [DIRECT]
Selected proxies: [DIRECT]
Connecting https://www.stellwerksim.de/STSQuery.jar
All possible urls for location=http://www.stellwerksim.de/STSQuery.jar state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING : [https://www.stellwerksim.de/STSQuery.jar, https://www.stellwerksim.de/STSQuery.jar, http://www.stellwerksim.de/STSQuery.jar, http://www.stellwerksim.de/STSQuery.jar]
Browser selected proxies: [DIRECT]
Finding best URL for: http://www.stellwerksim.de/STSQuery.jar : DownloadOptions[use pack: false; use version: false]
Selecting proxy for: https://www.stellwerksim.de/js-tools.jar
Acceptable title tag found, contains: StellwerkSim
Browser selected proxies: [DIRECT]
Selecting proxy for: https://www.stellwerksim.de/sts.jar
Jars not ready to provide attribute Application-Name
done https://www.stellwerksim.de/js-tools.jar
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://www.stellwerksim.de/js-tools.jar
Connecting https://www.stellwerksim.de/js-tools.jar
All possible urls for location=http://www.stellwerksim.de/js-tools.jar state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING : [https://www.stellwerksim.de/js-tools.jar, https://www.stellwerksim.de/js-tools.jar, http://www.stellwerksim.de/js-tools.jar, http://www.stellwerksim.de/js-tools.jar]
Finding best URL for: http://www.stellwerksim.de/js-tools.jar : DownloadOptions[use pack: false; use version: false]
done https://www.stellwerksim.de/sts.jar
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://www.stellwerksim.de/sts.jar
Connecting https://www.stellwerksim.de/sts.jar
Selected proxies: [DIRECT]
All possible urls for location=http://www.stellwerksim.de/sts.jar state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING : [https://www.stellwerksim.de/sts.jar, https://www.stellwerksim.de/sts.jar, http://www.stellwerksim.de/sts.jar, http://www.stellwerksim.de/sts.jar]
Browser selected proxies: [DIRECT]
Finding best URL for: http://www.stellwerksim.de/sts.jar : DownloadOptions[use pack: false; use version: false]
Selecting proxy for: https://www.stellwerksim.de/Loader.jar
done https://www.stellwerksim.de/Loader.jar
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://www.stellwerksim.de/Loader.jar
Connecting https://www.stellwerksim.de/Loader.jar
All possible urls for location=http://www.stellwerksim.de/Loader.jar state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING : [https://www.stellwerksim.de/Loader.jar, https://www.stellwerksim.de/Loader.jar, http://www.stellwerksim.de/Loader.jar, http://www.stellwerksim.de/Loader.jar]
Finding best URL for: http://www.stellwerksim.de/Loader.jar : DownloadOptions[use pack: false; use version: false]
New classloader: http://www.stellwerksim.de/download-jnlp.php?token=xxx
result: null
Acceptable title tag found, contains: StellwerkSim
Jars not ready to provide attribute Application-Name
Acceptable title tag found, contains: StellwerkSim
Jars not ready to provide attribute Application-Name
Acquired shared lock on /tmp/guido/netx/locks/netx_running to indicate javaws is running
UNIQUEKEY=1579383851481-1698322451-http://www.stellwerksim.de/download-jnlp.php?token=xxx
good - your JRE - 11.0.5 - match requested JRE - 9+
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
Warnung: Die angeforderte JRE „1.8.0_*“ stimmt nicht mit der vorhandenen JRE „11.0.5“ überein
Acceptable vendor tag found, contains: JS
Acceptable title tag found, contains: StellwerkSim
Jars not ready to provide attribute Application-Name
Description: Stellwerk Simulation
Homepage: http://www.js-home.org/
line: 48
line: 47
line: 46 </jnlp>
line: 45
line: 44 </application-desc>
line: 43 <argument>GuyD</argument>
line: 42 <argument>05201</argument>
line: 41 <argument>xxx</argument>
line: 40 <application-desc name="StellwerkSim" main-class="js.java.schaltungen.stsmain" width="300" height="300">
line: 39 </resources>
line: 38 <property name="jnlp.startchannel" value="#lobby"></property>
line: 37 <property name="jnlp.mixfilterchannels" value="#Lobby"></property>
line: 36 <property name="jnlp.readyroomchannels" value="#Lobby:Lobby;#quassel:Spielanfragen;#erbauer:Erbauer"></property>
line: 35 <property name="jnlp.readyroom" value="#readyroom"></property>
line: 34 <property name="jnlp.controlroomPrefix" value="#control"></property>
line: 33 <property name="jnlp.controlbot" value="sts-control"></property>
line: 32 <property name="jnlp.log" value="www.stellwerksim.de/javalog.php"></property>
line: 31 <property name="jnlp.service" value="http://www.stellwerksim.de/soap.php"></property>
line: 30 <property name="jnlp.webserver" value="www.stellwerksim.de"></property>
line: 29 <property name="jnlp.timeserver" value="www.stellwerksim.de"></property>
line: 28 <property name="jnlp.ircserver" value="www.stellwerksim.de"></property>
line: 27
line: 26 <jar href="STSQuery.jar" download="eager"></jar>
line: 25 <jar href="js-tools.jar" download="eager"></jar>
line: 24 <jar href="sts.jar" main="true" download="eager"></jar>
line: 23 <jar href="Loader.jar" download="progress"></jar>
line: 22 <j2se version="9+" href="http://java.sun.com/products/autodl/j2se" java-vm-args="--add-modules=java.xml.ws" initial-heap-size="500M"></j2se>
line: 21 <j2se version="1.8.0_*" href="http://java.sun.com/products/autodl/j2se" java-vm-args="-Dcom.sun.management.jmxremote" initial-heap-size="500M"></j2se>
line: 20
line: 19 <resources>
line: 18 <update check="always" policy="always"></update>
line: 17 </security>
line: 16 <all-permissions></all-permissions>
line: 15 <security>
line: 14 </information>
line: 13 </shortcut>
line: 12 <menu submenu="StellwerkSim.de"></menu>
line: 11 <desktop></desktop>
line: 10 <shortcut online="false">
line: 9 <icon href="/sts1-minicut.jpg"></icon>
line: 8 <description>Stellwerk Simulation</description>
line: 7 <homepage href="http://www.js-home.org/"></homepage>
line: 6 <vendor>JS</vendor>
line: 5 <title>StellwerkSim</title>
line: 4 <information>
line: 3 <jnlp spec="1.0+" codebase="http://www.stellwerksim.de" href="http://www.stellwerksim.de/download-jnlp.php?token=xxx" xmlns="http://www.w3.org/1999/xhtml">
line: 2
<?xml version="1.0" standalone="yes"?>
Using MalformedXMLParser
UNIQUEKEY=1579383851456-880178335-file:/tmp/mozilla_guido0/sts-guyd-4.jnlp
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://www.stellwerksim.de/download-jnlp.php?token=xxx
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://www.stellwerksim.de/download-jnlp.php?token=xxx
isCurrent:isCached false
Downloading file: http://www.stellwerksim.de/download-jnlp.php?token=xxx into: /home/guido/.cache/icedtea-web/cache/14/http/www.stellwerksim.de/download-jnlp.php.token_xxx
Downloading http://www.stellwerksim.de/download-jnlp.php?token=xxx using https://www.stellwerksim.de/download-jnlp.php?token=xxx (encoding : null)
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Selecting proxy for: https://www.stellwerksim.de/download-jnlp.php?token=xxx
done https://www.stellwerksim.de/download-jnlp.php?token=xxx
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://www.stellwerksim.de/download-jnlp.php?token=xxx
Connecting https://www.stellwerksim.de/download-jnlp.php?token=xxx
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://www.stellwerksim.de/download-jnlp.php?token=xxx
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://www.stellwerksim.de/download-jnlp.php?token=xxx
isCached: remote:2078 cached:2078
isCurrent: http://www.stellwerksim.de/download-jnlp.php?token=xxx = false
isCurrent:lastModified cache:1579383849000 actual:1579383851000
isCurrent:isCached true
isCached: remote:2078 cached:2078
done https://www.stellwerksim.de/download-jnlp.php?token=xxx
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://www.stellwerksim.de/download-jnlp.php?token=xxx
Connecting https://www.stellwerksim.de/download-jnlp.php?token=xxx
best url for location=http://www.stellwerksim.de/download-jnlp.php?token=xxx state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING is https://www.stellwerksim.de/download-jnlp.php?token=xxx by HEAD
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://www.stellwerksim.de/download-jnlp.php?token=xxx
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://www.stellwerksim.de/download-jnlp.php?token=xxx
Key : X-Powered-By ,Value : [PHP/5.3.3-7+squeeze29]
Key : Content-Type ,Value : [application/x-java-jnlp-file]
Key : Expires ,Value : [Mon, 26 Jul 1997 05:00:00 GMT]
Key : Set-Cookie ,Value : [phpbb3_8isz4_sid=4daa54796e3d9e30c11ba24698c039f6; expires=Sun, 17-Jan-2021 21:44:11 GMT; path=/; domain=stellwerksim.de; HttpOnly, phpbb3_8isz4_k=; expires=Sun, 17-Jan-2021 21:44:11 GMT; path=/; domain=stellwerksim.de; HttpOnly, phpbb3_8isz4_u=1; expires=Sun, 17-Jan-2021 21:44:11 GMT; path=/; domain=stellwerksim.de; HttpOnly]
Key : Content-Disposition ,Value : [attachment; filename="sts-guyd.jnlp"]
Key : Cache-Control ,Value : [post-check=0, pre-check=0, false]
Key : Date ,Value : [Sat, 18 Jan 2020 21:44:11 GMT]
Key : Last-Modified ,Value : [Sat, 18 Jan 2020 21:44:11 GMT]
Key : Pragma ,Value : [no-cache]
Key : Connection ,Value : [Keep-Alive]
Key : Server ,Value : [Apache/2.2.16 (Debian)]
Key : null ,Value : [HTTP/1.1 200 OK]
Key : Keep-Alive ,Value : [timeout=5, max=40]
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Selecting proxy for: socket://www.stellwerksim.de:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Selecting proxy for: https://www.stellwerksim.de/download-jnlp.php?token=xxx
done https://www.stellwerksim.de/download-jnlp.php?token=xxx
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://www.stellwerksim.de/download-jnlp.php?token=xxx
Connecting https://www.stellwerksim.de/download-jnlp.php?token=xxx
All possible urls for location=http://www.stellwerksim.de/download-jnlp.php?token=xxx state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING : [https://www.stellwerksim.de/download-jnlp.php?token=xxx, https://www.stellwerksim.de/download-jnlp.php?token=xxx, http://www.stellwerksim.de/download-jnlp.php?token=xxx, http://www.stellwerksim.de/download-jnlp.php?token=xxx]
Finding best URL for: http://www.stellwerksim.de/download-jnlp.php?token=xxx : DownloadOptions[use pack: false; use version: false]
good - your JRE - 11.0.5 - match requested JRE - 9+
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
Warnung: Die angeforderte JRE „1.8.0_*“ stimmt nicht mit der vorhandenen JRE „11.0.5“ überein
Acceptable vendor tag found, contains: JS
Acceptable title tag found, contains: StellwerkSim
Jars not ready to provide attribute Application-Name
Description: Stellwerk Simulation
Homepage: http://www.js-home.org/
line: 48
line: 47
line: 46 </jnlp>
line: 45
line: 44 </application-desc>
line: 43 <argument>GuyD</argument>
line: 42 <argument>05201</argument>
line: 41 <argument>xxx</argument>
line: 40 <application-desc name="StellwerkSim" main-class="js.java.schaltungen.stsmain" width="300" height="300">
line: 39 </resources>
line: 38 <property name="jnlp.startchannel" value="#lobby"></property>
line: 37 <property name="jnlp.mixfilterchannels" value="#Lobby"></property>
line: 36 <property name="jnlp.readyroomchannels" value="#Lobby:Lobby;#quassel:Spielanfragen;#erbauer:Erbauer"></property>
line: 35 <property name="jnlp.readyroom" value="#readyroom"></property>
line: 34 <property name="jnlp.controlroomPrefix" value="#control"></property>
line: 33 <property name="jnlp.controlbot" value="sts-control"></property>
line: 32 <property name="jnlp.log" value="www.stellwerksim.de/javalog.php"></property>
line: 31 <property name="jnlp.service" value="http://www.stellwerksim.de/soap.php"></property>
line: 30 <property name="jnlp.webserver" value="www.stellwerksim.de"></property>
line: 29 <property name="jnlp.timeserver" value="www.stellwerksim.de"></property>
line: 28 <property name="jnlp.ircserver" value="www.stellwerksim.de"></property>
line: 27
line: 26 <jar href="STSQuery.jar" download="eager"></jar>
line: 25 <jar href="js-tools.jar" download="eager"></jar>
line: 24 <jar href="sts.jar" main="true" download="eager"></jar>
line: 23 <jar href="Loader.jar" download="progress"></jar>
line: 22 <j2se version="9+" href="http://java.sun.com/products/autodl/j2se" java-vm-args="--add-modules=java.xml.ws" initial-heap-size="500M"></j2se>
line: 21 <j2se version="1.8.0_*" href="http://java.sun.com/products/autodl/j2se" java-vm-args="-Dcom.sun.management.jmxremote" initial-heap-size="500M"></j2se>
line: 20
line: 19 <resources>
line: 18 <update check="always" policy="always"></update>
line: 17 </security>
line: 16 <all-permissions></all-permissions>
line: 15 <security>
line: 14 </information>
line: 13 </shortcut>
line: 12 <menu submenu="StellwerkSim.de"></menu>
line: 11 <desktop></desktop>
line: 10 <shortcut online="false">
line: 9 <icon href="/sts1-minicut.jpg"></icon>
line: 8 <description>Stellwerk Simulation</description>
line: 7 <homepage href="http://www.js-home.org/"></homepage>
line: 6 <vendor>JS</vendor>
line: 5 <title>StellwerkSim</title>
line: 4 <information>
line: 3 <jnlp spec="1.0+" codebase="http://www.stellwerksim.de" href="http://www.stellwerksim.de/download-jnlp.php?token=xxx" xmlns="http://www.w3.org/1999/xhtml">
line: 2
<?xml version="1.0" standalone="yes"?>
Using MalformedXMLParser
JNLP-Dateiort: /tmp/mozilla_guido0/sts-guyd-4.jnlp
Proceeding with jnlp
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
Es ist nicht möglich Firefoxs Proxyeinstellungen zu verwenden. Nutze „DIRECT“ als Proxytyp.
java.io.FileNotFoundException: /home/guido/.mozilla/firefox/ccyhtmsx.default/prefs.js (Datei oder Verzeichnis nicht gefunden) at java.base/java.io.FileInputStream.open0(Native Method) at java.base/java.io.FileInputStream.open(FileInputStream.java:219) at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157) at java.base/java.io.FileReader.<init>(FileReader.java:75) at net.sourceforge.jnlp.browser.FirefoxPreferencesParser.parse(FirefoxPreferencesParser.java:90) at net.sourceforge.jnlp.browser.BrowserAwareProxySelector.parseBrowserPreferences(BrowserAwareProxySelector.java:153) at net.sourceforge.jnlp.browser.BrowserAwareProxySelector.initFromBrowserConfig(BrowserAwareProxySelector.java:114) at net.sourceforge.jnlp.browser.BrowserAwareProxySelector.initialize(BrowserAwareProxySelector.java:101) at net.sourceforge.jnlp.runtime.JNLPRuntime.initialize(JNLPRuntime.java:292) at net.sourceforge.jnlp.runtime.Boot.init(Boot.java:349) at net.sourceforge.jnlp.runtime.JnlpBoot.run(JnlpBoot.java:58) at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:270) at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:63) at java.base/java.security.AccessController.doPrivileged(Native Method) at net.sourceforge.jnlp.runtime.Boot.main(Boot.java:210)
Found preferences file: /home/guido/.mozilla/firefox/ccyhtmsx.default/prefs.js
Using firefox's profiles file: /home/guido/.mozilla/firefox/profiles.ini
Starting security dialog thread
Forcing of offline set to: false
WARNING: key deployment.system.cachedir has no value, setting to default value
java.io.FileNotFoundException: /home/guido/.config/icedtea-web/deployment.properties (Datei oder Verzeichnis nicht gefunden) at java.base/java.io.FileInputStream.open0(Native Method) at java.base/java.io.FileInputStream.open(FileInputStream.java:219) at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157) at java.base/java.io.FileInputStream.<init>(FileInputStream.java:112) at java.base/sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:86) at java.base/sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:184) at java.base/java.net.URL.openStream(URL.java:1139) at net.sourceforge.jnlp.config.DeploymentConfiguration.loadComments(DeploymentConfiguration.java:928) at net.sourceforge.jnlp.config.DeploymentConfiguration.load(DeploymentConfiguration.java:385) at net.sourceforge.jnlp.config.DeploymentConfiguration.load(DeploymentConfiguration.java:347) at net.sourceforge.jnlp.config.DeploymentConfiguration.load(DeploymentConfiguration.java:325) at net.sourceforge.jnlp.runtime.JNLPRuntime$DeploymentConfigurationHolder.initConfiguration(JNLPRuntime.java:457) at net.sourceforge.jnlp.runtime.JNLPRuntime$DeploymentConfigurationHolder.<clinit>(JNLPRuntime.java:452) at net.sourceforge.jnlp.runtime.JNLPRuntime.getConfiguration(JNLPRuntime.java:487) at net.sourceforge.jnlp.config.DirectoryValidator.<init>(DirectoryValidator.java:226) at net.sourceforge.jnlp.config.DeploymentConfiguration.move14AndOlderFilesTo15Structure(DeploymentConfiguration.java:886) at net.sourceforge.jnlp.config.DeploymentConfiguration.move14AndOlderFilesTo15StructureCatched(DeploymentConfiguration.java:786) at net.sourceforge.jnlp.runtime.Boot.main(Boot.java:121)
No User level deployment.properties found.
java.io.FileNotFoundException: /home/guido/.config/icedtea-web/deployment.properties (Datei oder Verzeichnis nicht gefunden) at java.base/java.io.FileInputStream.open0(Native Method) at java.base/java.io.FileInputStream.open(FileInputStream.java:219) at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157) at java.base/java.io.FileInputStream.<init>(FileInputStream.java:112) at java.base/sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:86) at java.base/sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:184) at java.base/java.net.URL.openStream(URL.java:1139) at net.sourceforge.jnlp.config.DeploymentConfiguration.parsePropertiesFile(DeploymentConfiguration.java:711) at net.sourceforge.jnlp.config.DeploymentConfiguration.findSystemConfigFile(DeploymentConfiguration.java:533) at net.sourceforge.jnlp.config.DeploymentConfiguration.load(DeploymentConfiguration.java:345) at net.sourceforge.jnlp.config.DeploymentConfiguration.load(DeploymentConfiguration.java:325) at net.sourceforge.jnlp.runtime.JNLPRuntime$DeploymentConfigurationHolder.initConfiguration(JNLPRuntime.java:457) at net.sourceforge.jnlp.runtime.JNLPRuntime$DeploymentConfigurationHolder.<clinit>(JNLPRuntime.java:452) at net.sourceforge.jnlp.runtime.JNLPRuntime.getConfiguration(JNLPRuntime.java:487) at net.sourceforge.jnlp.config.DirectoryValidator.<init>(DirectoryValidator.java:226) at net.sourceforge.jnlp.config.DeploymentConfiguration.move14AndOlderFilesTo15Structure(DeploymentConfiguration.java:886) at net.sourceforge.jnlp.config.DeploymentConfiguration.move14AndOlderFilesTo15StructureCatched(DeploymentConfiguration.java:786) at net.sourceforge.jnlp.runtime.Boot.main(Boot.java:121)
Ico provider registered correctly.
cache: /home/guido/.cache/icedtea-web file exists:true
config: /home/guido/.config/icedtea-web file exists: true
System is already following XDG .cache and .config specifications
Krass, wieviele Einträge das erzeugt! Sorry, weiss nicht was belanglos ist und was nicht.