Hi Anton, can I do anything to help troubleshooting this issue?
I guess you should check why there is a second instance. Who starts the process.
I set Restart to "no" in the traccar.service, resulting in the (desirable) situation, that no new traccar instances are being launched when one is already running. Of course KILL-ing that running instance is fatal - the service does not restart.
Would this suggest that it is the traccar itself that is attempting launch of new instances regardless one is already running, when Restart is set to on-failure?
Docker should have no traccar service. Are you sure you are posting in the correct thread?
Sorry, no. I will open a new issue, as I did not find a more appropriate one searching the forum - unless you suggest otherwise.
Hi,
I have the same issue, using docker, show the same message when the container starts.
I have added the line <entry key='web.healthCheck'>false</entry>
to traccar.xml with no luck :(
Confirming that in Version: 5.4 on Docker that adding this entry key above still does not resolve this issue:
2022-11-15 05:51:24 WARN: No systemd support - Unable to load library 'systemd':
Error loading shared library libsystemd.so: No such file or directory
Error loading shared library libsystemd.so: No such file or directory
Native library (linux-x86-64/libsystemd.so) not found in resource path (tracker-server.jar) - UnsatisfiedLinkError (... < TaskHealthCheck:49 < <gener:-1 < *:-1 < ... < ScheduleManager:42 < ...)
This is a very old outdated thread. You should set web.disableHealthCheck
to true
.
Thanks. That did fix it.. That flag is not listed on https://www.traccar.org/configuration-file/ either?
Hey there,
<entry key='web.disableHealthCheck'>false</entry>
in conf/traccar.xml file
But sill getting
2024-05-20 18:09:55 WARN: No systemd support - Unable to load library 'systemd':
Error loading shared library libsystemd.so: No such file or directory
Error loading shared library libsystemd.so: No such file or directory
Native library (linux-x86-64/libsystemd.so) not found in resource path (tracker-server.jar) - UnsatisfiedLinkError (... < TaskHea
2024-05-20 18:09:55 INFO: HikariPool-1 - Starting...
20
Any thoughts how to resolve it
Make sure you carefully read the thread.
Hey, Anton, thanks for your note,
It was my fault, the flag is corrected to true, my mind read the flag as enableHealthcheck, that's why I was setting it false, sorry for inconvenience.
I guess I do.
top: