Hi Yann, I was able to reproduce the issue and created a ticket [1]. Will fix it shortly by simply ignoring non-string properties.
I found two places that can cause issues: update checker and node attributes. Looks like your issue was caused by the first one, it can be workarounded by disabling the update checker. Can you try to set system property [2] and see if it helps? Having IvmContext in node attributes should not be a problem, because this class is Serializable. [1] https://issues.apache.org/jira/browse/IGNITE-2383 [2] -DIGNITE_UPDATE_NOTIFIER=false -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-bugs-tp2534p2567.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
