Giriş
Şu satırı dahil ederiz
import com.hazelcast.core.HazelcastInstanceNotActiveException;
Açıklaması şöyle
What it meansThe Hazelcast instance has been shut down, most likely ungracefully, and Hazelcast operations on this instance can no longer be processed.What to doAssuming the node was ungracefully terminated but was done purposely, this message can be ignored. (This should be the root cause in most cases.) If not, Hazelcast crashed for an unknown reason. Examine the logs to find the root cause of the failure.
Callstack şöyle. shutdown() çağrılmış bir HazelcastIntance nesnesi üzerinde işlem yapılınca çağrılır
com.hazelcast.core.HazelcastInstanceNotActiveException: Hazelcast instance is not active! at com.hazelcast.spi.impl.AbstractDistributedObject.throwNotActiveException(AbstractDistributedObject.java:115) at com.hazelcast.spi.impl.AbstractDistributedObject.lifecycleCheck(AbstractDistributedObject.java:110) at com.hazelcast.spi.impl.AbstractDistributedObject.getNodeEngine(AbstractDistributedObject.java:104) at com.hazelcast.internal.crdt.pncounter.PNCounterProxy.getReplicaAddresses(PNCounterProxy.java:289)
Burada bir soru var
Hiç yorum yok:
Yorum Gönder