liquibase.lockservice - Waiting for changelog lock

13 views
Skip to first unread message

aristos....@gmail.com

unread,
Sep 5, 2025, 7:15:48 AM (3 days ago) Sep 5
to rundeck-discuss
I keep getting this message in my Rundeck logs.

[2025-09-05T14:03:47,275] INFO  rundeckapp.Application - The following 1 profile is active: "production"
[2025-09-05T14:04:15,617] INFO  liquibase.database - Set default schema name to PUBLIC
[2025-09-05T14:04:15,754] INFO  liquibase.lockservice - Waiting for changelog lock....
[2025-09-05T14:04:25,758] INFO  liquibase.lockservice - Waiting for changelog lock....
[2025-09-05T14:04:35,761] INFO  liquibase.lockservice - Waiting for changelog lock....
[2025-09-05T14:04:45,767] INFO  liquibase.lockservice - Waiting for changelog lock....

and the login page shows "Error: Authentication is required"

I read the suggestion here but I assume I have to connect to Rundeck's database to run the query. How do I do that?

Xavier Humbert

unread,
Sep 5, 2025, 8:44:44 AM (3 days ago) Sep 5
to rundeck...@googlegroups.com

Hi,

On the database machine, run the mysql CLI (or whatever DB you use) to connect to the database :

$ mysql -u<your-rundeck-user> -p<your-rundeck-password>
> use <your-rundeck-database>;
update DATABASECHANGELOGLOCK set LOCKED = false where ID = 1;

Hope this helps,

Xavier

--
You received this message because you are subscribed to the Google Groups "rundeck-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rundeck-discu...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/rundeck-discuss/0f52a9b0-f64a-4a01-9ef5-11b49f9c9144n%40googlegroups.com.
-- 
Xavier Humbert
CRT Supervision et Exploitation de Niveau 1
Direction des Services d'Information du Grand Est
Rectorat de l'Académie de Nancy-Metz
Ministère de l'Éducation Nationale et de la Jeunesse
03 83 86 27 39

aristos....@gmail.com

unread,
Sep 5, 2025, 11:25:31 AM (3 days ago) Sep 5
to rundeck-discuss
Its an h2 database. The one that comes with rundeck in a docker installation. How can i connect to that?

Xavier Humbert

unread,
Sep 5, 2025, 12:23:28 PM (3 days ago) Sep 5
to rundeck...@googlegroups.com

Hi,

There is this tool on Github. GUI or CLI

HTH,

Xavier

--
You received this message because you are subscribed to the Google Groups "rundeck-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rundeck-discu...@googlegroups.com.
Message has been deleted

aristos....@gmail.com

unread,
1:10 AM (3 hours ago) 1:10 AM
to rundeck-discuss
Thanks for all your help. I downloaded the jar file, I run h2 as per the instructions, but now I need to provide a url for connecting. grailsdb.mv.db is in /home/rundeck

So I need to provide a url, a driver, a username and a password. I asume the credentials are the ones I use to login to rundeck web interface, and I also assume the drive is "org.h2.Driver". But what is the url?

123.png

On Monday, September 8, 2025 at 8:09:28 AM UTC+3 aristos....@gmail.com wrote:
Thanks for all your help. I downloaded the jar file, I run h2 as per the instructions, but now I need to provide a url for connecting. grailsdb.mv.db is in /home/rundeck

So I need to provide a url, a driver, a username and a password. I asume the credentials are the ones I use to login to rundeck web interface, and I also assume the drive is "org.h2.Driver". But what is the url?

Reply all
Reply to author
Forward
0 new messages