· 8 years ago · May 19, 2018, 06:00 PM
1:57:38.391 [Server thread] DEBUG com.Acrobot.ChestShop.ORMlite.jdbc.JdbcConnectionSource - opened connection to jdbc:sqlite:/plugins/ChestShop/items.db got #1985620933
219.05 19:57:38 [Server] INFO 19:57:38.396 [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`))
319.05 19:57:38 [Server] INFO 19:57:38.402 [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
419.05 19:57:38 [Server] INFO 19:57:38.402 [Server thread] DEBUG com.Acrobot.ChestShop.ORMlite.dao.DaoManager - created dao for class class com.Acrobot.ChestShop.Database.Account with reflection
519.05 19:57:38 [Server] INFO 19:57:38.403 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating table 'accounts'
619.05 19:57:38 [Server] INFO 19:57:38.403 [Server thread] INFO com.Acrobot.ChestShop.O