Cause: Local node's binary configuration is not equal to remote node's binary configuration Ignite .NET & java
Solution: set below setting in server. BinaryConfiguration bCfg = new BinaryConfiguration(); bCfg.setCompactFooter(false); bCfg.setNameMapper(new BinaryBasicNameMapper(true)); bCfg.setIdMapper(new BinaryBasicIdMapper(true)); -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-support-for-net-and-Java-tp5771p5852.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
