Guest User

Server Log

a guest
Jul 22nd, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.22 KB | None | 0 0
  1. 2013-07-22 19:23:20 [INFO] Starting minecraft server version 1.6.2
  2. 2013-07-22 19:23:20 [INFO] Loading properties
  3. 2013-07-22 19:23:20 [INFO] Default game type: SURVIVAL
  4. 2013-07-22 19:23:20 [INFO] Generating keypair
  5. 2013-07-22 19:23:20 [INFO] Starting Minecraft server on *:25565
  6. 2013-07-22 19:23:20 [INFO] This server is running CraftBukkit version git-Bukkit-1.5.2-R1.0-27-gdc25312-b2815jnks (MC: 1.6.2) (Implementing API version 1.6.2-R0.1-SNAPSHOT)
  7. 2013-07-22 19:23:21 [INFO] [PermissionsEx] sql backend registered!
  8. 2013-07-22 19:23:21 [INFO] [PermissionsEx] file backend registered!
  9. 2013-07-22 19:23:21 [INFO] [PermissionsEx] PermissionEx plugin initialized.
  10. 2013-07-22 19:23:21 [INFO] [Broadcaster] Loading Broadcaster v2.5.1
  11. 2013-07-22 19:23:21 [INFO] [WorldEdit] Loading WorldEdit v5.5.6
  12. 2013-07-22 19:23:21 [INFO] [BukkitCompat] Loading BukkitCompat vR22A
  13. 2013-07-22 19:23:21 [INFO] [War] Loading War v1.7.3 (Doolittle)
  14. 2013-07-22 19:23:21 [INFO] [Vault] Loading Vault v1.2.25-b320
  15. 2013-07-22 19:23:21 [INFO] [PlotMe] Loading PlotMe v0.13b
  16. 2013-07-22 19:23:21 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.5
  17. 2013-07-22 19:23:21 [INFO] [PermissionsEx] Initializing file backend
  18. 2013-07-22 19:23:21 [INFO] Permissions file successfully reloaded
  19. 2013-07-22 19:23:21 [INFO] [Multiverse-Core] Loading Multiverse-Core v2.5-b666
  20. 2013-07-22 19:23:21 [INFO] [SupplySign] Loading SupplySign v1.9.8
  21. 2013-07-22 19:23:21 [INFO] [LogBlock] Loading LogBlock v1.70
  22. 2013-07-22 19:23:21 [INFO] [LogBlock] Connecting to username@jdbc:mysql://localhost:3306/minecraft...
  23. 2013-07-22 19:23:21 [INFO] ----- Bukkit Auto Updater -----
  24. 2013-07-22 19:23:21 [INFO] It appears that you're running a Development Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
  25. 2013-07-22 19:23:21 [INFO] If you would like to be kept informed about new Development Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'dev'.
  26. 2013-07-22 19:23:21 [INFO] With that set, you will be told whenever a new version is available for download, so that you can always keep up to date and secure with the latest fixes.
  27. 2013-07-22 19:23:21 [INFO] If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
  28. 2013-07-22 19:23:21 [INFO] ----- ------------------- -----
  29.  
  30. -------------------------------------------
  31. IGNORE THIS: I forgot to turn on XAMPP, so SQL couldn't connect :P
  32. --------------------------------------------
  33.  
  34. 2013-07-22 19:23:23 [SEVERE] [LogBlock] Error while fetching connection:
  35. com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  36.  
  37. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  38. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  39. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  40. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  41. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  42. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  43. at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
  44. at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:343)
  45. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334)
  46. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
  47. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
  48. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
  49. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  50. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  51. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  52. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  53. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  54. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  55. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
  56. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
  57. at java.sql.DriverManager.getConnection(Unknown Source)
  58. at java.sql.DriverManager.getConnection(Unknown Source)
  59. at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:72)
  60. at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:216)
  61. at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:63)
  62. at org.bukkit.craftbukkit.v1_6_R2.CraftServer.loadPlugins(CraftServer.java:244)
  63. at org.bukkit.craftbukkit.v1_6_R2.CraftServer.<init>(CraftServer.java:217)
  64. at net.minecraft.server.v1_6_R2.PlayerList.<init>(PlayerList.java:56)
  65. at net.minecraft.server.v1_6_R2.DedicatedPlayerList.<init>(SourceFile:11)
  66. at net.minecraft.server.v1_6_R2.DedicatedServer.init(DedicatedServer.java:106)
  67. at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:391)
  68. at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582)
  69. Caused by: java.net.ConnectException: Connection refused: connect
  70. at java.net.DualStackPlainSocketImpl.connect0(Native Method)
  71. at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
  72. at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  73. at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
  74. at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
  75. at java.net.PlainSocketImpl.connect(Unknown Source)
  76. at java.net.SocksSocketImpl.connect(Unknown Source)
  77. at java.net.Socket.connect(Unknown Source)
  78. at java.net.Socket.connect(Unknown Source)
  79. at java.net.Socket.<init>(Unknown Source)
  80. at java.net.Socket.<init>(Unknown Source)
  81. at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254)
  82. at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292)
  83. ... 24 more
  84. 2013-07-22 19:23:23 [INFO] [Questioner] Loading Questioner v0.6
  85. 2013-07-22 19:23:23 [INFO] [MyCommand] Loading MyCommand v3.9.2
  86. 2013-07-22 19:23:23 [INFO] [mcMMO] Loading mcMMO v1.4.06-b2121
  87. 2013-07-22 19:23:23 [INFO] [WorldGuard] Loading WorldGuard v5.7.3
  88. 2013-07-22 19:23:23 [INFO] [dynmap] Loading dynmap v1.8-786
  89. 2013-07-22 19:23:23 [INFO] [Essentials] Loading Essentials vDev2.12.26
  90. 2013-07-22 19:23:23 [INFO] [Citizens] Loading Citizens v2.0.9-SNAPSHOT (build 893)
  91. 2013-07-22 19:23:23 [INFO] [SilkSpawners] Loading SilkSpawners v3.3.2
  92. 2013-07-22 19:23:23 [INFO] [Towny] Loading Towny v0.84.0.0
  93. 2013-07-22 19:23:23 [INFO] [EssentialsSpawn] Loading EssentialsSpawn vDev2.12.26
  94. 2013-07-22 19:23:23 [INFO] [Multiverse-Portals] Loading Multiverse-Portals v2.5-b692
  95. 2013-07-22 19:23:23 [INFO] [ChestShop] Loading ChestShop v3.5
  96. 2013-07-22 19:23:23 [INFO] [MobArena] Loading MobArena v0.94.4.98
  97. 2013-07-22 19:23:23 [INFO] [Vault] Enabling Vault v1.2.25-b320
  98. 2013-07-22 19:23:23 [INFO] [Vault][Economy] Essentials Economy found: Waiting
  99. 2013-07-22 19:23:23 [INFO] [Vault][Permission] PermissionsEx found: Waiting
  100. 2013-07-22 19:23:23 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
  101. 2013-07-22 19:23:23 [INFO] [Vault][Chat] PermissionsEx found: Waiting
  102. 2013-07-22 19:23:23 [INFO] [Vault] Enabled Version 1.2.25-b320
  103. 2013-07-22 19:23:23 [INFO] [Vault][Economy] Essentials Economy hooked.
  104. 2013-07-22 19:23:23 [INFO] [Vault][Permission] PermissionsEx hooked.
  105. 2013-07-22 19:23:23 [INFO] [PlotMe] Enabling PlotMe v0.13b
  106. 2013-07-22 19:23:24 [INFO] §9[PlotMe] §r 5 plots loaded
  107. 2013-07-22 19:23:24 [INFO] [mcMMO] Enabling mcMMO v1.4.06-b2121
  108. 2013-07-22 19:23:24 [INFO] Preparing level "world"
  109. 2013-07-22 19:23:24 [INFO] Preparing start region for level 0 (Seed: -4088270094550553228)
  110. 2013-07-22 19:23:25 [INFO] Preparing start region for level 1 (Seed: -4088270094550553228)
  111. 2013-07-22 19:23:25 [INFO] Preparing start region for level 2 (Seed: -4088270094550553228)
  112. 2013-07-22 19:23:25 [INFO] [Broadcaster] Enabling Broadcaster v2.5.1
  113. 2013-07-22 19:23:25 [INFO] [Broadcaster] is now Enabled.
  114. 2013-07-22 19:23:25 [INFO] [WorldEdit] Enabling WorldEdit v5.5.6
  115. 2013-07-22 19:23:25 [INFO] WEPIF: Using the Bukkit Permissions API.
  116. 2013-07-22 19:23:25 [INFO] [BukkitCompat] Enabling BukkitCompat vR22A
  117. 2013-07-22 19:23:25 [INFO] McMyAdmin Compatibility Plugin version R22A started.
  118. 2013-07-22 19:23:25 [INFO] [War] Enabling War v1.7.3 (Doolittle)
  119. 2013-07-22 19:23:25 [INFO] [War] War v1.7.3 (Doolittle) is on.
  120. 2013-07-22 19:23:25 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.5
  121. 2013-07-22 19:23:25 [INFO] [PermissionsEx] Superperms support enabled.
  122. 2013-07-22 19:23:25 [INFO] [PermissionsEx] v1.19.5 enabled
  123. 2013-07-22 19:23:25 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  124. 2013-07-22 19:23:25 [INFO] [Vault][Chat] PermissionsEx_Chat hooked.
  125. 2013-07-22 19:23:25 [INFO] [Multiverse-Core] Enabling Multiverse-Core v2.5-b666
  126. 2013-07-22 19:23:25 [INFO] [Multiverse-Core] [AllPay] - Version 13.0 - hooked into Essentials Economy for Multiverse-Core v2.5-b666
  127. 2013-07-22 19:23:26 [INFO] Preparing start region for level 3 (Seed: 4464672979704813528)
  128. 2013-07-22 19:23:26 [INFO] Preparing start region for level 4 (Seed: 3044715680548105944)
  129. 2013-07-22 19:23:27 [INFO] [Multiverse-Core] 5 - World(s) loaded.
  130. 2013-07-22 19:23:27 [INFO] [Multiverse-Core] Version 2.5-b666 (API v18) Enabled - By Rigby, fernferret, lithium3141 and main--
  131. 2013-07-22 19:23:27 [INFO] [SupplySign] Enabling SupplySign v1.9.8
  132. 2013-07-22 19:23:27 [INFO] SupplySign: ShowErrorsInClient=true
  133. 2013-07-22 19:23:27 [INFO] SupplySign: FixSignOnSignGlitch=SupplySignOnly
  134. 2013-07-22 19:23:27 [INFO] SupplySign: AllowNonOpAccess=false
  135. 2013-07-22 19:23:27 [INFO] SupplySign loaded 975 items.
  136. 2013-07-22 19:23:27 [INFO] SupplySign loaded 16 kits from kits.yml.
  137. 2013-07-22 19:23:27 [INFO] SupplySign version 1.9.8 is enabled!
  138. 2013-07-22 19:23:27 [INFO] [LogBlock] Enabling LogBlock v1.70
  139. 2013-07-22 19:23:27 [INFO] [Questioner] Enabling Questioner v0.6
  140. 2013-07-22 19:23:27 [INFO] [Questioner] v0.6 - Enabled
  141. 2013-07-22 19:23:27 [INFO] [MyCommand] Enabling MyCommand v3.9.2
  142. 2013-07-22 19:23:27 [INFO] =-=-=-=-=-=-=-=-=-=-=-MyCommand-=-=-=-=-=-=-=-=-=-=-=-=
  143. 2013-07-22 19:23:27 [INFO] = Vault : Ok. Hooked MyCommand Vault
  144. 2013-07-22 19:23:27 [INFO] = Spout : Not detected. Disabling spout feature.
  145. 2013-07-22 19:23:27 [INFO] = Config : Ready | Custom Commands : 20
  146. 2013-07-22 19:23:27 [INFO] = Version: 3.9.2
  147. 2013-07-22 19:23:27 [INFO] = Author : MRI a.k.a Ivanpro
  148. 2013-07-22 19:23:27 [INFO] = Status : Active
  149. 2013-07-22 19:23:27 [INFO] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  150. 2013-07-22 19:23:27 [INFO] [WorldGuard] Enabling WorldGuard v5.7.3
  151. 2013-07-22 19:23:27 [INFO] [WorldGuard] (world) TNT ignition is PERMITTED.
  152. 2013-07-22 19:23:27 [INFO] [WorldGuard] (world) Lighters are PERMITTED.
  153. 2013-07-22 19:23:27 [INFO] [WorldGuard] (world) Lava fire is blocked.
  154. 2013-07-22 19:23:27 [INFO] [WorldGuard] (world) Fire spread is UNRESTRICTED.
  155. 2013-07-22 19:23:27 [INFO] [WorldGuard] Loaded configuration for world 'world'
  156. 2013-07-22 19:23:27 [INFO] [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  157. 2013-07-22 19:23:27 [INFO] [WorldGuard] (world_nether) Lighters are PERMITTED.
  158. 2013-07-22 19:23:27 [INFO] [WorldGuard] (world_nether) Lava fire is blocked.
  159. 2013-07-22 19:23:27 [INFO] [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  160. 2013-07-22 19:23:27 [INFO] [WorldGuard] Loaded configuration for world 'world_nether'
  161. 2013-07-22 19:23:27 [INFO] [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  162. 2013-07-22 19:23:27 [INFO] [WorldGuard] (world_the_end) Lighters are PERMITTED.
  163. 2013-07-22 19:23:27 [INFO] [WorldGuard] (world_the_end) Lava fire is blocked.
  164. 2013-07-22 19:23:27 [INFO] [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  165. 2013-07-22 19:23:27 [INFO] [WorldGuard] Loaded configuration for world 'world_the_end'
  166. 2013-07-22 19:23:27 [INFO] [WorldGuard] (Creative) TNT ignition is PERMITTED.
  167. 2013-07-22 19:23:27 [INFO] [WorldGuard] (Creative) Lighters are PERMITTED.
  168. 2013-07-22 19:23:27 [INFO] [WorldGuard] (Creative) Lava fire is blocked.
  169. 2013-07-22 19:23:27 [INFO] [WorldGuard] (Creative) Fire spread is UNRESTRICTED.
  170. 2013-07-22 19:23:27 [INFO] [WorldGuard] Loaded configuration for world 'Creative'
  171. 2013-07-22 19:23:27 [INFO] [WorldGuard] (Arenas) TNT ignition is PERMITTED.
  172. 2013-07-22 19:23:27 [INFO] [WorldGuard] (Arenas) Lighters are PERMITTED.
  173. 2013-07-22 19:23:27 [INFO] [WorldGuard] (Arenas) Lava fire is blocked.
  174. 2013-07-22 19:23:27 [INFO] [WorldGuard] (Arenas) Fire spread is UNRESTRICTED.
  175. 2013-07-22 19:23:27 [INFO] [WorldGuard] Loaded configuration for world 'Arenas'
  176. 2013-07-22 19:23:27 [INFO] [WorldGuard] 3 regions loaded for 'world'
  177. 2013-07-22 19:23:27 [INFO] [WorldGuard] 0 regions loaded for 'world_nether'
  178. 2013-07-22 19:23:27 [INFO] [WorldGuard] 0 regions loaded for 'world_the_end'
  179. 2013-07-22 19:23:27 [INFO] [WorldGuard] 0 regions loaded for 'Creative'
  180. 2013-07-22 19:23:27 [INFO] [WorldGuard] 2 regions loaded for 'Arenas'
  181. 2013-07-22 19:23:27 [INFO] [dynmap] Enabling dynmap v1.8-786
  182. 2013-07-22 19:23:27 [INFO] [dynmap] Using PermissionsEx 1.19.5 for access control
  183. 2013-07-22 19:23:27 [INFO] [dynmap] Extracted files upgraded
  184. 2013-07-22 19:23:28 [INFO] [dynmap] Loaded 21 shaders.
  185. 2013-07-22 19:23:28 [INFO] [dynmap] Loaded 82 perspectives.
  186. 2013-07-22 19:23:28 [INFO] [dynmap] Loaded 12 lightings.
  187. 2013-07-22 19:23:28 [INFO] [dynmap] Web server started on address 0.0.0.0:8123
  188. 2013-07-22 19:23:28 [INFO] [dynmap] version 1.8-786 is enabled - core version 1.8-1746
  189. 2013-07-22 19:23:28 [INFO] [dynmap] Loaded 3 maps of world 'world'.
  190. 2013-07-22 19:23:28 [INFO] [dynmap] Loaded 2 maps of world 'world_nether'.
  191. 2013-07-22 19:23:28 [INFO] [dynmap] Loaded 2 maps of world 'world_the_end'.
  192. 2013-07-22 19:23:28 [INFO] [dynmap] Loaded 3 maps of world 'Creative'.
  193. 2013-07-22 19:23:28 [INFO] [dynmap] Loaded 3 maps of world 'Arenas'.
  194. 2013-07-22 19:23:28 [INFO] [dynmap] Enabled
  195. 2013-07-22 19:23:28 [INFO] [Essentials] Enabling Essentials vDev2.12.26
  196. 2013-07-22 19:23:29 [INFO] Essentials: Using PermissionsEx based permissions.
  197. 2013-07-22 19:23:29 [INFO] [Citizens] Enabling Citizens v2.0.9-SNAPSHOT (build 893)
  198. 2013-07-22 19:23:29 [INFO] [SilkSpawners] Enabling SilkSpawners v3.3.2
  199. 2013-07-22 19:23:29 [INFO] [SilkSpawners] ErrorLogger is disabled, regardless of your settings to give the author enough time to update it!
  200. 2013-07-22 19:23:29 [INFO] [SilkSpawners] This feature will be available again in the near future!
  201. 2013-07-22 19:23:29 [INFO] [SilkSpawners] Spout not found. Disabling Spout features.
  202. 2013-07-22 19:23:29 [INFO] [SilkSpawners] AutoUpdater enabled
  203. 2013-07-22 19:23:29 [INFO] [Towny] Enabling Towny v0.84.0.0
  204. 2013-07-22 19:23:29 [INFO] ==================== Towny ========================
  205. 2013-07-22 19:23:29 [INFO] [Towny] Database: [Load] flatfile [Save] flatfile
  206. 2013-07-22 19:23:30 [INFO] [Towny] Using: PermissionsEX v1.19.5, Vault v1.2.25-b320, Essentials vDev2.12.26, Questioner v0.6
  207. 2013-07-22 19:23:30 [INFO] [Towny] Time until a New Day: 16 hours, 36 minutes, 30 seconds
  208. 2013-07-22 19:23:30 [INFO] =============================================================
  209. 2013-07-22 19:23:30 [INFO] [Towny] Version: 0.84.0.0 - Mod Enabled
  210. 2013-07-22 19:23:30 [INFO] =============================================================
  211. 2013-07-22 19:23:30 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn vDev2.12.26
  212. 2013-07-22 19:23:30 [INFO] [Multiverse-Portals] Enabling Multiverse-Portals v2.5-b692
  213. 2013-07-22 19:23:30 [INFO] [Multiverse-Portals] - Version 2.5-b692 Enabled - By Rigby and fernferret
  214. 2013-07-22 19:23:30 [INFO] [MVPLogging] 1 - Portals(s) loaded
  215. 2013-07-22 19:23:30 [INFO] [ChestShop] Enabling ChestShop v3.5
  216. 2013-07-22 19:23:30 [INFO] [ChestShop] Vault loaded - using Essentials Economy
  217. 2013-07-22 19:23:31 [INFO] [MobArena] Enabling MobArena v0.94.4.98
  218. 2013-07-22 19:23:31 [INFO] [MobArena] Loaded arena 'default'.
  219. 2013-07-22 19:23:31 [INFO] [MobArena] v0.94.4.98 enabled.
  220. 2013-07-22 19:23:31 [INFO] Server permissions file permissions.yml is empty, ignoring it
  221. 2013-07-22 19:23:32 [INFO] Done (7.588s)! For help, type "help" or "?"
  222. 2013-07-22 19:23:32 [SEVERE] Reached end of stream for null
  223. 2013-07-22 19:23:32 [SEVERE] Reached end of stream for null
  224. 2013-07-22 19:23:32 [INFO] [Citizens] Loaded 1 NPCs.
  225. 2013-07-22 19:23:32 [INFO] [MobArena] MobArena v0.95.4 is now available!
  226. 2013-07-22 19:23:32 [INFO] [MobArena] Your version: v0.94.4.98
  227. 2013-07-22 19:23:32 [SEVERE] Reached end of stream for /127.0.0.1
Advertisement
Add Comment
Please, Sign In to add comment