/commented by valentin kulichenko/ Tran,
It looks like your cache is not configured in /example-cache.xml/, which is perfectly OK, because Ignite supports dynamic cache starts and stops. But in this case cache you should use /getOrCreateCache(..)/ method instead of /cache(..)/ method. It will create the cache for you if it's not there yet. ----- /This post is migrated from now discontinued Apache Ignite forum at http://apacheignite.readme.io/v1.0/discuss/ -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Trouble-working-with-Data-Grid-Getting-Started-examples-tp255p256.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
