I get following error during try (Transaction tx =
Ignition.ignite().transactions().txStart()) {
class org.apache.ignite.IgniteIllegalStateException: Ignite instance with
provided name doesn't exist. Did you call Ignition.start(..) to start an
Ignite instance? [name=null]
I dont know why, I created before Ignite ignite =
Ignition.start(IgniteConfig.IGNITE_CONFIG_PATH);
Before I move settings into xml file it worked. Do you know how to fix it ?
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/ignite-IgniteIllegalStateException-during-creating-transaction-tp4249.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.