Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1.  
  2. 22.05 15:18:29 [Server] WARN java.sql.SQLException: Unable to run insert stmt on object com.Acrobot.ChestShop.Database.Account@5969b3ab: INSERT INTO `accounts` (`lastSeenName` ,`name` ,`shortName` ,`uuid` ) VALUES (?,?,?,?)
  3. 22.05 15:18:29 [Server] WARN at com.Acrobot.ChestShop.ORMlite.misc.SqlExceptionUtil.create(SqlExceptionUtil.java:22)
  4. 22.05 15:18:29 [Server] WARN at com.Acrobot.ChestShop.ORMlite.stmt.mapped.MappedCreate.insert(MappedCreate.java:135)
  5. 22.05 15:18:29 [Server] WARN at com.Acrobot.ChestShop.ORMlite.stmt.StatementExecutor.create(StatementExecutor.java:450)
  6. 22.05 15:18:29 [Server] WARN at com.Acrobot.ChestShop.ORMlite.dao.BaseDaoImpl.create(BaseDaoImpl.java:310)
  7. 22.05 15:18:29 [Server] WARN at com.Acrobot.ChestShop.ORMlite.dao.BaseDaoImpl.createOrUpdate(BaseDaoImpl.java:336)
  8. 22.05 15:18:29 [Server] WARN at com.Acrobot.ChestShop.UUIDs.NameManager.storeUsername(NameManager.java:203)
  9. 22.05 15:18:29 [Server] WARN at com.Acrobot.ChestShop.Listeners.Player.PlayerConnect$1.run(PlayerConnect.java:24)
  10. 22.05 15:18:29 [Server] WARN at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
  11. 22.05 15:18:29 [Server] WARN at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  12. 22.05 15:18:29 [Server] WARN at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  13. 22.05 15:18:29 [Server] WARN at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  14. 22.05 15:18:29 [Server] WARN at java.lang.Thread.run(Thread.java:748)
  15. 22.05 15:18:29 [Server] WARN Caused by: java.sql.SQLException: [SQLITE_ERROR] SQL error or missing database (table accounts has no column named lastSeenName)
  16. 22.05 15:18:29 [Server] WARN at org.sqlite.DB.newSQLException(DB.java:383)
  17. 22.05 15:18:29 [Server] WARN at org.sqlite.DB.newSQLException(DB.java:387)
  18. 22.05 15:18:29 [Server] WARN at org.sqlite.DB.throwex(DB.java:374)
  19. 22.05 15:18:29 [Server] WARN at org.sqlite.NativeDB.prepare(Native Method)
  20. 22.05 15:18:29 [Server] WARN at org.sqlite.DB.prepare(DB.java:123)
  21. 22.05 15:18:29 [Server] WARN at org.sqlite.PrepStmt.<init>(PrepStmt.java:42)
  22. 22.05 15:18:29 [Server] WARN at org.sqlite.Conn.prepareStatement(Conn.java:404)
  23. 22.05 15:18:29 [Server] WARN at org.sqlite.Conn.prepareStatement(Conn.java:399)
  24. 22.05 15:18:29 [Server] WARN at org.sqlite.Conn.prepareStatement(Conn.java:383)
  25. 22.05 15:18:29 [Server] WARN at com.Acrobot.ChestShop.ORMlite.jdbc.JdbcDatabaseConnection.insert(JdbcDatabaseConnection.java:164)
  26. 22.05 15:18:29 [Server] WARN at com.Acrobot.ChestShop.ORMlite.stmt.mapped.MappedCreate.insert(MappedCreate.java:91)
  27. 22.05 15:18:29 [Server] WARN ... 10 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement