[ https://issues.apache.org/jira/browse/GEODE-7503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ernest Burghardt closed GEODE-7503. ----------------------------------- > Creating cache after closing cache may throw > DistributedSystemDisconnectedException > ----------------------------------------------------------------------------------- > > Key: GEODE-7503 > URL: https://issues.apache.org/jira/browse/GEODE-7503 > Project: Geode > Issue Type: Bug > Components: core > Reporter: Kirk Lund > Priority: Major > Fix For: 1.12.0 > > Time Spent: 4h 50m > Remaining Estimate: 0h > > This problem reproduces if you attempt to create a Cache using the > CacheFactory immediately after closing a Cache. > {noformat} > org.apache.geode.distributed.DistributedSystemDisconnectedException: This > connection to a distributed system has been disconnected. > at > org.apache.geode.distributed.internal.InternalDistributedSystem.checkConnected(InternalDistributedSystem.java:945) > at > org.apache.geode.distributed.internal.InternalDistributedSystem.getDistributionManager(InternalDistributedSystem.java:1665) > at > org.apache.geode.internal.cache.GemFireCacheImpl.<init>(GemFireCacheImpl.java:791) > 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) > {noformat} -- This message was sent by Atlassian Jira (v8.3.4#803005)