Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-12157

java.lang.NoClassDefFoundError: Could not initialize class org.infinispan.commands.write.RemoveCommand

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Major Major
    • None
    • 9.3.3.Final
    • Core
    • None
    • Hide

      Remove an object from tree cache during application startup.

      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.

      Show
      Remove an object from tree cache during application startup. 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.

      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)

              Unassigned Unassigned
              sumanrajagopal Suman Rajagopal (Inactive)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: