Guest User

Untitled

a guest
Apr 27th, 2014
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.72 KB | None | 0 0
  1. [13:15:11] [Server thread/WARN]: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
  2. [13:15:11] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  3. [13:15:11] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  4. [13:15:11] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  5. [13:15:11] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  6. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  7. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.Util.getInstance(Util.java:382)
  8. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052)
  9. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
  10. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
  11. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
  12. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
  13. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)
  14. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2570)
  15. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1474)
  16. [13:15:11] [Server thread/WARN]: at me.ryanhamshire.GriefPrevention.DatabaseDataStore.WorldLoaded(DatabaseDataStore.java:494)
  17. [13:15:11] [Server thread/WARN]: at me.ryanhamshire.GriefPrevention.WorldWatcher.WorldLoad(WorldWatcher.java:79)
  18. [13:15:11] [Server thread/WARN]: at me.ryanhamshire.GriefPrevention.WorldWatcher.Refresh(WorldWatcher.java:58)
  19. [13:15:11] [Server thread/WARN]: at me.ryanhamshire.GriefPrevention.GriefPrevention.onEnable(GriefPrevention.java:1110)
  20. [13:15:11] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250)
  21. [13:15:11] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324)
  22. [13:15:11] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  23. [13:15:11] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadPlugin(CraftServer.java:467)
  24. [13:15:11] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_7_R3.CraftServer.enablePlugins(CraftServer.java:385)
  25. [13:15:11] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.MinecraftServer.n(MinecraftServer.java:359)
  26. [13:15:11] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.MinecraftServer.g(MinecraftServer.java:333)
  27. [13:15:11] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.MinecraftServer.a(MinecraftServer.java:289)
  28. [13:15:11] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:193)
  29. [13:15:11] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:450)
  30. [13:15:11] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628)
  31. [13:15:11] [Server thread/INFO]: [GriefPrevention] Unable to load a claim. Details: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 ... com.mysql.jdbc.JDBC4ResultSet@2811d441
  32. [13:15:11] [Server thread/WARN]: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
  33. [13:15:11] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  34. [13:15:11] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  35. [13:15:11] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  36. [13:15:11] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  37. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  38. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.Util.getInstance(Util.java:382)
  39. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052)
  40. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
  41. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
  42. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
  43. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
  44. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)
  45. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2570)
  46. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1474)
  47. [13:15:11] [Server thread/WARN]: at me.ryanhamshire.GriefPrevention.DatabaseDataStore.WorldLoaded(DatabaseDataStore.java:494)
  48. [13:15:11] [Server thread/WARN]: at me.ryanhamshire.GriefPrevention.WorldWatcher.WorldLoad(WorldWatcher.java:79)
  49. [13:15:11] [Server thread/WARN]: at me.ryanhamshire.GriefPrevention.WorldWatcher.Refresh(WorldWatcher.java:58)
  50. [13:15:11] [Server thread/WARN]: at me.ryanhamshire.GriefPrevention.GriefPrevention.onEnable(GriefPrevention.java:1110)
  51. [13:15:11] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250)
  52. [13:15:11] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324)
  53. [13:15:11] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  54. [13:15:11] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadPlugin(CraftServer.java:467)
  55. [13:15:11] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_7_R3.CraftServer.enablePlugins(CraftServer.java:385)
  56. [13:15:11] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.MinecraftServer.n(MinecraftServer.java:359)
  57. [13:15:11] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.MinecraftServer.g(MinecraftServer.java:333)
  58. [13:15:11] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.MinecraftServer.a(MinecraftServer.java:289)
  59. [13:15:11] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:193)
  60. [13:15:11] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:450)
  61. [13:15:11] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628)
  62. [13:15:11] [Server thread/INFO]: [GriefPrevention] Unable to load a claim. Details: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 ... com.mysql.jdbc.JDBC4ResultSet@2811d441
  63. [13:15:11] [Server thread/WARN]: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
  64. [13:15:11] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  65. [13:15:11] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  66. [13:15:11] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  67. [13:15:11] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  68. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  69. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.Util.getInstance(Util.java:382)
  70. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052)
  71. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
  72. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
  73. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
  74. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
  75. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)
  76. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2570)
  77. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1474)
  78. [13:15:11] [Server thread/WARN]: at me.ryanhamshire.GriefPrevention.DatabaseDataStore.WorldLoaded(DatabaseDataStore.java:494)
  79. [13:15:11] [Server thread/WARN]: at me.ryanhamshire.GriefPrevention.WorldWatcher.WorldLoad(WorldWatcher.java:79)
  80. [13:15:11] [Server thread/WARN]: at me.ryanhamshire.GriefPrevention.WorldWatcher.Refresh(WorldWatcher.java:58)
  81. [13:15:11] [Server thread/WARN]: at me.ryanhamshire.GriefPrevention.GriefPrevention.onEnable(GriefPrevention.java:1110)
  82. [13:15:11] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250)
  83. [13:15:11] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324)
  84. [13:15:11] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  85. [13:15:11] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadPlugin(CraftServer.java:467)
  86. [13:15:11] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_7_R3.CraftServer.enablePlugins(CraftServer.java:385)
  87. [13:15:11] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.MinecraftServer.n(MinecraftServer.java:359)
  88. [13:15:11] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.MinecraftServer.g(MinecraftServer.java:333)
  89. [13:15:11] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.MinecraftServer.a(MinecraftServer.java:289)
  90. [13:15:11] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:193)
  91. [13:15:11] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:450)
  92. [13:15:11] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628)
  93. [13:15:11] [Server thread/INFO]: [GriefPrevention] Unable to load a claim. Details: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 ... com.mysql.jdbc.JDBC4ResultSet@2811d441
  94. [13:15:11] [Server thread/WARN]: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
  95. [13:15:11] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  96. [13:15:11] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  97. [13:15:11] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  98. [13:15:11] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  99. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  100. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.Util.getInstance(Util.java:382)
  101. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052)
  102. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
  103. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
  104. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
  105. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
  106. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)
  107. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2570)
  108. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1474)
  109. [13:15:11] [Server thread/WARN]: at me.ryanhamshire.GriefPrevention.DatabaseDataStore.WorldLoaded(DatabaseDataStore.java:494)
  110. [13:15:11] [Server thread/WARN]: at me.ryanhamshire.GriefPrevention.WorldWatcher.WorldLoad(WorldWatcher.java:79)
  111. [13:15:11] [Server thread/WARN]: at me.ryanhamshire.GriefPrevention.WorldWatcher.Refresh(WorldWatcher.java:58)
  112. [13:15:11] [Server thread/WARN]: at me.ryanhamshire.GriefPrevention.GriefPrevention.onEnable(GriefPrevention.java:1110)
  113. [13:15:11] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250)
  114. [13:15:11] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324)
  115. [13:15:11] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  116. [13:15:11] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadPlugin(CraftServer.java:467)
  117. [13:15:11] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_7_R3.CraftServer.enablePlugins(CraftServer.java:385)
  118. [13:15:11] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.MinecraftServer.n(MinecraftServer.java:359)
  119. [13:15:11] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.MinecraftServer.g(MinecraftServer.java:333)
  120. [13:15:11] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.MinecraftServer.a(MinecraftServer.java:289)
  121. [13:15:11] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:193)
  122. [13:15:11] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:450)
  123. [13:15:11] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628)
  124. [13:15:11] [Server thread/INFO]: [GriefPrevention] Unable to load a claim. Details: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 ... com.mysql.jdbc.JDBC4ResultSet@2811d441
  125. [13:15:11] [Server thread/WARN]: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
  126. [13:15:11] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  127. [13:15:11] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  128. [13:15:11] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  129. [13:15:11] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  130. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  131. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.Util.getInstance(Util.java:382)
  132. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052)
  133. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
  134. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
  135. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
  136. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
  137. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)
  138. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2570)
  139. [13:15:11] [Server thread/WARN]: at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1474)
  140. [13:15:11] [Server thread/WARN]: at me.ryanhamshire.GriefPrevention.DatabaseDataStore.WorldLoaded(DatabaseDataStore.java:494)
  141. [13:15:11] [Server thread/WARN]: at me.ryanhamshire.GriefPrevention.WorldWatcher.WorldLoad(WorldWatcher.java:79)
  142. [13:15:11] [Server thread/WARN]: at me.ryanhamshire.GriefPrevention.WorldWatcher.Refresh(WorldWatcher.java:58)
  143. [13:15:11] [Server thread/WARN]: at me.ryanhamshire.GriefPrevention.GriefPrevention.onEnable(GriefPrevention.java:1110)
  144. [13:15:11] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250)
  145. [13:15:11] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324)
  146. [13:15:11] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  147. [13:15:11] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadPlugin(CraftServer.java:467)
  148. [13:15:11] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_7_R3.CraftServer.enablePlugins(CraftServer.java:385)
  149. [13:15:11] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.MinecraftServer.n(MinecraftServer.java:359)
  150. [13:15:11] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.MinecraftServer.g(MinecraftServer.java:333)
  151. [13:15:11] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.MinecraftServer.a(MinecraftServer.java:289)
  152. [13:15:11] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:193)
  153. [13:15:11] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:450)
  154. [13:15:11] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628)
Advertisement
Add Comment
Please, Sign In to add comment