Re: Ignite throws "Failed to resolve class name" Exception

2021-06-09 Thread Ilya Kasnacheev
Hello! I can see a very similar issue filed: https://issues.apache.org/jira/browse/IGNITE-14856 There are hopes that it gets addresses in 2.11 Regards, -- Ilya Kasnacheev чт, 3 июн. 2021 г. в 14:37, Aleksandr Shapkin : > Hello! > > It seems that you are trying to deploy DTO using peer class

Re: Ignite throws "Failed to resolve class name" Exception

2021-06-03 Thread Aleksandr Shapkin
Hello! It seems that you are trying to deploy DTO using peer class loading, unfortunately, that's not possible. Peer class loading is mostly about task deployment, see https://ignite.apache.org/docs/latest/code-deployment/peer-class-loading To resolve this you need to have your CacheState

Re: Ignite throws "Failed to resolve class name" Exception

2021-05-26 Thread tsipporah22
Hi Ilya, Sorry I get back to you late. I have key-value classes on the server node. The peer class loading is enabled. I'm not getting this error consistently so it's hard to reproduce. Below is the code snippet that throws the error: First I got CacheState object with tableName as the key:

Re: Ignite throws "Failed to resolve class name" Exception

2021-05-13 Thread Ilya Kasnacheev
Hello again! I have also noticed that you are running lambdas on the server side. Is peer class loading enabled? Do you have key value/type classes on the server node? Ignite will not peer load key-value classes currently, so you need to explicitly deploy them on the server to be able to

Re: Ignite throws "Failed to resolve class name" Exception

2021-05-13 Thread Ilya Kasnacheev
Hello! Can you share a sample of code which causes the issue, as well as cache configuration? Regards, -- Ilya Kasnacheev пт, 7 мая 2021 г. в 21:04, tsipporah22 : > Hi experts, > > I'm running ignite server node in k8s and recently I upgraded ignite to > 2.10.0. Ignite is started with below

Ignite throws "Failed to resolve class name" Exception

2021-05-07 Thread tsipporah22
Hi experts, I'm running ignite server node in k8s and recently I upgraded ignite to 2.10.0. Ignite is started with below command: /opt/rta/os/jre/bin/java -XX:+AggressiveOpts -Djava.net.preferIPv4Stack=true -XX:+UseG1GC -XX:+DisableExplicitGC -Dfile.encoding=UTF-8 -DIGNITE_QUIET=false