Are you using latest official release?
this is what i have in my pom xml file
<modelVersion>4.0.0</modelVersion>
<groupId>org.traccar</groupId>
<artifactId>traccar</artifactId>
<version>4.6-SNAPSHOT</version>
and was downloaded from the oficial website.
Sounds like you are building from source? Are you using a file JAR with dependencies?
Sorry for the late response, and yes im using a JAR file with dependencies.
That's the problem.
Any suggestion how to fix it please?. The server is being installed in a vps with centos 7 and compiled with this command :
mvn -B clean
mvn -B -Pjar-with-dependencies -Dmaven.test.skip=true package
Thanks in advance.
Use regular build. The one with dependencies won't work.
Hello im trying to forward an event to an external api but i get the following error:
my configuration xml file is this:
any ideas for what is going on?
Thanks!