Duplicate property keys are not allowed. Duplicate key is ehcache.maxBytesLocalHeap. | This error occurs when the ehcache.maxBytesLocalHeap value in the ehcache.properties file is duplicated. | Ensure there is only one value for ehcache.maxBytesLocalHeap in the ehcache.properties file, then restart Tomcat. |
Duplicate property keys are not allowed. Duplicate key is ehcache.timeToIdleSeconds. | This error occurs when the ehcache.timeToIdleSeconds value in the ehcache.properties file is duplicated. | Ensure there is only one value for ehcache.timeToIdleSeconds, then restart Tomcat. |
Duplicate property keys are not allowed. Duplicate key is ehcache.timeToLiveSeconds. | This error occurs when the ehcache.timeToLiveSeconds value in the ehcache.properties file is duplicated. | Ensure there is only one value for ehcache.timeToLiveSeconds, then restart Tomcat. |
Cache maxBytesLocalHeap cannot be null. | This error occurs when there is a problem with the value that was entered for ehcache.maxBytesLocalHeap in the ehcache.properties file. | Ensure there is a value for ehcache.maxBytesLocalHeap in the ehcache.properties file, then restart Tomcat. |
| Time to idle cannot be null. | This error occurs when there is a problem with the value for ehcache.timeToIdleSeconds in the ehcache.properties file. | Ensure there is a value for ehcache.timeToIdleSeconds in the ehcache.properties file, then restart Tomcat. |
| Time to live cannot be null. | This error occurs when there is a problem with the value for ehcache.timeToLiveSeconds in the ehcache.properties file. | Ensure there is a value for ehcache.timeToLiveSeconds in the ehcache.properties file, then restart Tomcat. |