You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Mark Hanson (Jira)" <ji...@apache.org> on 2020/06/18 19:07:00 UTC

[jira] [Commented] (GEODE-8279) ClientSNICQAcceptanceTest.classMethod failed

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

Mark Hanson commented on GEODE-8279:
------------------------------------

{noformat}
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=  Test Results URI =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
http://files.apachegeode-ci.info/builds/apache-develop-main/1.14.0-build.0153/test-results/acceptanceTest/1592506670/
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Test report artifacts from this job are available at:

http://files.apachegeode-ci.info/builds/apache-develop-main/1.14.0-build.0153/test-artifacts/1592506670/acceptancetestfiles-OpenJDK11-1.14.0-build.0153.tgz {noformat}

> ClientSNICQAcceptanceTest.classMethod failed
> --------------------------------------------
>
>                 Key: GEODE-8279
>                 URL: https://issues.apache.org/jira/browse/GEODE-8279
>             Project: Geode
>          Issue Type: Bug
>          Components: client/server
>            Reporter: Mark Hanson
>            Priority: Major
>
> AcceptanceTestOpenJDK11 in CI and the PR pipeline is failing pretty frequently.
> [https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/AcceptanceTestOpenJDK11/builds/275#A]
> {noformat}
> org.apache.geode.client.sni.ClientSNICQAcceptanceTest > classMethod FAILED
> 16:56:41    com.palantir.docker.compose.execution.DockerExecutionException: 'docker-compose exec -T geode gfsh run --file=/geode/scripts/geode-starter.gfsh' returned exit code 1
> 16:56:41    The output was:
> 16:56:41    1. Executing - start locator --name=locator-maeve --connect=false --hostname-for-clients=locator-maeve --properties-file=/geode/config/gemfire.properties --security-properties-file=******** --J=-Dgemfire.ssl-keystore=/geode/config/locator-maeve-keystore.jks
> 16:56:41
> 16:56:41    ......................................................................................The Locator process terminated unexpectedly with exit status 1. Please refer to the log file in /locator-maeve for full details.
> 16:56:41
> 16:56:41    Exception in thread "main" org.apache.geode.SystemConnectException: Problem starting up membership services: Unable to form SSL connection.  Consult log file for more details
> 16:56:41
> 16:56:41    	at org.apache.geode.distributed.internal.DistributionImpl.start(DistributionImpl.java:189)
> 16:56:41
> 16:56:41    	at org.apache.geode.distributed.internal.DistributionImpl.createDistribution(DistributionImpl.java:222)
> 16:56:41
> 16:56:41    	at org.apache.geode.distributed.internal.ClusterDistributionManager.<init>(ClusterDistributionManager.java:464)
> 16:56:41
> 16:56:41    	at org.apache.geode.distributed.internal.ClusterDistributionManager.<init>(ClusterDistributionManager.java:497)
> 16:56:41
> 16:56:41    	at org.apache.geode.distributed.internal.ClusterDistributionManager.create(ClusterDistributionManager.java:326)
> 16:56:41
> 16:56:41    	at org.apache.geode.distributed.internal.InternalDistributedSystem.initialize(InternalDistributedSystem.java:779)
> 16:56:41
> 16:56:41    	at org.apache.geode.distributed.internal.InternalDistributedSystem.access$200(InternalDistributedSystem.java:135)
> 16:56:41
> 16:56:41    	at org.apache.geode.distributed.internal.InternalDistributedSystem$Builder.build(InternalDistributedSystem.java:3034)
> 16:56:41
> 16:56:41    	at org.apache.geode.distributed.internal.InternalDistributedSystem.connectInternal(InternalDistributedSystem.java:290)
> 16:56:41
> 16:56:41    	at org.apache.geode.distributed.internal.InternalLocator.startDistributedSystem(InternalLocator.java:743)
> 16:56:41
> 16:56:41    	at org.apache.geode.distributed.internal.InternalLocator.startLocator(InternalLocator.java:388)
> 16:56:41
> 16:56:41    	at org.apache.geode.distributed.LocatorLauncher.start(LocatorLauncher.java:716)
> 16:56:41
> 16:56:41    	at org.apache.geode.distributed.LocatorLauncher.run(LocatorLauncher.java:623)
> 16:56:41
> 16:56:41    	at org.apache.geode.distributed.LocatorLauncher.main(LocatorLauncher.java:217)
> 16:56:41
> 16:56:41
> 16:56:41
> 16:56:41    ************************* Execution Summary ***********************
> 16:56:41    Script file: /geode/scripts/geode-starter.gfsh
> 16:56:41
> 16:56:41    Command-1 : start locator --name=locator-maeve --connect=false --hostname-for-clients=locator-maeve --properties-file=/geode/config/gemfire.properties --security-properties-file=/geode/config/gfsecurity.properties --J=-Dgemfire.ssl-keystore=/geode/config/locator-maeve-keystore.jks
> 16:56:41    Status    : FAILED
> 16:56:41        at com.palantir.docker.compose.execution.Command.lambda$throwingOnError$12(Command.java:60)
> 16:56:41        at com.palantir.docker.compose.execution.Command.execute(Command.java:50)
> 16:56:41        at com.palantir.docker.compose.execution.DefaultDockerCompose.exec(DefaultDockerCompose.java:122)
> 16:56:41        at com.palantir.docker.compose.execution.DelegatingDockerCompose.exec(DelegatingDockerCompose.java:86)
> 16:56:41        at com.palantir.docker.compose.execution.RetryingDockerCompose.exec(RetryingDockerCompose.java:22)
> 16:56:41        at com.palantir.docker.compose.DockerComposeRule.exec(DockerComposeRule.java:171)
> 16:56:41        at org.apache.geode.client.sni.ClientSNICQAcceptanceTest.beforeClass(ClientSNICQAcceptanceTest.java:113)
> 16:56:41
> 16:56:41org.apache.geode.client.sni.ClientSNICQAcceptanceTest > classMethod FAILED
> 16:56:41    com.palantir.docker.compose.execution.DockerExecutionException: 'docker-compose exec -T geode cat server-dolores/server-dolores.log' returned exit code 1
> 16:56:41    The output was:
> 16:56:41    cat: server-dolores/server-dolores.log: No such file or directory
> 16:56:41        at com.palantir.docker.compose.execution.Command.lambda$throwingOnError$12(Command.java:60)
> 16:56:41        at com.palantir.docker.compose.execution.Command.execute(Command.java:50)
> 16:56:41        at com.palantir.docker.compose.execution.DefaultDockerCompose.exec(DefaultDockerCompose.java:122)
> 16:56:41        at com.palantir.docker.compose.execution.DelegatingDockerCompose.exec(DelegatingDockerCompose.java:86)
> 16:56:41        at com.palantir.docker.compose.execution.RetryingDockerCompose.exec(RetryingDockerCompose.java:22)
> 16:56:41        at com.palantir.docker.compose.DockerComposeRule.exec(DockerComposeRule.java:171)
> 16:56:41        at org.apache.geode.client.sni.ClientSNICQAcceptanceTest.afterClass(ClientSNICQAcceptanceTest.java:121)
> 16:59:00
> 16:59:00org.apache.geode.client.sni.SingleServerSNIAcceptanceTest > classMethod FAILED
> 16:59:00    com.palantir.docker.compose.execution.DockerExecutionException: 'docker-compose exec -T geode gfsh run --file=/geode/scripts/geode-starter.gfsh' returned exit code 1
> 16:59:00    The output was:
> 16:59:00    1. Executing - start locator --name=locator-maeve --connect=false --hostname-for-clients=locator-maeve --properties-file=/geode/config/gemfire.properties --security-properties-file=******** --J=-Dgemfire.ssl-keystore=/geode/config/locator-maeve-keystore.jks
> 16:59:00
> 16:59:00    ......................................................................................The Locator process terminated unexpectedly with exit status 1. Please refer to the log file in /locator-maeve for full details.
> 16:59:00
> 16:59:00    Exception in thread "main" org.apache.geode.SystemConnectException: Problem starting up membership services: Unable to form SSL connection.  Consult log file for more details
> 16:59:00
> 16:59:00    	at org.apache.geode.distributed.internal.DistributionImpl.start(DistributionImpl.java:189)
> 16:59:00
> 16:59:00    	at org.apache.geode.distributed.internal.DistributionImpl.createDistribution(DistributionImpl.java:222)
> 16:59:00
> 16:59:00    	at org.apache.geode.distributed.internal.ClusterDistributionManager.<init>(ClusterDistributionManager.java:464)
> 16:59:00
> 16:59:00    	at org.apache.geode.distributed.internal.ClusterDistributionManager.<init>(ClusterDistributionManager.java:497)
> 16:59:00
> 16:59:00    	at org.apache.geode.distributed.internal.ClusterDistributionManager.create(ClusterDistributionManager.java:326)
> 16:59:00
> 16:59:00    	at org.apache.geode.distributed.internal.InternalDistributedSystem.initialize(InternalDistributedSystem.java:779)
> 16:59:00
> 16:59:00    	at org.apache.geode.distributed.internal.InternalDistributedSystem.access$200(InternalDistributedSystem.java:135)
> 16:59:00
> 16:59:00    	at org.apache.geode.distributed.internal.InternalDistributedSystem$Builder.build(InternalDistributedSystem.java:3034)
> 16:59:00
> 16:59:00    	at org.apache.geode.distributed.internal.InternalDistributedSystem.connectInternal(InternalDistributedSystem.java:290)
> 16:59:00
> 16:59:00    	at org.apache.geode.distributed.internal.InternalLocator.startDistributedSystem(InternalLocator.java:743)
> 16:59:00
> 16:59:00    	at org.apache.geode.distributed.internal.InternalLocator.startLocator(InternalLocator.java:388)
> 16:59:00
> 16:59:00    	at org.apache.geode.distributed.LocatorLauncher.start(LocatorLauncher.java:716)
> 16:59:00
> 16:59:00    	at org.apache.geode.distributed.LocatorLauncher.run(LocatorLauncher.java:623)
> 16:59:00
> 16:59:00    	at org.apache.geode.distributed.LocatorLauncher.main(LocatorLauncher.java:217)
> 16:59:00
> 16:59:00
> 16:59:00
> 16:59:00    ************************* Execution Summary ***********************
> 16:59:00    Script file: /geode/scripts/geode-starter.gfsh
> 16:59:00
> 16:59:00    Command-1 : start locator --name=locator-maeve --connect=false --hostname-for-clients=locator-maeve --properties-file=/geode/config/gemfire.properties --security-properties-file=/geode/config/gfsecurity.properties --J=-Dgemfire.ssl-keystore=/geode/config/locator-maeve-keystore.jks
> 16:59:00    Status    : FAILED
> 16:59:00        at com.palantir.docker.compose.execution.Command.lambda$throwingOnError$12(Command.java:60)
> 16:59:00        at com.palantir.docker.compose.execution.Command.execute(Command.java:50)
> 16:59:00        at com.palantir.docker.compose.execution.DefaultDockerCompose.exec(DefaultDockerCompose.java:122)
> 16:59:00        at com.palantir.docker.compose.execution.DelegatingDockerCompose.exec(DelegatingDockerCompose.java:86)
> 16:59:00        at com.palantir.docker.compose.execution.RetryingDockerCompose.exec(RetryingDockerCompose.java:22)
> 16:59:00        at com.palantir.docker.compose.DockerComposeRule.exec(DockerComposeRule.java:171)
> 16:59:00        at org.apache.geode.client.sni.SingleServerSNIAcceptanceTest.beforeClass(SingleServerSNIAcceptanceTest.java:79)
> 16:59:00
> 16:59:00org.apache.geode.client.sni.SingleServerSNIAcceptanceTest > classMethod FAILED
> 16:59:00    com.palantir.docker.compose.execution.DockerExecutionException: 'docker-compose exec -T geode cat server-dolores/server-dolores.log' returned exit code 1
> 16:59:00    The output was:
> 16:59:00    cat: server-dolores/server-dolores.log: No such file or directory
> 16:59:00        at com.palantir.docker.compose.execution.Command.lambda$throwingOnError$12(Command.java:60)
> 16:59:00        at com.palantir.docker.compose.execution.Command.execute(Command.java:50)
> 16:59:00        at com.palantir.docker.compose.execution.DefaultDockerCompose.exec(DefaultDockerCompose.java:122)
> 16:59:00        at com.palantir.docker.compose.execution.DelegatingDockerCompose.exec(DelegatingDockerCompose.java:86)
> 16:59:00        at com.palantir.docker.compose.execution.RetryingDockerCompose.exec(RetryingDockerCompose.java:22)
> 16:59:00        at com.palantir.docker.compose.DockerComposeRule.exec(DockerComposeRule.java:171)
> 16:59:00        at org.apache.geode.client.sni.SingleServerSNIAcceptanceTest.afterClass(SingleServerSNIAcceptanceTest.java:107)
> 17:02:15
> 17:02:15org.apache.geode.client.sni.ClientSNIDropProxyAcceptanceTest > performSimpleOperationsDropSNIProxy FAILED
> 17:02:15    com.palantir.docker.compose.execution.DockerExecutionException: 'docker-compose exec -T geode gfsh run --file=/geode/scripts/geode-starter.gfsh' returned exit code 1
> 17:02:15    The output was:
> 17:02:15    1. Executing - start locator --name=locator-maeve --connect=false --hostname-for-clients=locator-maeve --properties-file=/geode/config/gemfire.properties --security-properties-file=******** --J=-Dgemfire.ssl-keystore=/geode/config/locator-maeve-keystore.jks
> 17:02:15
> 17:02:15    .....................................................................................The Locator process terminated unexpectedly with exit status 1. Please refer to the log file in /locator-maeve for full details.
> 17:02:15
> 17:02:15    Exception in thread "main" org.apache.geode.SystemConnectException: Problem starting up membership services: Unable to form SSL connection.  Consult log file for more details
> 17:02:15
> 17:02:15    	at org.apache.geode.distributed.internal.DistributionImpl.start(DistributionImpl.java:189)
> 17:02:15
> 17:02:15    	at org.apache.geode.distributed.internal.DistributionImpl.createDistribution(DistributionImpl.java:222)
> 17:02:15
> 17:02:15    	at org.apache.geode.distributed.internal.ClusterDistributionManager.<init>(ClusterDistributionManager.java:464)
> 17:02:15
> 17:02:15    	at org.apache.geode.distributed.internal.ClusterDistributionManager.<init>(ClusterDistributionManager.java:497)
> 17:02:15
> 17:02:15    	at org.apache.geode.distributed.internal.ClusterDistributionManager.create(ClusterDistributionManager.java:326)
> 17:02:15
> 17:02:15    	at org.apache.geode.distributed.internal.InternalDistributedSystem.initialize(InternalDistributedSystem.java:779)
> 17:02:15
> 17:02:15    	at org.apache.geode.distributed.internal.InternalDistributedSystem.access$200(InternalDistributedSystem.java:135)
> 17:02:15
> 17:02:15    	at org.apache.geode.distributed.internal.InternalDistributedSystem$Builder.build(InternalDistributedSystem.java:3034)
> 17:02:15
> 17:02:15    	at org.apache.geode.distributed.internal.InternalDistributedSystem.connectInternal(InternalDistributedSystem.java:290)
> 17:02:15
> 17:02:15    	at org.apache.geode.distributed.internal.InternalLocator.startDistributedSystem(InternalLocator.java:743)
> 17:02:15
> 17:02:15    	at org.apache.geode.distributed.internal.InternalLocator.startLocator(InternalLocator.java:388)
> 17:02:15
> 17:02:15    	at org.apache.geode.distributed.LocatorLauncher.start(LocatorLauncher.java:716)
> 17:02:15
> 17:02:15    	at org.apache.geode.distributed.LocatorLauncher.run(LocatorLauncher.java:623)
> 17:02:15
> 17:02:15    	at org.apache.geode.distributed.LocatorLauncher.main(LocatorLauncher.java:217)
> 17:02:15
> 17:02:15
> 17:02:15
> 17:02:15    ************************* Execution Summary ***********************
> 17:02:15    Script file: /geode/scripts/geode-starter.gfsh
> 17:02:15
> 17:02:15    Command-1 : start locator --name=locator-maeve --connect=false --hostname-for-clients=locator-maeve --properties-file=/geode/config/gemfire.properties --security-properties-file=/geode/config/gfsecurity.properties --J=-Dgemfire.ssl-keystore=/geode/config/locator-maeve-keystore.jks
> 17:02:15    Status    : FAILED
> 17:02:15        at com.palantir.docker.compose.execution.Command.lambda$throwingOnError$12(Command.java:60)
> 17:02:15        at com.palantir.docker.compose.execution.Command.execute(Command.java:50)
> 17:02:15        at com.palantir.docker.compose.execution.DefaultDockerCompose.exec(DefaultDockerCompose.java:122)
> 17:02:15        at com.palantir.docker.compose.execution.DelegatingDockerCompose.exec(DelegatingDockerCompose.java:86)
> 17:02:15        at com.palantir.docker.compose.execution.RetryingDockerCompose.exec(RetryingDockerCompose.java:22)
> 17:02:15        at com.palantir.docker.compose.DockerComposeRule.exec(DockerComposeRule.java:171)
> 17:02:15        at org.apache.geode.client.sni.ClientSNIDropProxyAcceptanceTest.before(ClientSNIDropProxyAcceptanceTest.java:72)
> 17:04:34
> 17:04:34org.apache.geode.client.sni.DualServerSNIAcceptanceTest > classMethod FAILED
> 17:04:34    com.palantir.docker.compose.execution.DockerExecutionException: 'docker-compose exec -T geode gfsh run --file=/geode/scripts/geode-starter-2.gfsh' returned exit code 1
> 17:04:34    The output was:
> 17:04:34    1. Executing - start locator --name=locator-maeve --connect=false --redirect-output --hostname-for-clients=locator-maeve --properties-file=/geode/config/gemfire.properties --security-properties-file=******** --J=-Dgemfire.ssl-keystore=/geode/config/locator-maeve-keystore.jks
> 17:04:34
> 17:04:34    .....................................................................................The Locator process terminated unexpectedly with exit status 1. Please refer to the log file in /locator-maeve for full details.
> 17:04:34
> 17:04:34
> 17:04:34
> 17:04:34    ************************* Execution Summary ***********************
> 17:04:34    Script file: /geode/scripts/geode-starter-2.gfsh
> 17:04:34
> 17:04:34    Command-1 : start locator --name=locator-maeve --connect=false --redirect-output --hostname-for-clients=locator-maeve --properties-file=/geode/config/gemfire.properties --security-properties-file=/geode/config/gfsecurity.properties --J=-Dgemfire.ssl-keystore=/geode/config/locator-maeve-keystore.jks
> 17:04:34    Status    : FAILED
> 17:04:34        at com.palantir.docker.compose.execution.Command.lambda$throwingOnError$12(Command.java:60)
> 17:04:34        at com.palantir.docker.compose.execution.Command.execute(Command.java:50)
> 17:04:34        at com.palantir.docker.compose.execution.DefaultDockerCompose.exec(DefaultDockerCompose.java:122)
> 17:04:34        at com.palantir.docker.compose.execution.DelegatingDockerCompose.exec(DelegatingDockerCompose.java:86)
> 17:04:34        at com.palantir.docker.compose.execution.RetryingDockerCompose.exec(RetryingDockerCompose.java:22)
> 17:04:34        at com.palantir.docker.compose.DockerComposeRule.exec(DockerComposeRule.java:171)
> 17:04:34        at org.apache.geode.client.sni.DualServerSNIAcceptanceTest.beforeClass(DualServerSNIAcceptanceTest.java:77)
> 17:04:34
> 17:04:34133 tests completed, 6 failed, 7 skipped{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)