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

sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java failed with "Remote host terminated the handshake"

XMLWordPrintable

    • b153
    • generic

      sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java test fails intermittently with the following exceptions:

      javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake
      at sun.security.ssl.SSLSocketImpl.readRecord(java.base@9-internal/SSLSocketImpl.java:1053)
      at sun.security.ssl.SSLSocketImpl.readRecord(java.base@9-internal/SSLSocketImpl.java:968)
      at sun.security.ssl.SSLSocketImpl.performInitialHandshake(java.base@9-internal/SSLSocketImpl.java:1395)
      at sun.security.ssl.SSLSocketImpl.writeRecord(java.base@9-internal/SSLSocketImpl.java:728)
      at sun.security.ssl.AppOutputStream.write(java.base@9-internal/AppOutputStream.java:67)
      at java.io.OutputStream.write(java.base@9-internal/OutputStream.java:75)
      at CipherTest$Client.sendRequest(CipherTest.java:381)
      at JSSEClient.runTest(JSSEClient.java:57)
      at CipherTest$Client.run(CipherTest.java:368)
      at java.lang.Thread.run(java.base@9-internal/Thread.java:843)
      Caused by: java.io.EOFException: SSL peer shut down incorrectly
      at sun.security.ssl.SSLSocketInputRecord.decode(java.base@9-internal/SSLSocketInputRecord.java:156)
      at sun.security.ssl.SSLSocketImpl.readRecord(java.base@9-internal/SSLSocketImpl.java:1026)
      ... 9 more
      javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake
      at sun.security.ssl.SSLSocketImpl.readRecord(java.base@9-internal/SSLSocketImpl.java:1053)
      at sun.security.ssl.SSLSocketImpl.readRecord(java.base@9-internal/SSLSocketImpl.java:968)
      at sun.security.ssl.SSLSocketImpl.performInitialHandshake(java.base@9-internal/SSLSocketImpl.java:1395)
      at sun.security.ssl.SSLSocketImpl.writeRecord(java.base@9-internal/SSLSocketImpl.java:728)
      at sun.security.ssl.AppOutputStream.write(java.base@9-internal/AppOutputStream.java:67)
      at java.io.OutputStream.write(java.base@9-internal/OutputStream.java:75)
      at CipherTest$Client.sendRequest(CipherTest.java:381)
      at JSSEClient.runTest(JSSEClient.java:57)
      at CipherTest$Client.run(CipherTest.java:368)
      at java.lang.Thread.run(java.base@9-internal/Thread.java:843)
      Caused by: java.io.EOFException: SSL peer shut down incorrectly
      at sun.security.ssl.SSLSocketInputRecord.decode(java.base@9-internal/SSLSocketInputRecord.java:156)
      at sun.security.ssl.SSLSocketImpl.readRecord(java.base@9-internal/SSLSocketImpl.java:1026)
      ... 9 more
      javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake
      at sun.security.ssl.SSLSocketImpl.readRecord(java.base@9-internal/SSLSocketImpl.java:1053)
      at sun.security.ssl.SSLSocketImpl.readRecord(java.base@9-internal/SSLSocketImpl.java:968)
      at sun.security.ssl.SSLSocketImpl.performInitialHandshake(java.base@9-internal/SSLSocketImpl.java:1395)
      at sun.security.ssl.SSLSocketImpl.writeRecord(java.base@9-internal/SSLSocketImpl.java:728)
      at sun.security.ssl.AppOutputStream.write(java.base@9-internal/AppOutputStream.java:67)
      at java.io.OutputStream.write(java.base@9-internal/OutputStream.java:75)
      at CipherTest$Client.sendRequest(CipherTest.java:381)
      at JSSEClient.runTest(JSSEClient.java:57)
      at CipherTest$Client.run(CipherTest.java:368)
      at java.lang.Thread.run(java.base@9-internal/Thread.java:843)
      Caused by: java.io.EOFException: SSL peer shut down incorrectly
      at sun.security.ssl.SSLSocketInputRecord.decode(java.base@9-internal/SSLSocketInputRecord.java:156)
      at sun.security.ssl.SSLSocketImpl.readRecord(java.base@9-internal/SSLSocketImpl.java:1026)
      ... 9 more
      javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake
      at sun.security.ssl.SSLSocketImpl.readRecord(java.base@9-internal/SSLSocketImpl.java:1053)
      at sun.security.ssl.SSLSocketImpl.readRecord(java.base@9-internal/SSLSocketImpl.java:968)
      at sun.security.ssl.SSLSocketImpl.performInitialHandshake(java.base@9-internal/SSLSocketImpl.java:1395)
      at sun.security.ssl.SSLSocketImpl.writeRecord(java.base@9-internal/SSLSocketImpl.java:728)
      at sun.security.ssl.AppOutputStream.write(java.base@9-internal/AppOutputStream.java:67)
      at java.io.OutputStream.write(java.base@9-internal/OutputStream.java:75)
      at CipherTest$Client.sendRequest(CipherTest.java:381)
      at JSSEClient.runTest(JSSEClient.java:57)
      at CipherTest$Client.run(CipherTest.java:368)
      at java.lang.Thread.run(java.base@9-internal/Thread.java:843)
      Caused by: java.io.EOFException: SSL peer shut down incorrectly
      at sun.security.ssl.SSLSocketInputRecord.decode(java.base@9-internal/SSLSocketInputRecord.java:156)
      at sun.security.ssl.SSLSocketImpl.readRecord(java.base@9-internal/SSLSocketImpl.java:1026)
      ... 9 more
      java.lang.Exception: *** Test 'Client JSSE - Server JSSE' failed ***
      at CipherTest.run(CipherTest.java:325)
      at CipherTest.main(CipherTest.java:449)
      at ClientJSSEServerJSSE.main(ClientJSSEServerJSSE.java:67)
      at PKCS11Test.premain(PKCS11Test.java:165)
      at PKCS11Test.testNSS(PKCS11Test.java:516)
      at PKCS11Test.main(PKCS11Test.java:201)
      at ClientJSSEServerJSSE.main(ClientJSSEServerJSSE.java:57)
      at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-internal/Native Method)
      at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-internal/NativeMethodAccessorImpl.java:62)
      at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-internal/DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(java.base@9-internal/Method.java:535)
      at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:110)
      at java.lang.Thread.run(java.base@9-internal/Thread.java:843)

            jjiang John Jiang
            ssahoo Sibabrata Sahoo (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: