Darrel Schneider created GEODE-172:
--------------------------------------
Summary: DistTXPersistentDebugDUnitTest.testTXPRRR2_putall fail
intermittently because cache already exists
Key: GEODE-172
URL: https://issues.apache.org/jira/browse/GEODE-172
Project: Geode
Issue Type: Bug
Reporter: Darrel Schneider
Assignee: vivek bhaskar
Priority: Minor
dunit.RMIException: While invoking
com.gemstone.gemfire.disttx.DistTXDebugDUnitTest.createCacheInVm in VM 0
running on Host cc6-co6.gemstone.com with 4 VMs
at dunit.VM.invoke(VM.java:160)
at dunit.VM.invoke(VM.java:86)
at
com.gemstone.gemfire.disttx.DistTXDebugDUnitTest.createCacheInAllVms(DistTXDebugDUnitTest.java:79)
at
com.gemstone.gemfire.disttx.DistTXDebugDUnitTest.testTXPRRR2_putall(DistTXDebugDUnitTest.java:612)
Caused by: com.gemstone.gemfire.cache.CacheExistsException: GemFireCache[id =
1055576000; isClosing = false; isShutDownAll = false; created = Mon Jul 27
22:52:05 PDT 2015; server = false; copyOnRead = false; lockLease = 120;
lockTimeout = 60]: An open cache already exists.
at
com.gemstone.gemfire.internal.cache.GemFireCacheImpl.create(GemFireCacheImpl.java:775)
at com.gemstone.gemfire.cache.CacheFactory.create(CacheFactory.java:170)
at com.gemstone.gemfire.cache.CacheFactory.create(CacheFactory.java:161)
at
com.gemstone.gemfire.disttx.DistTXDebugDUnitTest.createCacheInVm(DistTXDebugDUnitTest.java:75)
Seems like this test should close any previous cache if it is always going to
create a new one (instead of reusing).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)