Upgrade from 4.2 to 4.3

Packetloss5 years ago

@fox2plus

Thanks, this works for me on Ubuntu 16.04.6 LTS with Version: 4.4.

wildcheese5 years ago

I have had this error too, but couldn't figure out how to make the changes to my Ubuntu setup.

I have followed this and it worked as well: https://www.traccar.org/forums/topic/issue-with-locationiq-reverse-geocoding/

Dariusz5 years ago

vi /etc/systemd/system/traccar.service

ExecStart=/opt/traccar/jre/bin/java -jar tracker-server.jar conf/traccar.xml

to

ExecStart=/opt/traccar/jre/bin/java -Djdk.tls.client.protocols=TLSv1.2 -jar tracker-server.jar conf/traccar.xml
wildcheese5 years ago

Ah, thanks Dariusz :)

Dariusz5 years ago

All thanks to Anthon for great software.

Enrique Luis 5 years ago

Thanks Anton for great software and thanks Dariusz

wilsongome5 years ago

fox2plus Thanks! Work for me.