Total distance reset to zero

ILa year ago

Hello,
I have issue with totalDistance which reset to zero.

servertime	fixtime	"attributes"
2024-01-30 08:44:12	2024-01-30 08:41:04	{"priority":0,"sat":16,"event":0,"ignition":false,"motion":false,"rssi":5,"io69":1,"in1":false,"io113":97,"io263":1,"io251":0,"io249":0,"adc1":0.131,"fuelConsumption":0.32,"io15":1000,"tripOdometer":0,"odometer":72552622,"fuelUsed":1369.0040000000001,"distance":0.0,"totalDistance":3026386.34,"hours":1244453730}
2024-01-30 08:47:33	2024-01-30 08:46:56	{"priority":0,"sat":17,"event":0,"ignition":true,"motion":false,"rssi":5,"io69":1,"in1":true,"io113":97,"io263":1,"io251":0,"io249":0,"adc1":0.131,"fuelConsumption":0.32,"io15":1000,"tripOdometer":0,"odometer":72552622,"fuelUsed":1369.02,"distance":0.0,"totalDistance":0.0}

if I check the log file, there is a warning :
2024-01-30 08:47:33 WARN: Device 657 cache missing
which I believe is related to the case.

any help on this,
I've tried several solution searching at the forum like assign calender to notifications, restart services, or reinstall traccar

Currenty I am using :

  • Server : Centos 8
  • 2 Instances Traccar Version 5.5 with Nginx as LoadBalancer
  • Database Postgresql 12

Thank you

Anton Tananaeva year ago

You should upgrade first.

ILa year ago

Sorry for the late reply,
Thank you Anton, I will try to schedule upgrade first.