driver error in log

Anders Yuran4 years ago

Hi all!
All seems to work but I get this warn message in log

2020-02-09 10:13:37  WARN: Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation.

Do I need to adjust something?
Regards
Anders Yuran

Kleent4 years ago

Hi,
I experienced the same issue and modifying the related line entry in traccar.xml worked for me :

<entry key='database.driver'>com.mysql.cj.jdbc.Driver</entry>

Hope it helps.

Anders Yuran4 years ago

No. The missing driver is already there so nothing to change

Anders Yuran4 years ago

Solved! I did not see the small difference in the link. Now it works. Thanks