Giter Site home page Giter Site logo

Comments (2)

mibby avatar mibby commented on June 12, 2024

@dmulloy2 Commit edd2724 breaks LWC from loading.

This outputs at start-up every time trying to initialize. Restarted the server twice to confirm - occurred both times.

[08:38:26] [Server thread/INFO]: [LWC] Enabling LWC v4.6.0-SNAPSHOT
[08:38:26] [Server thread/INFO]: [LWC] Connecting to MySQL
[08:38:26] [Server thread/INFO]: [LWC] Dropping old indexes (One time, may take a while!)
[08:38:26] [Server thread/INFO]: [LWC] Creating new indexes (One time, may take a while!)
[08:38:26] [Server thread/INFO]: [LWC] Creating index on internal
[08:38:26] [Server thread/WARN]: com.griefcraft.scripting.ModuleException: java.sql.SQLException: No operations allowed after statement closed.
[08:38:26] [Server thread/WARN]: 	at com.griefcraft.sql.Database.printException(Database.java:204)
[08:38:26] [Server thread/WARN]: 	at com.griefcraft.sql.PhysDB.fetch(PhysDB.java:128)
[08:38:26] [Server thread/WARN]: 	at com.griefcraft.sql.PhysDB.getProtectionCount(PhysDB.java:139)
[08:38:26] [Server thread/WARN]: 	at com.griefcraft.sql.PhysDB.load(PhysDB.java:400)
[08:38:26] [Server thread/WARN]: 	at com.griefcraft.lwc.LWC.load(LWC.java:1540)
[08:38:26] [Server thread/WARN]: 	at com.griefcraft.lwc.LWCPlugin.onEnable(LWCPlugin.java:203)
[08:38:26] [Server thread/WARN]: 	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[08:38:26] [Server thread/WARN]: 	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:316)
[08:38:26] [Server thread/WARN]: 	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404)
[08:38:26] [Server thread/WARN]: 	at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:382)
[08:38:26] [Server thread/WARN]: 	at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:331)
[08:38:26] [Server thread/WARN]: 	at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:224)
[08:38:26] [Server thread/WARN]: 	at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616)
[08:38:26] [Server thread/WARN]: 	at java.lang.Thread.run(Thread.java:748)
[08:38:26] [Server thread/WARN]: Caused by: java.sql.SQLException: No operations allowed after statement closed.
[08:38:26] [Server thread/WARN]: 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:964)
[08:38:26] [Server thread/WARN]: 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:897)
[08:38:26] [Server thread/WARN]: 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:886)
[08:38:26] [Server thread/WARN]: 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:860)
[08:38:26] [Server thread/WARN]: 	at com.mysql.jdbc.StatementImpl.checkClosed(StatementImpl.java:442)
[08:38:26] [Server thread/WARN]: 	at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1919)
[08:38:26] [Server thread/WARN]: 	at com.griefcraft.sql.PhysDB.fetch(PhysDB.java:118)
[08:38:26] [Server thread/WARN]: 	... 12 more
[08:38:26] [Server thread/ERROR]: Error occurred while enabling LWC v4.6.0-SNAPSHOT (Is it up to date?)
com.griefcraft.scripting.ModuleException: java.sql.SQLException: No operations allowed after statement closed.
	at com.griefcraft.sql.Database.printException(Database.java:204) ~[?:?]
	at com.griefcraft.sql.PhysDB.precache(PhysDB.java:873) ~[?:?]
	at com.griefcraft.lwc.LWC.load(LWC.java:1549) ~[?:?]
	at com.griefcraft.lwc.LWCPlugin.onEnable(LWCPlugin.java:203) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[patched_1.12.1.jar:git-Paper-1199]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:316) [patched_1.12.1.jar:git-Paper-1199]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [patched_1.12.1.jar:git-Paper-1199]
	at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:382) [patched_1.12.1.jar:git-Paper-1199]
	at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:331) [patched_1.12.1.jar:git-Paper-1199]
	at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:224) [patched_1.12.1.jar:git-Paper-1199]
	at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) [patched_1.12.1.jar:git-Paper-1199]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
Caused by: java.sql.SQLException: No operations allowed after statement closed.
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:964) ~[patched_1.12.1.jar:git-Paper-1199]
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:897) ~[patched_1.12.1.jar:git-Paper-1199]
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:886) ~[patched_1.12.1.jar:git-Paper-1199]
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:860) ~[patched_1.12.1.jar:git-Paper-1199]
	at com.mysql.jdbc.StatementImpl.checkClosed(StatementImpl.java:442) ~[patched_1.12.1.jar:git-Paper-1199]
	at com.mysql.jdbc.PreparedStatement.setInternal(PreparedStatement.java:3340) ~[patched_1.12.1.jar:git-Paper-1199]
	at com.mysql.jdbc.PreparedStatement.setInt(PreparedStatement.java:3302) ~[patched_1.12.1.jar:git-Paper-1199]
	at com.griefcraft.sql.PhysDB.precache(PhysDB.java:862) ~[?:?]
	... 10 more
[08:38:26] [Server thread/INFO]: [LWC] Disabling LWC v4.6.0-SNAPSHOT
[08:38:26] [Server thread/INFO]: [LWC] Flushing protection updates (0)

Downgrading from LWC dev 19 to dev 18 fixes the problem, but the initial SQLException still exists.

from lwc.

mibby avatar mibby commented on June 12, 2024

@dmulloy2 Please fix. Can't even purge players from the database. :(

[15:20:10] [Server thread/INFO]: player issued server command: /lwc admin purge AwesomeRichWorld
[15:20:10] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'lwc' in plugin LWC v4.6.0-SNAPSHOT
	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[patched_1.12.2.jar:git-Paper-1250]
	at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:151) ~[patched_1.12.2.jar:git-Paper-1250]
	at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:676) ~[patched_1.12.2.jar:git-Paper-1250]
	at net.minecraft.server.v1_12_R1.PlayerConnection.handleCommand(PlayerConnection.java:1471) ~[patched_1.12.2.jar:git-Paper-1250]
	at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1276) ~[patched_1.12.2.jar:git-Paper-1250]
	at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) ~[patched_1.12.2.jar:git-Paper-1250]
	at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:5) ~[patched_1.12.2.jar:git-Paper-1250]
	at net.minecraft.server.v1_12_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:14) ~[patched_1.12.2.jar:git-Paper-1250]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_152]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_152]
	at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [patched_1.12.2.jar:git-Paper-1250]
	at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:843) [patched_1.12.2.jar:git-Paper-1250]
	at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:426) [patched_1.12.2.jar:git-Paper-1250]
	at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:767) [patched_1.12.2.jar:git-Paper-1250]
	at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:665) [patched_1.12.2.jar:git-Paper-1250]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
Caused by: com.griefcraft.scripting.ModuleException: LWC Module threw an uncaught exception! LWC version: 4.6.0
	at com.griefcraft.scripting.ModuleLoader.dispatchEvent(ModuleLoader.java:358) ~[LWC.jar:?]
	at com.griefcraft.lwc.LWCPlugin.onCommand(LWCPlugin.java:167) ~[LWC.jar:?]
	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[patched_1.12.2.jar:git-Paper-1250]
	... 15 more
Caused by: com.griefcraft.scripting.ModuleException: java.sql.SQLException: No operations allowed after statement closed.
	at com.griefcraft.sql.Database.printException(Database.java:187) ~[LWC.jar:?]
	at com.griefcraft.sql.PhysDB.invalidateHistory(PhysDB.java:1263) ~[LWC.jar:?]
	at com.griefcraft.lwc.LWC.fastRemoveProtectionsByPlayer(LWC.java:940) ~[LWC.jar:?]
	at com.griefcraft.modules.admin.AdminPurge.onCommand(AdminPurge.java:85) ~[LWC.jar:?]
	at com.griefcraft.scripting.ModuleLoader.dispatchEvent(ModuleLoader.java:340) ~[LWC.jar:?]
	at com.griefcraft.lwc.LWCPlugin.onCommand(LWCPlugin.java:167) ~[LWC.jar:?]
	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[patched_1.12.2.jar:git-Paper-1250]
	... 15 more
Caused by: java.sql.SQLException: No operations allowed after statement closed.
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:964) ~[patched_1.12.2.jar:git-Paper-1250]
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:897) ~[patched_1.12.2.jar:git-Paper-1250]
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:886) ~[patched_1.12.2.jar:git-Paper-1250]
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:860) ~[patched_1.12.2.jar:git-Paper-1250]
	at com.mysql.jdbc.StatementImpl.checkClosed(StatementImpl.java:442) ~[patched_1.12.2.jar:git-Paper-1250]
	at com.mysql.jdbc.PreparedStatement.setInternal(PreparedStatement.java:3340) ~[patched_1.12.2.jar:git-Paper-1250]
	at com.mysql.jdbc.PreparedStatement.setInt(PreparedStatement.java:3302) ~[patched_1.12.2.jar:git-Paper-1250]
	at com.griefcraft.sql.PhysDB.invalidateHistory(PhysDB.java:1258) ~[LWC.jar:?]
	at com.griefcraft.lwc.LWC.fastRemoveProtectionsByPlayer(LWC.java:940) ~[LWC.jar:?]
	at com.griefcraft.modules.admin.AdminPurge.onCommand(AdminPurge.java:85) ~[LWC.jar:?]
	at com.griefcraft.scripting.ModuleLoader.dispatchEvent(ModuleLoader.java:340) ~[LWC.jar:?]
	at com.griefcraft.lwc.LWCPlugin.onCommand(LWCPlugin.java:167) ~[LWC.jar:?]
	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[patched_1.12.2.jar:git-Paper-1250]
	... 15 more

from lwc.

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.