Changes between Initial Version and Version 1 of Ticket #14301


Ignore:
Timestamp:
2017-01-27T18:11:08+01:00 (9 years ago)
Author:
Don-vip
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14301

    • Property Keywords https ssl javabug added
    • Property Summary JOSM freeze when executed on opensuse 14.2JOSM freeze / opensuse 14.2 / NegativeArraySizeException at sun.security.ec.ECKeyPairGenerator.generateECKeyPair
  • Ticket #14301 – Description

    initial v1  
    1313==== Please provide any additional information below. Attach a screenshot if possible.
    1414
     15{{{
     16jca@opensuse-142:/usr/share/java> java -jar josm-tested.jar
     172017-01-27 17:36:17.407 INFO: Log niveau er på INFO (INFO, 800)
     182017-01-27 17:36:18.796 INFO: GET https://josm.openstreetmap.de/wiki/Da:StartupPage -> !!!
     192017-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
     20javax.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)
     40Caused 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
     52Caused 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}}}