My traccar-server.log file returns
2020-05-03 09:36:03 INFO: HikariPool-1 - Starting...
2020-05-03 09:36:03 WARN: Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation.
2020-05-03 09:36:09 ERROR: HikariPool-1 - Exception during pool initialization. - Access denied for user 'root'@'localhost' - CJException (... < DataManager:139 < *:89 < Context:292 < Main:110 < ...)
2020-05-03 09:36:09 ERROR: Main method error - Access denied for user 'root'@'localhost' - CJException (... < DataManager:139 < *:89 < Context:292 < Main:110 < ...)
2020-05-03 09:36:39 INFO: HikariPool-1 - Starting...
2020-05-03 09:36:39 WARN: Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation.
2020-05-03 09:36:45 ERROR: HikariPool-1 - Exception during pool initialization. - Access denied for user 'root'@'localhost' - CJException (... < DataManager:139 < *:89 < Context:292 < Main:110 < ...)
2020-05-03 09:36:45 ERROR: Main method error - Access denied for user 'root'@'localhost' - CJException (... < DataManager:139 < *:89 < Context:292 < Main:110 < ...)
2020-05-03 09:37:28 INFO: HikariPool-1 - Starting...
2020-05-03 09:37:28 WARN: Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation.
2020-05-03 09:37:34 ERROR: HikariPool-1 - Exception during pool initialization. - Access denied for user 'root'@'localhost' - CJException (... < DataManager:139 < *:89 < Context:292 < Main:110 < ...)
2020-05-03 09:37:34 ERROR: Main method error - Access denied for user 'root'@'localhost' - CJException (... < DataManager:139 < *:89 < Context:292 < Main:110 < ...)
2020-05-03 09:48:13 INFO: HikariPool-1 - Starting...
2020-05-03 09:48:13 WARN: Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation.
2020-05-03 09:48:19 ERROR: HikariPool-1 - Exception during pool initialization. - Access denied for user 'root'@'localhost' - CJException (... < DataManager:139 < *:89 < Context:292 < Main:110 < ...)
2020-05-03 09:48:19 ERROR: Main method error - Access denied for user 'root'@'localhost' - CJException (... < DataManager:139 < *:89 < Context:292 < Main:110 < ...)
Everything fine now after reviewing digitalocean deployment documentation of traccar.
I have downloaded the traccar 4.8 and successfully set up everything. Traccar service failed with the above error. Any helps appreciated.
thank you