Advertisement
Guest User

Untitled

a guest
Feb 16th, 2021
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. ERROR [MVStore background writer nio:data\movies.db] org.tinymediamanager.Log4jBackstop:37 - Uncaught exception in thread: MVStore background writer nio:data\movies.db
  2. java.lang.IllegalStateException: Reading from file nio:data/movies.db failed at 508610 (length -1), read 0, remaining 384 [1.4.200/1]
  3. at org.h2.mvstore.DataUtils.newIllegalStateException(DataUtils.java:950)
  4. at org.h2.mvstore.DataUtils.readFully(DataUtils.java:456)
  5. at org.h2.mvstore.FileStore.readFully(FileStore.java:98)
  6. at org.h2.mvstore.Chunk.readBufferForPage(Chunk.java:361)
  7. at org.h2.mvstore.MVStore.readBufferForPage(MVStore.java:1214)
  8. at org.h2.mvstore.MVStore.readPage(MVStore.java:2209)
  9. at org.h2.mvstore.MVMap.readPage(MVMap.java:672)
  10. at org.h2.mvstore.Page$NonLeaf.getChildPage(Page.java:1043)
  11. at org.h2.mvstore.CursorPos.traverseDown(CursorPos.java:58)
  12. at org.h2.mvstore.MVMap.operate(MVMap.java:1804)
  13. at org.h2.mvstore.MVMap.remove(MVMap.java:552)
  14. at org.h2.mvstore.MVStore.dropUnusedChunks(MVStore.java:3178)
  15. at org.h2.mvstore.MVStore.store(MVStore.java:1319)
  16. at org.h2.mvstore.MVStore.store(MVStore.java:1312)
  17. at org.h2.mvstore.MVStore.tryCommit(MVStore.java:1272)
  18. at org.h2.mvstore.MVStore.writeInBackground(MVStore.java:2780)
  19. at org.h2.mvstore.MVStore$BackgroundWriterThread.run(MVStore.java:3290)
  20. Caused by: java.nio.channels.ClosedChannelException: null
  21. at java.base/sun.nio.ch.FileChannelImpl.ensureOpen(Unknown Source)
  22. at java.base/sun.nio.ch.FileChannelImpl.read(Unknown Source)
  23. at org.h2.store.fs.FileNio.read(FilePathNio.java:74)
  24. at org.h2.mvstore.DataUtils.readFully(DataUtils.java:442)
  25. ... 15 common frames omitted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement