From: Sathish K. V. <z8...@gm...> - 2023-05-04 16:54:25
|
I am using the latest 1.8.4 build. Am able to connect on the initial stage then fails at HikariPool-2. 10.128.0.2 is the IP of the local machine its running and I have not provided this IP anywhere.. Any idea on why this is happening? 2023-05-04 16:42:28.347 - INFO 7735 --- [ main] a.f.i.c.s.m.TenantDatabaseUpgradeService : Tenant store upgrade finished 2023-05-04 16:42:28.348 - INFO 7735 --- [ main] a.f.i.c.s.m.TenantDatabaseUpgradeService : Upgrading all tenants 2023-05-04 16:42:28.377 - INFO 7735 --- [ main] a.f.i.c.s.m.TenantDatabaseUpgradeService : Upgrade for tenant default has started 2023-05-04 16:42:29.130 - INFO 7735 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Starting... 2023-05-04 16:42:29.137 - WARN 7735 --- [ main] o.m.jdbc.message.server.ErrorPacket : Error: 1045-28000: Access denied for user 'root'@'10.128.0.2' (using password: YES) 2023-05-04 16:42:30.143 -ERROR 7735 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-2 - Exception during pool initialization. java.sql.SQLInvalidAuthorizationSpecException: (conn=2810) Access denied for user 'root'@'10.128.0.2' (using password: YES) |