start traccar 4.5

You k5 years ago

Hi all,

does someone here know how to fix this error please ?? i'm using ubuntu 18.04 and JDK 11

m@ubuntu:/opt/traccar$ sudo systemctl status traccar.service
[sudo] password for ykarim: 
● traccar.service - traccar
   Loaded: loaded (/etc/systemd/system/traccar.service; enabled; vendor preset: enable
   Active: failed (Result: exit-code) since Tue 2019-08-27 01:15:24 PDT; 1h 30min ago
  Process: 3177 ExecStart=/opt/traccar/jre/bin/java -Xmx2G -jar tracker-server.jar con
 Main PID: 3177 (code=exited, status=203/EXEC)

Aug 27 01:15:24 ubuntu systemd[1]: Started traccar.
Aug 27 01:15:24 ubuntu systemd[1]: traccar.service: Main process exited, code=exited, 
Aug 27 01:15:24 ubuntu systemd[1]: traccar.service: Unit entered failed state.
Aug 27 01:15:24 ubuntu systemd[1]: traccar.service: Failed with result 'exit-code'.
You k5 years ago

after starting traccar manuelly i got this :

@ubuntu:/opt/traccar$ sudo java -Xmx2G -jar tracker-server.jar conf/traccar.xml SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/opt/traccar/lib/slf4j-jdk14-1.7.26.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/opt/traccar/lib/logback-classic-1.2.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.JDK14LoggerFactory]
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/opt/traccar/lib/guice-4.2.2.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release