· 8 years ago · Feb 10, 2018, 09:38 PM
1[21:13:36] [HikariPool-2 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-2 - Added connection org.mariadb.jdbc.MariaDbConnection@2163ee82
2[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: java.sql.SQLSyntaxErrorException: Table 'PokebrawlTokens.TOKENS' doesn't exist
3Query is : CREATE TABLE IF NOT EXISTS TOKENS (UUID VARCHAR(256) PRIMARY KEY NOT NULL, TOKENS INT NOT NULL)
4[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at org.mariadb.jdbc.internal.util.ExceptionMapper.get(ExceptionMapper.java:125)
5[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at org.mariadb.jdbc.internal.util.ExceptionMapper.throwException(ExceptionMapper.java:69)
6[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at org.mariadb.jdbc.MariaDbStatement.executeQueryEpilog(MariaDbStatement.java:226)
7[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at org.mariadb.jdbc.MariaDbStatement.executeInternal(MariaDbStatement.java:260)
8[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at org.mariadb.jdbc.MariaDbStatement.executeUpdate(MariaDbStatement.java:389)
9[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at com.zaxxer.hikari.pool.ProxyStatement.executeUpdate(ProxyStatement.java:120)
10[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at com.zaxxer.hikari.pool.HikariProxyStatement.executeUpdate(HikariProxyStatement.java)
11[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at com.pixelmon.pokebuilder.utils.PokeBuilderSQL.createTable(PokeBuilderSQL.java:36)
12[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at com.pixelmon.pokebuilder.utils.PokeBuilderSQL.<init>(PokeBuilderSQL.java:24)
13[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at com.pixelmon.pokebuilder.PokeBuilder.init(PokeBuilder.java:61)
14[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at org.spongepowered.common.event.listener.GameInitializationEventListener_PokeBuilder_init126.handle(Unknown Source)
15[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:95)
16[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:313)
17[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:342)
18[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at org.spongepowered.mod.SpongeMod.onStateEvent(SpongeMod.java:234)
19[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
20[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
21[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
22[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at java.lang.reflect.Method.invoke(Method.java:498)
23[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
24[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
25[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
26[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
27[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
28[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
29[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
30[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
31[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
32[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
33[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at java.lang.reflect.Method.invoke(Method.java:498)
34[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
35[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
36[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
37[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
38[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
39[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at net.minecraftforge.fml.common.LoadController.redirect$onPost$zzb000(LoadController.java:561)
40[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
41[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:805)
42[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108)
43[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:333)
44[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:214)
45[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431)
46[21:13:36] [Server thread/INFO] [STDERR/sponge]: [com.pixelmon.pokebuilder.utils.PokeBuilderSQL:createTable:42]: at java.lang.Thread.run(Thread.java:748)
47[21:13:36] [Server thread/INFO] [STDERR/sponge]: [java.lang.Throwable:printStackTrace:634]: Caused by: org.mariadb.jdbc.internal.util.dao.QueryException: Table 'PokebrawlTokens.TOKENS' doesn't exist
48Query is : CREATE TABLE IF NOT EXISTS TOKENS (UUID VARCHAR(256) PRIMARY KEY NOT NULL, TOKENS INT NOT NULL)
49[21:13:36] [Server thread/INFO] [STDERR/sponge]: [java.lang.Throwable:printStackTrace:634]: at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1103)
50[21:13:36] [Server thread/INFO] [STDERR/sponge]: [java.lang.Throwable:printStackTrace:634]: at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:132)
51[21:13:36] [Server thread/INFO] [STDERR/sponge]: [java.lang.Throwable:printStackTrace:634]: at org.mariadb.jdbc.MariaDbStatement.executeInternal(MariaDbStatement.java:251)
52[21:13:36] [Server thread/INFO] [STDERR/sponge]: [java.lang.Throwable:printStackTrace:634]: ... 39 more
53[21:13:36] [HikariPool-2 housekeeper/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-2 - Pool stats (total=1, active=1, idle=0, waiting=0)
54[21:13:36] [HikariPool-2 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-2 - Added connection org.mariadb.jdbc.MariaDbConnection@2fa404de
55[21:13:36] [HikariPool-2 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-2 - Added connection org.mariadb.jdbc.MariaDbConnection@2b9b85f2
56[21:13:36] [HikariPool-2 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-2 - Added connection org.mariadb.jdbc.MariaDbConnection@6e990ee5
57[21:13:36] [HikariPool-2 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-2 - Added connection org.mariadb.jdbc.MariaDbConnection@5030ea4a
58[21:13:36] [HikariPool-2 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-2 - Added connection org.mariadb.jdbc.MariaDbConnection@5fbd8666
59[21:13:36] [HikariPool-2 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-2 - Added connection org.mariadb.jdbc.MariaDbConnection@28fe3c76
60[21:13:36] [HikariPool-2 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-2 - Added connection org.mariadb.jdbc.MariaDbConnection@eb6f1aa
61[21:13:36] [HikariPool-2 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-2 - Added connection org.mariadb.jdbc.MariaDbConnection@5983388c
62[21:13:36] [HikariPool-2 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-2 - Added connection org.mariadb.jdbc.MariaDbConnection@6a3e1b6c
63[21:13:36] [HikariPool-2 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-2 - Added connection org.mariadb.jdbc.MariaDbConnection@33fa97d1
64[21:13:36] [HikariPool-2 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-2 - Added connection org.mariadb.jdbc.MariaDbConnection@af80ba5
65[21:13:36] [HikariPool-2 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-2 - Added connection org.mariadb.jdbc.MariaDbConnection@4a7f152e
66[21:13:36] [HikariPool-2 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-2 - Added connection org.mariadb.jdbc.MariaDbConnection@50809276
67[21:13:36] [HikariPool-2 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-2 - Added connection org.mariadb.jdbc.MariaDbConnection@3723d3a8
68[21:13:36] [HikariPool-2 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-2 - Added connection org.mariadb.jdbc.MariaDbConnection@7d4c53ca
69[21:13:36] [HikariPool-2 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-2 - Added connection org.mariadb.jdbc.MariaDbConnection@4fa8ff28
70[21:13:36] [HikariPool-2 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-2 - After adding stats (total=17, active=1, idle=16, waiting=0)