ContributionsMost RecentMost LikesSolutionsRe: error 2.1.0 can't start : program creates a corrupt readyapi.h2.db. This error is being caused by opening multiple ReadyAPI instances at one time. This is causing the locking and corrupting of the users\.readyapi folder. Close all the instances of ReadyAPI and delete the db folder in the same folder. Now restart the ReadyAPI and it should be back to normal. Re: error 2.1.0 can't start : program creates a corrupt readyapi.h2.db. I've just upgraded my ReadyAPI to the latest version (2.3.0)and I'm getting the below error popup message when ever I open the ReadyAPI. Error message :The Dashboard database is corrupted. Some tiles are disabled. Remove the file readyapi.h2.db from C:\Users\QA\.readyapi\db and restart Ready! API to create a new database. WARNING: This will delete all your test results. When I run my test cases, they're all passing but I'm getting the error message showing the below error message from the logs. There's no change in the scripts. ERROR [SoapUI] An error occurred [Could not get JDBC Connection; nested exception is org.h2.jdbc.JdbcSQLException: Database may be already in use: "Locked by another process". Possible solutions: close all other connection(s); use the server mode [90020-176]], see error log for details 13:37:07,444 ERROR [errorlog] org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.h2.jdbc.JdbcSQLException: Database may be already in use: "Locked by another process". Possible solutions: close all other connection(s); use the server mode [90020-176] Re: error 2.1.0 can't start : program creates a corrupt readyapi.h2.db. Was this resolved? What was the fix? I'm facing the same problem after upgrading my ReadyAPI version to 2.3.0 Thanks