gps103 into traccar 4.8: strange behavior

Jose B 5 years ago

My scenario:

  • Installed Traccar 4.8 in windows server 2012
  • tracker gps 103 send information on port 5001
  • database.registerUnknown set as "true"
    

Observed issue:
Some of these trackers have a strange behavior: they appear in the MySQL [into table tc_devices and tc_positions], they also appear in the file traccar.logs [everything perfect, without any error or warning], but it does not appear in the Traccar web.

I tried stop and restart de Traccar service, but unfortunately did not work.

So, I stop the services again, I delete these devices direct on MySQL and restart the Traccar service. So now work! [ the tracker received a new Id/deviceId]

I would like to know if is there a tool or procedure to delete a device, that is not showing on Traccar web without need to stop the Traccar service all the time that it occurs.

JB

Anton Tananaev 5 years ago

Have you linked your device to the user? I don't see anything about it in your comment.

Jose B 5 years ago

Sorry, complementing:

the tracker is set to appear, also automatically, in group 1:

	<entry key='database.ignoreUnknown'>false</entry>
	<entry key='database.registerUnknown'>true</entry>
	<entry key='database.registerUnknown.defaultGroupId'>1</entry>
	<entry key='database.registerUnknown.defaultCategory'>car</entry>

After delete then of MySql, all appear on traccar web normally

JB

Jose B 5 years ago

Is there a command to cache of traccar reread the mysql data without need to restart the service?