This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem? 1.start with /itemfinder index while having 11 worlds to scan. 2.watch, as the server is crashing seconds after. 3.I think it will be a good idea, to make option for one world at a time. http://dev.bukkit.org/paste/9507/
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 [00:45:30 INFO]: Fungreenfox issued server command: /itemfinder index [00:46:35 ERROR]: The server has stopped responding! [00:46:35 ERROR]: Please report this to http://www.spigotmc.org/ [00:46:35 ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports [00:46:35 ERROR]: Spigot version: git-Spigot-1326 (MC: 1.7.2) [00:46:35 ERROR]: ------ [00:46:35 ERROR]: Server thread dump (Look for plugins here before reporting to Spigot!): [00:46:35 ERROR]: ------ [00:46:35 ERROR]: Current Thread: Server thread [00:46:35 ERROR]: PID: 15 | Suspended: false | Native: false | State: RUNNABLE [00:46:35 ERROR]: Stack: [00:46:35 ERROR]: java.io.WinNTFileSystem.list(Native Method) [00:46:35 ERROR]: java.io.File.list(Unknown Source) [00:46:35 ERROR]: java.io.File.listFiles(Unknown Source) [00:46:35 ERROR]: mamo.itemFinder.ItemFinder.getFilesToIndex(ItemFinder.java:250) [00:46:35 ERROR]: mamo.itemFinder.ItemFinder.getFilesToIndex(ItemFinder.java:229) [00:46:35 ERROR]: mamo.itemFinder.ItemFinder.onCommand(ItemFinder.java:71) [00:46:35 ERROR]: org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [00:46:35 ERROR]: org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:175) [00:46:35 ERROR]: org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchCommand(CraftServer.java:704) [00:46:35 ERROR]: net.minecraft.server.v1_7_R1.PlayerConnection.handleCommand(PlayerConnection.java:984) [00:46:35 ERROR]: net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:829) [00:46:35 ERROR]: net.minecraft.server.v1_7_R1.PacketPlayInChat.a(PacketPlayInChat.java:28) [00:46:35 ERROR]: net.minecraft.server.v1_7_R1.PacketPlayInChat.handle(PacketPlayInChat.java:65) [00:46:35 ERROR]: net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:147) [00:46:35 ERROR]: net.minecraft.server.v1_7_R1.ServerConnection.c(ServerConnection.java:77) [00:46:35 ERROR]: net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:700) [00:46:35 ERROR]: net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:273) [00:46:35 ERROR]: net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:562) [00:46:35 ERROR]: net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:469) [00:46:35 ERROR]: net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [00:46:35 ERROR]: ------ [00:46:35 ERROR]: Entire Thread Dump: [00:46:35 ERROR]: ------ [00:46:35 ERROR]: Current Thread: Chunk I/O Executor Thread-1 [00:46:35 ERROR]: PID: 106 | Suspended: false | Native: false | State: WAITING [00:46:35 ERROR]: Stack: [00:46:35 ERROR]: sun.misc.Unsafe.park(Native Method) [00:46:35 ERROR]: java.util.concurrent.locks.LockSupport.park(Unknown Source) [00:46:35 ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source) [00:46:35 ERROR]: java.util.concurrent.LinkedBlockingQueue.take(Unknown Source) [00:46:35 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source) [00:46:35 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [00:46:35 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [00:46:35 ERROR]: java.lang.Thread.run(Unknown Source) [00:46:35 ERROR]: ------ [00:46:35 ERROR]: Current Thread: pool-8-thread-1 [00:46:35 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source) [00:46:35 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [00:46:35 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [00:46:35 ERROR]: java.lang.Thread.run(Unknown Source) [00:46:35 ERROR]: ------ [00:46:35 ERROR]: Current Thread: Dynmap Render Thread [00:46:35 ERROR]: PID: 54 | Suspended: false | Native: false | State: WAITING [00:46:35 ERROR]: Stack: [00:46:36 ERROR]: net.minecraft.server.v1_7_R1.PacketPlayInChat.handle(PacketPlayInChat.java:65) [00:46:36 ERROR]: net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:147) [00:46:36 ERROR]: net.minecraft.server.v1_7_R1.ServerConnection.c(ServerConnection.java:77) [00:46:36 ERROR]: net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:700) [00:46:36 ERROR]: net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:273) [00:46:36 ERROR]: net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:562) [00:46:36 ERROR]: net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:469) [00:46:36 ERROR]: net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617)
To post a comment, please login or register a new account.