-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
9.3.3.Final
-
None
When flushing the cache entries during application startup. It fails with NoClassDefFoundError.
It is a clustered setup. When node1 is starting up, there is no issue. When starting node2 after node1 is up, it fails. It happens consistently in few environments and after couple of restarts, it works fine.
java.lang.NoClassDefFoundError: Could not initialize class org.infinispan.commands.write.RemoveCommand
at org.infinispan.commands.CommandsFactoryImpl.buildRemoveCommand(CommandsFactoryImpl.java:231)
at org.infinispan.cache.impl.CacheImpl.createRemoveCommand(CacheImpl.java:637)
at org.infinispan.cache.impl.CacheImpl.remove(CacheImpl.java:631)
at org.infinispan.cache.impl.CacheImpl.remove(CacheImpl.java:626)
at org.infinispan.cache.impl.AbstractDelegatingCache.remove(AbstractDelegatingCache.java:363)
at org.infinispan.cache.impl.EncoderCache.remove(EncoderCache.java:683)
at org.infinispan.tree.impl.NodeImpl.removeChild(NodeImpl.java:190)
at org.infinispan.tree.impl.NodeImpl.removeChild(NodeImpl.java:173)
at org.infinispan.tree.impl.TreeCacheImpl.removeNode(TreeCacheImpl.java:142)
at org.infinispan.tree.impl.TreeCacheImpl.removeNode(TreeCacheImpl.java:127)