liquibase.exception.LockException: Could not acquire change log lock. Currently locked by...
Solution :
Open your database and find the table named 'Databasechangeloglock', check the content of the Locked column. If it is set to '1' in that case the above exception will be thrown. Try setting it to '0' and set content of the 'LOCKGRANT' and 'LOCKEDBY' to (null).
You might find this interesting.
http://apdynamicviews.blogspot.in/2012/08/how-databasechangeloglock-and.html
Solution :
Open your database and find the table named 'Databasechangeloglock', check the content of the Locked column. If it is set to '1' in that case the above exception will be thrown. Try setting it to '0' and set content of the 'LOCKGRANT' and 'LOCKEDBY' to (null).
You might find this interesting.
http://apdynamicviews.blogspot.in/2012/08/how-databasechangeloglock-and.html
Thank You, This Helps ..:)
ReplyDeleteThanks, It helps me lot.
ReplyDeleteThanks this Helped.
ReplyDelete