Differences
This shows you the differences between two versions of the page.
Next revision
|
Previous revision
|
trouble-shooting [2021/03/12 15:43] admin created |
trouble-shooting [2021/03/12 15:56] (current) admin [Known Errors] |
| |
=== DB Error when running model === | === DB Error when running model === |
When running model, you may encounter DB corrupted error as shown below. This error can be resolved by performing normal server shutdown via menu //Help / Shutdown Server// and then restarting the server. | When opening or running model, you may encounter one of following DB corrupted errors. This error can often be resolved by performing normal server shutdown via menu //Help / Shutdown// and then restarting the server. |
| |
File corrupted while reading record: "nio:C:/eclipse-workspace/TestOptimal_Dev/h2db/statsDB.mv.db". Possible solution: use the recovery tool; SQL statement: INSERT INTO MODEL (MODEL_NAME, UPDATE_DT, VERSION_NUM, SUBMIT_EMAIL) VALUES(?,?,?,?) [90030-200] 3/12/2021, 9:35:27 AM (/api/v1/model/MBT2/getModel) | |
| |
| Failed to save execution stats to DB: IO Exception: "nio:C:/TestOptimal_Install_Dir/h2db/statsDB.mv.db" ... |
| File corrupted while reading record: "nio:C:/TestOptimal_Install_Dir/h2db/statsDB.mv.db". ... |
| The database has been closed [90098-200] |
| |
| If the problem persists, you will have to replace //../h2db/statsDB.mv.db// with a fresh copy of the same file from the downloaded //TestOptimal// installation zip file. |