• Hello Guest! Did you know that ProjectKorra has an official Discord server? A lot of discussion about the official server, development process, and community discussion happens over there. Feel free to join now by clicking the link below.

    Join the Discord Server

Bug Report java.sql.SQLException: Before start of result set

HeyAwesomePeople

Verified Member
Hello,

Welcome to the world of errors, it's me again!

Another error, happens less often but still, an error is an error.

Code:
[23:55:07 WARN]: java.sql.SQLException: Before start of result set
[23:55:07 WARN]: 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
[23:55:07 WARN]: 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
[23:55:07 WARN]: 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
[23:55:07 WARN]: 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
[23:55:07 WARN]: 	at com.mysql.jdbc.ResultSetImpl.checkRowPos(ResultSetImpl.java:841)
[23:55:07 WARN]: 	at com.mysql.jdbc.ResultSetImpl.getStringInternal(ResultSetImpl.java:5656)
[23:55:07 WARN]: 	at com.mysql.jdbc.ResultSetImpl.getString(ResultSetImpl.java:5576)
[23:55:07 WARN]: 	at com.mysql.jdbc.ResultSetImpl.getString(ResultSetImpl.java:5616)
[23:55:07 WARN]: 	at com.projectkorra.ProjectKorra.Commands$1.onCommand(Commands.java:792)
[23:55:07 WARN]: 	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
[23:55:07 WARN]: 	at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
[23:55:07 WARN]: 	at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:646)
[23:55:07 WARN]: 	at net.minecraft.server.v1_8_R1.PlayerConnection.handleCommand(PlayerConnection.java:1115)
[23:55:07 WARN]: 	at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:950)
[23:55:07 WARN]: 	at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(PacketPlayInChat.java:26)
[23:55:07 WARN]: 	at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(PacketPlayInChat.java:53)
[23:55:07 WARN]: 	at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13)
[23:55:07 WARN]: 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[23:55:07 WARN]: 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
[23:55:07 WARN]: 	at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:683)
[23:55:07 WARN]: 	at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316)
[23:55:07 WARN]: 	at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:623)
[23:55:07 WARN]: 	at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:526)
[23:55:07 WARN]: 	at java.lang.Thread.run(Thread.java:745)

This time I did the dirty work for you. Pull request here: https://github.com/HeyAwesomePeople/ProjectKorra/commit/0236b2072e6fe846d87823a10fa47b007d45731b

Keep up the good work with the plugin!
 
Top