Hello, I know and I see that there are some topics related to the subject, but none of them solved my problem.
I have Traccar 4.5 installed in a Centos 7.
According to the Configuration Manual, I define the required settings but the events are not ignored.
Important:
- I edited the settings in traccar.xml
- the url is valid and accessible from the tracing server
traccar.xml configuration file
<entry key='event.enable'>true</entry>
<entry key='event.forward.enable'>true</entry>
<entry key='event.forward.url'>http:
Traccar service log
[root@myhost ~]# service traccar status
Redirecting to /bin/systemctl status traccar.service
● traccar.service - traccar
Loaded: loaded (/etc/systemd/system/traccar.service; enabled; vendor preset: disabled)
Active: active (running) since Ter 2019-07-16 12:53:50 WEST; 6min ago
Main PID: 11117 (java)
CGroup: /system.slice/traccar.service
└─11117 /opt/traccar/jre/bin/java -Djdk.tls.client.protocols=TLSv1.2 -jar tracker-server.jar conf/traccar.xml
Jul 16 12:53:54 myhost traccar[11117]: SLF4J: Found binding in [jar:file:/opt/traccar/lib/slf4j-jdk14-1.7.26.jar!/org/slf4j/impl/Static...r.class]
Jul 16 12:53:54 myhost traccar[11117]: SLF4J: Found binding in [jar:file:/opt/traccar/lib/logback-classic-1.2.3.jar!/org/slf4j/impl/Sta...r.class]
Jul 16 12:53:54 myhost traccar[11117]: SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
Jul 16 12:53:54 myhost traccar[11117]: SLF4J: Actual binding is of type [org.slf4j.impl.JDK14LoggerFactory]
Jul 16 12:53:56 myhost traccar[11117]: Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj...cessary.
Jul 16 12:54:15 myhost traccar[11117]: WARNING: An illegal reflective access operation has occurred
Jul 16 12:54:15 myhost traccar[11117]: WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (fil...nDomain)
Jul 16 12:54:15 myhost traccar[11117]: WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.c...tUtils$1
Jul 16 12:54:15 myhost traccar[11117]: WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
Jul 16 12:54:15 myhost traccar[11117]: WARNING: All illegal access operations will be denied in a future release
Hint: Some lines were ellipsized, use -l to show in full.
Events are not ignored? What do you mean?
Events are not sent to the destination URL
Hello, I know and I see that there are some topics related to the subject, but none of them solved my problem.
I have Traccar 4.5 installed in a Centos 7.
According to the Configuration Manual, I define the required settings but the events are not ignored.
Important:
traccar.xml configuration file
<entry key='event.enable'>true</entry> <entry key='event.forward.enable'>true</entry> <entry key='event.forward.url'>http://localhost/api.php</entry>
Traccar service log