Hi, this is a known issue ([1], [2]), will be fixed in the next release. [1] https://issues.apache.org/jira/browse/IGNITE-3267 [2] http://stackoverflow.com/questions/37677707/failed-to-start-manager-gridmanageradapter-in-apache-ignite-net/
On Fri, Jun 24, 2016 at 7:01 AM, gaurangpatelng <[email protected] > wrote: > 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. >
