I posted this question to the JCS mailing list (
turbine-jcs-user@jakarta.apache.org), but so far no response.
I used the Wiki page (
http://www.hibernate.org/61.html) as a guide in setting up JCS for my hibernate 2 web application running under Tomcat 4.1.24 and MySQL 4.0.13.
Of 31 object types, I've got 4 cached read-only and 9 cached read-write. My cache.ccf file is in my WEB-INF/classes directory.
When Tomcat starts up I get the following errors messages (see below). But the cache seems to be working (I've turned on net.sf.hibernate.cache debug level messages).
Should I be concerned with the ERRORs? Is there a way to eliminate these messages?
Thanks in advance - Richard
TOMCAT STARTUP - BEGIN
...
Code:
Starting service Tomcat-Standalone
Apache Tomcat/4.1.24
09:33:16,281 WARN OptionConverter:135 - Could not find value for key jcs.auxiliary.DC
09:33:16,281 ERROR CompositeCacheConfigurator:359 - Could not instantiate auxFactory named "DC".
09:33:16,281 WARN OptionConverter:135 - Could not find value for key jcs.auxiliary.DC
09:33:16,296 ERROR CompositeCacheConfigurator:359 - Could not instantiate auxFactory named "DC".
09:33:16,296 WARN OptionConverter:135 - Could not find value for key jcs.auxiliary.DC
09:33:16,296 ERROR CompositeCacheConfigurator:359 - Could not instantiate auxFactory named "DC".
09:33:16,296 WARN OptionConverter:135 - Could not find value for key jcs.auxiliary.DC
09:33:16,296 ERROR CompositeCacheConfigurator:359 - Could not instantiate auxFactory named "DC".
09:33:16,312 WARN OptionConverter:135 - Could not find value for key jcs.auxiliary.DC
09:33:16,312 ERROR CompositeCacheConfigurator:359 - Could not instantiate auxFactory named "DC".
09:33:16,312 WARN OptionConverter:168 - No such property [is] in org.apache.jcs.engine.ElementAttributes.
09:33:16,312 WARN OptionConverter:135 - Could not find value for key jcs.auxiliary.DC
09:33:16,312 ERROR CompositeCacheConfigurator:359 - Could not instantiate auxFactory named "DC".
09:33:16,312 WARN OptionConverter:135 - Could not find value for key jcs.auxiliary.DC
09:33:16,312 ERROR CompositeCacheConfigurator:359 - Could not instantiate auxFactory named "DC".
09:33:16,328 WARN OptionConverter:135 - Could not find value for key jcs.auxiliary.DC
09:33:16,328 ERROR CompositeCacheConfigurator:359 - Could not instantiate auxFactory named "DC".
09:33:16,328 WARN OptionConverter:135 - Could not find value for key jcs.auxiliary.DC
09:33:16,328 ERROR CompositeCacheConfigurator:359 - Could not instantiate auxFactory named "DC".
09:33:16,328 WARN OptionConverter:135 - Could not find value for key jcs.auxiliary.DC
09:33:16,328 ERROR CompositeCacheConfigurator:359 - Could not instantiate auxFactory named "DC".
09:33:16,328 WARN OptionConverter:135 - Could not find value for key jcs.auxiliary.DC
09:33:16,343 ERROR CompositeCacheConfigurator:359 - Could not instantiate auxFactory named "DC".
09:33:16,343 WARN OptionConverter:135 - Could not find value for key jcs.auxiliary.DC
09:33:16,343 ERROR CompositeCacheConfigurator:359 - Could not instantiate auxFactory named "DC".
09:33:16,375 WARN Configuration:903 - read-only cache configured for mutable: com.ltoj.persistence.base.PoGradeLevel
09:33:16,453 WARN Configuration:903 - read-only cache configured for mutable: com.ltoj.persistence.base.PoOrganizationType
09:33:16,531 WARN Configuration:903 - read-only cache configured for mutable: com.ltoj.persistence.base.PoRole
09:33:16,671 WARN Configuration:903 - read-only cache configured for mutable: com.ltoj.persistence.base.PoStatus
DEBUG [main] StartupListener.contextInitialized(34) | contextInitialized...
...
TOMCAT STARTUP - END
Code: