coderabbit214 / bibliothecarius

Quickly build services to integrate your local data and AI models.
MIT License
457 stars 79 forks source link

com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure #33

Open zengzhengtx opened 1 year ago

zengzhengtx commented 1 year ago

2023-06-06T11:33:54.412Z INFO 1 --- [nio-8080-exec-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... bibliothecarius-main-bibliothecarius-1 | 2023-06-06T11:33:55.623Z ERROR 1 --- [nio-8080-exec-1] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Exception during pool initialization. bibliothecarius-main-bibliothecarius-1 | bibliothecarius-main-bibliothecarius-1 | com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure bibliothecarius-main-bibliothecarius-1 | bibliothecarius-main-bibliothecarius-1 | The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. image

image

服务都能正常启动,不知道什么原因连不上数据库,求路过大佬帮忙看下,数据库服务是正常的

caoshengdong commented 1 year ago

发一下你配置文件里面 mysql url 的参数吧

zengzhengtx commented 1 year ago

image