Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chestshop problems. I know it isnt a problem but it keeps on giving me warn everytime on restarting the server #326

Closed
Drainer2002 opened this issue Jun 19, 2020 · 1 comment
Labels
duplicate Issues that were already brought up

Comments

@Drainer2002
Copy link

[12:13:41 WARN]: 105 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating table 'items'
[12:13:41 WARN]: 117 [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))
[12:13:41 WARN]: 124 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating table 'accounts'
[12:13:41 WARN]: 124 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating index 'accounts_uuid_idx' for table 'accounts
[12:13:41 WARN]: 124 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating index 'accounts_shortName_idx' for table 'accounts
[12:13:41 WARN]: 124 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating index 'accounts_name_idx' for table 'accounts
[12:13:41 WARN]: 126 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS accounts (name VARCHAR NOT NULL , shortName VARCHAR NOT NULL , uuid VARCHAR NOT NULL , lastSeen BIGINT DEFAULT 0 NOT NULL , PRIMARY KEY (shortName) , UNIQUE (name,uuid) )
[12:13:41 WARN]: 126 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS accounts_uuid_idx ON accounts ( uuid )
[12:13:41 WARN]: 126 [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:13:41 WARN]: 127 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS accounts_name_idx ON accounts ( name )

@Phoenix616
Copy link
Member

Phoenix616 commented Jun 19, 2020

These are info messages as indicated by the INFO in the message. Also this is a duplicate of #49 so if you have any more details about your setup (server version, java version, operating system, hosting setup) then please provide them there, it is still not clear why this shows up on some setups and not others.

@Phoenix616 Phoenix616 added the duplicate Issues that were already brought up label Jun 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issues that were already brought up
Projects
None yet
Development

No branches or pull requests

2 participants