HI
I loaded traccar 4.5 and install on my imac
With terminal I send the command:
java -jar tracker-server.jar conf/traccar.xml
and I have the message I don’t understand:
imac-3:traccar-other-4.5 philippebelin$ java -jar tracker-server.jar conf/traccar.xml
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/Users/philippebelin/Applications/traccar-other-4.5/lib/slf4j-jdk14-1.7.26.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/Users/philippebelin/Applications/traccar-other-4.5/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:/Users/philippebelin/Applications/traccar-other-4.5/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
best regards
The first problem about SLF4J must be duplicate file, delete all of your traccar folder and reinstall. (keep backups of conf files)
The second problem is a mystery also for me.
HI
I loaded traccar 4.5 and install on my imac
With terminal I send the command:
and I have the message I don’t understand:
best regards