i did open a issue before few mins and i didnt get a proper solution. Just a redirect so if u just helped me out instead of redirtecting
Drainer2002 opened this issue ยท 2 comments
[13:32:55 WARN]: 116 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating table 'items'
[13:32:55 WARN]: 132 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTSitems
(id
INTEGER PRIMARY KEY AUTOINCREMENT ,code
VARCHAR NOT NULL , UNIQUE (code
))
[13:32:55 WARN]: 139 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating table 'accounts'
[13:32:55 WARN]: 140 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating index 'accounts_uuid_idx' for table 'accounts
[13:32:55 WARN]: 140 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating index 'accounts_shortName_idx' for table 'accounts
[13:32:55 WARN]: 140 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating index 'accounts_name_idx' for table 'accounts
[13:32:55 WARN]: 149 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTSaccounts
(name
VARCHAR NOT NULL ,shortName
VARCHAR NOT NULL ,uuid
VARCHAR NOT NULL ,lastSeen
BIGINT DEFAULT 0 NOT NULL , PRIMARY KEY (shortName
) , UNIQUE (name
,uuid
) )
[13:32:55 WARN]: 153 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTSaccounts_uuid_idx
ONaccounts
(uuid
)
[13:32:55 WARN]: 158 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTSaccounts_shortName_idx
ONaccounts
(shortName
)
[13:32:55 WARN]: 163 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTSaccounts_name_idx
ONaccounts
(name
)
As said before: There is no error here, these are only info messages by a used library that appear on some setups. Please provide your setup information in the original issue #49 instead of opening new, duplicate ones because as of right now there is no known reason why it shows for some and not others (e.g. it doesn't show on any of my servers so I can't even test any possible solutions)