Runtime Error:
java.lang.InternalError: unexpected entry: cli.System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
	at java.io.ObjectStreamClass.lookup(ObjectStreamClass.java:388)
	at java.io.ObjectStreamClass.(ObjectStreamClass.java:469)
	at java.io.ObjectStreamClass.lookup(ObjectStreamClass.java:369)
	at java.io.ObjectStreamClass.(ObjectStreamClass.java:469)
	at java.io.ObjectStreamClass.lookup(ObjectStreamClass.java:369)
	at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1134)
	at java.io.ObjectOutputStream.writeFatalException(ObjectOutputStream.java:1578)
	at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:343)
	at org.apache.jcs.utils.serialization.StandardSerializer.serialize(StandardSerializer.java:54)
	at org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache.processUpdate(IndexedDiskCache.java:513)
	at org.apache.jcs.auxiliary.AbstractAuxiliaryCacheEventLogging.updateWithEventLogging(AbstractAuxiliaryCacheEventLogging.java:48)
	at org.apache.jcs.auxiliary.disk.AbstractDiskCache.doUpdate(AbstractDiskCache.java:829)
	at org.apache.jcs.auxiliary.disk.AbstractDiskCache$MyCacheListener.handlePut(AbstractDiskCache.java:685)
	at org.apache.jcs.engine.PooledCacheEventQueue$PutEvent.doRun(PooledCacheEventQueue.java:493)
	at org.apache.jcs.engine.PooledCacheEventQueue$AbstractCacheEvent.run(PooledCacheEventQueue.java:417)
	at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$RunWhenBlocked.blockedAction(Unknown Source)
	at EDU.oswego.cs.dl.util.concurrent.PooledExecutor.execute(Unknown Source)
	at org.apache.jcs.utils.threadpool.ThreadPool.execute(ThreadPool.java:79)
	at org.apache.jcs.engine.PooledCacheEventQueue.put(PooledCacheEventQueue.java:315)
	at org.apache.jcs.engine.PooledCacheEventQueue.addPutEvent(PooledCacheEventQueue.java:237)
	at org.apache.jcs.auxiliary.disk.AbstractDiskCache.update(AbstractDiskCache.java:224)
	at org.apache.jcs.engine.control.CompositeCache.spoolToDisk(CompositeCache.java:383)
	at org.apache.jcs.engine.memory.AbstractDoulbeLinkedListMemoryCache.spoolLastElement(AbstractDoulbeLinkedListMemoryCache.java:258)
	at org.apache.jcs.engine.memory.AbstractDoulbeLinkedListMemoryCache.spoolIfNeeded(AbstractDoulbeLinkedListMemoryCache.java:152)
	at org.apache.jcs.engine.memory.AbstractDoulbeLinkedListMemoryCache.update(AbstractDoulbeLinkedListMemoryCache.java:107)
	at org.apache.jcs.engine.control.CompositeCache.copyAuxiliaryRetrievedItemToMemory(CompositeCache.java:996)
	at org.apache.jcs.engine.control.CompositeCache.get(CompositeCache.java:572)
	at org.apache.jcs.engine.control.CompositeCache.get(CompositeCache.java:432)
	at org.apache.jcs.access.CacheAccess.get(CacheAccess.java:194)
	at com.interwoven.livesite.runtime.cache.impl.JCSCache.get(JCSCache.java:108)
	at com.interwoven.livesite.runtime.cache.impl.JCSCachePool.get(JCSCachePool.java:99)
	at com.interwoven.livesite.runtime.page.PageTokenVariableComponent.renderAndCache(PageTokenVariableComponent.java:136)
	at com.interwoven.livesite.runtime.page.PageTokenVariableComponent.preRender(PageTokenVariableComponent.java:105)
	at com.interwoven.livesite.runtime.page.PageTokenContainer.preRender(PageTokenContainer.java:261)
	at com.interwoven.livesite.runtime.model.page.RuntimePage.transformAndOutput(RuntimePage.java:516)
	at com.interwoven.livesite.runtime.model.page.RuntimePage.transformAndOutput(RuntimePage.java:496)
	at com.interwoven.livesite.runtime.rendering.RenderingManager.doOutputPage(RenderingManager.java:1427)
	at com.interwoven.livesite.runtime.rendering.RenderingManager.renderPageGoal(RenderingManager.java:392)
	at cli.Interwoven.LiveSite.Runtime.Rendering.DotNetRenderingManager.renderPageGoal(DotNetRenderingManager.cs:60)
	at com.interwoven.livesite.runtime.rendering.RenderingManager.render(RenderingManager.java:261)
	at cli.Interwoven.LiveSite.Runtime.Web.Page.RuntimePage.ExecuteLiveSiteFilter(RuntimePage.cs:186)
	at cli.Interwoven.LiveSite.Runtime.Web.Page.RuntimePage.OnInit(RuntimePage.cs:65)
	at cli.System.Web.UI.Control.InitRecursive(Unknown Source)
	at cli.System.Web.UI.Page.ProcessRequestMain(Unknown Source)
	at cli.System.Web.UI.Page.ProcessRequest(Unknown Source)
	at cli.System.Web.UI.Page.ProcessRequest(Unknown Source)
	at cli.System.Web.UI.Page.ProcessRequestWithNoAssert(Unknown Source)
	at cli.System.Web.UI.Page.ProcessRequest(Unknown Source)
	at cli.System.Web.HttpApplication$CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute(Unknown Source)
	at cli.System.Web.HttpApplication.ExecuteStepImpl(Unknown Source)
	at cli.System.Web.HttpApplication.ExecuteStep(Unknown Source)
	at cli.System.Web.HttpApplication$PipelineStepManager.ResumeSteps(Unknown Source)
	at cli.System.Web.HttpApplication.BeginProcessRequestNotification(Unknown Source)
	at cli.System.Web.HttpRuntime.ProcessRequestNotificationPrivate(Unknown Source)
	at cli.System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(Unknown Source)
	at cli.System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(Unknown Source)
	at cli.System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(Unknown Source)
	at cli.System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(Unknown Source)
	at cli.System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(Unknown Source)