See my log below, any ideas what could be wrong? I updated Traccar from a previous version to the latest, following the instruction from the documentation.
2023-09-05 16:17:34 INFO: Operating system name: Windows 11 version: 10.0 architecture: amd64
2023-09-05 16:17:34 INFO: Java runtime name: OpenJDK 64-Bit Server VM vendor: Eclipse Adoptium version: 17.0.6+10
2023-09-05 16:17:34 INFO: Memory limit heap: 4056mb non-heap: 0mb
2023-09-05 16:17:34 INFO: Character encoding: Cp1252 charset: windows-1252
2023-09-05 16:17:34 INFO: Version: 5.9
2023-09-05 16:17:34 INFO: Starting server...
2023-09-05 16:17:35 INFO: HikariPool-1 - Starting...
2023-09-05 16:17:36 ERROR: HikariPool-1 - Exception during pool initialization. - The write format 2 is smaller than the supported format 3 [2.2.220/5] - MVStoreException (... < DatabaseModule:79 < <gener:-1 < *:-1 < ... < MainModule:126 < ...)
2023-09-05 16:17:36 ERROR: Main method error - The write format 2 is smaller than the supported format 3 [2.2.220/5] - MVStoreException (... < DatabaseModule:79 < <gener:-1 < *:-1 < ... < MainModule:126 < ...)
2023-09-05 16:17:36 WARN: JNA: Callback org.traccar.WindowsService$ServiceMain@71e9ebae threw the following exception - The write format 2 is smaller than the supported format 3 [2.2.220/5] - MVStoreException (... < DatabaseModule:79 < <gener:-1 < *:-1 < ... < MainModule:126 < ...)
Have you tried searching? This has already been discussed multiple times.
OK. I get it. H2 db, which I am using for years now, often is a pain in the ass, I better use MySQL. I will try that.
See my log below, any ideas what could be wrong? I updated Traccar from a previous version to the latest, following the instruction from the documentation.