Hi Ignite Community,
i try using using the websession clustering while having a cache with Ignite
Persistence enabled.
When starting my application i get the following exception:
class org.apache.ignite.IgniteException: Can not perform the operation
because the cluster is inactive. Note, that the cluster is considered
inactive by default if Ignite Persistent Store is used to let all the nodes
join the cluster. To activate the cluster call Ignite.active(true).
at
org.apache.ignite.internal.IgniteKernal.checkClusterState(IgniteKernal.java:3813)
at
org.apache.ignite.internal.IgniteKernal.transactions(IgniteKernal.java:2779)
at
org.apache.ignite.cache.websession.WebSessionFilter.init(WebSessionFilter.java:287)
at
org.apache.catalina.core.ApplicationFilterConfig.initFilter(ApplicationFilterConfig.java:279)
at
org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:260)
at
org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterConfig.java:105)
at
org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4572)
at
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5215)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1403)
at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1393)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
I already tried starting a seperate Ignite Instance without Ignite
Persistence for my web session clustering, but since it's in the same grid
this doesn't change anything.
A completely seperate grid isn't really an option because of our
infrastructure.
Is there any option to use websession clustering and Ignite Persitence at
the same time?
br
Manuel
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/