How to clean up state store of a Germain engine

Step-by-step guide

  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:
    cd database
    rm –rf hsqldb/*
    nohup ./db-standalone.sh &
    ./createStatestore.sh

  4. Shut down state store DB
    ./db-exec.sh
    shutdown;\q

  5. Restart Germain engines