Hi,
Unfortunately, I cannot reproduce the issue. Could you please provide info
about what command you are using to start Ignite?
Anyway, I see that you are trying to use example-persistent-store.xml which
is refer to org.apache.ignite.examples.model.Organization
Thus, you have to build ignite-examples-{version}.jar and copy it to
{ignite-release}/libs/ directory.
After that you can start Ignite using the following simple script:
#!/bin/bash
export IGNITE_HOME=/projects/binaries/apache-ignite-fabric-2.1.0-bin
cd /projects/binaries/apache-ignite-fabric-2.1.0-bin
./ignite.sh -v
/projects/binaries/apache-ignite-fabric-2.1.0-bin/examples/config/persistentstore/example-persistent-store.xml
Thanks!
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Unable-to-start-2-1-with-durable-memory-tp15841p15863.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.