这些错误消息提示数据库连接出现问题。
- serialize page error, dataId=, group= 是指序列化页面时出错。
- Failed to obtain JDBC Connection; nested exception is java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 3000ms 是指无法获取 JDBC 连接,连接池 HikariPool-1 中的连接请求已超时。
- Could not create connection to database server. Attempted reconnect 3 times. Giving up 是指无法创建到数据库服务器的连接,尝试重新连接 3 次后放弃。
- Public Key Retrieval is not allowed 是指不允许检索公钥。
这些错误可能是由于数据库服务器连接问题、连接池配置问题、认证问题等原因导致的。应该检查数据库服务器的连接状态,检查连接池的配置和验证信息是否正确。
来源地址:https://blog.csdn.net/weixin_35749545/article/details/128866888