Advertisement
Guest User

java.util.ConcurrentModificationException

a guest
Jun 29th, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. 2012-06-29 23:05:06 [INFO] [BringBackTheEnd] All alone!
  2. 2012-06-29 23:05:06 [INFO] World setti_the_end is alone.
  3. 2012-06-29 23:05:06 [INFO] Unloaded spawn from memory for world: setti_the_end
  4. 2012-06-29 23:05:06 [INFO] Looking for dragon life in world setti_the_end...
  5. 2012-06-29 23:05:06 [SEVERE] java.util.ConcurrentModificationException
  6. 2012-06-29 23:05:06 [SEVERE] at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:819)
  7. 2012-06-29 23:05:06 [SEVERE] at java.util.ArrayList$Itr.next(ArrayList.java:791)
  8. 2012-06-29 23:05:06 [SEVERE] at net.minecraft.server.World.tickEntities(World.java:1174)
  9. 2012-06-29 23:05:06 [SEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:560)
  10. 2012-06-29 23:05:06 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:461)
  11. 2012-06-29 23:05:06 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
  12. 2012-06-29 23:05:06 [SEVERE] Unexpected exception
  13. java.util.ConcurrentModificationException
  14. at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:819)
  15. at java.util.ArrayList$Itr.next(ArrayList.java:791)
  16. at net.minecraft.server.World.tickEntities(World.java:1174)
  17. at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:560)
  18. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:461)
  19. at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
  20. 2012-06-29 23:05:06 [INFO] No dragon was found!
  21. 2012-06-29 23:05:06 [INFO] Clearing and Regenerating chunks...
  22. 2012-06-29 23:05:06 [INFO] The End is being reset (setti_the_end).
  23. 2012-06-29 23:05:06 [INFO] Any attempts to access to that world will teleport to spawn!
  24. 2012-06-29 23:05:07 [INFO] Chunks marked for unloading.
  25. 2012-06-29 23:05:07 [INFO] Done with world setti_the_end.
  26. 2012-06-29 23:05:07 [INFO] The End (setti_the_end) has been reset!
  27. 2012-06-29 23:05:07 [INFO] You may now access it again.
  28. 2012-06-29 23:05:07 [INFO] [BringBackTheEnd] World setti_the_end done.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement