What is my traccar server version ?

flyjodel7 years ago

Hi

I am sorry for this silly question but i've just reinstalled an old backup of my server, and I don't remember what is the traccar version used.

How can I extract this information from the files ?

Thanks
Michel

Anton Tananaev7 years ago

You can find it in the logs, or if the server is not running, you can check manifest file inside JAR archive.

Karl6 years ago

The version appears to be written when only when the server starts, so if you have a lot of log files, you might want to stop and restart the server (via Services in Windows) and check the latest log.

LA2HLA2 years ago

Hi, version 4.15 seems to be latest version (Linux 64), but when I look in my logs it look like this, Only version I see here is 4.6:

2022-03-28 18:00:03  INFO: Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
2022-03-28 18:00:04  INFO: Operating system name: Linux version: 5.4.0-105-generic architecture: amd64
2022-03-28 18:00:04  INFO: Java runtime name: OpenJDK 64-Bit Server VM vendor: Oracle Corporation version: 11.0.4-ojdkbuild+11
2022-03-28 18:00:04  INFO: Memory limit heap: 1990mb non-heap: 0mb
2022-03-28 18:00:04  INFO: Character encoding: UTF-8 charset: UTF-8
2022-03-28 18:00:04  INFO: Version: 4.6
2022-03-28 18:00:04  INFO: Starting server...
2022-03-28 18:00:04  INFO: jetty-9.4.20.v20190813; built: 2019-08-13T21:28:18.144Z; git: 84700530e645e812b336747464d6fbbf370c9a20; jvm 11.0.4-ojdkbuild+11
Anton Tananaev2 years ago

Version 4.15 is higher than 4.6. It's not a decimal number.

https://en.wikipedia.org/wiki/Software_versioning

LA2HLA2 years ago

Of course, thanks!!!