How To

Find the answers to your Go questions, including FAQs, how-tos, tips and tricks

This is a public Discussion Area  publicRSS

How To

    Mark Chang
    How to resolve a corrupt index file
    How To posted September 28, 2009 by Mark Chang
    2325 Views
    Title:
    How to resolve a corrupt index file
    Problem:

    You may see this error message if you have a corrupt index file.

    "File ID mismatch got=0 expected=454 pos=10057 false org.h2.store.DiskFile:C:\Program Files\Cruise"

    Solution Description:

    Try and resolve a corrupt index file by following these steps:

    * Stop your Cruise Server

    * Delete the file "cruise.index.db" within the directory, "$CRUISE_SERVER/db/h2db".  (CRUISE_SERVER is the folder in which the cruise server is installed.)

    * Start your Cruise Server again after deleting the file.

    ------------

    We plan to introduce helpful log messages to help troubleshoot the issue in Cruise 2.0.