Advertisement
Guest User

Untitled

a guest
Jul 19th, 2016
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 50.63 KB | None | 0 0
  1. [03:48:37] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/]: HikariPool-3 - configuration:
  2. [03:48:37] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/]: allowPoolSuspension.............false
  3. [03:48:37] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/]: autoCommit......................true
  4. [03:48:37] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/]: catalog.........................null
  5. [03:48:37] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/]: connectionInitSql...............null
  6. [03:48:37] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/]: connectionTestQuery.............null
  7. [03:48:37] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/]: connectionTimeout...............30000
  8. [03:48:37] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/]: dataSource......................null
  9. [03:48:37] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/]: dataSourceClassName.............null
  10. [03:48:37] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/]: dataSourceJNDI..................null
  11. [03:48:37] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/]: dataSourceProperties............{password=<masked>}
  12. [03:48:37] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/]: driverClassName................."org.h2.Driver"
  13. [03:48:37] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/]: healthCheckProperties...........{}
  14. [03:48:37] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/]: healthCheckRegistry.............null
  15. [03:48:37] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/]: idleTimeout.....................600000
  16. [03:48:37] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/]: initializationFailFast..........true
  17. [03:48:37] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/]: isolateInternalQueries..........false
  18. [03:48:37] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/]: jdbc4ConnectionTest.............false
  19. [03:48:37] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/]: jdbcUrl........................."jdbc:h2:./config/economylite/data"
  20. [03:48:37] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/]: leakDetectionThreshold..........0
  21. [03:48:37] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/]: maxLifetime.....................1800000
  22. [03:48:37] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/]: maximumPoolSize.................9
  23. [03:48:37] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/]: metricRegistry..................null
  24. [03:48:37] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/]: metricsTrackerFactory...........null
  25. [03:48:37] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/]: minimumIdle.....................9
  26. [03:48:37] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/]: password........................<masked>
  27. [03:48:37] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/]: poolName........................"HikariPool-3"
  28. [03:48:37] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/]: readOnly........................false
  29. [03:48:37] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/]: registerMbeans..................false
  30. [03:48:37] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/]: scheduledExecutorService........null
  31. [03:48:37] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/]: threadFactory...................null
  32. [03:48:37] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/]: transactionIsolation............null
  33. [03:48:37] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/]: username........................null
  34. [03:48:37] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/]: validationTimeout...............5000
  35. [03:48:37] [Server thread/INFO] [com.zaxxer.hikari.HikariDataSource/]: HikariPool-3 - Started.
  36. [03:48:37] [HikariPool-3 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/]: HikariPool-3 - Added connection conn21: url=jdbc:h2:./config/economylite/data user=
  37. [03:48:37] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]: org.h2.jdbc.JdbcSQLException: Таблица "ECONOMYLITEPLAYERS" не найдена
  38. Table "ECONOMYLITEPLAYERS""ECONOMYLITEPLAYERS" не найдена
  39. Table "ECONOMYLITEPLAYERS" not found; SQL statement:
  40. SELECT uuid FROM economyliteplayers WHERE uuid = ? AND currency = ? [42102-192]
  41. [03:48:38] [Server thread/DEBUG] [economylite/]: playercommon: Checking if 'ebfe28fa-6c82-3ef8-b107-da9120aab5ab' exists with 'economylite:coin' - Cause[{Name=New account check, Object={org.spongepowered.mod.plugin.SpongeModPluginContainer@3b387c90}}] = false
  42. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]: org.h2.jdbc.JdbcSQLException: Таблица "ECONOMYLITEPLAYERS" не найдена
  43. Table "ECONOMYLITEPLAYERS" not found; SQL statement:
  44. SELECT uuid FROM economyliteplayers WHERE uuid = ? AND currency = ? [42102-192]
  45. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
  46. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.message.DbException.get(DbException.java:179)
  47. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.message.DbException.get(DbException.java:155)
  48. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.readTableOrView(Parser.java:5388)
  49. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.readTableFilter(Parser.java:1257)
  50. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.parseSelectSimpleFromPart(Parser.java:1896)
  51. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.parseSelectSimple(Parser.java:2044)
  52. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.parseSelectSub(Parser.java:1890)
  53. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.parseSelectUnion(Parser.java:1711)
  54. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.parseSelect(Parser.java:1699)
  55. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.parsePrepared(Parser.java:445)
  56. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.parse(Parser.java:317)
  57. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.parse(Parser.java:289)
  58. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.prepareCommand(Parser.java:254)
  59. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.engine.Session.prepareLocal(Session.java:560)
  60. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.engine.Session.prepareCommand(Session.java:501)
  61. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1202)
  62. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:73)
  63. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:290)
  64. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:309)
  65. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
  66. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at io.github.flibio.economylite.utils.sql.SqlManager.executeQuery(SqlManager.java:128)
  67. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at io.github.flibio.economylite.utils.sql.SqlManager.queryExists(SqlManager.java:207)
  68. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at io.github.flibio.economylite.impl.PlayerServiceCommon.accountExists(PlayerServiceCommon.java:90)
  69. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at io.github.flibio.economylite.impl.PlayerServiceCommon.setBalance(PlayerServiceCommon.java:67)
  70. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at io.github.flibio.economylite.impl.economy.LiteEconomyService.getOrCreateAccount(LiteEconomyService.java:64)
  71. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at me.flibio.jobslite.listeners.PlayerJoinListener.onPlayerJoin(PlayerJoinListener.java:66)
  72. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.spongepowered.common.event.listener.JoinListener_PlayerJoinListener_onPlayerJoin72.handle(Unknown Source)
  73. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:95)
  74. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:203)
  75. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:186)
  76. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:231)
  77. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:216)
  78. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:129)
  79. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at net.minecraft.server.management.ServerConfigurationManager.initializeConnectionToPlayer(ServerConfigurationManager.java:343)
  80. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:239)
  81. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.serverToClientHandshake(NetworkDispatcher.java:142)
  82. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at net.minecraftforge.fml.common.network.internal.FMLNetworkHandler.fmlServerHandshake(FMLNetworkHandler.java:65)
  83. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at net.minecraft.server.network.NetHandlerLoginServer.func_147326_c(NetHandlerLoginServer.java:133)
  84. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at net.minecraft.server.network.NetHandlerLoginServer.func_73660_a(NetHandlerLoginServer.java:60)
  85. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:289)
  86. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:189)
  87. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:724)
  88. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:344)
  89. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:605)
  90. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:481)
  91. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at java.lang.Thread.run(Unknown Source)
  92. [03:48:38] [Server thread/ERROR] [economylite/]: Таблица "ECONOMYLITEPLAYERS" не найдена
  93. Table "ECONOMYLITEPLAYERS" not found; SQL statement:
  94. SELECT uuid FROM economyliteplayers WHERE uuid = ? AND currency = ? [42102-192]
  95. [03:48:38] [Server thread/DEBUG] [economylite/]: playercommon: Checking if 'ebfe28fa-6c82-3ef8-b107-da9120aab5ab' exists with 'economylite:coin' - Cause[{Name=Creating account, Object={org.spongepowered.mod.plugin.SpongeModPluginContainer@3b387c90}}] = false
  96. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]: org.h2.jdbc.JdbcSQLException: Таблица "ECONOMYLITEPLAYERS" не найдена
  97. Table "ECONOMYLITEPLAYERS" not found; SQL statement:
  98. INSERT INTO economyliteplayers (`uuid`, `balance`, `currency`) VALUES (?, ?, ?) [42102-192]
  99. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
  100. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.message.DbException.get(DbException.java:179)
  101. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.message.DbException.get(DbException.java:155)
  102. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.readTableOrView(Parser.java:5388)
  103. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.readTableOrView(Parser.java:5365)
  104. [03:48:38] [Netty Server IO #1/DEBUG] [mixin/]: Mixing util.MixinPacketThreadUtil from mixins.common.core.json into net.minecraft.network.PacketThreadUtil$1
  105. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.parseInsert(Parser.java:1053)
  106. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.parsePrepared(Parser.java:413)
  107. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.parse(Parser.java:317)
  108. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.parse(Parser.java:289)
  109. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.prepareCommand(Parser.java:254)
  110. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.engine.Session.prepareLocal(Session.java:560)
  111. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.engine.Session.prepareCommand(Session.java:501)
  112. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1202)
  113. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:73)
  114. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:290)
  115. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:309)
  116. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
  117. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at io.github.flibio.economylite.utils.sql.SqlManager.executeUpdate(SqlManager.java:105)
  118. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at io.github.flibio.economylite.impl.PlayerServiceCommon.setBalance(PlayerServiceCommon.java:74)
  119. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at io.github.flibio.economylite.impl.economy.LiteEconomyService.getOrCreateAccount(LiteEconomyService.java:64)
  120. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at me.flibio.jobslite.listeners.PlayerJoinListener.onPlayerJoin(PlayerJoinListener.java:66)
  121. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.spongepowered.common.event.listener.JoinListener_PlayerJoinListener_onPlayerJoin72.handle(Unknown Source)
  122. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:95)
  123. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:203)
  124. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:186)
  125. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:231)
  126. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:216)
  127. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:129)
  128. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at net.minecraft.server.management.ServerConfigurationManager.initializeConnectionToPlayer(ServerConfigurationManager.java:343)
  129. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:239)
  130. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.serverToClientHandshake(NetworkDispatcher.java:142)
  131. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at net.minecraftforge.fml.common.network.internal.FMLNetworkHandler.fmlServerHandshake(FMLNetworkHandler.java:65)
  132. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at net.minecraft.server.network.NetHandlerLoginServer.func_147326_c(NetHandlerLoginServer.java:133)
  133. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at net.minecraft.server.network.NetHandlerLoginServer.func_73660_a(NetHandlerLoginServer.java:60)
  134. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:289)
  135. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:189)
  136. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:724)
  137. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:344)
  138. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:605)
  139. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:481)
  140. [03:48:38] [Server thread/INFO] [STDERR/]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at java.lang.Thread.run(Unknown Source)
  141. [03:48:38] [Server thread/ERROR] [economylite/]: Таблица "ECONOMYLITEPLAYERS" не найдена
  142. Table "ECONOMYLITEPLAYERS" not found; SQL statement:
  143. INSERT INTO economyliteplayers (`uuid`, `balance`, `currency`) VALUES (?, ?, ?) [42102-192]
  144. [03:48:38] [Server thread/DEBUG] [economylite/]: playercommon: +Account Does Not Exist+ Setting balance of 'ebfe28fa-6c82-3ef8-b107-da9120aab5ab' to '0.0' with 'economylite:coin' - Cause[{Name=Creating account, Object={org.spongepowered.mod.plugin.SpongeModPluginContainer@3b387c90}}] = false
  145. [03:48:38] [Server thread/INFO] [islandcraft/]: Generating island from IslandGeneratorAlpha with xSize: 288, zSize: 288, islandSeed: 2903610518547516104, biome: SWAMPLAND
  146. [03:48:38] [Server thread/DEBUG] [mixin/]: Mixing MixinPacketUtil from mixins.common.exploit.json into org.spongepowered.common.network.PacketUtil
  147. [03:48:38] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/category/ExploitCategory to metadata cache
  148. [03:48:52] [HikariPool-1 housekeeper/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-1 - Pool stats (total=9, active=0, idle=9, waiting=0)
  149. [03:48:54] [HikariPool-2 housekeeper/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-2 - Pool stats (total=9, active=0, idle=9, waiting=0)
  150. [03:48:55] [Server thread/INFO] [io.github.hsyyid.essentialcmds/]: [ziceptor] executed command balance
  151. [03:48:55] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]: org.h2.jdbc.JdbcSQLException: Таблица "ECONOMYLITEPLAYERS" не найдена
  152. Table "ECONOMYLITEPLAYERS" not found; SQL statement:
  153. SELECT uuid FROM economyliteplayers WHERE uuid = ? AND currency = ? [42102-192]
  154. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
  155. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.message.DbException.get(DbException.java:179)
  156. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.message.DbException.get(DbException.java:155)
  157. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.readTableOrView(Parser.java:5388)
  158. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.readTableFilter(Parser.java:1257)
  159. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.parseSelectSimpleFromPart(Parser.java:1896)
  160. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.parseSelectSimple(Parser.java:2044)
  161. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.parseSelectSub(Parser.java:1890)
  162. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.parseSelectUnion(Parser.java:1711)
  163. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.parseSelect(Parser.java:1699)
  164. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.parsePrepared(Parser.java:445)
  165. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.parse(Parser.java:317)
  166. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.parse(Parser.java:289)
  167. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.prepareCommand(Parser.java:254)
  168. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.engine.Session.prepareLocal(Session.java:560)
  169. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.engine.Session.prepareCommand(Session.java:501)
  170. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1202)
  171. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:73)
  172. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:290)
  173. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:309)
  174. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
  175. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at io.github.flibio.economylite.utils.sql.SqlManager.executeQuery(SqlManager.java:128)
  176. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at io.github.flibio.economylite.utils.sql.SqlManager.queryExists(SqlManager.java:207)
  177. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at io.github.flibio.economylite.impl.PlayerServiceCommon.accountExists(PlayerServiceCommon.java:90)
  178. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at io.github.flibio.economylite.impl.economy.LiteEconomyService.getOrCreateAccount(LiteEconomyService.java:58)
  179. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at io.github.flibio.economylite.commands.balance.BalanceCommand.run(BalanceCommand.java:90)
  180. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at io.github.flibio.economylite.utils.commands.BaseCommandExecutor.lambda$execute$2(BaseCommandExecutor.java:70)
  181. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.spongepowered.common.scheduler.SchedulerBase.lambda$startTask$0(SchedulerBase.java:177)
  182. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
  183. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at java.util.concurrent.FutureTask.run(Unknown Source)
  184. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  185. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  186. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at java.lang.Thread.run(Unknown Source)
  187. [03:48:56] [pool-3-thread-2/ERROR] [economylite/sponge]: Таблица "ECONOMYLITEPLAYERS" не найдена
  188. Table "ECONOMYLITEPLAYERS" not found; SQL statement:
  189. SELECT uuid FROM economyliteplayers WHERE uuid = ? AND currency = ? [42102-192]
  190. [03:48:56] [pool-3-thread-2/DEBUG] [economylite/sponge]: playercommon: Checking if 'ebfe28fa-6c82-3ef8-b107-da9120aab5ab' exists with 'economylite:coin' - Cause[{Name=New account check, Object={org.spongepowered.mod.plugin.SpongeModPluginContainer@3b387c90}}] = false
  191. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]: org.h2.jdbc.JdbcSQLException: Таблица "ECONOMYLITEPLAYERS" не найдена
  192. Table "ECONOMYLITEPLAYERS" not found; SQL statement:
  193. SELECT uuid FROM economyliteplayers WHERE uuid = ? AND currency = ? [42102-192]
  194. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
  195. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.message.DbException.get(DbException.java:179)
  196. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.message.DbException.get(DbException.java:155)
  197. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.readTableOrView(Parser.java:5388)
  198. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.readTableFilter(Parser.java:1257)
  199. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.parseSelectSimpleFromPart(Parser.java:1896)
  200. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.parseSelectSimple(Parser.java:2044)
  201. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.parseSelectSub(Parser.java:1890)
  202. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.parseSelectUnion(Parser.java:1711)
  203. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.parseSelect(Parser.java:1699)
  204. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.parsePrepared(Parser.java:445)
  205. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.parse(Parser.java:317)
  206. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.parse(Parser.java:289)
  207. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.prepareCommand(Parser.java:254)
  208. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.engine.Session.prepareLocal(Session.java:560)
  209. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.engine.Session.prepareCommand(Session.java:501)
  210. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1202)
  211. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:73)
  212. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:290)
  213. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:309)
  214. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
  215. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at io.github.flibio.economylite.utils.sql.SqlManager.executeQuery(SqlManager.java:128)
  216. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at io.github.flibio.economylite.utils.sql.SqlManager.queryExists(SqlManager.java:207)
  217. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at io.github.flibio.economylite.impl.PlayerServiceCommon.accountExists(PlayerServiceCommon.java:90)
  218. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at io.github.flibio.economylite.impl.PlayerServiceCommon.setBalance(PlayerServiceCommon.java:67)
  219. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at io.github.flibio.economylite.impl.economy.LiteEconomyService.getOrCreateAccount(LiteEconomyService.java:64)
  220. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at io.github.flibio.economylite.commands.balance.BalanceCommand.run(BalanceCommand.java:90)
  221. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at io.github.flibio.economylite.utils.commands.BaseCommandExecutor.lambda$execute$2(BaseCommandExecutor.java:70)
  222. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.spongepowered.common.scheduler.SchedulerBase.lambda$startTask$0(SchedulerBase.java:177)
  223. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
  224. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at java.util.concurrent.FutureTask.run(Unknown Source)
  225. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  226. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  227. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at java.lang.Thread.run(Unknown Source)
  228. [03:48:56] [pool-3-thread-2/ERROR] [economylite/sponge]: Таблица "ECONOMYLITEPLAYERS" не найдена
  229. Table "ECONOMYLITEPLAYERS" not found; SQL statement:
  230. SELECT uuid FROM economyliteplayers WHERE uuid = ? AND currency = ? [42102-192]
  231. [03:48:56] [pool-3-thread-2/DEBUG] [economylite/sponge]: playercommon: Checking if 'ebfe28fa-6c82-3ef8-b107-da9120aab5ab' exists with 'economylite:coin' - Cause[{Name=Creating account, Object={org.spongepowered.mod.plugin.SpongeModPluginContainer@3b387c90}}] = false
  232. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]: org.h2.jdbc.JdbcSQLException: Таблица "ECONOMYLITEPLAYERS" не найдена
  233. Table "ECONOMYLITEPLAYERS" not found; SQL statement:
  234. INSERT INTO economyliteplayers (`uuid`, `balance`, `currency`) VALUES (?, ?, ?) [42102-192]
  235. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
  236. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.message.DbException.get(DbException.java:179)
  237. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.message.DbException.get(DbException.java:155)
  238. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.readTableOrView(Parser.java:5388)
  239. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.readTableOrView(Parser.java:5365)
  240. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.parseInsert(Parser.java:1053)
  241. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.parsePrepared(Parser.java:413)
  242. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.parse(Parser.java:317)
  243. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.parse(Parser.java:289)
  244. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.command.Parser.prepareCommand(Parser.java:254)
  245. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.engine.Session.prepareLocal(Session.java:560)
  246. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.engine.Session.prepareCommand(Session.java:501)
  247. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1202)
  248. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:73)
  249. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:290)
  250. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:309)
  251. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
  252. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at io.github.flibio.economylite.utils.sql.SqlManager.executeUpdate(SqlManager.java:105)
  253. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at io.github.flibio.economylite.impl.PlayerServiceCommon.setBalance(PlayerServiceCommon.java:74)
  254. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at io.github.flibio.economylite.impl.economy.LiteEconomyService.getOrCreateAccount(LiteEconomyService.java:64)
  255. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at io.github.flibio.economylite.commands.balance.BalanceCommand.run(BalanceCommand.java:90)
  256. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at io.github.flibio.economylite.utils.commands.BaseCommandExecutor.lambda$execute$2(BaseCommandExecutor.java:70)
  257. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at org.spongepowered.common.scheduler.SchedulerBase.lambda$startTask$0(SchedulerBase.java:177)
  258. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
  259. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at java.util.concurrent.FutureTask.run(Unknown Source)
  260. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  261. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  262. [03:48:56] [pool-3-thread-2/INFO] [STDERR/sponge]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]:   at java.lang.Thread.run(Unknown Source)
  263. [03:48:56] [pool-3-thread-2/ERROR] [economylite/sponge]: Таблица "ECONOMYLITEPLAYERS" не найдена
  264. Table "ECONOMYLITEPLAYERS" not found; SQL statement:
  265. INSERT INTO economyliteplayers (`uuid`, `balance`, `currency`) VALUES (?, ?, ?) [42102-192]
  266. [03:48:56] [pool-3-thread-2/DEBUG] [economylite/sponge]: playercommon: +Account Does Not Exist+ Setting balance of 'ebfe28fa-6c82-3ef8-b107-da9120aab5ab' to '0.0' with 'economylite:coin' - Cause[{Name=Creating account, Object={org.spongepowered.mod.plugin.SpongeModPluginContainer@3b387c90}}] = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement