From: Christian M. <vc...@cl...> - 2002-08-09 14:24:45
|
It comes from your auxiliary DC (Disk Cache ) cache. My guess is that the path you gave to store objects on the disk is not correct or it's a file permission issue. Try to comment the DC cache to test this. Chris ----- Original Message ----- From: "Urberg, John" <ju...@ve...> To: "'Christian Meunier'" <vc...@cl...> Cc: <hib...@li...> Sent: Friday, August 09, 2002 3:40 PM Subject: RE: FW: [Hibernate-devel] Getting Collections to pull data from the cache > >> Hibernate got everything you need to run JCS, are you sure you > >> put the cache.ccf in the classpath, it's more likely the issue here. > > Yup. The cache.ccf from the Hibernate build is in my class path. This is > the full exception I was gettting: > > WARNING: Could not instantiate cache - probably the JCS jar is missing: > NoClassDefFoundError: org/apache/commons/lang/exception/NestableException > > So I added the commons-lang package. I don't get that exception, but I > still don't see the cache working. This is what Hibernate is logging: > > Aug 9, 2002 8:38:56 AM org.apache.commons.logging.impl.Jdk14Logger info > INFO: setting defaults to DC > Aug 9, 2002 8:38:56 AM org.apache.commons.logging.impl.Jdk14Logger info > INFO: setting defaultCompositeCacheAttributes to [ useLateral = true, > useRemote = true, useDisk = true, maxObjs = 1000 ] > Aug 9, 2002 8:38:56 AM org.apache.commons.logging.impl.Jdk14Logger info > INFO: setting defaultElementAttributes to [ IS_LATERAL = false, IS_SPOOL = > true, IS_REMOTE = false, IS_ETERNAL = false, MaxLifeSeconds = 120, IdleTime > = 1800, CreateTime = 1028900336921, LastAccessTime = 1028900336921, > getTimeToLiveSeconds() = 119984, createTime = 1028900336921 ] > Aug 9, 2002 8:38:56 AM org.apache.commons.logging.impl.Jdk14Logger warn > WARNING: Could not find value for key jcs.auxiliary.DC > Aug 9, 2002 8:38:56 AM org.apache.commons.logging.impl.Jdk14Logger error > SEVERE: Could not instantiate auxFactory named "DC". > Aug 9, 2002 8:38:56 AM org.apache.commons.logging.impl.Jdk14Logger warn > WARNING: Could not find value for key > jcs.system.groupIdCache.elementattributes > Aug 9, 2002 8:38:56 AM org.apache.commons.logging.impl.Jdk14Logger warn > WARNING: Could not instantiate eAttr named > 'jcs.system.groupIdCache.elementattributes', using defaults. > Aug 9, 2002 8:38:56 AM org.apache.commons.logging.impl.Jdk14Logger info > INFO: initialized LRUMemoryCache for groupIdCache > Aug 9, 2002 8:38:56 AM org.apache.commons.logging.impl.Jdk14Logger info > INFO: Constructed cache with name: groupIdCache > Aug 9, 2002 8:38:57 AM org.apache.commons.logging.impl.Jdk14Logger warn > WARNING: Could not find value for key jcs.auxiliary.DC > Aug 9, 2002 8:38:57 AM org.apache.commons.logging.impl.Jdk14Logger error > SEVERE: Could not instantiate auxFactory named "DC". > Aug 9, 2002 8:38:57 AM org.apache.commons.logging.impl.Jdk14Logger warn > WARNING: Could not find value for key > jcs.region.com.idexx.cstone.messagecenter.domain.AddresseeGroup.elementattri > butes > Aug 9, 2002 8:38:57 AM org.apache.commons.logging.impl.Jdk14Logger warn > WARNING: Could not instantiate eAttr named > 'jcs.region.com.idexx.cstone.messagecenter.domain.AddresseeGroup.elementattr > ibutes', using defaults. > Aug 9, 2002 8:38:57 AM org.apache.commons.logging.impl.Jdk14Logger info > INFO: initialized LRUMemoryCache for > com.idexx.cstone.messagecenter.domain.AddresseeGroup > Aug 9, 2002 8:38:57 AM org.apache.commons.logging.impl.Jdk14Logger info > INFO: Constructed cache with name: > com.idexx.cstone.messagecenter.domain.AddresseeGroup > Aug 9, 2002 8:38:57 AM org.apache.commons.logging.impl.Jdk14Logger warn > WARNING: Could not find value for key jcs.auxiliary.DC > Aug 9, 2002 8:38:57 AM org.apache.commons.logging.impl.Jdk14Logger error > SEVERE: Could not instantiate auxFactory named "DC". > Aug 9, 2002 8:38:57 AM org.apache.commons.logging.impl.Jdk14Logger warn > WARNING: Could not find value for key > jcs.region.AddresseeGroup.entries.elementattributes > Aug 9, 2002 8:38:57 AM org.apache.commons.logging.impl.Jdk14Logger warn > WARNING: Could not instantiate eAttr named > 'jcs.region.AddresseeGroup.entries.elementattributes', using defaults. > Aug 9, 2002 8:38:57 AM org.apache.commons.logging.impl.Jdk14Logger info > INFO: initialized LRUMemoryCache for AddresseeGroup.entries > Aug 9, 2002 8:38:57 AM org.apache.commons.logging.impl.Jdk14Logger info > INFO: Constructed cache with name: AddresseeGroup.entries > Aug 9, 2002 8:38:57 AM org.apache.commons.logging.impl.Jdk14Logger info > INFO: Parsing XML: unknown system id > Aug 9, 2002 8:38:57 AM org.apache.commons.logging.impl.Jdk14Logger warn > WARNING: Could not find value for key jcs.auxiliary.DC > Aug 9, 2002 8:38:57 AM org.apache.commons.logging.impl.Jdk14Logger error > SEVERE: Could not instantiate auxFactory named "DC". > Aug 9, 2002 8:38:57 AM org.apache.commons.logging.impl.Jdk14Logger warn > WARNING: Could not find value for key > jcs.region.com.idexx.cstone.messagecenter.domain.AddresseeGroupEntry.element > attributes > Aug 9, 2002 8:38:57 AM org.apache.commons.logging.impl.Jdk14Logger warn > WARNING: Could not instantiate eAttr named > 'jcs.region.com.idexx.cstone.messagecenter.domain.AddresseeGroupEntry.elemen > tattributes', using defaults. > Aug 9, 2002 8:38:57 AM org.apache.commons.logging.impl.Jdk14Logger info > INFO: initialized LRUMemoryCache for > com.idexx.cstone.messagecenter.domain.AddresseeGroupEntry > Aug 9, 2002 8:38:57 AM org.apache.commons.logging.impl.Jdk14Logger info > INFO: Constructed cache with name: > com.idexx.cstone.messagecenter.domain.AddresseeGroupEntry > Aug 9, 2002 8:38:57 AM org.apache.commons.logging.impl.Jdk14Logger info > INFO: Parsing XML: unknown system id > Aug 9, 2002 8:38:57 AM org.apache.commons.logging.impl.Jdk14Logger warn > WARNING: Could not find value for key jcs.auxiliary.DC > Aug 9, 2002 8:38:57 AM org.apache.commons.logging.impl.Jdk14Logger error > SEVERE: Could not instantiate auxFactory named "DC". > Aug 9, 2002 8:38:57 AM org.apache.commons.logging.impl.Jdk14Logger warn > WARNING: Could not find value for key > jcs.region.com.idexx.cstone.core.domain.StaffImpl.elementattributes > Aug 9, 2002 8:38:57 AM org.apache.commons.logging.impl.Jdk14Logger warn > WARNING: Could not instantiate eAttr named > 'jcs.region.com.idexx.cstone.core.domain.StaffImpl.elementattributes', using > defaults. > Aug 9, 2002 8:38:57 AM org.apache.commons.logging.impl.Jdk14Logger info > INFO: initialized LRUMemoryCache for com.idexx.cstone.core.domain.StaffImpl > Aug 9, 2002 8:38:57 AM org.apache.commons.logging.impl.Jdk14Logger info > INFO: Constructed cache with name: com.idexx.cstone.core.domain.StaffImpl > Aug 9, 2002 8:38:57 AM org.apache.commons.logging.impl.Jdk14Logger info > > Somethings not working right... > > Thanks, > John > > |