You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Kuznetsov (JIRA)" <ji...@apache.org> on 2015/12/03 17:53:11 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 ]

Alexey Kuznetsov updated IGNITE-2073:
-------------------------------------
    Affects Version/s: 1.5

> 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
>            Reporter: Pavel Konstantinov
>             Fix For: 1.5
>
>
> 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)