Advertisement
anotherstiffler

Untitled

Dec 1st, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. [01:52:04] [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. [01:52:04] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  3. [01:52:04] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  4. [01:52:04] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  5. [01:52:04] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  6. [01:52:04] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  7. [01:52:04] [Server thread/WARN]: at com.mysql.jdbc.Util.getInstance(Util.java:408)
  8. [01:52:04] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
  9. [01:52:04] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3978)
  10. [01:52:04] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3914)
  11. [01:52:04] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2530)
  12. [01:52:04] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2683)
  13. [01:52:04] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2495)
  14. [01:52:04] [Server thread/WARN]: at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1903)
  15. [01:52:04] [Server thread/WARN]: at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1242)
  16. [01:52:04] [Server thread/WARN]: at me.TechsCode.TCChallenge.tpl.storage.MySQL.update(MySQL.java:139)
  17. [01:52:04] [Server thread/WARN]: at me.TechsCode.TCChallenge.tpl.storage.MySQL.initializeStorage(MySQL.java:42)
  18. [01:52:04] [Server thread/WARN]: at me.TechsCode.TCChallenge.tpl.storage.Storage.<init>(Storage.java:25)
  19. [01:52:04] [Server thread/WARN]: at me.TechsCode.TCChallenge.storage.PylonStorage.<init>(PylonStorage.java:27)
  20. [01:52:04] [Server thread/WARN]: at me.TechsCode.TCChallenge.TCChallenge.onEnable(TCChallenge.java:97)
  21. [01:52:04] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:254)
  22. [01:52:04] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:325)
  23. [01:52:04] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  24. [01:52:04] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:441)
  25. [01:52:04] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:355)
  26. [01:52:04] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:613)
  27. [01:52:04] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:575)
  28. [01:52:04] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:435)
  29. [01:52:04] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:316)
  30. [01:52:04] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:791)
  31. [01:52:04] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement