hikaripool eror

erkana year ago

Please Help!

My database is not connecting. The logs is as shown below:

2023-01-26 15:48:02 ERROR: Main method error - Public Key Retrieval is not allowed - UnableToConnectException (... < DataManager:130 < *:89 < Context:290 < Main:120 < ...)
2023-01-26 15:48:13  INFO: HikariPool-1 - Starting...
2023-01-26 15:48:19 ERROR: HikariPool-1 - Exception during pool initialization. - Public Key Retrieval is not allowed - UnableToConnectException (... < DataManager:130 < *:89 < Context:290 < Main:120 < ...)
2023-01-26 15:48:19 ERROR: Main method error - Public Key Retrieval is not allowed - UnableToConnectException (... < DataManager:130 < *:89 < Context:290 < Main:120 < ...)
2023-01-26 15:48:30  INFO: HikariPool-1 - Starting..
    <entry key='database.driver'>com.mysql.cj.jdbc.Driver</entry> 
    <entry key='database.url'>jdbc:mysql://127.0.0.1:3306/traccardb?serverTimezone=UTC&amp;useSSL=false&amp;allowMultiQueries=true&amp;autoReconnect=true&amp;useUnicode=yes&amp;characterEncoding=UTF-8&amp;sessionVariables=sql_mode=''</entry>

Thanks

Anton Tananaeva year ago
erkana year ago

@Anton
I solved the issue.
Thank you very much for your help :)