Re: IgniteBiPredicate anonymous class - ClassNotFoundException

2018-11-23 Thread joseheitor
Thanks, Maxim - it is working. Tips for others landing on this post... I fixed my problem by: - Enabling peer classloading () on each node - Building a JAR with my model classes and manually deploying them on each server node's /libs folder -- Sent from:

Re: IgniteBiPredicate anonymous class - ClassNotFoundException

2018-11-23 Thread Maxim.Pudov
I guess you have 2 nodes, but only one of them has that class in its classpath. Check out this article: https://apacheignite.readme.io/docs/zero-deployment#section-peer-class-loading -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

IgniteBiPredicate anonymous class - ClassNotFoundException

2018-11-22 Thread joseheitor
Why am I getting a ClassNotFoundException? ... I can see that the anonymous class exists inside the JAR archive: -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/