Internal error?
chadster932 opened this issue · 9 comments
When I do /pet it just says internal error when i do anything thing the only thing that works is the update command am i doing something wrong?
That's something very helpful to developers for tracking down bugs. Can you post all of it please?
07.10 15:33:13 [Server] INFO ... 14 more
07.10 15:33:13 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:192)
07.10 15:33:13 [Server] INFO at com.github.dsh105.echopet.commands.CustomCommand.execute(CustomCommand.java:21)
07.10 15:33:13 [Server] INFO at com.github.dsh105.echopet.commands.PetCommand.onCommand(PetCommand.java:323)
07.10 15:33:13 [Server] INFO at com.github.dsh105.echopet.data.PetHandler.createPet(PetHandler.java:117)
07.10 15:33:13 [Server] INFO at com.github.dsh105.echopet.util.WorldUtil.allowPets(WorldUtil.java:21)
07.10 15:33:13 [Server] INFO at com.github.dsh105.echopet.util.WorldUtil.allowRegion(WorldUtil.java:37)
07.10 15:33:13 [Server] INFO at com.sk89q.worldguard.bukkit.WorldGuardPlugin.getRegionManager(WorldGuardPlugin.java:845)
07.10 15:33:13 [Server] INFO at com.sk89q.worldguard.protection.GlobalRegionManager.get(GlobalRegionManager.java:241)
07.10 15:33:13 [Server] INFO at java.util.concurrent.ConcurrentHashMap.putIfAbsent(Unknown Source)
07.10 15:33:13 [Server] INFO Caused by: java.lang.NullPointerException
07.10 15:33:13 [Server] INFO at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:583)
07.10 15:33:13 [Server] INFO at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java:421)
07.10 15:33:13 [Server] INFO at net.minecraft.server.v1_6_R3.MinecraftServer.s(MinecraftServer.java:488)
07.10 15:33:13 [Server] INFO at net.minecraft.server.v1_6_R3.DedicatedServer.t(DedicatedServer.java:227)
07.10 15:33:13 [Server] INFO at net.minecraft.server.v1_6_R3.MinecraftServer.t(MinecraftServer.java:592)
07.10 15:33:13 [Server] INFO at net.minecraft.server.v1_6_R3.DedicatedServerConnection.b(SourceFile:30)
07.10 15:33:13 [Server] INFO at net.minecraft.server.v1_6_R3.ServerConnection.b(SourceFile:37)
07.10 15:33:13 [Server] INFO at net.minecraft.server.v1_6_R3.PlayerConnection.e(PlayerConnection.java:116)
07.10 15:33:13 [Server] INFO at net.minecraft.server.v1_6_R3.NetworkManager.b(NetworkManager.java:296)
07.10 15:33:13 [Server] INFO at net.minecraft.server.v1_6_R3.Packet3Chat.handle(SourceFile:49)
07.10 15:33:13 [Server] INFO at net.minecraft.server.v1_6_R3.PlayerConnection.a(PlayerConnection.java:834)
07.10 15:33:13 [Server] INFO at net.minecraft.server.v1_6_R3.PlayerConnection.chat(PlayerConnection.java:877)
07.10 15:33:13 [Server] INFO at net.minecraft.server.v1_6_R3.PlayerConnection.handleCommand(PlayerConnection.java:959)
07.10 15:33:13 [Server] INFO at org.bukkit.craftbukkit.v1_6_R3.CraftServer.dispatchCommand(CraftServer.java:523)
07.10 15:33:13 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:196)
07.10 15:33:13 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing 'pet sheep' in com.github.dsh105.echopet.commands.CustomCommand(pet)
07.10 15:33:13 [Server] SEVERE null
07.10 15:33:13 [Server] SEVERE ... 41 more
07.10 15:33:13 [Server] SEVERE at com.mysql.jdbc.MysqlIO.(MysqlIO.java:292)
07.10 15:33:13 [Server] SEVERE at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254)
07.10 15:33:13 [Server] SEVERE at java.net.Socket.(Unknown Source)
07.10 15:33:13 [Server] SEVERE at java.net.Socket.(Unknown Source)
07.10 15:33:13 [Server] SEVERE at java.net.Socket.connect(Unknown Source)
07.10 15:33:13 [Server] SEVERE at java.net.Socket.connect(Unknown Source)
07.10 15:33:13 [Server] SEVERE at java.net.SocksSocketImpl.connect(Unknown Source)
07.10 15:33:13 [Server] SEVERE at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
07.10 15:33:13 [Server] SEVERE at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
07.10 15:33:13 [Server] SEVERE at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
07.10 15:33:13 [Server] SEVERE at java.net.PlainSocketImpl.socketConnect(Native Method)
07.10 15:33:13 [Server] SEVERE Caused by: java.net.ConnectException: Connection refused
07.10 15:33:13 [Server] SEVERE ... 25 more
07.10 15:33:13 [Server] SEVERE at com.sk89q.worldguard.protection.databases.MySQLDatabase.load(MySQLDatabase.java:466)
07.10 15:33:13 [Server] SEVERE at com.sk89q.worldguard.protection.databases.MySQLDatabase.connect(MySQLDatabase.java:150)
07.10 15:33:13 [Server] SEVERE at java.sql.DriverManager.getConnection(Unknown Source)
07.10 15:33:13 [Server] SEVERE at java.sql.DriverManager.getConnection(Unknown Source)
07.10 15:33:13 [Server] SEVERE at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
07.10 15:33:13 [Server] SEVERE at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
07.10 15:33:13 [Server] SEVERE at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
07.10 15:33:13 [Server] SEVERE at java.lang.reflect.Constructor.newInstance(Unknown Source)
07.10 15:33:13 [Server] SEVERE at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
07.10 15:33:13 [Server] SEVERE at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
07.10 15:33:13 [Server] SEVERE at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
07.10 15:33:13 [Server] SEVERE at com.mysql.jdbc.JDBC4Connection.(JDBC4Connection.java:47)
07.10 15:33:13 [Server] SEVERE at com.mysql.jdbc.ConnectionImpl.(ConnectionImpl.java:794)
07.10 15:33:13 [Server] SEVERE at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
07.10 15:33:13 [Server] SEVERE at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
07.10 15:33:13 [Server] SEVERE at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334)
07.10 15:33:13 [Server] SEVERE at com.mysql.jdbc.MysqlIO.(MysqlIO.java:343)
07.10 15:33:13 [Server] SEVERE at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
07.10 15:33:13 [Server] SEVERE at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
07.10 15:33:13 [Server] SEVERE at java.lang.reflect.Constructor.newInstance(Unknown Source)
07.10 15:33:13 [Server] SEVERE at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
07.10 15:33:13 [Server] SEVERE at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
07.10 15:33:13 [Server] SEVERE at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
07.10 15:33:13 [Server] INFO The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
07.10 15:33:13 [Server] SEVERE Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
07.10 15:33:13 [Server] SEVERE at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:583)
07.10 15:33:13 [Server] SEVERE at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java:421)
07.10 15:33:13 [Server] SEVERE at net.minecraft.server.v1_6_R3.MinecraftServer.s(MinecraftServer.java:488)
07.10 15:33:13 [Server] SEVERE at net.minecraft.server.v1_6_R3.DedicatedServer.t(DedicatedServer.java:227)
07.10 15:33:13 [Server] SEVERE at net.minecraft.server.v1_6_R3.MinecraftServer.t(MinecraftServer.java:592)
07.10 15:33:13 [Server] SEVERE at net.minecraft.server.v1_6_R3.DedicatedServerConnection.b(SourceFile:30)
07.10 15:33:13 [Server] SEVERE at net.minecraft.server.v1_6_R3.ServerConnection.b(SourceFile:37)
07.10 15:33:13 [Server] SEVERE at net.minecraft.server.v1_6_R3.PlayerConnection.e(PlayerConnection.java:116)
07.10 15:33:13 [Server] SEVERE at net.minecraft.server.v1_6_R3.NetworkManager.b(NetworkManager.java:296)
07.10 15:33:13 [Server] SEVERE at net.minecraft.server.v1_6_R3.Packet3Chat.handle(SourceFile:49)
07.10 15:33:13 [Server] SEVERE at net.minecraft.server.v1_6_R3.PlayerConnection.a(PlayerConnection.java:834)
07.10 15:33:13 [Server] SEVERE at net.minecraft.server.v1_6_R3.PlayerConnection.chat(PlayerConnection.java:877)
07.10 15:33:13 [Server] SEVERE at net.minecraft.server.v1_6_R3.PlayerConnection.handleCommand(PlayerConnection.java:959)
07.10 15:33:13 [Server] SEVERE at org.bukkit.craftbukkit.v1_6_R3.CraftServer.dispatchCommand(CraftServer.java:523)
07.10 15:33:13 [Server] SEVERE at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:192)
07.10 15:33:13 [Server] SEVERE at com.github.dsh105.echopet.commands.CustomCommand.execute(CustomCommand.java:21)
07.10 15:33:13 [Server] SEVERE at com.github.dsh105.echopet.commands.PetCommand.onCommand(PetCommand.java:323)
07.10 15:33:13 [Server] SEVERE at com.github.dsh105.echopet.data.PetHandler.createPet(PetHandler.java:117)
07.10 15:33:13 [Server] SEVERE at com.github.dsh105.echopet.util.WorldUtil.allowPets(WorldUtil.java:21)
07.10 15:33:13 [Server] SEVERE at com.github.dsh105.echopet.util.WorldUtil.allowRegion(WorldUtil.java:37)
07.10 15:33:13 [Server] SEVERE at com.sk89q.worldguard.bukkit.WorldGuardPlugin.getRegionManager(WorldGuardPlugin.java:845)
07.10 15:33:13 [Server] SEVERE at com.sk89q.worldguard.protection.GlobalRegionManager.get(GlobalRegionManager.java:239)
07.10 15:33:13 [Server] SEVERE at com.sk89q.worldguard.protection.GlobalRegionManager.create(GlobalRegionManager.java:160)
07.10 15:33:13 [Server] SEVERE at com.sk89q.worldguard.protection.managers.RegionManager.load(RegionManager.java:60)
07.10 15:33:13 [Server] SEVERE at com.sk89q.worldguard.protection.databases.AbstractProtectionDatabase.load(AbstractProtectionDatabase.java:32)
07.10 15:33:13 [Server] SEVERE at com.sk89q.worldguard.protection.databases.MySQLDatabase.load(MySQLDatabase.java:468)
07.10 15:33:13 [Server] INFO The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
07.10 15:33:13 [Server] SEVERE com.sk89q.worldguard.protection.databases.ProtectionDatabaseException: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
07.10 15:33:13 [Server] INFO The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
07.10 15:33:13 [Server] SEVERE Failed to load regions from SQL Database jdbc:mysql://localhost/worldguard : com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
07.10 15:33:13 [Server] INFO ... 39 more
07.10 15:33:13 [Server] INFO at com.mysql.jdbc.MysqlIO.(MysqlIO.java:292)
07.10 15:33:13 [Server] INFO at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254)
07.10 15:33:13 [Server] INFO at java.net.Socket.(Unknown Source)
07.10 15:33:13 [Server] INFO at java.net.Socket.(Unknown Source)
07.10 15:33:13 [Server] INFO at java.net.Socket.connect(Unknown Source)
07.10 15:33:13 [Server] INFO at java.net.Socket.connect(Unknown Source)
07.10 15:33:13 [Server] INFO at java.net.SocksSocketImpl.connect(Unknown Source)
07.10 15:33:13 [Server] INFO at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
07.10 15:33:13 [Server] INFO at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
07.10 15:33:13 [Server] INFO at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
07.10 15:33:13 [Server] INFO at java.net.PlainSocketImpl.socketConnect(Native Method)
07.10 15:33:13 [Server] INFO Caused by: java.net.ConnectException: Connection refused
07.10 15:33:13 [Server] INFO at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:583)
07.10 15:33:13 [Server] INFO at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java:421)
07.10 15:33:13 [Server] INFO at net.minecraft.server.v1_6_R3.MinecraftServer.s(MinecraftServer.java:488)
07.10 15:33:13 [Server] INFO at net.minecraft.server.v1_6_R3.DedicatedServer.t(DedicatedServer.java:227)
07.10 15:33:13 [Server] INFO at net.minecraft.server.v1_6_R3.MinecraftServer.t(MinecraftServer.java:592)
07.10 15:33:13 [Server] INFO at net.minecraft.server.v1_6_R3.DedicatedServerConnection.b(SourceFile:30)
07.10 15:33:13 [Server] INFO at net.minecraft.server.v1_6_R3.ServerConnection.b(SourceFile:37)
07.10 15:33:13 [Server] INFO at net.minecraft.server.v1_6_R3.PlayerConnection.e(PlayerConnection.java:116)
07.10 15:33:13 [Server] INFO at net.minecraft.server.v1_6_R3.NetworkManager.b(NetworkManager.java:296)
07.10 15:33:13 [Server] INFO at net.minecraft.server.v1_6_R3.Packet3Chat.handle(SourceFile:49)
07.10 15:33:13 [Server] INFO at net.minecraft.server.v1_6_R3.PlayerConnection.a(PlayerConnection.java:834)
07.10 15:33:13 [Server] INFO at net.minecraft.server.v1_6_R3.PlayerConnection.chat(PlayerConnection.java:877)
07.10 15:33:13 [Server] INFO at net.minecraft.server.v1_6_R3.PlayerConnection.handleCommand(PlayerConnection.java:959)
07.10 15:33:13 [Server] INFO at org.bukkit.craftbukkit.v1_6_R3.CraftServer.dispatchCommand(CraftServer.java:523)
07.10 15:33:13 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:192)
07.10 15:33:13 [Server] INFO at com.github.dsh105.echopet.commands.CustomCommand.execute(CustomCommand.java:21)
07.10 15:33:13 [Server] INFO at com.github.dsh105.echopet.commands.PetCommand.onCommand(PetCommand.java:323)
07.10 15:33:13 [Server] INFO at com.github.dsh105.echopet.data.PetHandler.createPet(PetHandler.java:117)
07.10 15:33:13 [Server] INFO at com.github.dsh105.echopet.util.WorldUtil.allowPets(WorldUtil.java:21)
07.10 15:33:13 [Server] INFO at com.github.dsh105.echopet.util.WorldUtil.allowRegion(WorldUtil.java:37)
07.10 15:33:13 [Server] INFO at com.sk89q.worldguard.bukkit.WorldGuardPlugin.getRegionManager(WorldGuardPlugin.java:845)
07.10 15:33:13 [Server] INFO at com.sk89q.worldguard.protection.GlobalRegionManager.get(GlobalRegionManager.java:239)
07.10 15:33:13 [Server] INFO at com.sk89q.worldguard.protection.GlobalRegionManager.create(GlobalRegionManager.java:155)
07.10 15:33:13 [Server] INFO at com.sk89q.worldguard.protection.databases.MySQLDatabase.(MySQLDatabase.java:70)
07.10 15:33:13 [Server] INFO at com.sk89q.worldguard.protection.databases.MySQLDatabase.connect(MySQLDatabase.java:150)
07.10 15:33:13 [Server] INFO at java.sql.DriverManager.getConnection(Unknown Source)
07.10 15:33:13 [Server] INFO at java.sql.DriverManager.getConnection(Unknown Source)
07.10 15:33:13 [Server] INFO at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
07.10 15:33:13 [Server] INFO at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
07.10 15:33:13 [Server] INFO at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
07.10 15:33:13 [Server] INFO at java.lang.reflect.Constructor.newInstance(Unknown Source)
07.10 15:33:13 [Server] INFO at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
07.10 15:33:13 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
07.10 15:33:13 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
07.10 15:33:13 [Server] INFO at com.mysql.jdbc.JDBC4Connection.(JDBC4Connection.java:47)
07.10 15:33:13 [Server] INFO at com.mysql.jdbc.ConnectionImpl.(ConnectionImpl.java:794)
07.10 15:33:13 [Server] INFO at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
07.10 15:33:13 [Server] INFO at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
07.10 15:33:13 [Server] INFO at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334)
07.10 15:33:13 [Server] INFO at com.mysql.jdbc.MysqlIO.(MysqlIO.java:343)
07.10 15:33:13 [Server] INFO at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
07.10 15:33:13 [Server] INFO at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
07.10 15:33:13 [Server] INFO at java.lang.reflect.Constructor.newInstance(Unknown Source)
07.10 15:33:13 [Server] INFO at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
07.10 15:33:13 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
07.10 15:33:13 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
07.10 15:33:13 [Server] INFO The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
07.10 15:33:13 [Server] INFO com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
07.10 15:33:13 [Server] INFO The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
07.10 15:33:13 [Server] SEVERE Communications link failure
07.10 15:33:06 [Multicraft] chadster932 ran command Message of the Day
07.10 15:33:06 [Connect] User chadster932, IP 173.67.226.103
07.10 15:27:38 [Server] INFO §echadster932 left the game.
07.10 15:27:38 [Server] INFO Connection reset
07.10 15:27:38 [Disconnect] User chadster932 has disconnected, reason: disconnect.quitting
07.10 15:25:52 [Server] INFO Players: [AFK]#Chady
07.10 15:22:32 [Server] INFO Players: [AFK]#Chady
07.10 15:19:12 [Server] INFO CONSOLE: Save complete.
07.10 15:19:12 [Server] INFO CONSOLE: Forcing save..
07.10 15:19:12 [Server] INFO CONSOLE: Enabled level saving..
07.10 15:19:12 [Multicraft] Auto-saving world...
07.10 15:19:11 [Server] INFO Players: #Chady
07.10 15:15:50 [Server] INFO Players: #Chady
07.10 15:12:30 [Server] INFO Players: #Chady
07.10 15:09:57 [Server] WARNING No compatible nms block class found.
07.10 15:09:23 [Server] INFO chadster932 fell from a high place
07.10 15:09:09 [Server] INFO Players: #Chady
07.10 15:08:26 [Multicraft] chadster932 ran command Message of the Day
07.10 15:08:26 [Connect] User chadster932, IP 173.67.226.103
07.10 15:04:11 [Server] INFO CONSOLE: Save complete.
07.10 15:04:11 [Server] INFO CONSOLE: Forcing save..
07.10 15:04:11 [Server] INFO CONSOLE: Enabled level saving..
07.10 15:04:11 [Multicraft] Auto-saving world...
07.10 15:02:15 [Server] INFO Connection reset
07.10 15:02:15 [Server] INFO Connection reset
07.10 15:02:15 [Server] INFO Connection reset
07.10 14:52:15 [Server] INFO Connection reset
07.10 14:52:15 [Server] INFO Connection reset
07.10 14:52:15 [Server] INFO Connection reset
07.10 14:50:37 [Server] INFO Disconnecting m1necrafter101 [/68.10.196.115:52625]: You are permanently banned from this server
07.10 14:49:11 [Server] INFO CONSOLE: Save complete.
07.10 14:49:11 [Server] INFO CONSOLE: Forcing save..
07.10 14:49:11 [Server] INFO CONSOLE: Enabled level saving..
07.10 14:49:11 [Multicraft] Auto-saving world...
07.10 14:42:15 [Server] INFO Connection reset
07.10 14:42:15 [Server] INFO Connection reset
07.10 14:42:15 [Server] INFO Connection reset
07.10 14:34:10 [Server] INFO CONSOLE: Save complete.
07.10 14:34:10 [Server] INFO CONSOLE: Forcing save..
07.10 14:34:10 [Server] INFO CONSOLE: Enabled level saving..
07.10 14:34:10 [Multicraft] Auto-saving world...
07.10 14:32:15 [Server] INFO Connection reset
07.10 14:32:15 [Server] INFO Connection reset
07.10 14:32:15 [Server] INFO Connection reset
07.10 14:19:09 [Server] INFO CONSOLE: Save complete.
07.10 14:19:09 [Server] INFO CONSOLE: Forcing save..
07.10 14:19:09 [Server] INFO CONSOLE: Enabled level saving..
07.10 14:19:09 [Multicraft] Auto-saving world...
07.10 14:12:15 [Server] INFO Connection reset
07.10 14:12:15 [Server] INFO Connection reset
07.10 14:12:15 [Server] INFO Connection reset
07.10 14:04:09 [Server] INFO CONSOLE: Save complete.
07.10 14:04:09 [Server] INFO CONSOLE: Forcing save..
07.10 14:04:09 [Server] INFO CONSOLE: Enabled level saving..
07.10 14:04:09 [Multicraft] Auto-saving world...
07.10 14:02:15 [Server] INFO Connection reset
07.10 14:02:15 [Server] INFO Connection reset
07.10 14:02:15 [Server] INFO Connection reset
07.10 13:52:15 [Server] INFO Connection reset
07.10 13:52:15 [Server] INFO Connection reset
07.10 13:52:15 [Server] INFO Connection reset
07.10 13:49:08 [Server] INFO CONSOLE: Save complete.
07.10 13:49:08 [Server] INFO CONSOLE: Forcing save..
07.10 13:49:08 [Server] INFO CONSOLE: Enabled level saving..
07.10 13:49:08 [Multicraft] Auto-saving world...
07.10 13:42:15 [Server] INFO Connection reset
07.10 13:42:15 [Server] INFO Connection reset
07.10 13:42:15 [Server] INFO Connection reset
07.10 13:34:08 [Server] INFO CONSOLE: Save complete.
07.10 13:34:08 [Server] INFO CONSOLE: Forcing save..
07.10 13:34:08 [Server] INFO CONSOLE: Enabled level saving..
07.10 13:34:08 [Multicraft] Auto-saving world...
07.10 13:32:15 [Server] INFO Connection reset
07.10 13:32:15 [Server] INFO Connection reset
07.10 13:32:15 [Server] INFO Connection reset
07.10 13:22:39 [Server] WARNING Can't keep up! Did the system time change, or is the server overloaded?
07.10 13:22:14 [Server] WARNING §a[Punishmental] Lag cheker running
07.10 13:22:14 [Server] WARNING §a[Punishmental] Starting lag checker
07.10 13:22:14 [Server] WARNING §c[Punishmental] If the server was running fine when this happened, please consider deactivating or raising the failsafe value in the Punishmental Config Settings
07.10 13:22:14 [Server] WARNING §c[Punishmental] Failsafe Activated to prevent server lock-up
07.10 13:22:14 [Server] WARNING Can't keep up! Did the system time change, or is the server overloaded?
07.10 13:22:12 [Server] INFO Loaded 34 NPCs.
07.10 13:22:10 [Server] INFO at java.lang.Thread.run(Unknown Source)
07.10 13:22:10 [Server] INFO at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
07.10 13:22:10 [Server] INFO at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
07.10 13:22:10 [Server] INFO at org.bukkit.craftbukkit.v1_6_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
07.10 13:22:10 [Server] INFO at org.bukkit.craftbukkit.v1_6_R3.scheduler.CraftTask.run(CraftTask.java:53)
07.10 13:22:10 [Server] INFO at com.earth2me.essentials.storage.AbstractDelayedYamlFileReader.run(AbstractDelayedYamlFileReader.java:37)
07.10 13:22:10 [Server] INFO at com.earth2me.essentials.storage.YamlStorageReader.load(YamlStorageReader.java:47)
07.10 13:22:10 [Server] INFO at org.yaml.snakeyaml.Yaml.load(Yaml.java:423)
07.10 13:22:10 [Server] INFO at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
07.10 13:22:10 [Server] INFO at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121)
07.10 13:22:10 [Server] INFO at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106)
07.10 13:22:10 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:123)
07.10 13:22:10 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
07.10 13:22:10 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
07.10 13:22:10 [Server] INFO at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146)
07.10 13:22:10 [Server] INFO at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161)
07.10 13:22:10 [Server] INFO at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:563)
07.10 13:22:10 [Server] INFO at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:179)
07.10 13:22:10 [Server] INFO at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:305)
07.10 13:22:10 [Server] INFO at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:733)
07.10 13:22:10 [Server] INFO ^
07.10 13:22:10 [Server] INFO default:
07.10 13:22:10 [Server] INFO in "", line 5, column 10:
07.10 13:22:10 [Server] INFO mapping values are not allowed here
07.10 13:22:10 [Server] SEVERE File broken: plugins/Essentials/spawn.yml
07.10 13:22:10 [Server] WARNING §a[Punishmental] Lag cheker running
07.10 13:22:10 [Server] WARNING §a[Punishmental] Starting lag checker
07.10 13:22:10 [Server] INFO GroupManager - INFO - Bukkit Permissions Updated!
07.10 13:22:10 [Server] WARNING §c[Punishmental] If the server was running fine when this happened, please consider deactivating or raising the failsafe value in the Punishmental Config Settings
07.10 13:22:10 [Server] WARNING §c[Punishmental] Failsafe Activated to prevent server lock-up
07.10 13:22:10 [Server] INFO [Jobs] Successfully linked with Vault.
07.10 13:22:10 [Server] Startup Done (173.047s)! For help, type "help" or "?"
07.10 13:21:58 [Server] INFO Server permissions file permissions.yml is empty, ignoring it
07.10 13:21:58 [Server] INFO Enabling EssentialsChat v2.12.1
07.10 13:21:47 [Server] INFO Vault loaded! Found an economy plugin!
07.10 13:21:47 [Server] INFO Lockette version 1.7.12 loaded.
07.10 13:21:47 [Server] INFO Enabling ChestShop v3.67
07.10 13:21:40 [Server] INFO Could not find or register with SimpleClans.
07.10 13:21:40 [Server] INFO Could not find or register with War.
07.10 13:21:40 [Server] INFO Could not find or register with Factions.
07.10 13:21:40 [Server] INFO Could not find or register with Towny
07.10 13:21:40 [Server] INFO Could not register with Denizen
07.10 13:21:40 [Server] INFO Enabling Sentry v1.5.2
07.10 13:21:39 [Server] INFO Enabling EssentialsAntiBuild v2.12.1
07.10 13:21:39 [Server] INFO v2.8.0 Enabled
07.10 13:21:37 [Server] INFO Succesfully started Metrics, see http://mcstats.org for more information.
07.10 13:21:37 [Server] INFO Enabling SignShop v2.8.0
07.10 13:21:35 [Server] INFO - Version 2.4-b530 Enabled - By Rigby and fernferret
07.10 13:21:35 [Server] INFO Enabling Multiverse-NetherPortals v2.4-b530
07.10 13:21:33 [Server] INFO [iAuction] No Chat plugin found: Enabling Non-ChannelCHat
07.10 13:21:33 [Server] INFO Enabling iAuction v5.0.7
07.10 13:21:33 [Server] INFO 15 - Portals(s) loaded
07.10 13:21:03 [Server] INFO - Version 2.4-b548 Enabled - By Rigby and fernferret
07.10 13:21:03 [Server] INFO Enabling Multiverse-Portals v2.4-b548
07.10 13:21:03 [Server] INFO Enabling EssentialsSpawn v2.12.1
07.10 13:21:03 [Server] INFO Version 2.9.1 is now enabled.
07.10 13:21:03 [Server] INFO Successfully hooked in into Vault
07.10 13:21:03 [Server] INFO Enabling ServerSigns v2.9.1
07.10 13:21:02 [Server] INFO Enabling EssentialsProtect v2.12.1
07.10 13:21:02 [Server] INFO Enabled
07.10 13:21:02 [Server] INFO Starting Plugin Metrics
07.10 13:21:02 [Server] INFO remove stackability: true
07.10 13:21:00 [Server] INFO Loading 413 mob data
07.10 13:21:00 [Server] INFO signData File is Empty
07.10 13:21:00 [Server] INFO Spout was not found.
07.10 13:21:00 [Server] INFO Hooked Vault 1.2.27-b349
07.10 13:20:59 [Server] INFO Author: Malikk
07.10 13:20:59 [Server] INFO Enabling MobCatcher v3.13
07.10 13:20:54 [Server] INFO Plugin has been enabled succesfully.
07.10 13:20:54 [Server] INFO Started buffered payment thread
07.10 13:20:54 [Server] INFO Started database save task
07.10 13:20:49 [Server] INFO Enabling Jobs v2.11.3
07.10 13:20:45 [Server] INFO Enabling Citizens v2.0.10-SNAPSHOT (build 979)
07.10 13:20:45 [Server] INFO Payment method found (Vault - Economy: iConomy 7 version: 1.2.27-b349)
07.10 13:20:45 [Server] INFO Essentials: Using GroupManager based permissions.
07.10 13:20:45 [Server] INFO [Vault][Economy] Essentials Economy hooked.
07.10 13:20:41 [Server] INFO Enabling Essentials v2.12.1
07.10 13:20:36 [Server] INFO BasicEssentials version 1.4 has been enabled!
07.10 13:20:36 [Server] INFO Enabling BasicEssentials v1.4
07.10 13:20:29 [Server] INFO Ready to protect your containers.
07.10 13:20:29 [Server] INFO Using ops file for admin permissions.
07.10 13:20:29 [Server] INFO Enabled link to plugin mcMMO for Groups, version 1.4.07-beta1-b2226
07.10 13:20:29 [Server] INFO Enabled link to plugin GroupManager for Groups, version 2.0 (2.11.1) (Phoenix)
07.10 13:20:29 [Server] INFO Loading strings file for English by Acru
07.10 13:20:29 [Server] INFO Ignoring linked plugins: [mcMMO]
07.10 13:20:29 [Server] INFO Custom lockable block list: [116, 84, 57, 145, 154]
07.10 13:20:29 [Server] INFO Detected craftbukkit build [2883] ok.
07.10 13:20:29 [Server] INFO Version 1.7.12 is being enabled! Yay! (Core version 1.3.7)
07.10 13:20:29 [Server] INFO Enabling Lockette v1.7.12
07.10 13:20:29 [Server] INFO Enabling Accessories v1.9.1-R3
07.10 13:20:29 [Server] INFO Plugin loaded successfully
07.10 13:20:29 [Server] INFO 0 Aliases loaded.
07.10 13:20:29 [Server] INFO Loading Aliases...
07.10 13:20:29 [Server] INFO Enabling AdminShop v0.4.1
07.10 13:20:24 [Server] INFO Purged accounts with default balance.
07.10 13:20:24 [Server] INFO [Vault][Economy] iConomy 7 hooked.
07.10 13:20:24 [Server] INFO Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
07.10 13:20:24 [Server] INFO Enabled (277 ms)
07.10 13:20:24 [Server] INFO Enabling iConomy v7.0
07.10 13:20:24 [Server] INFO AntiBuild v2.9 enabled!
07.10 13:20:24 [Server] INFO Enabling AntiBuild v2.9
07.10 13:20:24 [Server] INFO Plugin aAntiSpam by OAriO Aktiviert !
07.10 13:20:24 [Server] INFO Enabling aAntiSpam v1.0.0
07.10 13:20:24 [Server] INFO Plugin v1.4 developped by Cybroken!
07.10 13:20:24 [Server] INFO Plugin v1.4 enabled!
07.10 13:20:24 [Server] INFO Enabling PW_Warps v1.4
07.10 13:20:11 [Server] INFO [Punishmental]: Commands READY
07.10 13:20:11 [Server] WARNING §a[Punishmental] Lag cheker running
07.10 13:20:11 [Server] WARNING §a[Punishmental] Starting lag checker
07.10 13:20:11 [Server] INFO Registered Error Handler
07.10 13:20:11 [Server] INFO Enabling Punishmental v4.3
07.10 13:20:11 [Server] INFO at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:583)
07.10 13:20:11 [Server] INFO at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java:393)
07.10 13:20:11 [Server] INFO at net.minecraft.server.v1_6_R3.DedicatedServer.init(DedicatedServer.java:152)
07.10 13:20:10 [Server] INFO at net.minecraft.server.v1_6_R3.MinecraftServer.a(MinecraftServer.java:252)
07.10 13:20:10 [Server] INFO at net.minecraft.server.v1_6_R3.MinecraftServer.f(MinecraftServer.java:292)
07.10 13:20:10 [Server] INFO at net.minecraft.server.v1_6_R3.MinecraftServer.l(MinecraftServer.java:315)
07.10 13:20:10 [Server] INFO at org.bukkit.craftbukkit.v1_6_R3.CraftServer.enablePlugins(CraftServer.java:264)
07.10 13:20:10 [Server] INFO at org.bukkit.craftbukkit.v1_6_R3.CraftServer.loadPlugin(CraftServer.java:282)
07.10 13:20:10 [Server] INFO at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
07.10 13:20:10 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
07.10 13:20:10 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
07.10 13:20:10 [Server] INFO at com.sk89q.worldguard.bukkit.WorldGuardPlugin.onEnable(WorldGuardPlugin.java:162)
07.10 13:20:10 [Server] INFO at com.sk89q.worldguard.protection.GlobalRegionManager.preload(GlobalRegionManager.java:194)
07.10 13:20:10 [Server] INFO at com.sk89q.worldguard.protection.GlobalRegionManager.load(GlobalRegionManager.java:131)
07.10 13:20:10 [Server] INFO at java.util.concurrent.ConcurrentHashMap.put(Unknown Source)
07.10 13:20:10 [Server] INFO java.lang.NullPointerException
07.10 13:20:10 [Server] SEVERE Error occurred while enabling WorldGuard v5.8 (Is it up to date?)
07.10 13:20:10 [Server] SEVERE ... 33 more
07.10 13:20:10 [Server] SEVERE at com.mysql.jdbc.MysqlIO.(MysqlIO.java:292)
07.10 13:20:10 [Server] SEVERE at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254)
07.10 13:20:10 [Server] SEVERE at java.net.Socket.(Unknown Source)
07.10 13:20:10 [Server] SEVERE at java.net.Socket.(Unknown Source)
07.10 13:20:10 [Server] SEVERE at java.net.Socket.connect(Unknown Source)
07.10 13:20:10 [Server] SEVERE at java.net.Socket.connect(Unknown Source)
07.10 13:20:10 [Server] SEVERE at java.net.SocksSocketImpl.connect(Unknown Source)
07.10 13:20:10 [Server] SEVERE at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
07.10 13:20:10 [Server] SEVERE at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
07.10 13:20:10 [Server] SEVERE at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
07.10 13:20:10 [Server] SEVERE at java.net.PlainSocketImpl.socketConnect(Native Method)
07.10 13:20:10 [Server] SEVERE Caused by: java.net.ConnectException: Connection refused
07.10 13:20:10 [Server] SEVERE ... 17 more
07.10 13:20:10 [Server] SEVERE at com.sk89q.worldguard.protection.databases.MySQLDatabase.load(MySQLDatabase.java:466)
07.10 13:20:10 [Server] SEVERE at com.sk89q.worldguard.protection.databases.MySQLDatabase.connect(MySQLDatabase.java:150)
07.10 13:20:10 [Server] SEVERE at java.sql.DriverManager.getConnection(Unknown Source)
07.10 13:20:10 [Server] SEVERE at java.sql.DriverManager.getConnection(Unknown Source)
07.10 13:20:10 [Server] SEVERE at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
07.10 13:20:10 [Server] SEVERE at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
07.10 13:20:10 [Server] SEVERE at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
07.10 13:20:10 [Server] SEVERE at java.lang.reflect.Constructor.newInstance(Unknown Source)
07.10 13:20:10 [Server] SEVERE at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
07.10 13:20:10 [Server] SEVERE at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
07.10 13:20:10 [Server] SEVERE at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
07.10 13:20:10 [Server] SEVERE at com.mysql.jdbc.JDBC4Connection.(JDBC4Connection.java:47)
07.10 13:20:10 [Server] SEVERE at com.mysql.jdbc.ConnectionImpl.(ConnectionImpl.java:794)
07.10 13:20:10 [Server] SEVERE at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
07.10 13:20:10 [Server] SEVERE at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
07.10 13:20:10 [Server] SEVERE at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334)
07.10 13:20:10 [Server] SEVERE at com.mysql.jdbc.MysqlIO.(MysqlIO.java:343)
07.10 13:20:10 [Server] SEVERE at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
07.10 13:20:10 [Server] SEVERE at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
07.10 13:20:10 [Server] SEVERE at java.lang.reflect.Constructor.newInstance(Unknown Source)
07.10 13:20:10 [Server] SEVERE at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
07.10 13:20:10 [Server] SEVERE at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
07.10 13:20:10 [Server] SEVERE at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
07.10 13:20:10 [Server] INFO The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
07.10 13:20:09 [Server] SEVERE Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
07.10 13:20:09 [Server] SEVERE at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:583)
07.10 13:20:09 [Server] SEVERE at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java:393)
07.10 13:20:09 [Server] SEVERE at net.minecraft.server.v1_6_R3.DedicatedServer.init(DedicatedServer.java:152)
07.10 13:20:09 [Server] SEVERE at net.minecraft.server.v1_6_R3.MinecraftServer.a(MinecraftServer.java:252)
07.10 13:20:09 [Server] SEVERE at net.minecraft.server.v1_6_R3.MinecraftServer.f(MinecraftServer.java:292)
07.10 13:20:09 [Server] SEVERE at net.minecraft.server.v1_6_R3.MinecraftServer.l(MinecraftServer.java:315)
07.10 13:20:09 [Server] SEVERE at org.bukkit.craftbukkit.v1_6_R3.CraftServer.enablePlugins(CraftServer.java:264)
07.10 13:20:09 [Server] SEVERE at org.bukkit.craftbukkit.v1_6_R3.CraftServer.loadPlugin(CraftServer.java:282)
07.10 13:20:09 [Server] SEVERE at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
07.10 13:20:09 [Server] SEVERE at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
07.10 13:20:09 [Server] SEVERE at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
07.10 13:20:09 [Server] SEVERE at com.sk89q.worldguard.bukkit.WorldGuardPlugin.onEnable(WorldGuardPlugin.java:162)
07.10 13:20:09 [Server] SEVERE at com.sk89q.worldguard.protection.GlobalRegionManager.preload(GlobalRegionManager.java:194)
07.10 13:20:09 [Server] SEVERE at com.sk89q.worldguard.protection.GlobalRegionManager.load(GlobalRegionManager.java:130)
07.10 13:20:09 [Server] SEVERE at com.sk89q.worldguard.protection.GlobalRegionManager.create(GlobalRegionManager.java:160)
07.10 13:20:09 [Server] SEVERE at com.sk89q.worldguard.protection.managers.RegionManager.load(RegionManager.java:60)
07.10 13:20:09 [Server] SEVERE at com.sk89q.worldguard.protection.databases.AbstractProtectionDatabase.load(AbstractProtectionDatabase.java:32)
07.10 13:20:09 [Server] SEVERE at com.sk89q.worldguard.protection.databases.MySQLDatabase.load(MySQLDatabase.java:468)
07.10 13:20:08 [Server] INFO The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
07.10 13:20:08 [Server] SEVERE com.sk89q.worldguard.protection.databases.ProtectionDatabaseException: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
07.10 13:20:08 [Server] INFO The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
07.10 13:20:08 [Server] SEVERE Failed to load regions from SQL Database jdbc:mysql://localhost/worldguard : com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure