I can't say that I've seen the error before, but my first guess would be that it has something to do with cached queries... Remove the cachedafter / cachedwithin attributes on your queries temporarily -- run it for a day (or less) -- at least that would tell you precisely what is failing (if it is in fact query caching) if not how to fix it.
Could also be cfcache, although it sounds more likely to be cfquery caching to me personally. > Any ideas what this error might mean? We have a server > spontaneously > generating this error on most pages after running for > periods of 30 > minutes to two hours. Restarting the CF service seems to > resolve it. Any > indication of what the error means, what might be causing > it, or what to > do about it? Server is CF6.1. It is not running the latest > updater due > to a bug in the updater that was causing us problems. > As far as we can tell, the error is thrown when CF > attempts to remove > the oldest key from a cache and finds upon doing this that > the size of > the cache hasn't decreased. Why that might happen, we have > no clue. > Here are the first few lines of the stack trace... > java.lang.IllegalStateException: corrupt table > at coldfusion.util.LruCache.reap(LruCache.java:219) > at coldfusion.util.LruCache.get(LruCache.java:196) > at > coldfusion.compiler.ExprClassLoader$ExprCache.fetchSerial( > ExprClassLoade > r.java:335) > at > coldfusion.util.AbstractCache.fetch(AbstractCache.java:58) > at coldfusion.util.SoftCache.get(SoftCache.java:81) > at > coldfusion.compiler.ExprClassLoader.compileStatement(ExprC > lassLoader.jav > a:211) > at > coldfusion.compiler.ExprClassLoader.evaluate(ExprClassLoad > er.java:134) > at coldfusion.runtime.CFPage.Evaluate(CFPage.java:2329) s. isaac dealey 954.522.6080 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://macromedia.breezecentral.com/p49777853/ http://www.sys-con.com/author/?id=4806 http://www.fusiontap.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198914 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

