Memcached Configuration Errors

Technical Articles

Solution
Application
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US
Symptom/ErrorExplanationResolution
Timeout waiting for value.This error occurs when a valid Memcached endpoint was defined in the memcached.properties file, however, Memcached may not be running on the endpoint.Verify the Memcached service is running on the endpoint, then restart Tomcat.
No hosts in the list: ''This error occurs when no Memcached endpoint values were defined in the memcached.properties file. Ensure there is at least one valid Memcached endpoint defined in the memcached.properties file, remove DBAPPLIED_ if it exists, then restart Tomcat.
Unable to parse memcached.timeToLiveSeconds properly.This error occurs when there is a problem with the value for memcached.timeToLiveSeconds in the memcached.properties file. Ensure there is a value for memcached.timeToLiveSeconds in the memcached.properties file, then restart Tomcat.
Duplicate property keys are not allowed. Duplicate key is memcached.timeToLiveSeconds.This error occurs when the memcached.timeToLiveSeconds value in the memcached.properties file is duplicated. Ensure there is only one value for memcached.timeToLiveSeconds, then restart Tomcat.
java.nio.channels.UnresolvedAddressException.This error occurs when an endpoint in the memcached.properties file can not be resolved at the hostname entered. Ensure the hostname can be resolved from the Jamf Pro server, then restart Tomcat.
Time to live seconds must not be null.This error occurs when there is a problem with the value for memcached.directory.timeToLiveSeconds in the memcached.properties file.Ensure a value of memcached.directory.timeToLiveSeconds=86400 is set in the memcached.properties file, then restart Tomcat.