You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/09/28 22:23:00 UTC

[jira] [Commented] (GEODE-3720) CI Failure: ConnectCommandWithSSLTest failed

    [ https://issues.apache.org/jira/browse/GEODE-3720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16184998#comment-16184998 ] 

ASF subversion and git services commented on GEODE-3720:
--------------------------------------------------------

Commit 8f2ff2bb0f28fbe78ffbcce60046fedb8ed18a17 in geode's branch refs/heads/develop from [~jinmeiliao]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=8f2ff2b ]

GEODE-3720: clean up SocketCreators in each test VM properly


> CI Failure: ConnectCommandWithSSLTest failed
> --------------------------------------------
>
>                 Key: GEODE-3720
>                 URL: https://issues.apache.org/jira/browse/GEODE-3720
>             Project: Geode
>          Issue Type: Bug
>            Reporter: Jinmei Liao
>
> org.apache.geode.management.internal.cli.commands.ConnectCommandWithSSLTest > connectWithSSL FAILED
>     org.junit.ComparisonFailure: expected:<[tru]e> but was:<[fals]e>
>         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>         at org.apache.geode.management.internal.cli.commands.ConnectCommandWithSSLTest.connectWithSSL(ConnectCommandWithSSLTest.java:198)
> org.apache.geode.management.internal.cli.commands.ConnectCommandWithSSLTest > connectWithNoSSL FAILED
>     org.junit.ComparisonFailure: expected:<[fals]e> but was:<[tru]e>
>         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>         at org.apache.geode.management.internal.cli.commands.ConnectCommandWithSSLTest.connectWithNoSSL(ConnectCommandWithSSLTest.java:177)
> org.apache.geode.management.internal.cli.commands.ConnectCommandWithSSLTest > connectWithClusterAndJmxSSL FAILED
>     org.junit.ComparisonFailure: expected:<[tru]e> but was:<[fals]e>
>         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>         at org.apache.geode.management.internal.cli.commands.ConnectCommandWithSSLTest.connectWithClusterAndJmxSSL(ConnectCommandWithSSLTest.java:309)
> org.apache.geode.management.internal.cli.commands.ConnectCommandWithSSLTest > connectWithSSLAndThenWithNoSSL FAILED
>     org.junit.ComparisonFailure: expected:<[tru]e> but was:<[fals]e>
>         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>         at org.apache.geode.management.internal.cli.commands.ConnectCommandWithSSLTest.connectWithSSLAndThenWithNoSSL(ConnectCommandWithSSLTest.java:320)
> org.apache.geode.management.internal.cli.commands.ConnectCommandWithSSLTest > connectWithHttpSSLAndSkipSSLValidation FAILED
>     org.junit.ComparisonFailure: expected:<[fals]e> but was:<[tru]e>
>         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>         at org.apache.geode.management.internal.cli.commands.ConnectCommandWithSSLTest.connectWithHttpSSLAndSkipSSLValidation(ConnectCommandWithSSLTest.java:286)
> org.apache.geode.management.internal.cli.commands.ConnectCommandWithSSLTest > connectWithClusterSSL FAILED
>     org.junit.ComparisonFailure: expected:<[tru]e> but was:<[fals]e>
>         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>         at org.apache.geode.management.internal.cli.commands.ConnectCommandWithSSLTest.connectWithClusterSSL(ConnectCommandWithSSLTest.java:246)
> org.apache.geode.management.internal.cli.commands.ConnectCommandWithSSLTest > connectWithJmxSSL FAILED
>     java.lang.AssertionError: 
>     Expecting:
>      <"    _________________________     __
>        / _____/ ______/ ______/ /____/ /
>       / /  __/ /___  /_____  / _____  / 
>      / /__/ / ____/  _____/ / /    / /  
>     /______/_/      /______/_/    /_/    0.0.0
>     
>     Monitor and Manage Pivotal GemFire
>     Connecting to Locator at [host=localhost, port=34968] ..
>     Connecting to Manager at [host=eea6f0b8db23, port=28757] ..
>     Could not connect to : [host=eea6f0b8db23, port=28757]. Failed to retrieve RMIServer stub: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is: 
>     	javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake]
>     ">
>     not to contain:
>      <"Connecting to Manager at"> 
>         at org.apache.geode.management.internal.cli.commands.ConnectCommandWithSSLTest.connectWithJmxSSL(ConnectCommandWithSSLTest.java:218)
> org.apache.geode.management.internal.cli.commands.ConnectCommandWithSSLTest > connectWithHttpSSL FAILED
>     org.junit.ComparisonFailure: expected:<[fals]e> but was:<[tru]e>
>         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>         at org.apache.geode.management.internal.cli.commands.ConnectCommandWithSSLTest.connectWithHttpSSL(ConnectCommandWithSSLTest.java:267)
> 68 tests completed, 8 failed



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)