when i have check syslog, this is i am getting
Apr 25 03:53:34 ip-172-31-10-137 traccar[27741]: Exception in thread "main" java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory
Apr 25 03:53:34 ip-172-31-10-137 traccar[27741]: #011at org.traccar.Main.<clinit>(Main.java:43)
Apr 25 03:53:34 ip-172-31-10-137 traccar[27741]: Caused by: java.lang.ClassNotFoundException: org.slf4j.LoggerFactory
Apr 25 03:53:34 ip-172-31-10-137 traccar[27741]: #011at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
Apr 25 03:53:34 ip-172-31-10-137 traccar[27741]: #011at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
Apr 25 03:53:34 ip-172-31-10-137 traccar[27741]: #011at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
Apr 25 03:53:34 ip-172-31-10-137 traccar[27741]: #011... 1 more
It probably means you're using incompatible JAR file.
i have checked the jar file and its working fine, is there any other way of updating the server or i am doing something wrong
We have documentation on how to update the server.
Check the java version you used to compile the project and the jre you are running on the server.
As well as if you've uploaded all the necessary libraries for your modified project.
Hello everyone,
while i update tracker-server.jar file, i am getting this error
when i update,
but when i check the status of service(systemctl status traccar), it is giving the above error