Hi Val, I am able to replicate the error by using the below 3 source files. If you can just create a Java package *com.mytest* and drop these 3 files under that directory in any Java 8 project; after running *ExampleNodeStartup.java*, you would be able to see that exception occurring as currently 'MY_CACHE' *cacheMode* settings in *ignite-cache.xml* is set as *LOCAL *. if you switch it back to *PARTITION* cacheMode, it will run fine without exception. ExampleNodeStartup.java <http://apache-ignite-users.70518.x6.nabble.com/file/n1918/ExampleNodeStartup.java> ignite-cache.xml <http://apache-ignite-users.70518.x6.nabble.com/file/n1918/ignite-cache.xml> launch-context.xml <http://apache-ignite-users.70518.x6.nabble.com/file/n1918/launch-context.xml>
Regards, -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/LOCAL-CACHE-MODE-Configuration-settings-tp1875p1918.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
