· 7 years ago · Dec 01, 2018, 12:46 PM
1[07:42:15] [Server thread/INFO]: [TCChallenge] Loading Legacy Style File....
2[07:42:15] [Server thread/INFO]: [TCChallenge] Could not execute CREATE TABLE IF NOT EXISTS tcc_PylonStorage (`id` INT(4), `tree` INT(4), `name` VARCHAR(40), `location` VARCHAR(60), `particle` VARCHAR(32), `icon` VARCHAR(132), `customSpawnLocation` VARCHAR(60), `woodType` VARCHAR(60), `favorited` VARCHAR);
3[07:42:15] [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
4[07:42:15] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
5[07:42:15] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
6[07:42:15] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
7[07:42:15] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
8[07:42:15] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
9[07:42:15] [Server thread/WARN]: at com.mysql.jdbc.Util.getInstance(Util.java:408)
10[07:42:15] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
11[07:42:15] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3978)
12[07:42:15] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3914)
13[07:42:15] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2530)
14[07:42:15] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2683)
15[07:42:15] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2495)
16[07:42:15] [Server thread/WARN]: at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1903)
17[07:42:15] [Server thread/WARN]: at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1242)
18[07:42:15] [Server thread/WARN]: at me.TechsCode.TCChallenge.tpl.storage.MySQL.update(MySQL.java:139)
19[07:42:15] [Server thread/WARN]: at me.TechsCode.TCChallenge.tpl.storage.MySQL.initializeStorage(MySQL.java:42)
20[07:42:15] [Server thread/WARN]: at me.TechsCode.TCChallenge.tpl.storage.Storage.<init>(Storage.java:25)
21[07:42:15] [Server thread/WARN]: at me.TechsCode.TCChallenge.storage.PylonStorage.<init>(PylonStorage.java:27)
22[07:42:15] [Server thread/WARN]: at me.TechsCode.TCChallenge.TCChallenge.onEnable(TCChallenge.java:97)
23[07:42:15] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:254)
24[07:42:15] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:325)
25[07:42:15] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
26[07:42:15] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:441)
27[07:42:15] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:355)
28[07:42:15] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:613)
29[07:42:15] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:575)
30[07:42:15] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:435)
31[07:42:15] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:316)
32[07:42:15] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:791)
33[07:42:15] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)