Hi, This was working fine in single node cluster but got into same error once I started second node in cluster.
Debugging it further, it looks like when we initialize Ignite object (using Ignite ignite = Ignition.start(ic);) it detects all cache store settings from other node and tries to initialize cache using persistanceSetting probably received from other node. But at this moment dataSource is null and cache is not initialized <http://apache-ignite-users.70518.x6.nabble.com/file/n6176/Screen_Shot_2016-07-08_at_10.png> Here's stack trace: Any help in this regard is much appreciated. Thanks! -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/CassandraCacheStoreFactory-injection-error-while-trying-to-use-Cassandra-as-persistent-store-tp5689p6176.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
