Error MC007
Cache error.
Problem​
An error code with the acronym MC007
appeared.
Solution​
- Verify the Mercury DB 3.0 (HgDB) system configuration in the
ehcache.properties
configuration file (file location:$MRC_HOME/config
, where$MRC_HOME
is the path where the product was installed). Check if the value of thecache.configPath
parameter - the main cache configuration location (location of theehcacheDefault.xml
file) is set correctly, i.e. it represents the path that exists in the server's file system. - Verify if the default cache configuration file (
ehcacheDefault.xml
file) is configured correctly. - Verify if the common cache configuration file (
ehcacheCommon.xml
file) is configured correctly. - Check if the shared memory server is running with the command line command (Unix):
ps -ef | grep ehcache-clustered
If the server is not running and you have the opportunity, start it or contact your system administrator to perform this operation.