Stránka 1 z 1

ChestShop zprávy v konzoli

Napsal: 30 srp 2017, 16:29
od LuxisProchy
Ahojte!

Při spouštění serveru se mi v konzoli objeví tyto zprávy z pluginu ChestShop. Co znamenají?

Spoiler: zobrazit
[16:11:25 WARN]: 15519 [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

[16:11:25 WARN]: 15561 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating table 'items'

[16:11:25 WARN]: 15565 [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`))

[16:11:25 WARN]: 15566 [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

[16:11:25 WARN]: 15567 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating table 'accounts'

[16:11:25 WARN]: 15567 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating index 'accounts_shortName_idx' for table 'accounts

[16:11:25 WARN]: 15567 [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`) )

[16:11:25 WARN]: 15567 [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` )


Díky moc za rady.

Re: ChestShop zprávy v konzoli

Napsal: 30 srp 2017, 17:20
od VojtaCRV
Problém databáze...
Funguje ten plugin jak má? Tedy, když uděláš nějakej shop, funguje? A funguje i po restartu?

Re: ChestShop zprávy v konzoli

Napsal: 30 srp 2017, 21:34
od Port2
Config ChestShopu?

Re: ChestShop zprávy v konzoli

Napsal: 30 srp 2017, 21:44
od ZiDyPL
Znamená to:

Kód: Vybrat vše

[16:11:25 WARN]: 15519 [Server thread] Chyba com.Acrobot.ChestShop.ORMlite.db.SqliteDatabaseType - Upozornění: Zdá se, že nepoužíváte ovladač Xerial SQLite. Viz dokument ORMLite na serveru SQLite: http://ormlite.com/docs/sqlite

[16:11:25 WARN]: 15561 [podproces serveru] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - vytváření tabulkových "položek"

[16:11:25 WARN]: 15565 [podproces serveru] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - provedeno vytvoření příkazu tabulky změněno 0 řádků: CREATE TABLE JE NENÍ VZNAM `položka '(` id` INTEGER PRIMARY KEY AUTOINCREMENT, `code` VARCHAR NULL, UNIQUE (` code`))

[16:11:25 WARN]: 15566 [Server thread] Chyba com.Acrobot.ChestShop.ORMlite.db.SqliteDatabaseType - Upozornění: Zdá se, že nepoužíváte ovladač Xerial SQLite. Viz dokument ORMLite na serveru SQLite: http://ormlite.com/docs/sqlite

[16:11:25 WARN]: 15567 [Server podproces] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - vytváření tabulky 'účtů'

[16:11:25 WARN]: 15567 [podproces serveru] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - vytvoření indexu 'accounts_shortName_idx' pro tabulkové účty

[16:11:25 WARN]: 15567 [podproces serveru] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - vytvořen příkaz create table změněn 0 řádků: CREATE TABLE Pokud neexistuje `accounts` (` lastSeenName` VARCHAR NOT NULL , `Jméno` VARCHAR NOT NULL,` shortName` VARCHAR NULL, `uuid` VARCHAR NULL, PRIMARY KEY (` name`))

[16:11:25 WARN]: 15567 [podproces serveru] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - vytvořen příkaz pro vytvoření tabulky změněn 0 řádků: CREATE INDEX POKUD NESPLNĚNÝ `accounts_shortName_idx` ON` accounts` (`shortName `)