Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [19:43:26] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.13-SNAPSHOT (build #12)
- [19:45:37] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.13-SNAPSHOT (build #12)
- [19:45:37] [Server thread/INFO]: [ChestShop] Updating database...
- [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
- [19:45:37] [Server thread/WARN]: 43512 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating table 'items'
- [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`))
- [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
- [19:45:37] [Server thread/WARN]: 43542 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating table 'accounts'
- [19:45:37] [Server thread/WARN]: 43542 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating index 'accounts_shortName_idx' for table 'accounts
- [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`) )
- [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` )
- [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` = ?
- [19:45:38] [Server thread/WARN]: at com.Acrobot.ChestShop.ORMlite.misc.SqlExceptionUtil.create(SqlExceptionUtil.java:22)
- [19:45:38] [Server thread/WARN]: at com.Acrobot.ChestShop.ORMlite.stmt.mapped.MappedUpdate.update(MappedUpdate.java:129)
- [19:45:38] [Server thread/WARN]: at com.Acrobot.ChestShop.ORMlite.stmt.StatementExecutor.update(StatementExecutor.java:460)
- [19:45:38] [Server thread/WARN]: at com.Acrobot.ChestShop.ORMlite.dao.BaseDaoImpl.update(BaseDaoImpl.java:352)
- [19:45:38] [Server thread/WARN]: at com.Acrobot.ChestShop.ORMlite.dao.BaseDaoImpl.createOrUpdate(BaseDaoImpl.java:339)
- [19:45:38] [Server thread/WARN]: at com.Acrobot.ChestShop.UUIDs.NameManager.load(NameManager.java:261)
- [19:45:38] [Server thread/WARN]: at com.Acrobot.ChestShop.ChestShop.onEnable(ChestShop.java:99)
- [19:45:38] [Server thread/WARN]: at com.Acrobot.ChestShop.ORMlite.jdbc.JdbcDatabaseConnection.update(JdbcDatabaseConnection.java:260)
- [19:45:38] [Server thread/WARN]: at com.Acrobot.ChestShop.ORMlite.jdbc.JdbcDatabaseConnection.update(JdbcDatabaseConnection.java:191)
- [19:45:38] [Server thread/WARN]: at com.Acrobot.ChestShop.ORMlite.stmt.mapped.MappedUpdate.update(MappedUpdate.java:101)
- [19:45:38] [Server thread/INFO]: [ChestShop] LWC version 4.5.0-SNAPSHOT loaded.
- [19:45:38] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement