Git locked

Confluence User - 14 Jul, 2022

While making any change in my application (form, datalist or process), my log is repeatedly getting filled with the following line

INFO  org.joget.apps.app.service.AppDevUtil - Git is locked. Wait 100ms

Is there a way to solve this issue?

git

2


14 Jul, 2022
confluenceUser
confluenceUser

As per the logs it's due to git lock in the local repo. 

You can clear the lock in the local git files under app_src/appid/appid_version folders 

15 Jul, 2022
confluenceUser
confluenceUser

There is a similar issue that happening in an application where the log is getting filled with

INFO  org.joget.apps.app.service.AppDevUtil - Git is locked. Wait 100ms

Even after removing index.lock, its repeatedly creating it again and showing the same message. Because of this I have to restart the server everytime I make a change in my application. Any thoughts on this issue?

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print