Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Omnicomm: datetime issue and BufferOverflowException #4479

Closed
Igreh opened this issue Feb 12, 2020 · 3 comments
Closed

Omnicomm: datetime issue and BufferOverflowException #4479

Igreh opened this issue Feb 12, 2020 · 3 comments

Comments

@Igreh
Copy link

Igreh commented Feb 12, 2020

Hi!
We're constantly receiving positions with fixed date (2009-01-01 07:00:00) from omnicomm trackers.
Other position data looks good.
Also it looks like trackers do not receive acknowledgement from server because they've been sending tons of data (actually useless data because of "empty" date) for already 2 days..
Moreover grepping for "error" in log shows thousands of repeated errors connected to omnicomm. One of them is BufferOverflowException. Log:
omnicomm.log

So, is all of these connected to server decoding issues or it's somehow connected to trackers itself?
PS version is 4.8
PPS no issues with other trackers communicating through EGTS

@tananaev
Copy link
Member

Which version of the protocol do your devices use?

@Igreh
Copy link
Author

Igreh commented Feb 13, 2020

Unfortunately I do not have direct access to devices. All the info I have for this moment is:

  1. Device: omnicomm opti
  2. Version of software installed: 308, release date: 15.11.2019

Other notice: some of these omnicomm devices send data with closer to today date (2020-01-13 ) and simple groupping sql

select devicetime, count(*)
from tc_positions
where deviceid = 20
group by devicetime, latitude, longitude
having count(*) > 1

shows us that these pos entries are duplicated.

We'll try to update soft for latest release if it's available. I'll let you know if that helps

@tananaev
Copy link
Member

There are two versions of the protocol. Traccar supports only second version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants