OpenSpecimen Gotchas liquibase: Waiting for changelog lock
Tags: OpenSpecimen Summary Gotchas_Category
Diagnosis
- OpenSpecimen will not start.
- Check the
catalina.outfile in the error - usually in/local/{Open Specimen Directory}/app/logs/. - If you see lots of lines saying
liquibase: Waiting for changelog lock.....
Resolution
- Log onto the database in MySQL
SELECT * FROM DATABASECHANGELOGLOCK;- there should be one row with a value of 1 for thelockedcolumn and the details of the lock.- To clear the lock run
UPDATE DATABASECHANGELOGLOCK SET LOCKED=FALSE, LOCKGRANTED=null, LOCKEDBY=null where ID=1;
Last modified
10 years ago
Last modified on 02/18/16 16:59:26
Note:
See TracWiki
for help on using the wiki.
