You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Konstantinov (JIRA)" <ji...@apache.org> on 2015/12/03 09:44:11 UTC

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

Pavel Konstantinov created IGNITE-2073:
------------------------------------------

             Summary: GridLocalAtomicCache cannot be cast to GridDhtCacheAdapter
                 Key: IGNITE-2073
                 URL: https://issues.apache.org/jira/browse/IGNITE-2073
             Project: Ignite
          Issue Type: Bug
            Reporter: Pavel Konstantinov


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)