Return-Path: Mailing-List: contact turbine-jcs-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list turbine-jcs-dev@jakarta.apache.org Received: (qmail 19208 invoked from network); 5 Mar 2003 16:42:32 -0000 Received: from gollum.dreamhost.com (66.33.209.16) by daedalus.apache.org with SMTP; 5 Mar 2003 16:42:32 -0000 Received: from [10.21.30.50] (unknown [64.30.49.15]) by gollum.dreamhost.com (Postfix) with ESMTP id 12A125B782 for ; Wed, 5 Mar 2003 08:42:35 -0800 (PST) Subject: Re: cashe.ccf problems. From: James Taylor To: turbine-jcs-dev@jakarta.apache.org In-Reply-To: <5DEC3FFCDE2F7C4DA45433EE09A4F22C6FBCC6@COLOSSUS.dyadem.corp> References: <5DEC3FFCDE2F7C4DA45433EE09A4F22C6FBCC6@COLOSSUS.dyadem.corp> Content-Type: text/plain Organization: Message-Id: <1046882262.594.1.camel@enki> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 05 Mar 2003 11:37:43 -0500 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Howdy, These are all WARN/INFO level messages, nothing to worry about. -- jt On Wed, 2003-03-05 at 11:33, Anton Shapiro wrote: > Hi, I am new to all this. I am not sure what is going on, but I am having the following exceptions. Below is the exception contents and cache.ccf file, I assume that the cache.ccf needs some changes. Can any body help me? > > Thank you very mach for any feedback. > > Anton. > > EXCEPTIONS: > > Task data generation: 21781 > > 0 [main] INFO helpers.XMLHelper - Parsing XML: unknown system id > > 1161 [main] INFO control.CompositeCacheConfigurator - setting defaults to DC > > 1201 [main] INFO control.CompositeCacheConfigurator - setting defaultCompositeCacheAttributes to [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 1000 ] > > 1201 [main] WARN config.OptionConverter - Could not find value for key jcs.default.elementattributes > > 1201 [main] WARN control.CompositeCacheConfigurator - Could not instantiate eAttr named 'jcs.default.elementattributes', using defaults. > > 1221 [main] INFO control.CompositeCacheConfigurator - setting defaultElementAttributes to [ IS_LATERAL = false, IS_SPOOL = false, IS_REMOTE = false, IS_ETERNAL = true, MaxLifeSeconds = 300, IdleTime = -1, CreateTime = 1046876096620, LastAccessTime = 1046876096620, getTimeToLiveSeconds() = 299990, createTime = 1046876096620 ] > > 1231 [main] WARN config.OptionConverter - Could not find value for key jcs.system.groupIdCache.elementattributes > > 1231 [main] WARN control.CompositeCacheConfigurator - Could not instantiate eAttr named 'jcs.system.groupIdCache.elementattributes', using defaults. > > 1301 [main] INFO lru.LRUMemoryCache - initialized LRUMemoryCache for groupIdCache > > 1301 [main] INFO control.CompositeCache - Constructed cache with name: groupIdCache > > 1442 [main] INFO indexed.IndexedDiskCache - Cache file root directory: c:/tmp/jcs-cache > > 1472 [main] WARN config.OptionConverter - Could not find value for key jcs.region.com.bluecatnetworks.meridius.quarantine.data.User.elementattributes > > 1472 [main] WARN control.CompositeCacheConfigurator - Could not instantiate eAttr named 'jcs.region.com.bluecatnetworks.meridius.quarantine.data.User.elementattributes', using defaults. > > 1502 [main] INFO lru.LRUMemoryCache - initialized LRUMemoryCache for com.bluecatnetworks.meridius.quarantine.data.User > > 1552 [main] INFO control.CompositeCache - Constructed cache with name: com.bluecatnetworks.meridius.quarantine.data.User > > 1562 [main] INFO indexed.IndexedDiskCache - Cache file root directory: c:/tmp/jcs-cache > > 1802 [main] WARN config.OptionConverter - Could not find value for key jcs.region.com.bluecatnetworks.meridius.quarantine.data.EmailAddress.elementattributes > > 1802 [main] WARN control.CompositeCacheConfigurator - Could not instantiate eAttr named 'jcs.region.com.bluecatnetworks.meridius.quarantine.data.EmailAddress.elementattributes', using defaults. > > 1802 [main] INFO lru.LRUMemoryCache - initialized LRUMemoryCache for com.bluecatnetworks.meridius.quarantine.data.EmailAddress > > 1802 [main] INFO control.CompositeCache - Constructed cache with name: com.bluecatnetworks.meridius.quarantine.data.EmailAddress > > 1802 [main] INFO indexed.IndexedDiskCache - Cache file root directory: c:/tmp/jcs-cache > > 1812 [main] WARN config.OptionConverter - Could not find value for key jcs.region.com.bluecatnetworks.meridius.quarantine.data.LightWeightQuarantinedMessage.elementattributes > > 1812 [main] WARN control.CompositeCacheConfigurator - Could not instantiate eAttr named 'jcs.region.com.bluecatnetworks.meridius.quarantine.data.LightWeightQuarantinedMessage.elementattributes', using defaults. > > 1812 [main] INFO lru.LRUMemoryCache - initialized LRUMemoryCache for com.bluecatnetworks.meridius.quarantine.data.LightWeightQuarantinedMessage > > 1812 [main] INFO control.CompositeCache - Constructed cache with name: com.bluecatnetworks.meridius.quarantine.data.LightWeightQuarantinedMessage > > 1822 [main] INFO indexed.IndexedDiskCache - Cache file root directory: c:/tmp/jcs-cache > > 1932 [main] INFO hibernate.Environment - Hibernate 1.2 final > > 1942 [main] INFO hibernate.Environment - hibernate.properties not found > > 1952 [main] INFO hibernate.Environment - JVM proxy support: true > > .... > > CONTENTS OF CACHE.CCF FILE: > > #Default Cache > > jcs.default=DC > > jcs.default.cacheattributes=org.apache.jcs.engine.CompositeCacheAttributes > > jcs.default.cacheattributes.MaxObjects=1000 > > jcs.default.elementattributes.MaxLifeSeconds=300 > > jcs.default.cacheattributes.MemoryCacheName=org.apache.jcs.engine.memory.lru.LRUMemoryCache > > #Memory Shrinking > > jcs.default.cacheattributes.cacheattributes.UseMemoryShrinker=true > > jcs.default.cacheattributes.cacheattributes.MaxMemoryIdleTimeSeconds=3600 > > jcs.default.cacheattributes.cacheattributes.ShrinkerIntervalSeconds=60 > > #Disk Caching > > jcs.auxiliary.DC=org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheFactory > > jcs.auxiliary.DC.attributes=org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes > > jcs.auxiliary.DC.attributes.DiskPath=c:/tmp/jcs-cache > > #Group ID Cache > > jcs.system.groupIdCache=DC > > jcs.system.groupIdCache.cacheattributes=org.apache.jcs.engine.CompositeCacheAttributes > > jcs.system.groupIdCache.cacheattributes.MaxObjects=10000 > > jcs.system.groupIdCache.cacheattributes.MemoryCacheName=org.apache.jcs.engine.memory.lru.LRUMemoryCache >