On 16.01.12 18:06, Chopin hu wrote: > java.lang.UnsupportedOperationException > at > org.apache.jcs.auxiliary.disk.file.FileDiskCache.getGroupKeys(FileDiskCache.java:143) > at > org.apache.jcs.engine.control.CompositeCache.getGroupKeys(CompositeCache.java:1110) > at > org.apache.jcs.access.GroupCacheAccess.getGroupKeys(GroupCacheAccess.java:192) > at gov.nasa.gsfc.giovanni.TestCache.getKeyList(TestCache.java:167) > at gov.nasa.gsfc.giovanni.TestCache.main(TestCache.java:608) > > What could be wrong?
Well, the error message basically says it: Groups are not supported in the FileDiskCache. I'd recommend the IndexedDiskCache instead. It works far better. Bye, Thomas. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
