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/14 18:12:00 UTC

[jira] [Commented] (GEODE-3615) ExportLogsStatsDUnitTest fails in Jenkins due to SSL configuration

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

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

Commit 5c09e20bfbd35684fe8ceceb048913913b0472cd in geode's branch refs/heads/develop from [~prhomberg]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=5c09e20 ]

GEODE-3615: Added CleanupDUnitVMsRule to ConnectCommandWithSSLTest


> ExportLogsStatsDUnitTest fails in Jenkins due to SSL configuration
> ------------------------------------------------------------------
>
>                 Key: GEODE-3615
>                 URL: https://issues.apache.org/jira/browse/GEODE-3615
>             Project: Geode
>          Issue Type: Bug
>            Reporter: Patrick Rhomberg
>
> The testing environment has become sullied, since the ExportLogsStatsDUnitTest should not be operating with SSL at all, yet hits related errors.
> Relevant Jenkins console output:
> {noformat}
> :geode-web:build
> :geode-web:distributedTest
> org.apache.geode.management.internal.cli.commands.ExportLogsStatsOverHttpDUnitTest > classMethod FAILED
>     java.lang.AssertionError: Suspicious strings were written to the log during this run.
>     Fix the strings or use IgnoredException.addIgnoredException to ignore.
>     -----------------------------------------------------------------------
>     Found suspect string in log4j at line 601
>     [error 2017/09/13 13:38:01.832 UTC <RMI TCP Connection(1)-172.17.0.5> tid=0x1b] Unexpected problem starting up membership services
>     org.apache.geode.distributed.internal.tcpserver.LocatorCancelException: Unrecognisable response received: This could be the result of trying to connect a non-SSL-enabled client to an SSL-enabled locator.
>     	at org.apache.geode.distributed.internal.tcpserver.TcpClient.getServerVersion(TcpClient.java:320)
>     	at org.apache.geode.distributed.internal.tcpserver.TcpClient.requestToServer(TcpClient.java:197)
>     	at org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave$TcpClientWrapper.sendCoordinatorFindRequest(GMSJoinLeave.java:1196)
>     	at org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.findCoordinator(GMSJoinLeave.java:1108)
>     	at org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.join(GMSJoinLeave.java:328)
>     	at org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManager.join(GMSMembershipManager.java:664)
>     	at org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManager.joinDistributedSystem(GMSMembershipManager.java:753)
>     	at org.apache.geode.distributed.internal.membership.gms.Services.start(Services.java:190)
>     	at org.apache.geode.distributed.internal.membership.gms.GMSMemberFactory.newMembershipManager(GMSMemberFactory.java:107)
>     	at org.apache.geode.distributed.internal.membership.MemberFactory.newMembershipManager(MemberFactory.java:91)
>     	at org.apache.geode.distributed.internal.DistributionManager.<init>(DistributionManager.java:1156)
>     	at org.apache.geode.distributed.internal.DistributionManager.<init>(DistributionManager.java:1205)
>     	at org.apache.geode.distributed.internal.DistributionManager.create(DistributionManager.java:574)
>     	at org.apache.geode.distributed.internal.InternalDistributedSystem.initialize(InternalDistributedSystem.java:740)
>     	at org.apache.geode.distributed.internal.InternalDistributedSystem.newInstance(InternalDistributedSystem.java:350)
>     	at org.apache.geode.distributed.internal.InternalDistributedSystem.newInstance(InternalDistributedSystem.java:338)
>     	at org.apache.geode.distributed.internal.InternalDistributedSystem.newInstance(InternalDistributedSystem.java:330)
>     	at org.apache.geode.distributed.DistributedSystem.connect(DistributedSystem.java:205)
>     	at org.apache.geode.cache.CacheFactory.create(CacheFactory.java:217)
>     	at org.apache.geode.test.dunit.rules.ServerStarterRule.startServer(ServerStarterRule.java:144)
>     	at org.apache.geode.test.dunit.rules.ServerStarterRule.before(ServerStarterRule.java:71)
>     	at org.apache.geode.test.dunit.rules.LocatorServerStartupRule.lambda$startServerVM$2aa1344d$1(LocatorServerStartupRule.java:187)
>     	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>     	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     	at java.lang.reflect.Method.invoke(Method.java:498)
>     	at hydra.MethExecutor.executeObject(MethExecutor.java:245)
>     	at org.apache.geode.test.dunit.standalone.RemoteDUnitVM.executeMethodOnObject(RemoteDUnitVM.java:70)
>     	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
>     	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     	at java.lang.reflect.Method.invoke(Method.java:498)
>     	at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357)
>     	at sun.rmi.transport.Transport$1.run(Transport.java:200)
>     	at sun.rmi.transport.Transport$1.run(Transport.java:197)
>     	at java.security.AccessController.doPrivileged(Native Method)
>     	at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
>     	at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:568)
>     	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:826)
>     	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:683)
>     	at java.security.AccessController.doPrivileged(Native Method)
>     	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:682)
>     	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>     	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>     	at java.lang.Thread.run(Thread.java:748)
> 29 tests completed, 1 failed
> :geode-web:distributedTest FAILED
> :geode-web:integrationTest
> :geode-web-api:assemble
> {noformat}



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