Hi,
i'm trying to set up Ignite 2.8.0 in our application but i get such error:

java.lang.NoSuchMethodError:
org.apache.ignite.IgniteCache.getName()Ljava/lang/String;
at org.apache.ignite.cache.spring.SpringCache.getName(SpringCache.java:53)
at
org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.createCacheNames(CacheAspectSupport.java:756)
at
org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.<init>(CacheAspectSupport.java:670)
at
org.springframework.cache.interceptor.CacheAspectSupport.getOperationContext(CacheAspectSupport.java:237)
at
org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContexts.<init>(CacheAspectSupport.java:570)
at
org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:317)
at
org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185)
at
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy235.findMemberUserIdAnPermissionSetId(Unknown Source)

We use Spring version 5.0.7, but I have tried with several newer versions.
Can You help a little?

Reply via email to