Hello everyone.
I don't really know much about this (in computers, programs), but I have this error.
Please help me.
2023-12-30 20:29:00 INFO: Operating system name: Linux version: 4.18.0-529.el8.x86_64 architecture: amd64
2023-12-30 20:29:00 INFO: Java runtime name: OpenJDK 64-Bit Server VM vendor: Eclipse Adoptium version: 17.0.6+10
2023-12-30 20:29:00 INFO: Memory limit heap: 423mb non-heap: 0mb
2023-12-30 20:29:00 INFO: Character encoding: UTF-8 charset: UTF-8
2023-12-30 20:29:00 INFO: Version: 5.10
2023-12-30 20:29:00 INFO: Starting server...
2023-12-30 20:29:00 INFO: HikariPool-1 - Starting...
2023-12-30 20:29:01 ERROR: Main method error - No enum constant com.mysql.cj.conf.BooleanPropertyDefinition.AllowableValues.FALES - IllegalArgumentException
(... < DatabaseModule:79 < <gener:-1 < *:-1 < ... < MainModule:126 < ...)
That's just what I launched on a new virtual machine and that's it.
<entry key='database.driver'>com.mysql.cj.jdbc.Driver</entry>
<entry key='database.url'>jdbc:mysql://localhost/traccarDB?allowPublicKeyRetrieval=true&useSSL=false&serverTimezone=UTC&useSSL=fales&allo
wMultiQueries=true&autoReconnect=true&useUnicode=yes&characterEncoding=UTF-8&sessionVariables=sql_mode=''</entry>
<entry key='database.user'>****</entry>
<entry key='database.password'>****************</entry>
Are you using the official version without any code modifications?
Yes, and without modification.
It looks like there's a typo in your database URL. Why don't you just copy it from the documentation?
Despite the fact that there are a few hours left until the New Year, I will take care of it.
Thank you.
P.S.: It remains to find the documentation on the website :)
Hello everyone.
I don't really know much about this (in computers, programs), but I have this error.
Please help me.
That's just what I launched on a new virtual machine and that's it.
<entry key='database.driver'>com.mysql.cj.jdbc.Driver</entry> <entry key='database.url'>jdbc:mysql://localhost/traccarDB?allowPublicKeyRetrieval=true&useSSL=false&serverTimezone=UTC&useSSL=fales&allo wMultiQueries=true&autoReconnect=true&useUnicode=yes&characterEncoding=UTF-8&sessionVariables=sql_mode=''</entry> <entry key='database.user'>****</entry> <entry key='database.password'>****************</entry>