Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2.0
-
None
Description
Found a missing entry in the ehcache.xml definitions.
This missing entry was causing the default cache definition to be used, and occasionally causing the following error:
[2/11/08 6:29:52:096 EST] 0000000f DiskStore E
org.apache.commons.logging.impl.Jdk14Logger error
decorationContentCacheCache: Could not read disk store element for key
kCYT6uVGKdqKNgZ5qXv2rXq. Error was decorationContentCache Cache: The
Disk store is not active.
net.sf.ehcache.CacheException:
decorationContentCache Cache: The Disk store is not active.
at java.lang.Throwable.<init>(Throwable.java:57)
at java.lang.Throwable.<init>(Throwable.java:68)
at net.sf.ehcache.CacheException.<init>(CacheException.java:41)
at
net.sf.ehcache.store.DiskStore.checkActive(DiskStore.java:220)
at net.sf.ehcache.store.DiskStore.get(DiskStore.java:231)
at net.sf.ehcache.Cache.searchInDiskStore(Cache.java:846)
at net.sf.ehcache.Cache.get(Cache.java:657)
at
org.apache.jetspeed.cache.impl.EhDecorationContentCacheImpl.saveGet(EhDe
corationContentCacheImpl.java:305)
at
org.apache.jetspeed.cache.impl.EhDecorationContentCacheImpl.evictContent
ForUser(EhDecorationContentCacheImpl.java:255)
at
org.apache.jetspeed.engine.JetspeedServlet.sessionDestroyed(JetspeedServ
let.java:373)
at