You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2023-09-14 03:24:22,306 ERROR
***************************
APPLICATION FAILED TO START
***************************
Description:
Failed to bind properties under 'db.pool.config' to com.zaxxer.hikari.HikariDataSource:
Property: db.pool.config.driver-class-name
Value: "org.postgresql.Driver"
Origin: InputStream resource [resource loaded through InputStream] - 284:32
Reason: java.lang.RuntimeException: Failed to load driver class org.postgresql.Driver in either of HikariConfig class loader or Thread context classloader
Action:
Update your application's configuration
2023-09-14 03:24:22,308 WARN [ThreadPoolManager] Start destroying ThreadPool
2023-09-14 03:24:22,308 WARN [ThreadPoolManager] Destruction of the end
The text was updated successfully, but these errors were encountered:
renjiangyang
changed the title
Failed to bind properties under 'db.pool.config' to com.zaxxer.hikari.HikariDataSource
Postgres 插件方式运行 Failed to bind properties under 'db.pool.config' to com.zaxxer.hikari.HikariDataSource
Sep 14, 2023
版本: nacos-server v2.2.1
参考 https://github.com/wuchubuzai2018/nacos-datasource-extend-plugins
测试windows/linux 基于官方的pg配置都可以使用, 但是制作成的nacos镜像始终在报错,配置如下
参考 issues 做过一些排查发现没用 wuchubuzai2018/nacos-datasource-extend-plugins#2
目前是否有相关的解决方案?
The text was updated successfully, but these errors were encountered: