Hello everyone,
I have updated to the latest version but when I want to compile the server with the "./gradlew assemble" command, I stop the service, replace the jar and activate the service again, it does not work, there is nothing in the logs and in the log my server identified this error:
Jan 15 22:33:48 vmi1070917.contaboserver.net systemd[1]: Started traccar.
Jan 15 22:33:48 vmi1070917.contaboserver.net traccar[236748]: Exception in thread "main" java.lang.NoClassDefFoundError: com/fasterxml/jackson/databind/Module
Jan 15 22:33:48 vmi1070917.contaboserver.net traccar[236748]: at org.traccar.Main.run(Main.java:117)
Jan 15 22:33:48 vmi1070917.contaboserver.net traccar[236748]: at org.traccar.Main.main(Main.java:111)
Jan 15 22:33:48 vmi1070917.contaboserver.net traccar[236748]: Caused by: java.lang.ClassNotFoundException: com.fasterxml.jackson.databind.Module
Jan 15 22:33:48 vmi1070917.contaboserver.net traccar[236748]: at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
Jan 15 22:33:48 vmi1070917.contaboserver.net traccar[236748]: at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
Jan 15 22:33:48 vmi1070917.contaboserver.net traccar[236748]: at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
Has this been identified? or does it just happen to me?
Probably wrong dependencies.
Thank you for your prompt response, that's right, dependency problem, I reinstalled from scratch and everything working, THANK YOU!!
I'm getting the same error after compiling server 6.12 - how do I check / fix the dependencies?
I'm getting the same error after compiling server 6.12 - how do I check / fix the dependencies?
I replaced the .jar file in an old docker container. After recreating (including pulling the most recent image) and replacing the .jar file with the compiled 6.12 one everything works.
Hello everyone,
I have updated to the latest version but when I want to compile the server with the "./gradlew assemble" command, I stop the service, replace the jar and activate the service again, it does not work, there is nothing in the logs and in the log my server identified this error:
Has this been identified? or does it just happen to me?