Hi Alex,
Can you please tell me which jar is missing?
If i remove the below then it's running perfectly. So i guess there is some
issue with this portion.
ONHEAP_TIERED"/>
<!-- Enable Off-Heap memory with max size of 10 Gigabytes (0 for
unlimited). -->
<property name="offHeapMaxMemory" value="#{10 * 1024L * 1024L * 1024L}" />
<!-- Configure eviction policy. -->
<property name="evictionPolicy">
<bean class="org.apache.ignite.cache.eviction.fifo.CacheFifoEvictionPolicy">
<!-- Evict to off-heap after cache size reaches maxSize. -->
<property name="maxSize" value="100000"/>
</bean>
</property>
On Wed 13 Dec, 2017, 22:47 afedotov, <[email protected]> wrote:
> Hi,
>
> Looks like you don't have required Ignite libs on your classpath. Please
> check your classpath for its presence.
>
> Kind regards,
> Alex
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>
--
Thanks
Rajarshi