Open wangzeyu135798 opened 2 months ago
datasource: hibernate.dialect: org.hibernate.dialect.SQLiteDialect driver-class-name: org.sqlite.JDBC url: jdbc:sqlite:./db/secretpad.sqlite hikari: idle-timeout: 60000 maximum-pool-size: 30 connection-timeout: 50000 之前修改了连接池的信息
1、确保在操作数据库时,只有一个程序在同时操作数据库。这样可以避免多个程序同时锁定数据库文件。 2、如果问题仍然存在,可以尝试重启数据库服务器,或者检查数据库服务器上的其他程序是否正在使用数据库文件。
Issue Type
Others
Have you searched for existing documents and issues?
Yes
OS Platform and Distribution
centos7
All_in_one Version
0.6
Kuscia Version
0.7
What happend and What you expected to happen.
Log output.