Error start service traccar

Hendry Moronta2 years ago

I have performed a new installation of traccar server and when I configure the database with mysql I get the following error.
I get the same result on Windows and Ubuntu.

Process: 5521 ExecStart=/opt/traccar/jre/bin/java -jar tracker-server.jar conf/traccar.xml (code=exited, status=1/FAILURE)
Anton Tananaev2 years ago

How is this different from your other topic?

Hendry Moronta2 years ago

I have already carried out tests on Ubuntu 22.04, Winsows Server 2019 and Windows 10.

Could you tell me if the mysql database parameters are correct?

    <entry key='database.driver'>com.mysql.cj.jdbc.Driver</entry>
    <entry key='database.url'>jdbc:mysql://localhost/traccar?zeroDateTimeBehavior=round&amp;serverTimezone=UTC&amp;allowPublicKeyRetrieval=true&amp;useSSL=false>
    <entry key='database.user'>admin</entry>
    <entry key='database.password'>mypass</entry>
Anton Tananaev2 years ago

If you completely ignore my questions, don't expect any help from me.

Hendry Moronta2 years ago

How is this different from my other topic?
I have already carried out tests on Ubuntu 22.04, Winsows Server 2019 and Windows 10.

The result is the same, when placing mysql configuration to the configuration file the service stops

Anton Tananaev2 years ago

That's not an answer. The problem seems to be exactly the same as before. What is the difference?