Code Monkey home page Code Monkey logo

Comments (11)

VADemon avatar VADemon commented on August 27, 2024 1

Corrected link
Log:

24.05 12:35:55 [Server] WARN 17810 [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` )
24.05 12:35:55 [Server] WARN 17810 [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`) ) 
24.05 12:35:55 [Server] WARN 17809 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating index 'accounts_shortName_idx' for table 'accounts
24.05 12:35:55 [Server] WARN 17808 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating table 'accounts'
24.05 12:35:55 [Server] WARN 17808 [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
24.05 12:35:55 [Server] WARN 17804 [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`)) 
24.05 12:35:55 [Server] WARN 17794 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating table 'items'
24.05 12:35:55 [Server] WARN 17684 [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
24.05 12:35:55 [Server] INFO Enabling ChestShop v3.8.13-SNAPSHOT (build #11)

You can use gist.github.com for pastes or enclose code within three ``` apostrophs ```

from chestshop-3.

nitewing76 avatar nitewing76 commented on August 27, 2024

Thanks for correcting the link.

from chestshop-3.

Phoenix616 avatar Phoenix616 commented on August 27, 2024

These are not real errors but just warnings. The reasoning behind them showing is described in the corresponding Bukkit issue.

from chestshop-3.

Phoenix616 avatar Phoenix616 commented on August 27, 2024

The ORMlite update seems to really have fixed the Xerial driver warning. I'll have to look into how to stop it from sending the table messages though.

from chestshop-3.

Drainer2002 avatar Drainer2002 commented on August 27, 2024

Phoenix616, u said u don't get these info msgs so u cant tests them. I can test it on my server

from chestshop-3.

Phoenix616 avatar Phoenix616 commented on August 27, 2024

Phoenix616, u said u don't get these info msgs so u cant tests them. I can test it on my server

Could you start by providing some information about your setup like requested before? (your server type and version, operating system version and some info about how you host it)

from chestshop-3.

Drainer2002 avatar Drainer2002 commented on August 27, 2024

if you don't mind, can I get ur discord to reply as fast as possible?

from chestshop-3.

Phoenix616 avatar Phoenix616 commented on August 27, 2024

I mind, please just post the information here so that we can collect it and it's accessible to anyone who might be able to work on it.

from chestshop-3.

Drainer2002 avatar Drainer2002 commented on August 27, 2024

Server Type: Spigot
Version: 1.12.2
It is a Towny server.
and my server is hosted by a private ppl
any more info ?

from chestshop-3.

Phoenix616 avatar Phoenix616 commented on August 27, 2024

@Drainer2002 Which Spigot version are you running exactly? Also which operating system and java version is this running on?

Also could you try adding -Dcom.j256.ormlite.logger.type=LOCAL and -Dcom.j256.ormlite.logger.level=ERROR to your startup arguments? (Before the -jar)

from chestshop-3.

Phoenix616 avatar Phoenix616 commented on August 27, 2024

So it isn't problem and it doesn't affect server's CPU?

The only problem here is that the message shows up for some people and not for others. Please provide the information requested in this comment and test the startup arguments.

from chestshop-3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.