How configure the cache storages?
709798Jul 1 2009 — edited Jul 6 2009I successfully install the Oracle Coherence and setup a cluster server. Then I create 3 replicated caches using the Coherence Client Application Commands. But get the error message: Storage is not configured. How configure the storage for these caches?
-----------------------------------------------------------------------------------------------------------------
Map (replicated:test2): maps
DistributedCache:replicated:test
DistributedCache:Replicated:Test1
DistributedCache:replicated:test2
Map (replicated:test2): put 1 "a"
2009-07-01 17:00:38.125/16567.829 Oracle Coherence GE 3.5/459 <Error> (thread=main, member=2):
java.lang.RuntimeException: Storage is not configured
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCach
e$BinaryMap.onMissingStorage(DistributedCache.CDB:9)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCach
e$BinaryMap.ensureRequestTarget(DistributedCache.CDB:34)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCach
e$BinaryMap.put(DistributedCache.CDB:22)
...