ERROR: Main method error

Mavrlika year ago

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&amp;useSSL=false&amp;serverTimezone=UTC&amp;useSSL=fales&amp;allo
wMultiQueries=true&amp;autoReconnect=true&amp;useUnicode=yes&amp;characterEncoding=UTF-8&amp;sessionVariables=sql_mode=''</entry>
    <entry key='database.user'>****</entry>
    <entry key='database.password'>****************</entry>
Anton Tananaeva year ago

Are you using the official version without any code modifications?

Mavrlika year ago

Yes, and without modification.

Anton Tananaeva year ago

It looks like there's a typo in your database URL. Why don't you just copy it from the documentation?

Mavrlika year ago

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 :)