Hello!

Since this is mainly a configuration issue, can you please prepare a
reproducer project which will exhibit this behavior when run?

Regards,
-- 
Ilya Kasnacheev


чт, 26 дек. 2019 г. в 13:25, ashishb888 <ashish.bhosle...@gmail.com>:

> 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