zhengfengxu opened a new issue, #31358:
URL: https://github.com/apache/shardingsphere/issues/31358

   I am using shardingsphere version 5.4.1 and the database is mariadb.
   Screenshot of configuration file:
   
![c3e2119724b43c9f24e81b412787866](https://github.com/apache/shardingsphere/assets/55429967/203209b8-1067-4fed-b915-77b1f5f142e2)
   Program specific error information:
   2024-05-22 17:41:49.499  WARN 25220 --- [)-172.16.100.71] 
o.s.b.a.jdbc.DataSourceHealthIndicator   : DataSource health check failed
   
   com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to 
initialize pool: Can not find builder rule: `MariaDB.shardingsphere`
        at 
com.zaxxer.hikari.pool.HikariPool.throwPoolInitializationException(HikariPool.java:596)
 ~[HikariCP-4.0.3.jar:na]
        at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:582) 
~[HikariCP-4.0.3.jar:na]
        at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115) 
~[HikariCP-4.0.3.jar:na]
        at 
com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112) 
~[HikariCP-4.0.3.jar:na]
        at 
org.springframework.jdbc.datasource.DataSourceUtils.fetchConnection(DataSourceUtils.java:159)
 ~[spring-jdbc-5.3.25.jar:5.3.25]
        at 
org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:117)
 ~[spring-jdbc-5.3.25.jar:5.3.25]
        at 
org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:80)
 ~[spring-jdbc-5.3.25.jar:5.3.25]
        at 
org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:330) 
~[spring-jdbc-5.3.25.jar:5.3.25]
        at 
org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator.getProduct(DataSourceHealthIndicator.java:122)
 ~[spring-boot-actuator-2.7.9.jar:2.7.9]
        at 
org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator.doDataSourceHealthCheck(DataSourceHealthIndicator.java:105)
 ~[spring-boot-actuator-2.7.9.jar:2.7.9]
        at 
org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator.doHealthCheck(DataSourceHealthIndicator.java:100)
 ~[spring-boot-actuator-2.7.9.jar:2.7.9]
        at 
org.springframework.boot.actuate.health.AbstractHealthIndicator.health(AbstractHealthIndicator.java:82)
 ~[spring-boot-actuator-2.7.9.jar:2.7.9]
        at 
org.springframework.boot.actuate.health.HealthIndicator.getHealth(HealthIndicator.java:37)
 [spring-boot-actuator-2.7.9.jar:2.7.9]
        at 
org.springframework.boot.actuate.health.HealthEndpoint.getHealth(HealthEndpoin
   If the driver is changed to MySQL, it can start normally, but the inserted 
data will be garbled


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: 
[email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to