Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8213282

NoSuchMethodError: sun.security.ssl.SSLSessionImpl() with JDK 8u181b13 onwards

XMLWordPrintable

      ADDITIONAL SYSTEM INFORMATION :
      windows 10 and ubuntu 16.04 / 18.04

      A DESCRIPTION OF THE PROBLEM :
      After upgrade to build 1.8.0_181-b13 this problems is happening when i try to connect to webservices:

      sun.security.ssl.SSLSessionImpl.<init>(Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/CipherSuite;Ljava/util/Collection;Lsun/security/ssl/SessionId;Ljava/lang/String;IZ)V [103]
      java.lang.NoSuchMethodError: sun.security.ssl.SSLSessionImpl.<init>(Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/CipherSuite;Ljava/util/Collection;Lsun/security/ssl/SessionId;Ljava/lang/String;IZ)V
      at sun.security.ssl.ClientHandshaker.serverHello(ClientHandshaker.java:723)
      at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:210)
      at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1052)
      at sun.security.ssl.Handshaker.process_record(Handshaker.java:987)
      at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1072)
      at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1385)
      at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1413)
      at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1397)

      also happens with 191 and 192 builds

      REGRESSION : Last worked in version 8u181


      CUSTOMER SUBMITTED WORKAROUND :
      downgrade to 1.8.0_181-b12 or 1.8.0_172

      FREQUENCY : always


            psonal Pallavi Sonal (Inactive)
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: