You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2016/08/09 12:33:28 UTC

[jira] [Updated] (IGNITE-2073) GridLocalAtomicCache cannot be cast to GridDhtCacheAdapter

     [ https://issues.apache.org/jira/browse/IGNITE-2073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Tupitsyn updated IGNITE-2073:
-----------------------------------
    Fix Version/s:     (was: 1.7)
                   1.8

> GridLocalAtomicCache cannot be cast to GridDhtCacheAdapter
> ----------------------------------------------------------
>
>                 Key: IGNITE-2073
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2073
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 1.5.0.final
>            Reporter: Pavel Konstantinov
>             Fix For: 1.8
>
>
> I have such cache configuration
> {code}
> <bean id="c_local" class="org.apache.ignite.configuration.CacheConfiguration">
>         <property name="cacheMode" value="LOCAL"/>
>         <property name="statisticsEnabled" value="true"/>
>         <property name="name" value="c_local"/>
>         <property name="indexedTypes">
>             <list>
>                 <value>java.util.UUID</value>
>                 <value>org.my.tester.sql.Car</value>
>             </list>
>         </property>
>     </bean>
> {code}
> When I'm doing SQL "select * from Car" via REST I'm got:
> {code}
> Error: org.apache.ignite.internal.processors.cache.local.atomic.GridLocalAtomicCache cannot be cast to org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)