Skip to main content
Skip table of contents

Clean up state store of an Engine

Problem

Germain Engine contains a local database which keeps track of e.g. parsed log files. Sometime you just want to start from scratch and remove this local cache.

Solution

  1. Navigate to Germain Engine directory

  2. Make sure the Germain Engines are stopped

  3. Execute the following commands to clear & recreate the state store:

    CODE
    cd database
    rm –rf hsqldb/*
    nohup ./db-standalone.sh
    ./createStatestore.sh
  4. Shut down state store DB

    CODE
    ./db-exec.sh
    shutdown;
    \q
  5. Restart Germain Engines

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.