Skip to main content

Error MC007

Cache error.

Problem​

An error code with the acronym MC007 appeared.

Solution​

  1. 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 the cache.configPath parameter - the main cache configuration location (location of the ehcacheDefault.xml file) is set correctly, i.e. it represents the path that exists in the server's file system.
  2. Verify if the default cache configuration file (ehcacheDefault.xml file) is configured correctly.
  3. Verify if the common cache configuration file (ehcacheCommon.xml file) is configured correctly.
  4. Check if the shared memory server is running with the command line command (Unix):
ps -ef | grep ehcache-clustered

Command output

If the server is not running and you have the opportunity, start it or contact your system administrator to perform this operation.