Cache type is out of sync. Make sure the value for cache.type in the dal /cache.properties file matches the value in the database. | This error occurs when the jss_memcached_endpoints and jss_cache_configurations tables do not exist or exist and have values that do not match those in the properties file. | Remove DBAPPLIED_ from the values in all of the properties files, then restart Tomcat. |
| There was a problem updating the dal /ehcache.properties file. (Permission denied) | This error occurs when Tomcat does not have permission to update the ehcache.properties file. | Update the permissions for the ehcache.properties file, then restart Tomcat. |
| There was a problem updating the dal /cache.properties file. (Permission denied) | This error occurs when Tomcat does not have permission to update the cache.properties file. | Update the permissions for the cache.properties file, then restart Tomcat. |
| There was a problem updating the dal /memcached.properties file. (Permission denied)* | This error occurs when Tomcat does not have permission to update the memcached.properties file. | Update the permissions for the memcached.properties file, then restart Tomcat. |
Duplicate property keys are not allowed. Duplicate key is cache.type. | This error occurs when the cache.type value in the cache.properties file is duplicated. | Ensure there is only one value for cache.type, then restart Tomcat. |