I have two server nodes and a client node. I have configured two data regions
namely Default_Region and Data_Region on server nodes. 
I am trying to create caches from client node with:
*cacheConfig.setDataRegionName(regionName);* where regionName is
Default_Region or Data_Region.

I am getting below exception:

Caused by: javax.cache.CacheException: class
org.apache.ignite.IgniteCheckedException: Requested DataRegion is not
configured: Data_Region
        at
org.apache.ignite.internal.processors.cache.GridCacheUtils.convertToCacheException(GridCacheUtils.java:1303)
        at
org.apache.ignite.internal.IgniteKernal.getOrCreateCache(IgniteKernal.java:3112)

Caused by: org.apache.ignite.IgniteCheckedException: Requested DataRegion is
not configured: Data_Region
        at
org.apache.ignite.internal.processors.cache.persistence.IgniteCacheDatabaseSharedManager.dataRegion(IgniteCacheDatabaseSharedManager.java:630)
        at
org.apache.ignite.internal.processors.cache.GridCacheProcessor.startCacheGroup(GridCacheProcessor.java:2025)


Do I need to configure same data regions on client node too?





--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to