Advertisement
LemonSolar

Untitled

Jan 30th, 2020
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. WARNING] org.sqlite.SQLiteException: [SQLITE_ERROR] SQL error or missing database (cannot commit - no transaction is active)
  2.  
  3. [WARNING] at org.sqlite.core.DB.newSQLException(DB.java:941)
  4.  
  5. [WARNING] at org.sqlite.core.DB.newSQLException(DB.java:953)
  6.  
  7. [WARNING] at org.sqlite.core.DB.throwex(DB.java:918)
  8.  
  9. [WARNING] at org.sqlite.core.NativeDB._exec_utf8(Native Method)
  10.  
  11. [WARNING] at org.sqlite.core.NativeDB._exec(NativeDB.java:94)
  12.  
  13. [WARNING] at org.sqlite.jdbc3.JDBC3Statement.executeUpdate(JDBC3Statement.java:109)
  14.  
  15. [WARNING] at net.coreprotect.database.Database.commitTransaction(Database.java:53)
  16.  
  17. [WARNING] at net.coreprotect.consumer.Process.processConsumer(Process.java:99)
  18.  
  19. [WARNING] at net.coreprotect.consumer.Consumer.run(Consumer.java:124)
  20.  
  21. [WARNING] at java.base/java.lang.Thread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement