How to solve IgniteException: Can not perform the operation because the cluster is inactive Exception
1. The Exception
When we use Apache ignite ,when we want to enable the native persistence feature of it, we would add the following configurations to the config file of apache ignite:
However, when we start the test again, we get this exception :
2. Environments
JDK 1.8
Apache ignite 2.6
3. Solve the problem
You need to activate the ignite after enabling the persistence feature like this: