I don't the error has anything to do with queries or cfcache, the stack trace seems to indicate it is being thrown by an cache used by the CF classloader.
-----Original Message----- From: S.Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Wednesday, 16 March 2005 5:23 p.m. To: CF-Talk Subject: Re: java.lang.IllegalStateException: corrupt table 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198915 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

