Re: Solved JCS 2.0 cache disappearing

2017-01-26 Thread Tim Cronin
we had a CCP error and two cache instances had the same name and the finalize killed to wrong cache. On Wed, Jan 18, 2017 at 10:14 AM, Tim Cronin wrote: > started getting these errors, have to restart the tomcat server to resolve: > > ERROR org.apache.commons.jcs.auxiliary.disk.indexed.IndexedD

Re: JCS 2.0 cache disappearing

2017-01-21 Thread Thomas Vandahl
On 18.01.17 17:14, Tim Cronin wrote: > started getting these errors, have to restart the tomcat server to resolve: > > ERROR org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache – > Region [DroppedEmailSent] No longer alive so returning false for key = > hqYRRK What version did you use

Re: JCS 2.0 cache disappearing

2017-01-18 Thread Tim Cronin
looking at JCSAdmin the cache status is disposed. [image: Inline image 1] On Wed, Jan 18, 2017 at 10:14 AM, Tim Cronin wrote: > started getting these errors, have to restart the tomcat server to resolve: > > ERROR org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache – > Region [Droppe

Re: JCS 2.0 cache disappearing

2017-01-18 Thread Romain Manni-Bucau
Hi are you sure nobody or nothing closed the cache/cache manager? Seems so. Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn

JCS 2.0 cache disappearing

2017-01-18 Thread Tim Cronin
started getting these errors, have to restart the tomcat server to resolve: ERROR org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache – Region [DroppedEmailSent] No longer alive so returning false for key = hqYRRK here is our config