Hello!

If it does not help, can you please provide full startup log including full
Exception stack trace? Be sure to start Ignite in verbose mode (-v, without
IGNITE_QUIET).

Regards,
-- 
Ilya Kasnacheev


вт, 20 нояб. 2018 г. в 08:11, userx <gagan...@gmail.com>:

> Hi Ilya,
>
> Thank you for your reponse.
> Any configuration I choose, like the one below,
>
> <?xml version="1.0" encoding="UTF-8"?>
>
>
>
> <beans xmlns="http://www.springframework.org/schema/beans";
>        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>        xsi:schemaLocation="http://www.springframework.org/schema/beans
>         http://www.springframework.org/schema/beans/spring-beans.xsd";>
>     <bean id="ignite.cfg"
> class="org.apache.ignite.configuration.IgniteConfiguration">
>
>         <property name="dataStorageConfiguration">
>             <bean
> class="org.apache.ignite.configuration.DataStorageConfiguration">
>                 <property name="defaultDataRegionConfiguration">
>                     <bean
> class="org.apache.ignite.configuration.DataRegionConfiguration">
>                         <property name="persistenceEnabled" value="true"/>
>                     </bean>
>                 </property>
>                 <property name="storagePath"
> value="D:\ApacheIgnite2_6\ApacheIgnite\work\PersistentStore"></property>
>                 <property name="walPath"
> value="D:\ApacheIgnite2_6\ApacheIgnite\work\WalPath"></property>
>                 <property name="walArchivePath"
> value="D:\ApacheIgnite2_6\ApacheIgnite\work\WalArchivePath"></property>
>             </bean>
>         </property>
>
>
>         <property name="discoverySpi">
>             <bean
> class="org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi">
>                 <property name="ipFinder">
>
>
>                     <bean
>
> class="org.apache.ignite.spi.discovery.tcp.ipfinder.multicast.TcpDiscoveryMulticastIpFinder">
>                         <property name="addresses">
>                             <list>
>
>                                 <value>127.0.0.1:47500..47502</value>
>                             </list>
>                         </property>
>                     </bean>
>                 </property>
>             </bean>
>         </property>
>     </bean>
> </beans>
>
>
> It is still giving the same error.
>
> java.lang.ClassCastException:
> org.apache.ignite.internal.pagemem.impl.PageMemoryNoStoreImpl cannot be
> cast
> to
>
> org.apache.ignite.internal.processors.cache.persistence.pagemem.PageMemoryEx
>
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Reply via email to