Hi Team
Trying to update to the latest docker container "traccar/traccar", Traccar stopped worked entirely. (5.4)
In the Web UI I get the plain message: "404 - Not Found".
The log entry is down below.
Looks like it fails on systemd not found, but I have no idea what is causing this. Google and forums are of no help.
I already set this entry and it doesn't work: <entry key='web.healthCheck'>false</entry>
I am using a MySQL database driver, MariaDB 10.6.
Any help or hints towards the right direction are very much appreciated, thank you
2022-10-24 21:41:09 WARN: JAXBContext implementation could not be found. WADL feature is disabled.
2022-10-24 21:41:10 INFO: Started o.e.j.s.ServletContextHandler@620572db{/,null,AVAILABLE}
2022-10-24 21:41:10 INFO: Started ServerConnector@7dbae40{HTTP/1.1, (http/1.1)}{0.0.0.0:8082}
2022-10-24 21:41:10 INFO: Started Server@638afcaa{STARTING}[10.0.12,sto=0] @9354ms
2022-10-24 21:41:10 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 < ...)
It also says this on the start:
2022-10-24 21:41:02 INFO: Operating system name: Linux version: 5.19.14-Unraid architecture: amd64
2022-10-24 21:41:02 INFO: Java runtime name: OpenJDK 64-Bit Server VM vendor: Alpine version: 11.0.17+8-alpine-r0
Sounds like the server was running, so the original log was outdated.
Hi Team
Trying to update to the latest docker container "traccar/traccar", Traccar stopped worked entirely. (5.4)
In the Web UI I get the plain message: "404 - Not Found".
The log entry is down below.
Looks like it fails on systemd not found, but I have no idea what is causing this. Google and forums are of no help.
I already set this entry and it doesn't work: <entry key='web.healthCheck'>false</entry>
I am using a MySQL database driver, MariaDB 10.6.
Any help or hints towards the right direction are very much appreciated, thank you