Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

EhCache error

807603Nov 6 2007 — edited Nov 6 2007
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 4 2007
Added on Nov 6 2007
2 comments
404 views