You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Vladislav Pyatkov (JIRA)" <ji...@apache.org> on 2017/08/01 08:48:00 UTC

[jira] [Created] (IGNITE-5889) Exception message confused when double cache configuration by some mistake.

Vladislav Pyatkov created IGNITE-5889:
-----------------------------------------

             Summary: Exception message confused when double cache configuration by some mistake.
                 Key: IGNITE-5889
                 URL: https://issues.apache.org/jira/browse/IGNITE-5889
             Project: Ignite
          Issue Type: Bug
            Reporter: Vladislav Pyatkov


{noformat}
javax.cache.CacheException: Failed to start client cache (a cache with the given name is not started): cache1
	at org.apache.ignite.internal.processors.cache.CacheAffinitySharedManager.clientCachesToStart(CacheAffinitySharedManager.java:378)
	at org.apache.ignite.internal.processors.cache.CacheAffinitySharedManager.processClientCacheStartRequests(CacheAffinitySharedManager.java:411)
	at org.apache.ignite.internal.processors.cache.CacheAffinitySharedManager.processClientCachesChanges(CacheAffinitySharedManager.java:603)
	at org.apache.ignite.internal.processors.cache.GridCacheProcessor.processCustomExchangeTask(GridCacheProcessor.java:410)
	at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.processCustomTask(GridCachePartitionExchangeManager.java:1789)
	at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body(GridCachePartitionExchangeManager.java:1878)
	at org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:110)
	at java.lang.Thread.run(Thread.java:745)
{noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)