EhCache error
807603Nov 6 2007 — edited Nov 6 2007Hi,
not sure if this is the best forum for this question. If anyone can suggest another forum please let me know. Has anyone come across this error in Ehcache?
007-11-01 07:22:57,095 6058014 [RWWorkerThread-26] ERROR net.sf.ehcache.store.DiskStore (DiskStore.java:265) - SkewCacheCache:
Could not read disk store element for key PTEM0000033A
java.io.EOFException
at java.io.RandomAccessFile.readFully(Unknown Source)
at java.io.RandomAccessFile.readFully(Unknown Source)
at net.sf.ehcache.store.DiskStore.get(DiskStore.java:258)
at net.sf.ehcache.Cache.searchInDiskStore(Cache.java:545)
at net.sf.ehcache.Cache.get(Cache.java:361)
at com.citigroup.gcd.cache.aop.impl.EHCacheInterceptor.getFromCache(EHCacheInterceptor.java:66)
at com.citigroup.gcd.cache.aop.AbstractCacheInterceptor.checkCache(AbstractCacheInterceptor.java:68
After 1 year of running a program this is the first time that I have come across this error.
Any ideas or suggestions about what might actually be causing this would be much appreciated.
Many Thanks