Closed JavaOPs closed 1 year ago
SEVERE: Failed to write H2-1.4.196 database to script
org.h2.jdbc.JdbcSQLException: ???? ?????? ???????? ?????? ?? ??????
The database is read only [90097-196]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
at org.h2.message.DbException.get(DbException.java:179)
at org.h2.message.DbException.get(DbException.java:155)
at org.h2.message.DbException.get(DbException.java:144)
at org.h2.engine.Database.checkWritingAllowed(Database.java:1935)
at org.h2.store.FileStore.checkWritingAllowed(FileStore.java:161)
at org.h2.store.FileStore.write(FileStore.java:325)
at org.h2.store.PageStore.writePage(PageStore.java:1369)
at org.h2.store.PageLog.recover(PageLog.java:307)
at org.h2.store.PageStore.recover(PageStore.java:1395)
at org.h2.store.PageStore.openExisting(PageStore.java:368)
at org.h2.store.PageStore.open(PageStore.java:289)
at org.h2.engine.Database.getPageStore(Database.java:2490)
at org.h2.engine.Database.open(Database.java:697)
at org.h2.engine.Database.openDatabase(Database.java:276)
at org.h2.engine.Database.
Difficult to say anything on that, as this comes from the H2 driver directly. Can you share the DB maybe?
No further questions asked, closing.
Error: the database is read only [90097-196] At the same time can connect to db and modify it by DB-Tools.