Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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 (?,?,?,?)
- 22.05 15:18:29 [Server] WARN at com.Acrobot.ChestShop.ORMlite.misc.SqlExceptionUtil.create(SqlExceptionUtil.java:22)
- 22.05 15:18:29 [Server] WARN at com.Acrobot.ChestShop.ORMlite.stmt.mapped.MappedCreate.insert(MappedCreate.java:135)
- 22.05 15:18:29 [Server] WARN at com.Acrobot.ChestShop.ORMlite.stmt.StatementExecutor.create(StatementExecutor.java:450)
- 22.05 15:18:29 [Server] WARN at com.Acrobot.ChestShop.ORMlite.dao.BaseDaoImpl.create(BaseDaoImpl.java:310)
- 22.05 15:18:29 [Server] WARN at com.Acrobot.ChestShop.ORMlite.dao.BaseDaoImpl.createOrUpdate(BaseDaoImpl.java:336)
- 22.05 15:18:29 [Server] WARN at com.Acrobot.ChestShop.UUIDs.NameManager.storeUsername(NameManager.java:203)
- 22.05 15:18:29 [Server] WARN at com.Acrobot.ChestShop.Listeners.Player.PlayerConnect$1.run(PlayerConnect.java:24)
- 22.05 15:18:29 [Server] WARN at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
- 22.05 15:18:29 [Server] WARN at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
- 22.05 15:18:29 [Server] WARN at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
- 22.05 15:18:29 [Server] WARN at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
- 22.05 15:18:29 [Server] WARN at java.lang.Thread.run(Thread.java:748)
- 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)
- 22.05 15:18:29 [Server] WARN at org.sqlite.DB.newSQLException(DB.java:383)
- 22.05 15:18:29 [Server] WARN at org.sqlite.DB.newSQLException(DB.java:387)
- 22.05 15:18:29 [Server] WARN at org.sqlite.DB.throwex(DB.java:374)
- 22.05 15:18:29 [Server] WARN at org.sqlite.NativeDB.prepare(Native Method)
- 22.05 15:18:29 [Server] WARN at org.sqlite.DB.prepare(DB.java:123)
- 22.05 15:18:29 [Server] WARN at org.sqlite.PrepStmt.<init>(PrepStmt.java:42)
- 22.05 15:18:29 [Server] WARN at org.sqlite.Conn.prepareStatement(Conn.java:404)
- 22.05 15:18:29 [Server] WARN at org.sqlite.Conn.prepareStatement(Conn.java:399)
- 22.05 15:18:29 [Server] WARN at org.sqlite.Conn.prepareStatement(Conn.java:383)
- 22.05 15:18:29 [Server] WARN at com.Acrobot.ChestShop.ORMlite.jdbc.JdbcDatabaseConnection.insert(JdbcDatabaseConnection.java:164)
- 22.05 15:18:29 [Server] WARN at com.Acrobot.ChestShop.ORMlite.stmt.mapped.MappedCreate.insert(MappedCreate.java:91)
- 22.05 15:18:29 [Server] WARN ... 10 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement