Uploaded image for project: 'ONgDB'
  1. ONgDB
  2. ONGDB-130

RejectTransportEncryptionIT failure with message Remote host terminated the handshake

    XMLWordPrintable

Details

    Description

      Failure after latest upgrade to Java 1.8.0_275.

      12-Feb-2021 16:19:45[ERROR] Failures: 12-Feb-2021 16:19:45[ERROR]   RejectTransportEncryptionIT.shouldRejectConnectionAfterHandshake[1] 12-Feb-2021 16:19:45Expected: (an instance of java.io.IOException and exception with message a string containing "Remote host closed connection during handshake")12-Feb-2021 16:19:45     but: exception with message a string containing "Remote host closed connection during handshake" message was "Remote host terminated the handshake"12-Feb-2021 16:19:45Stacktrace was: javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake12-Feb-2021 16:19:45        at sun.security.ssl.SSLSocketImpl.handleEOF(SSLSocketImpl.java:1310)12-Feb-2021 16:19:45        at sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1151)12-Feb-2021 16:19:45        at sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1054)12-Feb-2021 16:19:45        at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:394)12-Feb-2021 16:19:45        at sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:708)12-Feb-2021 16:19:45        at sun.security.ssl.SSLSocketImpl.access$100(SSLSocketImpl.java:72)12-Feb-2021 16:19:45        at sun.security.ssl.SSLSocketImpl$AppOutputStream.write(SSLSocketImpl.java:961)12-Feb-2021 16:19:45        at java.io.OutputStream.write(OutputStream.java:75)12-Feb-2021 16:19:45        at org.neo4j.bolt.v1.transport.socket.client.SocketConnection.send(SocketConnection.java:67)12-Feb-2021 16:19:45        at org.neo4j.bolt.v1.transport.integration.RejectTransportEncryptionIT.shouldRejectConnectionAfterHandshake(RejectTransportEncryptionIT.java:105)12-Feb-2021 16:19:45        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)12-Feb-2021 16:19:45        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)12-Feb-2021 16:19:45        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)12-Feb-2021 16:19:45        at java.lang.reflect.Method.invoke(Method.java:498)12-Feb-2021 16:19:45        at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)12-Feb-2021 16:19:45        at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)12-Feb-2021 16:19:45        at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)12-Feb-2021 16:19:45        at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)12-Feb-2021 16:19:45        at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)12-Feb-2021 16:19:45        at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)12-Feb-2021 16:19:45        at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:239)12-Feb-2021 16:19:45        at org.neo4j.bolt.v1.transport.integration.Neo4jWithSocket$1.evaluate(Neo4jWithSocket.java:109)12-Feb-2021 16:19:45        at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)12-Feb-2021 16:19:45        at org.neo4j.test.rule.TestDirectory$1.evaluate(TestDirectory.java:112)12-Feb-2021 16:19:45        at org.junit.rules.RunRules.evaluate(RunRules.java:20)12-Feb-2021 16:19:45        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)12-Feb-2021 16:19:45        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)12-Feb-2021 16:19:45        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)12-Feb-2021 16:19:45        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)12-Feb-2021 16:19:45        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)12-Feb-2021 16:19:45        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)12-Feb-2021 16:19:45        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)12-Feb-2021 16:19:45        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)12-Feb-2021 16:19:45        at org.junit.runners.ParentRunner.run(ParentRunner.java:363)12-Feb-2021 16:19:45        at org.junit.runners.Suite.runChild(Suite.java:128)12-Feb-2021 16:19:45        at org.junit.runners.Suite.runChild(Suite.java:27)12-Feb-2021 16:19:45        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)12-Feb-2021 16:19:45        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)12-Feb-2021 16:19:45        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)12-Feb-2021 16:19:45        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)12-Feb-2021 16:19:45        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)12-Feb-2021 16:19:45        at org.junit.runners.ParentRunner.run(ParentRunner.java:363)12-Feb-2021 16:19:45        at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)12-Feb-2021 16:19:45        at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)12-Feb-2021 16:19:45        at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)12-Feb-2021 16:19:45        at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)12-Feb-2021 16:19:45        at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:379)12-Feb-2021 16:19:45        at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:340)12-Feb-2021 16:19:45        at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125)12-Feb-2021 16:19:45        at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:413)12-Feb-2021 16:19:45Caused by: java.io.EOFException: SSL peer shut down incorrectly12-Feb-2021 16:19:45        at sun.security.ssl.SSLSocketInputRecord.decode(SSLSocketInputRecord.java:167)12-Feb-2021 16:19:45        at sun.security.ssl.SSLTransport.decode(SSLTransport.java:108)12-Feb-2021 16:19:45        at sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1143)12-Feb-2021 16:19:45        ... 48 more12-Feb-2021 16:19:4512-Feb-2021 16:19:45[INFO] 12-Feb-2021 16:19:45[ERROR] Tests run: 573, Failures: 1, Errors: 0, Skipped: 4
      

      Attachments

        Activity

          People

            bradnussbaum Brad Nussbaum
            bradnussbaum Brad Nussbaum
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: