[infinispan-issues] [JBoss JIRA] (ISPN-12157) java.lang.NoClassDefFoundError: Could not initialize class org.infinispan.commands.write.RemoveCommand
Suman Rajagopal (Jira)
issues at jboss.org
Fri Jul 24 07:48:26 EDT 2020
Suman Rajagopal created ISPN-12157:
--------------------------------------
Summary: java.lang.NoClassDefFoundError: Could not initialize class org.infinispan.commands.write.RemoveCommand
Key: ISPN-12157
URL: https://issues.redhat.com/browse/ISPN-12157
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 9.3.3.Final
Reporter: Suman Rajagopal
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)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the infinispan-issues
mailing list