CoreProtect

CoreProtect

1M Downloads

Something is wrong with the database?

Luoboawa opened this issue · 0 comments

commented

This problem occurs every few days, how should I fix it?

[09:02:27 WARN]: org.sqlite.SQLiteException: [SQLITE_IOERR_WRITE] I/O error in the VFS layer while trying to write to a file on disk (disk I/O error)
[09:02:27 WARN]: at org.sqlite.core.DB.newSQLException(DB.java:1179)
[09:02:27 WARN]: at org.sqlite.core.DB.newSQLException(DB.java:1190)
[09:02:27 WARN]: at org.sqlite.core.DB.throwex(DB.java:1150)
[09:02:27 WARN]: at org.sqlite.core.NativeDB._exec_utf8(Native Method)
[09:02:27 WARN]: at org.sqlite.core.NativeDB._exec(NativeDB.java:99)
[09:02:27 WARN]: at org.sqlite.jdbc3.JDBC3Statement.lambda$executeLargeUpdate$2(JDBC3Statement.java:139)
[09:02:27 WARN]: at org.sqlite.jdbc3.JDBC3Statement.withConnectionTimeout(JDBC3Statement.java:458)
[09:02:27 WARN]: at org.sqlite.jdbc3.JDBC3Statement.executeLargeUpdate(JDBC3Statement.java:126)
[09:02:27 WARN]: at org.sqlite.jdbc3.JDBC3Statement.executeUpdate(JDBC3Statement.java:113)
[09:02:27 WARN]: at [C][查询]CoreProtect-23.2-RC5.jar//net.coreprotect.database.Database.performCheckpoint(Database.java:117)
[09:02:27 WARN]: at [C][查询]CoreProtect-23.2-RC5.jar//net.coreprotect.consumer.process.Process.processConsumer(Process.java:78)
[09:02:27 WARN]: at [C][查询]CoreProtect-23.2-RC5.jar//net.coreprotect.consumer.Consumer.run(Consumer.java:133)
[09:02:27 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)