Advertisement
Momshroom

Chestshop build 12 bootup error

Jul 3rd, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. [19:43:26] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.13-SNAPSHOT (build #12)
  2. [19:45:37] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.13-SNAPSHOT (build #12)
  3. [19:45:37] [Server thread/INFO]: [ChestShop] Updating database...
  4. [19:45:37] [Server thread/WARN]: 43368 [Server thread] ERROR com.Acrobot.ChestShop.ORMlite.db.SqliteDatabaseType - WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
  5. [19:45:37] [Server thread/WARN]: 43512 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating table 'items'
  6. [19:45:37] [Server thread/WARN]: 43533 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY KEY AUTOINCREMENT , `code` VARCHAR NOT NULL , UNIQUE (`code`))
  7. [19:45:37] [Server thread/WARN]: 43541 [Server thread] ERROR com.Acrobot.ChestShop.ORMlite.db.SqliteDatabaseType - WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
  8. [19:45:37] [Server thread/WARN]: 43542 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating table 'accounts'
  9. [19:45:37] [Server thread/WARN]: 43542 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating index 'accounts_shortName_idx' for table 'accounts
  10. [19:45:37] [Server thread/WARN]: 43543 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `accounts` (`lastSeenName` VARCHAR NOT NULL , `name` VARCHAR NOT NULL , `shortName` VARCHAR NOT NULL , `uuid` VARCHAR NOT NULL , PRIMARY KEY (`name`) )
  11. [19:45:37] [Server thread/WARN]: 43545 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
  12. [19:45:38] [Server thread/WARN]: java.sql.SQLException: Unable to run update stmt on object com.Acrobot.ChestShop.Database.Account@5d91c8b4: UPDATE `accounts` SET `lastSeenName` = ?, `shortName` = ?, `uuid` = ? WHERE `name` = ?
  13. [19:45:38] [Server thread/WARN]: at com.Acrobot.ChestShop.ORMlite.misc.SqlExceptionUtil.create(SqlExceptionUtil.java:22)
  14. [19:45:38] [Server thread/WARN]: at com.Acrobot.ChestShop.ORMlite.stmt.mapped.MappedUpdate.update(MappedUpdate.java:129)
  15. [19:45:38] [Server thread/WARN]: at com.Acrobot.ChestShop.ORMlite.stmt.StatementExecutor.update(StatementExecutor.java:460)
  16. [19:45:38] [Server thread/WARN]: at com.Acrobot.ChestShop.ORMlite.dao.BaseDaoImpl.update(BaseDaoImpl.java:352)
  17. [19:45:38] [Server thread/WARN]: at com.Acrobot.ChestShop.ORMlite.dao.BaseDaoImpl.createOrUpdate(BaseDaoImpl.java:339)
  18. [19:45:38] [Server thread/WARN]: at com.Acrobot.ChestShop.UUIDs.NameManager.load(NameManager.java:261)
  19. [19:45:38] [Server thread/WARN]: at com.Acrobot.ChestShop.ChestShop.onEnable(ChestShop.java:99)
  20. [19:45:38] [Server thread/WARN]: at com.Acrobot.ChestShop.ORMlite.jdbc.JdbcDatabaseConnection.update(JdbcDatabaseConnection.java:260)
  21. [19:45:38] [Server thread/WARN]: at com.Acrobot.ChestShop.ORMlite.jdbc.JdbcDatabaseConnection.update(JdbcDatabaseConnection.java:191)
  22. [19:45:38] [Server thread/WARN]: at com.Acrobot.ChestShop.ORMlite.stmt.mapped.MappedUpdate.update(MappedUpdate.java:101)
  23. [19:45:38] [Server thread/INFO]: [ChestShop] LWC version 4.5.0-SNAPSHOT loaded.
  24. [19:45:38] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement