Hello! Seems to be working for me after two changes.
First, I had to change h2 version dependency from 1.4.197 to 1.4.195 - maybe this is because I have later snapshot of Apache Ignite compiled. Second, I had to activate the cluster! You have to activate persistent cluster after you bring all nodes up. Just add ignite.active(true); on IgniteConfig.java:92 The error message about activation requirement was clear and I still could exist app with Ctrl-C. Maybe you have extra problems if you are on some unstable commit of master branch. Regards, -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
