You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Geode Integration (Jira)" <ji...@apache.org> on 2021/09/21 16:51:00 UTC

[jira] [Commented] (GEODE-9616) CI Failure: ClusterConfigLocatorRestartDUnitTest fails with ClusterConfigurationNotAvailableException

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

Geode Integration commented on GEODE-9616:
------------------------------------------

Seen in [distributed-test-openjdk8 #1782|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-mass-test-run/jobs/distributed-test-openjdk8/builds/1782] ... see [test results|http://files.apachegeode-ci.info/builds/apache-develop-mass-test-run/1.15.0-build.0498/test-results/distributedTest/1632002845/] or download [artifacts|http://files.apachegeode-ci.info/builds/apache-develop-mass-test-run/1.15.0-build.0498/test-artifacts/1632002845/distributedtestfiles-openjdk8-1.15.0-build.0498.tgz].

> CI Failure: ClusterConfigLocatorRestartDUnitTest fails with ClusterConfigurationNotAvailableException
> -----------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-9616
>                 URL: https://issues.apache.org/jira/browse/GEODE-9616
>             Project: Geode
>          Issue Type: Bug
>          Components: configuration
>            Reporter: Kirk Lund
>            Priority: Major
>
> {noformat}
> org.apache.geode.management.internal.configuration.ClusterConfigLocatorRestartDUnitTest > serverRestartsAfterLocatorReconnects FAILED
>     org.apache.geode.test.dunit.RMIException: While invoking org.apache.geode.test.dunit.internal.IdentifiableCallable.call in VM 3 running on Host heavy-lifter-90946a1f-e449-58e1-b0ae-cbc43df22a76.c.apachegeode-ci.internal with 5 VMs
>         at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:631)
>         at org.apache.geode.test.dunit.VM.invoke(VM.java:461)
>         at org.apache.geode.test.dunit.rules.ClusterStartupRule.startServerVM(ClusterStartupRule.java:270)
>         at org.apache.geode.test.dunit.rules.ClusterStartupRule.startServerVM(ClusterStartupRule.java:262)
>         at org.apache.geode.test.dunit.rules.ClusterStartupRule.startServerVM(ClusterStartupRule.java:248)
>         at org.apache.geode.management.internal.configuration.ClusterConfigLocatorRestartDUnitTest.serverRestartsAfterLocatorReconnects(ClusterConfigLocatorRestartDUnitTest.java:92)
>         Caused by:
>         org.apache.geode.GemFireConfigException: cluster configuration service not available
>             at org.apache.geode.internal.cache.GemFireCacheImpl.requestSharedConfiguration(GemFireCacheImpl.java:1342)
>             at org.apache.geode.internal.cache.GemFireCacheImpl.<init>(GemFireCacheImpl.java:970)
>             at org.apache.geode.internal.cache.GemFireCacheImpl.<init>(GemFireCacheImpl.java:870)
>             at org.apache.geode.internal.cache.InternalCacheBuilder.create(InternalCacheBuilder.java:187)
>             at org.apache.geode.internal.cache.InternalCacheBuilder.create(InternalCacheBuilder.java:158)
>             at org.apache.geode.cache.CacheFactory.create(CacheFactory.java:142)
>             at org.apache.geode.test.junit.rules.ServerStarterRule.startServer(ServerStarterRule.java:204)
>             at org.apache.geode.test.junit.rules.ServerStarterRule.before(ServerStarterRule.java:99)
>             at org.apache.geode.test.dunit.rules.ClusterStartupRule.lambda$startServerVM$6d6c10c2$1(ClusterStartupRule.java:278)
>             at org.apache.geode.test.dunit.internal.IdentifiableCallable.call(IdentifiableCallable.java:41)
>             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 org.apache.geode.test.dunit.internal.MethodInvoker.executeObject(MethodInvoker.java:123)
>             at org.apache.geode.test.dunit.internal.RemoteDUnitVM.executeMethodOnObject(RemoteDUnitVM.java:78)
>             at sun.reflect.GeneratedMethodAccessor55.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:573)
>             at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:834)
>             at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688)
>             at java.security.AccessController.doPrivileged(Native Method)
>             at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687)
>             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)
>             Caused by:
>             org.apache.geode.internal.config.ClusterConfigurationNotAvailableException: Unable to retrieve cluster configuration from the locator.
>                 at org.apache.geode.internal.cache.ClusterConfigurationLoader.requestConfigurationFromLocators(ClusterConfigurationLoader.java:302)
>                 at org.apache.geode.internal.cache.GemFireCacheImpl.requestSharedConfiguration(GemFireCacheImpl.java:1310)
>                 ... 31 more
> {noformat}



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