Uploaded image for project: 'Spigot'
  1. Spigot
  2. SPIGOT-2729

Server is not allowing any players online, when it does on the rare occasion, any command, (vanilla or a plugin) causes the server to crash.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • Windows 10 using OwnageHosting as a server provider.

       

    • spigot.jar I presume?

      This is exactly what occurs in the console, I will make red all ERRORs and issues I think are causing this to happen. Also note what I put inside the "version" box is probably NOT correct. The server will not allow me to type any commands, console included so I have no idea what the version is.

      13.10 20:29:42 [Multicraft] Server stopped
      13.10 20:29:42 [Multicraft] Received stop command
      13.10 20:29:40 [Multicraft] Server stopped
      13.10 20:29:40 [Multicraft] Restarting crashed server in 5 seconds
      13.10 20:29:40 [Multicraft] Server shut down (running)
      *13.10 20:29:39 [Server] ERROR io.netty.channel.epoll.Native.epollWait(Native Method)
      13.10 20:29:39 [Server] ERROR Stack:
      13.10 20:29:39 [Server] ERROR PID: 28 | Suspended: false | Native: true | State: RUNNABLE
      13.10 20:29:39 [Server] ERROR Current Thread: Netty Epoll Server IO #1
      13.10 20:29:39 [Server] ERROR ------------------------------
      13.10 20:29:39 [Server] ERROR Entire Thread Dump:
      13.10 20:29:39 [Server] ERROR ------------------------------
      13.10 20:29:39 [Server] ERROR java.lang.Thread.run(Thread.java:745)
      13.10 20:29:39 [Server] ERROR net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:571)
      13.10 20:29:39 [Server] ERROR net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:672)
      13.10 20:29:39 [Server] ERROR net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:399)
      13.10 20:29:39 [Server] ERROR net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:804)
      13.10 20:29:39 [Server] ERROR net.minecraft.server.v1_10_R1.WorldServer.tickEntities(WorldServer.java:632)
      13.10 20:29:39 [Server] ERROR net.minecraft.server.v1_10_R1.World.tickEntities(World.java:1430)
      13.10 20:29:39 [Server] ERROR net.minecraft.server.v1_10_R1.World.g(World.java:1596)
      13.10 20:29:39 [Server] ERROR net.minecraft.server.v1_10_R1.World.entityJoinedWorld(World.java:1621)
      13.10 20:29:39 [Server] ERROR net.minecraft.server.v1_10_R1.EntityInsentient.m(EntityInsentient.java:240)
      13.10 20:29:39 [Server] ERROR net.minecraft.server.v1_10_R1.EntityLiving.m(EntityLiving.java:1817)
      13.10 20:29:39 [Server] ERROR net.minecraft.server.v1_10_R1.EntityEnderDragon.n(EntityEnderDragon.java:171)
      13.10 20:29:39 [Server] ERROR net.minecraft.server.v1_10_R1.DragonControllerLandedFlame.c(SourceFile:66)
      13.10 20:29:39 [Server] ERROR Stack:
      13.10 20:29:39 [Server] ERROR PID: 15 | Suspended: false | Native: false | State: RUNNABLE
      13.10 20:29:39 [Server] ERROR Current Thread: Server thread
      13.10 20:29:39 [Server] ERROR ------------------------------
      13.10 20:29:39 [Server] ERROR Server thread dump (Look for plugins here before reporting to Spigot!):
      13.10 20:29:39 [Server] ERROR ------------------------------
      13.10 20:29:39 [Server] ERROR Spigot version: git-Spigot-3ccadba-fb568fd (MC: 1.10)
      13.10 20:29:39 [Server] ERROR Be sure to include ALL relevant console errors and Minecraft crash reports
      13.10 20:29:39 [Server] ERROR Please report this to http://www.spigotmc.org/
      13.10 20:29:39 [Server] ERROR The server has stopped responding!*
      13.10 20:29:04 [Server] INFO UUID of player Dessie_YT is 30c793d3-5755-455d-94bb-6b71c18be47c
      13.10 20:28:38 [Server] INFO No new version available
      13.10 20:28:38 [Server] INFO Checking for Updates ...
      13.10 20:28:38 [Server] INFO Loaded 46 NPCs.
      13.10 20:28:38 [Server] INFO CS-CoreLib is up to date!
      13.10 20:28:38 [Server] INFO QuickSell is up to date!
      13.10 20:28:38 [Server] INFO You are running the latest version of PlotSquared
      13.10 20:28:38 [Multicraft] Skipped 20 lines due to rate limit (30/s)
      13.10 20:28:37 [Server] INFO at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
      13.10 20:28:37 [Server] INFO at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
      13.10 20:28:37 [Server] INFO at org.mcstats.multiverse.Metrics$1.run(Metrics.java:255)
      13.10 20:28:37 [Server] INFO at org.mcstats.multiverse.Metrics.access$500(Metrics.java:68)
      13.10 20:28:37 [Server] INFO at org.mcstats.multiverse.Metrics.postPlugin(Metrics.java:363)
      13.10 20:28:37 [Server] INFO Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
      13.10 20:28:37 [Server] INFO at java.lang.Thread.run(Thread.java:745)
      13.10 20:28:37 [Server] INFO at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
      13.10 20:28:37 [Server] INFO at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
      13.10 20:28:37 [Server] INFO at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
      13.10 20:28:37 [Server] WARN org.apache.commons.lang.UnhandledException: Plugin Multiverse-Core v2.5-b641 generated an exception while executing task 65
      13.10 20:28:37 [Server] WARN Exception in thread "Craft Scheduler Thread - 4"
      13.10 20:28:37 [Server] INFO Metrics started: http://mcstats.org/plugin/PlugMan
      13.10 20:28:37 [Server] INFO We didn't find an update!
      13.10 20:28:37 [Server] INFO ** Vaults have already been converted to UUIDs. If this is incorrect, shutdown your server and rename the plugins/PlayerVaults/uuidvaults directory.
      13.10 20:28:37 [Server] INFO dev.bukkit.org/bukkit-plugins/holographic-displays
      13.10 20:28:37 [Server] INFO Download it on Bukkit Dev:
      13.10 20:28:37 [Server] INFO Found a new version available: v2.2.1
      13.10 20:28:37 [Server] Startup Done (6.325s)! For help, type "help" or "?"
      13.10 20:28:37 [Server] INFO Server permissions file permissions.yml is empty, ignoring it
      13.10 20:28:37 [Server] WARN Hologram 'd' was in the world 'Fun' but it wasn't loaded.
      13.10 20:28:37 [Server] WARN Hologram 'c' was in the world 'Fun' but it wasn't loaded.
      13.10 20:28:37 [Server] WARN Hologram 'a' was in the world 'Fun' but it wasn't loaded.
      13.10 20:28:37 [Server] WARN Hologram 'b' was in the world 'Fun' but it wasn't loaded.
      13.10 20:28:37 [Server] INFO Enabling HolographicDisplays v2.2
      13.10 20:28:37 [Server] INFO Enabling QuickSell v2.0.6
      13.10 20:28:37 [Server] INFO Enabling PlayerVaults v3.5.7-b$

      {BUILD_NUMBER}

      13.10 20:28:37 [Server] INFO Enabling ChestCommands v3.1.4
      13.10 20:28:37 [Server] INFO Enabling Citizens v2.0.19-SNAPSHOT (build 1374)
      13.10 20:28:37 [Server] INFO Version 2.5-b641 (API v18) Enabled - By Rigby, fernferret, lithium3141 and main--
      13.10 20:28:37 [Multicraft] Skipped 80 lines due to rate limit (30/s)
      13.10 20:28:36 [Server] INFO Zombie Aggressive Towards Villager: true
      13.10 20:28:36 [Server] INFO View Distance: 10
      13.10 20:28:36 [Server] INFO Allow Zombie Pigmen to spawn from portal blocks: true
      13.10 20:28:36 [Server] INFO Arrow Despawn Rate: 1200
      13.10 20:28:36 [Server] INFO Item Merge Radius: 2.5
      13.10 20:28:36 [Server] INFO Item Despawn Rate: 6000
      13.10 20:28:36 [Server] INFO Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
      13.10 20:28:36 [Server] INFO Max TNT Explosions: 100
      13.10 20:28:36 [Server] INFO Custom Map Seeds: Village: 10387312 Feature: 14357617
      13.10 20:28:36 [Server] INFO Max Entity Collisions: 8
      13.10 20:28:36 [Server] INFO Structure Info Saving: true
      13.10 20:28:36 [Server] INFO Random Lighting Updates: false
      13.10 20:28:36 [Server] INFO Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
      13.10 20:28:36 [Server] INFO Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
      13.10 20:28:36 [Server] INFO Entity Activation Range: An 32 / Mo 32 / Mi 16
      13.10 20:28:36 [Server] INFO NetherWart Growth Modifier: 100%
      13.10 20:28:36 [Server] INFO Wheat Growth Modifier: 100%
      13.10 20:28:36 [Server] INFO Sapling Growth Modifier: 100%
      13.10 20:28:36 [Server] INFO Pumpkin Growth Modifier: 100%
      13.10 20:28:36 [Server] INFO Mushroom Growth Modifier: 100%
      13.10 20:28:36 [Server] INFO Melon Growth Modifier: 100%
      13.10 20:28:36 [Server] INFO Cane Growth Modifier: 100%
      13.10 20:28:36 [Server] INFO Cactus Growth Modifier: 100%
      13.10 20:28:36 [Server] INFO Mob Spawn Range: 4
      13.10 20:28:36 [Server] INFO -------- World Settings For [Flat] --------
      13.10 20:28:35 [Server] INFO Loaded configuration for world 'PriMines'
      13.10 20:28:35 [Server] INFO (PriMines) Fire spread is UNRESTRICTED.
      13.10 20:28:35 [Server] INFO (PriMines) Lava fire is blocked.
      13.10 20:28:35 [Server] INFO (PriMines) Lighters are PERMITTED.
      13.10 20:28:35 [Server] INFO (PriMines) TNT ignition is PERMITTED.
      13.10 20:28:35 [Multicraft] Skipped 43 lines due to rate limit (30/s)
      13.10 20:28:35 [Server] INFO Nerfing mobs spawned from spawners: false
      13.10 20:28:35 [Server] INFO Experience Merge Radius: 3.0
      13.10 20:28:35 [Server] INFO Zombie Aggressive Towards Villager: true
      13.10 20:28:35 [Server] INFO View Distance: 10
      13.10 20:28:35 [Server] INFO Allow Zombie Pigmen to spawn from portal blocks: true
      13.10 20:28:35 [Server] INFO Arrow Despawn Rate: 1200
      13.10 20:28:35 [Server] INFO Item Merge Radius: 2.5
      13.10 20:28:35 [Server] INFO Item Despawn Rate: 6000
      13.10 20:28:35 [Server] INFO Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
      13.10 20:28:35 [Server] INFO Max TNT Explosions: 100
      13.10 20:28:35 [Server] INFO Custom Map Seeds: Village: 10387312 Feature: 14357617
      13.10 20:28:35 [Server] INFO Max Entity Collisions: 8
      13.10 20:28:35 [Server] INFO Structure Info Saving: true
      13.10 20:28:35 [Server] INFO Random Lighting Updates: false
      13.10 20:28:35 [Server] INFO Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
      13.10 20:28:35 [Server] INFO Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
      13.10 20:28:35 [Server] INFO Entity Activation Range: An 32 / Mo 32 / Mi 16
      13.10 20:28:35 [Server] INFO NetherWart Growth Modifier: 100%
      13.10 20:28:35 [Server] INFO Wheat Growth Modifier: 100%
      13.10 20:28:35 [Server] INFO Sapling Growth Modifier: 100%
      13.10 20:28:35 [Server] INFO Pumpkin Growth Modifier: 100%
      13.10 20:28:35 [Server] INFO Mushroom Growth Modifier: 100%
      13.10 20:28:35 [Server] INFO Melon Growth Modifier: 100%
      13.10 20:28:35 [Server] INFO Cane Growth Modifier: 100%
      13.10 20:28:35 [Server] INFO Cactus Growth Modifier: 100%
      13.10 20:28:35 [Server] INFO Mob Spawn Range: 4
      13.10 20:28:35 [Server] INFO -------- World Settings For [PriPlots] --------
      13.10 20:28:35 [Server] INFO - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.5-b641
      13.10 20:28:34 [Server] INFO Enabling Multiverse-Core v2.5-b641
      13.10 20:28:34 [Server] INFO Prison > Prison v2.2.3 is now available! Type /prison update to update.
      13.10 20:28:34 [Multicraft] Skipped 15 lines due to rate limit (30/s)
      13.10 20:28:34 [Server] INFO Enabling ChestShop v3.8.12
      13.10 20:28:34 [Server] INFO Votifier plugin found, enabling Votifier support.
      13.10 20:28:34 [Server] WARN Economy plugin is not enabled.
      13.10 20:28:34 [Server] INFO Couldn't find the TuxTwoLib plugin. Only able to give items to online players only.
      13.10 20:28:34 [Server] INFO MC 1.7.2 or above found, enabling version 2 log handling.
      13.10 20:28:34 [Server] INFO MC 1.3 or above found, enabling version 2 XP handling.
      13.10 20:28:34 [Server] INFO Enabling EnjinMinecraftPlugin v2.7.8-bukkit
      13.10 20:28:34 [Server] INFO All Items have been loaded.
      13.10 20:28:34 [Server] INFO All Enchantments have been loaded.
      13.10 20:28:34 [Server] INFO WorldGuard has been detected!
      13.10 20:28:34 [Server] INFO Vault has been detected!
      13.10 20:28:34 [Server] INFO Enabling CustomEnchantments v2.4c
      13.10 20:28:34 [Server] INFO GAListener v1.3.2 Enabled
      13.10 20:28:34 [Server] INFO Enabling GAListener v1.3.2
      13.10 20:28:34 [Server] INFO Tablist> Tablist v1.3.0.2 enabled!!
      13.10 20:28:34 [Server] INFO Enabling Tablist v1.3.0.2
      13.10 20:28:34 [Server] INFO No updates found.
      13.10 20:28:34 [Server] INFO Checking for updates...
      13.10 20:28:34 [Server] INFO Loaded Food
      13.10 20:28:34 [Server] INFO Loaded Rare
      13.10 20:28:34 [Server] INFO Loaded Legendary
      13.10 20:28:34 [Server] INFO Loaded Un-Common
      13.10 20:28:34 [Server] INFO Loaded Common
      13.10 20:28:34 [Server] INFO Loaded Mythical
      13.10 20:28:33 [Server] INFO Loaded Keys
      13.10 20:28:33 [Server] INFO Enabling Crates v2.67
      13.10 20:28:33 [Server] INFO Loaded Protection Module "WorldGuard"
      13.10 20:28:33 [Server] INFO Enabling CS-CoreLib v1.5.9
      13.10 20:28:33 [Server] INFO Metrics started!
      13.10 20:28:33 [Server] INFO No update found.
      13.10 20:28:33 [Multicraft] Skipped 56 lines due to rate limit (30/s)
      13.10 20:28:33 [Server] INFO (Spawn2) Lava fire is blocked.
      13.10 20:28:33 [Server] INFO (Spawn2) Lighters are PERMITTED.
      13.10 20:28:33 [Server] INFO (Spawn2) TNT ignition is PERMITTED.
      13.10 20:28:33 [Server] INFO Enabling WorldGuard v6.1.2;e38d98d
      13.10 20:28:33 [Server] ERROR Votifier did not initialize properly!
      13.10 20:28:33 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
      13.10 20:28:33 [Server] INFO at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:539) [spigot-BT52-1.10.jar:git-Spigot-3ccadba-fb568fd]
      13.10 20:28:33 [Server] INFO at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:270) [spigot-BT52-1.10.jar:git-Spigot-3ccadba-fb568fd]
      13.10 20:28:33 [Server] INFO at net.minecraft.server.v1_10_R1.MinecraftServer.a(MinecraftServer.java:336) [spigot-BT52-1.10.jar:git-Spigot-3ccadba-fb568fd]
      13.10 20:28:33 [Server] INFO at net.minecraft.server.v1_10_R1.MinecraftServer.l(MinecraftServer.java:381) [spigot-BT52-1.10.jar:git-Spigot-3ccadba-fb568fd]
      13.10 20:28:33 [Server] INFO at net.minecraft.server.v1_10_R1.MinecraftServer.t(MinecraftServer.java:416) [spigot-BT52-1.10.jar:git-Spigot-3ccadba-fb568fd]
      13.10 20:28:33 [Server] INFO at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugins(CraftServer.java:322) [spigot-BT52-1.10.jar:git-Spigot-3ccadba-fb568fd]
      13.10 20:28:33 [Server] INFO at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugin(CraftServer.java:362) [spigot-BT52-1.10.jar:git-Spigot-3ccadba-fb568fd]
      13.10 20:28:33 [Server] INFO at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-BT52-1.10.jar:git-Spigot-3ccadba-fb568fd]
      13.10 20:28:33 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot-BT52-1.10.jar:git-Spigot-3ccadba-fb568fd]
      13.10 20:28:33 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) [spigot-BT52-1.10.jar:git-Spigot-3ccadba-fb568fd]
      13.10 20:28:33 [Server] INFO at com.vexsoftware.votifier.Votifier.onEnable(Votifier.java:172) [Votifier.jar:?]
      13.10 20:28:33 [Server] INFO at com.vexsoftware.votifier.net.VoteReceiver.<init>(VoteReceiver.java:75) [Votifier.jar:?]
      13.10 20:28:33 [Server] INFO at com.vexsoftware.votifier.net.VoteReceiver.initialize(VoteReceiver.java:81) [Votifier.jar:?]
      13.10 20:28:33 [Server] INFO at java.net.ServerSocket.bind(ServerSocket.java:329) ~[?:1.8.0_101]
      13.10 20:28:33 [Server] INFO at java.net.ServerSocket.bind(ServerSocket.java:375) ~[?:1.8.0_101]
      13.10 20:28:33 [Server] INFO at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:387) ~[?:1.8.0_101]
      13.10 20:28:33 [Server] INFO at java.net.PlainSocketImpl.socketBind(Native Method) ~[?:1.8.0_101]
      13.10 20:28:33 [Server] INFO java.net.BindException: Cannot assign requested address
      13.10 20:28:33 [Server] ERROR with hosting services and, if so, you should check with your hosting provider.
      13.10 20:28:33 [Server] ERROR IP address and port are not already in use. This is a common problem
      13.10 20:28:33 [Server] ERROR Error initializing vote receiver. Please verify that the configured
      13.10 20:28:33 [Server] INFO Enabling Votifier v1.9
      13.10 20:28:32 [Server] INFO Fetching all server packages...
      13.10 20:28:32 [Server] INFO No updates found!
      13.10 20:28:32 [Server] INFO Validating your server key...
      13.10 20:28:32 [Server] INFO Enabling BuycraftX v10.1.3
      13.10 20:28:32 [Server] INFO VIP Gui Loaded Successfully!
      13.10 20:28:32 [Server] INFO Enabling VIPGui v1.1
      13.10 20:28:32 [Server] INFO Enabling SwearNoCare v1.0
      13.10 20:28:32 [Server] INFO Enabling PlugMan v2.1.1
      13.10 20:28:32 [Server] INFO Checking for updates compatible with your bukkit version [1.10]...
      13.10 20:28:32 [Server] INFO Clearlag is now enabled!
      13.10 20:28:32 [Server] INFO Modules have been loaded!
      13.10 20:28:32 [Server] INFO Modules enabed, loading config values
      13.10 20:28:32 [Server] INFO Loading modules...
      13.10 20:28:32 [Server] INFO Enabling ClearLag v2.9.3
      13.10 20:28:32 [Server] INFO Enabling LogBlock v1.10.0
      13.10 20:28:32 [Server] INFO Permissions listed in as player-commands will be given to all users.
      13.10 20:28:32 [Server] INFO Essentials: Using config file enhanced permissions.
      13.10 20:28:32 [Server] INFO [Vault][Economy] Essentials Economy hooked.
      13.10 20:28:32 [Server] INFO Using locale en_GB
      13.10 20:28:32 [Server] INFO Using locale en_GB
      13.10 20:28:32 [Server] INFO 1.10-R0.1-SNAPSHOT
      13.10 20:28:32 [Server] INFO git-Spigot-3ccadba-fb568fd (MC: 1.10)
      13.10 20:28:32 [Server] INFO Bukkit version format changed. Version not checked.
      13.10 20:28:32 [Server] INFO Enabling Essentials vTeamCity
      13.10 20:28:32 [Server] INFO Enabling Installer v2.3.4
      13.10 20:28:32 [Server] INFO Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_10_R1 as the Bukkit adapter
      13.10 20:28:32 [Server] INFO WEPIF: Using the Bukkit Permissions API.
      13.10 20:28:32 [Server] INFO Enabling WorldEdit v6.1.3;7a097ca
      13.10 20:28:31 [Server] INFO Preparing start region for level 0 (Seed: 5862131127342478514)
      13.10 20:28:31 [Multicraft] Skipped 230 lines due to rate limit (30/s)
      13.10 20:28:30 [Server] INFO at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:44) ~[spigot-BT52-1.10.jar:git-Spigot-3ccadba-fb568fd]
      13.10 20:28:30 [Server] INFO at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:795) ~[spigot-BT52-1.10.jar:git-Spigot-3ccadba-fb568fd]
      13.10 20:28:30 [Server] INFO at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2084) ~[spigot-BT52-1.10.jar:git-Spigot-3ccadba-fb568fd]
      13.10 20:28:30 [Server] INFO at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2285) ~[spigot-BT52-1.10.jar:git-Spigot-3ccadba-fb568fd]
      13.10 20:28:30 [Server] INFO at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2252) ~[spigot-BT52-1.10.jar:git-Spigot-3ccadba-fb568fd]
      13.10 20:28:30 [Server] INFO at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:339) ~[spigot-BT52-1.10.jar:git-Spigot-3ccadba-fb568fd]
      13.10 20:28:30 [Server] INFO at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:983) ~[spigot-BT52-1.10.jar:git-Spigot-3ccadba-fb568fd]
      13.10 20:28:30 [Server] INFO at com.mysql.jdbc.Util.handleNewInstance(Util.java:404) ~[spigot-BT52-1.10.jar:git-Spigot-3ccadba-fb568fd]
      13.10 20:28:30 [Server] INFO at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_101]
      13.10 20:28:30 [Server] INFO at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_101]
      13.10 20:28:30 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_101]
      13.10 20:28:30 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_101]
      13.10 20:28:30 [Server] INFO The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
      13.10 20:28:30 [Server] INFO Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
      13.10 20:28:30 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
      13.10 20:28:30 [Server] INFO at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:539) [spigot-BT52-1.10.jar:git-Spigot-3ccadba-fb568fd]
      13.10 20:28:30 [Server] INFO at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:202) [spigot-BT52-1.10.jar:git-Spigot-3ccadba-fb568fd]
      13.10 20:28:30 [Server] INFO at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:302) [spigot-BT52-1.10.jar:git-Spigot-3ccadba-fb568fd]
      13.10 20:28:30 [Server] INFO at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:63) [LogBlock.jar:?]
      13.10 20:28:30 [Server] INFO at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:263) [LogBlock.jar:?]
      13.10 20:28:30 [Server] INFO at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:38) ~[LogBlock.jar:?]
      13.10 20:28:30 [Server] INFO at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:96) ~[LogBlock.jar:?]
      13.10 20:28:30 [Server] INFO at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:152) ~[LogBlock.jar:?]
      13.10 20:28:30 [Server] INFO at com.zaxxer.hikari.pool.HikariPool.initializeConnections(HikariPool.java:581) ~[LogBlock.jar:?]
      13.10 20:28:30 [Server] INFO The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
      13.10 20:28:30 [Server] INFO com.zaxxer.hikari.pool.PoolInitializationException: Exception during pool initialization: Communications link failure
      13.10 20:28:30 [Server] ERROR Error while fetching connection:
      13.10 20:28:30 [Server] INFO LogBlock-Connection-Pool - is closing down.
      13.10 20:28:30 [Multicraft] Skipped 4 lines due to rate limit (30/s)
      13.10 20:28:30 [Server] INFO Loading Installer v2.3.4
      13.10 20:28:30 [Server] INFO Loading WorldEdit v6.1.3;7a097ca
      13.10 20:28:30 [Server] INFO Loading AsyncWorldEditInjector v2.3.0
      13.10 20:28:30 [Server] INFO Set PluginClassLoader as parallel capable
      13.10 20:28:30 [Server] INFO ... 5 more
      13.10 20:28:30 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[spigot-BT52-1.10.jar:git-Spigot-3ccadba-fb568fd]
      13.10 20:28:30 [Server] INFO at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_101]
      13.10 20:28:30 [Server] INFO at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_101]
      13.10 20:28:30 [Server] INFO at java.util.zip.ZipFile.<init>(ZipFile.java:149) ~[?:1.8.0_101]
      13.10 20:28:30 [Server] INFO at java.util.zip.ZipFile.<init>(ZipFile.java:219) ~[?:1.8.0_101]
      13.10 20:28:30 [Server] INFO at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_101]
      13.10 20:28:30 [Server] INFO Caused by: java.util.zip.ZipException: error in opening zip file
      13.10 20:28:30 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
      13.10 20:28:30 [Server] INFO at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:539) [spigot-BT52-1.10.jar:git-Spigot-3ccadba-fb568fd]
      13.10 20:28:30 [Server] INFO at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:202) [spigot-BT52-1.10.jar:git-Spigot-3ccadba-fb568fd]
      13.10 20:28:30 [Server] INFO at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:297) [spigot-BT52-1.10.jar:git-Spigot-3ccadba-fb568fd]
      13.10 20:28:30 [Server] INFO at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot-BT52-1.10.jar:git-Spigot-3ccadba-fb568fd]
      13.10 20:28:30 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[spigot-BT52-1.10.jar:git-Spigot-3ccadba-fb568fd]
      13.10 20:28:30 [Server] INFO org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
      13.10 20:28:30 [Server] ERROR Could not load 'plugins/CS-CoreLib v1.5.9.jar' in folder 'plugins'
      13.10 20:28:29 [Server] INFO Using epoll channel type
      13.10 20:28:29 [Server] INFO Starting Minecraft server on 198.50.192.168:25925
      13.10 20:28:29 [Server] INFO Generating keypair
      13.10 20:28:29 [Server] INFO Debug logging is disabled
      13.10 20:28:29 [Server] INFO Using 4 threads for Netty based IO
      13.10 20:28:29 [Server] INFO Server Ping Player Sample Count: 12
      13.10 20:28:29 [Server] INFO This server is running CraftBukkit version git-Spigot-3ccadba-fb568fd (MC: 1.10) (Implementing API version 1.10-R0.1-SNAPSHOT)
      13.10 20:28:29 [Server] INFO Default game type: SURVIVAL
      13.10 20:28:29 [Server] INFO Loading properties
      13.10 20:28:29 [Server] INFO Starting minecraft server version 1.10
      13.10 20:28:26 [Server] INFO Loading libraries, please wait...
      13.10 20:28:26 [Server] INFO Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
      13.10 20:28:26 [Server] INFO Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=512m; support was removed in 8.0
      13.10 20:28:26 [Multicraft] Loaded config for "Spigot 1.10(BT: 52)"
      13.10 20:28:26 [Multicraft] Starting server!
      13.10 20:28:26 [Multicraft] Loading server properties
      13.10 20:28:26 [Multicraft] Received start command

            Unassigned Unassigned
            Dessie_YT Jagger Sturdivant
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: