Have you tried searching forum? It has been discussed many times.
@Anton, I am using mysql database as **"traccar"**and I set it to "update traccar.DATABASECHANGELOGLOCK set locked = 0;" as I had seen in a forum answer results. But it did not resolve it. Can you mention forum link what the solution is for this problem?
Your query looks correct.
@T_ps que version de Linux estas utilizando? y que distro?
Hi @Anton,
I tried with above MySQL query but it did not resolve it. And server was got hung up after sometime cause of CPU 99% usage.
Hey @chuflo326,
I am using Ubuntu 19.04. And please use english.
@T_ps I spend exactly the same with version 19 and 18 of ubuntu, so I used ubuntu server 16.04 again, some incompatibility must be found, because I did not find a solution. I reinstalled version 16.04 and version 4.6 of traccar and everything works fine
It has nothing to do with Linux version.
Hi,
I have solved by this query -> UPDATE traccar.DATABASECHANGELOGLOCK SET LOCKED=FALSE WHERE ID=1;.
And one more thing is that I had 512MB RAM in my VPS and I upgraded it to 1GB (After resolving DATABASECHANGELOGLOCK problem, it was being hung up and giving Hikari-pool Error: Thread starvation) because it was using more than 300MB memory so the resource allocation was the problem for this also.
I found out it needs at least 1GB RAM for thread starvation problem. Now it is working well.
Thank you @T_ps, it works!
I did:
sudo mysql -u root -p
use traccarDB;
UPDATE traccarDB.DATABASECHANGELOGLOCK SET LOCKED=FALSE WHERE ID=1;
To future visitors.... This thread is useful too:
https://www.traccar.org/forums/topic/how-to-remove-lock-databasechangeloglock-default-h2-database/
Hi there,
I have found a really good GPS solution here. But I am failed to install 4.6 version at my linux machine. I followed the installation instructions and I am getting following error:
Can you tell me solution for this problem and I tried to search on forum but they could not resolve it?