Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Flashback083/2b8c9da6cc2b6fa8c0b4b687e94bcb45 to your computer and use it in GitHub Desktop.
Save Flashback083/2b8c9da6cc2b6fa8c0b4b687e94bcb45 to your computer and use it in GitHub Desktop.
07:44:25] [gts connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool]: gts - Added connection org.mariadb.jdbc.MariaDbConnection@881794b
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: java.sql.BatchUpdateException: (conn:389780) 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 'JSON NOT NULL, PRIMARY KEY (`uuid`)) DEFAULT CHARSET = utf8' at line 1
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at org.mariadb.jdbc.MariaDbStatement.executeBatchExceptionEpilogue(MariaDbStatement.java:296)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at org.mariadb.jdbc.MariaDbStatement.executeBatch(MariaDbStatement.java:1252)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at com.zaxxer.hikari.pool.ProxyStatement.executeBatch(ProxyStatement.java:125)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at com.zaxxer.hikari.pool.HikariProxyStatement.executeBatch(HikariProxyStatement.java)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at com.nickimpact.gts.storage.dao.sql.SqlDao.init(SqlDao.java:156)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at com.nickimpact.gts.storage.AbstractStorage.init(AbstractStorage.java:73)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at com.nickimpact.gts.storage.wrappings.PhasedStorage.init(PhasedStorage.java:43)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at com.nickimpact.gts.storage.StorageFactory.getInstance(StorageFactory.java:50)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at com.nickimpact.gts.GTS.onInit(GTS.java:179)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at org.spongepowered.common.event.listener.GameInitializationEventListener_GTS_onInit15.handle(Unknown Source)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:95)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:335)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:368)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:213)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at org.spongepowered.mod.SpongeMod.onStateEvent(SpongeMod.java:240)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at java.lang.reflect.Method.invoke(Method.java:498)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:278)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:256)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at java.lang.reflect.Method.invoke(Method.java:498)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at net.minecraftforge.fml.common.LoadController.redirect$onPost$zza000(LoadController.java:560)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:720)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:107)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:337)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at java.lang.Thread.run(Thread.java:748)
[07:44:25] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: Caused by: java.sql.SQLSyntaxErrorException: (conn:389780) 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 'JSON NOT NULL, PRIMARY KEY (`uuid`)) DEFAULT CHARSET = utf8' at line 1
[07:44:25] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.get(ExceptionMapper.java:158)
[07:44:25] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.getException(ExceptionMapper.java:118)
[07:44:25] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: at org.mariadb.jdbc.MariaDbStatement.executeBatchExceptionEpilogue(MariaDbStatement.java:293)
[07:44:25] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: ... 46 more
[07:44:25] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: Caused by: java.sql.SQLException: 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 'JSON NOT NULL, PRIMARY KEY (`uuid`)) DEFAULT CHARSET = utf8' at line 1
Query is: CREATE TABLE `gtsb__listings_v2` ( `uuid` VARCHAR(36) NOT NULL, `owner` VARCHAR(36) NOT NULL, `listing` JSON NOT NULL, PRIMARY KEY (`uuid`)) DEFAULT CHARSET = utf8
[07:44:25] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: at org.mariadb.jdbc.internal.util.LogQueryTool.exceptionWithQuery(LogQueryTool.java:113)
[07:44:25] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol$2.handleResultException(AbstractQueryProtocol.java:394)
[07:44:25] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: at org.mariadb.jdbc.internal.protocol.AsyncMultiRead.call(AsyncMultiRead.java:139)
[07:44:25] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: at org.mariadb.jdbc.internal.protocol.AsyncMultiRead.call(AsyncMultiRead.java:67)
[07:44:25] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[07:44:25] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[07:44:25] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[07:44:25] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: ... 1 more
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: java.util.concurrent.ExecutionException: java.sql.SQLSyntaxErrorException: (conn:389780) Table 'pokepixelv5.gtsb__listings_v2' doesn't exist
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1895)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at com.nickimpact.gts.GTS.onInit(GTS.java:184)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at org.spongepowered.common.event.listener.GameInitializationEventListener_GTS_onInit15.handle(Unknown Source)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:95)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:335)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:368)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:213)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at org.spongepowered.mod.SpongeMod.onStateEvent(SpongeMod.java:240)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at java.lang.reflect.Method.invoke(Method.java:498)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:278)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:256)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at java.lang.reflect.Method.invoke(Method.java:498)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at net.minecraftforge.fml.common.LoadController.redirect$onPost$zza000(LoadController.java:560)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:720)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:107)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:337)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.GTS:onInit:190]: at java.lang.Thread.run(Thread.java:748)
[07:44:25] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: Caused by: java.sql.SQLSyntaxErrorException: (conn:389780) Table 'pokepixelv5.gtsb__listings_v2' doesn't exist
[07:44:25] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.get(ExceptionMapper.java:158)
[07:44:25] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.getException(ExceptionMapper.java:118)
[07:44:25] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:245)
[07:44:25] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: at org.mariadb.jdbc.MariaDbPreparedStatementClient.executeInternal(MariaDbPreparedStatementClient.java:218)
[07:44:25] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: at org.mariadb.jdbc.MariaDbPreparedStatementClient.execute(MariaDbPreparedStatementClient.java:153)
[07:44:25] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: at org.mariadb.jdbc.MariaDbPreparedStatementClient.executeQuery(MariaDbPreparedStatementClient.java:167)
[07:44:25] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
[07:44:25] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
[07:44:25] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: at com.nickimpact.gts.storage.dao.sql.SqlDao.getListings(SqlDao.java:253)
[07:44:25] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: at com.nickimpact.gts.storage.dao.sql.SqlDao.getListings(SqlDao.java:246)
[07:44:25] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: at com.nickimpact.gts.storage.AbstractStorage.lambda$makeFuture$0(AbstractStorage.java:42)
[07:44:25] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)
[07:44:25] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: at org.spongepowered.api.scheduler.Task$Builder.lambda$execute$0(Task.java:139)
[07:44:25] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: at org.spongepowered.common.scheduler.SchedulerBase.lambda$startTask$0(SchedulerBase.java:186)
[07:44:25] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[07:44:25] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[07:44:25] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[07:44:25] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[07:44:25] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: ... 1 more
[07:44:25] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: Caused by: java.sql.SQLException: Table 'pokepixelv5.gtsb__listings_v2' doesn't exist
Query is: SELECT * FROM `gtsb__listings_v2`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment