Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-2073

GridLocalAtomicCache cannot be cast to GridDhtCacheAdapter

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.5.0.final
    • None
    • None
    • None

    Description

      I have such cache configuration

      <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>
      

      When I'm doing SQL "select * from Car" via REST I'm got:

      Error: org.apache.ignite.internal.processors.cache.local.atomic.GridLocalAtomicCache cannot be cast to org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            pkonstantinov Pavel Konstantinov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: