java.lang.NoClassDefFoundError: net/sf/ehcache/constructs/nonstop/store/ExecutorServiceStore$47
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Terracotta by Donz, 1 year ago
java.lang.NoClassDefFoundError: net/sf/ehcache/constructs/nonstop/store/ExecutorServiceStore$47
at net.sf.ehcache.constructs.nonstop.store.ExecutorServiceStore.isNodeCoherent(ExecutorServiceStore.java:1004)
at net.sf.ehcache.constructs.nonstop.store.NonstopStoreImpl.isNodeCoherent(NonstopStoreImpl.java:289)
at net.sf.ehcache.Cache.isNodeBulkLoadEnabled(Cache.java:4196)
at net.sf.ehcache.Cache.isNodeCoherent(Cache.java:3791)
at org.terracotta.modules.ehcache.coherence.CacheShutdownHook.shutdownRegisteredCaches(CacheShutdownHook.java:54)
at org.terracotta.modules.ehcache.coherence.CacheShutdownHook.access$000(CacheShutdownHook.java:21)
at org.terracotta.modules.ehcache.coherence.CacheShutdownHook$1.run(CacheShutdownHook.java:39)
at com.tc.object.ClientShutdownManager.executeBeforeShutdownHooks(ClientShutdownManager.java:55)
at com.tc.object.ClientShutdownManager.execute(ClientShutdownManager.java:61)
at com.tc.object.bytecode.ManagerImpl.shutdownClient(ManagerImpl.java:323)
at com.tc.object.bytecode.ManagerImpl.shutdown(ManagerImpl.java:310)
at com.tc.object.bytecode.ManagerImpl.access$1600(ManagerImpl.java:92)
at com.tc.object.bytecode.ManagerImpl$ShutdownAction.run(ManagerImpl.java:617)
at java.lang.Thread.run(Thread.java:662)