Skip to content
This repository has been archived by the owner on Sep 14, 2019. It is now read-only.

Server startup slowdown #2

Closed
Victorsueca opened this issue Aug 31, 2016 · 0 comments
Closed

Server startup slowdown #2

Victorsueca opened this issue Aug 31, 2016 · 0 comments

Comments

@Victorsueca
Copy link

Each time I restart the server this is spammed several times on the console and the startup time is effectively slowed down about a 80% while this errors occur.

[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]: java.sql.SQLTransientConnectionException: HikariPool-2 - Connection is not available, request timed out after 30001ms.
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:555)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:188)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:147)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:83)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at com.gmail.trentech.simpletags.tags.Tag.update(Tag.java:85)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at com.gmail.trentech.simpletags.tags.Tag.<init>(Tag.java:32)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at com.gmail.trentech.simpletags.tags.Tag.getAll(Tag.java:182)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at com.gmail.trentech.simpletags.tags.PlayerTag.init(PlayerTag.java:111)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at com.gmail.trentech.simpletags.Main.onPostInitializationEvent(Main.java:61)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at org.spongepowered.common.event.listener.GamePostInitializationEventListener_Main_onPostInitializationEvent11.handle(Unknown Source)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:95)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:349)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:390)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at org.spongepowered.mod.SpongeMod.onStateEvent(SpongeMod.java:215)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at java.lang.reflect.Method.invoke(Unknown Source)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at java.lang.reflect.Method.invoke(Unknown Source)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at net.minecraftforge.fml.common.LoadController.redirect$onPost$0(LoadController.java:53)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:793)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:107)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:333)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:214)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431)
[10:51:02] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:update:98]:    at java.lang.Thread.run(Unknown Source)
[10:51:32] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]: java.sql.SQLTransientConnectionException: HikariPool-2 - Connection is not available, request timed out after 30000ms.
[10:51:32] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:555)
[10:51:32] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:188)
[10:51:32] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:147)
[10:51:32] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:83)
[10:51:32] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at com.gmail.trentech.simpletags.tags.Tag.exists(Tag.java:121)
[10:51:32] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at com.gmail.trentech.simpletags.tags.Tag.<init>(Tag.java:29)
[10:51:32] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at com.gmail.trentech.simpletags.tags.Tag.getAll(Tag.java:182)
[10:51:32] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at com.gmail.trentech.simpletags.tags.PlayerTag.init(PlayerTag.java:111)
[10:51:33] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at com.gmail.trentech.simpletags.Main.onPostInitializationEvent(Main.java:61)
[10:51:33] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at org.spongepowered.common.event.listener.GamePostInitializationEventListener_Main_onPostInitializationEvent11.handle(Unknown Source)
[10:51:33] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:95)
[10:51:33] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:349)
[10:51:33] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:390)
[10:51:33] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at org.spongepowered.mod.SpongeMod.onStateEvent(SpongeMod.java:215)
[10:51:33] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[10:51:33] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[10:51:33] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[10:51:33] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at java.lang.reflect.Method.invoke(Unknown Source)
[10:51:33] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[10:51:33] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[10:51:33] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[10:51:33] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[10:51:33] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[10:51:33] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239)
[10:51:33] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217)
[10:51:33] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[10:51:33] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[10:51:33] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[10:51:33] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at java.lang.reflect.Method.invoke(Unknown Source)
[10:51:33] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[10:51:33] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[10:51:33] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[10:51:33] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[10:51:33] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[10:51:33] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at net.minecraftforge.fml.common.LoadController.redirect$onPost$0(LoadController.java:53)
[10:51:33] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)
[10:51:33] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:793)
[10:51:33] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:107)
[10:51:33] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:333)
[10:51:33] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:214)
[10:51:33] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431)
[10:51:33] [Server thread/INFO] [STDERR/sponge]: [com.gmail.trentech.simpletags.tags.Tag:exists:135]:   at java.lang.Thread.run(Unknown Source)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants