Advertisement
CoolLord22

Untitled

Apr 25th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. [18:28:49] [Server thread/INFO]: [LWC] Enabling LWC v2.0.5
  2. [18:28:50] [Server thread/INFO]: [LWC] Connecting to SQLite
  3. [18:28:50] [Server thread/INFO]: [LWC] Updating to 1.13 material name system.
  4. [18:28:50] [Server thread/ERROR]: Error occurred while enabling LWC v2.0.5 (Is it up to date?)
  5. com.griefcraft.scripting.ModuleException: java.sql.SQLException: statement is not executing
  6. at com.griefcraft.sql.Database.printException(Database.java:211) ~[?:?]
  7. at com.griefcraft.sql.PhysDB.precache(PhysDB.java:906) ~[?:?]
  8. at com.griefcraft.lwc.LWC.load(LWC.java:1621) ~[?:?]
  9. at com.griefcraft.lwc.LWCPlugin.onEnable(LWCPlugin.java:255) ~[?:?]
  10. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) ~[spigot.jar:git-Spigot-c6871e2-0cd0397]
  11. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot.jar:git-Spigot-c6871e2-0cd0397]
  12. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-c6871e2-0cd0397]
  13. at org.bukkit.craftbukkit.v1_9_R2.CraftServer.loadPlugin(CraftServer.java:362) [spigot.jar:git-Spigot-c6871e2-0cd0397]
  14. at org.bukkit.craftbukkit.v1_9_R2.CraftServer.enablePlugins(CraftServer.java:322) [spigot.jar:git-Spigot-c6871e2-0cd0397]
  15. at net.minecraft.server.v1_9_R2.DedicatedServer.init(DedicatedServer.java:201) [spigot.jar:git-Spigot-c6871e2-0cd0397]
  16. at net.minecraft.server.v1_9_R2.MinecraftServer.run(MinecraftServer.java:532) [spigot.jar:git-Spigot-c6871e2-0cd0397]
  17. at java.lang.Thread.run(Unknown Source) [?:1.8.0_161]
  18. Caused by: java.sql.SQLException: statement is not executing
  19. at org.sqlite.Stmt.checkOpen(Stmt.java:49) ~[spigot.jar:git-Spigot-c6871e2-0cd0397]
  20. at org.sqlite.PrepStmt.batch(PrepStmt.java:170) ~[spigot.jar:git-Spigot-c6871e2-0cd0397]
  21. at org.sqlite.PrepStmt.setInt(PrepStmt.java:197) ~[spigot.jar:git-Spigot-c6871e2-0cd0397]
  22. at com.griefcraft.sql.PhysDB.precache(PhysDB.java:894) ~[?:?]
  23. ... 10 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement