| | 15 | {{{ |
| | 16 | jca@opensuse-142:/usr/share/java> java -jar josm-tested.jar |
| | 17 | 2017-01-27 17:36:17.407 INFO: Log niveau er på INFO (INFO, 800) |
| | 18 | 2017-01-27 17:36:18.796 INFO: GET https://josm.openstreetmap.de/wiki/Da:StartupPage -> !!! |
| | 19 | 2017-01-27 17:36:18.797 WARNING: javax.net.ssl.SSLException: java.security.ProviderException: java.lang.NegativeArraySizeException. Årsag: java.security.ProviderException: java.lang.NegativeArraySizeException. Årsag: java.lang.NegativeArraySizeException |
| | 20 | javax.net.ssl.SSLException: java.security.ProviderException: java.lang.NegativeArraySizeException |
| | 21 | at sun.security.ssl.Alerts.getSSLException(Alerts.java:208) |
| | 22 | at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949) |
| | 23 | at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1906) |
| | 24 | at sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1889) |
| | 25 | at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1410) |
| | 26 | at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387) |
| | 27 | at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559) |
| | 28 | at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185) |
| | 29 | at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:153) |
| | 30 | at org.openstreetmap.josm.tools.HttpClient.connect(HttpClient.java:124) |
| | 31 | at org.openstreetmap.josm.tools.HttpClient.connect(HttpClient.java:74) |
| | 32 | at org.openstreetmap.josm.tools.WikiReader.readLang(WikiReader.java:100) |
| | 33 | at org.openstreetmap.josm.tools.WikiReader.readLang(WikiReader.java:75) |
| | 34 | at org.openstreetmap.josm.gui.GettingStarted$MotdContent.updateData(GettingStarted.java:88) |
| | 35 | at org.openstreetmap.josm.io.CacheCustomContent.updateForce(CacheCustomContent.java:137) |
| | 36 | at org.openstreetmap.josm.io.CacheCustomContent.updateForceString(CacheCustomContent.java:149) |
| | 37 | at org.openstreetmap.josm.io.CacheCustomContent.updateIfRequiredString(CacheCustomContent.java:127) |
| | 38 | at org.openstreetmap.josm.gui.GettingStarted.lambda$getMOTD$1(GettingStarted.java:143) |
| | 39 | at java.lang.Thread.run(Thread.java:745) |
| | 40 | Caused by: java.security.ProviderException: java.lang.NegativeArraySizeException |
| | 41 | at sun.security.ec.ECKeyPairGenerator.generateKeyPair(ECKeyPairGenerator.java:147) |
| | 42 | at java.security.KeyPairGenerator$Delegate.generateKeyPair(KeyPairGenerator.java:703) |
| | 43 | at sun.security.ssl.ECDHCrypt.<init>(ECDHCrypt.java:77) |
| | 44 | at sun.security.ssl.ClientHandshaker.serverKeyExchange(ClientHandshaker.java:721) |
| | 45 | at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:281) |
| | 46 | at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979) |
| | 47 | at sun.security.ssl.Handshaker.process_record(Handshaker.java:914) |
| | 48 | at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062) |
| | 49 | at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375) |
| | 50 | at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403) |
| | 51 | ... 14 more |
| | 52 | Caused by: java.lang.NegativeArraySizeException |
| | 53 | at sun.security.ec.ECKeyPairGenerator.generateECKeyPair(Native Method) |
| | 54 | at sun.security.ec.ECKeyPairGenerator.generateKeyPair(ECKeyPairGenerator.java:128) |
| | 55 | ... 23 more |
| | 56 | }}} |