[Acıl Yardım]Sunucu Crashta!

MrSkript7

Zombi Katili
En iyi cevaplar
0
Kod:
[20:41:21] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver.  See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
[20:41:21] [Server thread/INFO]: creating table 'items'
[20:41:21] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY KEY AUTOINCREMENT , `code` VARCHAR NOT NULL ,  UNIQUE (`code`))
[20:41:21] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver.  See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
[20:41:21] [Server thread/INFO]: creating table 'accounts'
[20:41:21] [Server thread/INFO]: creating index 'accounts_shortName_idx' for table 'accounts
[20:41:21] [Server thread/INFO]: 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`) )
[20:41:21] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
Bu Kod Ne Demek Oluyor Sunucuya Kimse Giremiyor!
 

Admicos

Nether Yerlisi
En iyi cevaplar
1
Bir plugin bazı şeyleri saklamak için SQLite kullanıyormuş ve SQLite driver ini bulamamış. Ama INFO olarak gözüküyor yani problemle alakası yok. Bütün konsol logunu gönder ona bakalım. (Ama kod blokları arasına ya da hastebin gibi bir siteye gönder. Normal yazı olarak pek iyi durmaz)
 
Üst