I'm encountering a puzzling error. Perhaps someone can offer some advice! I'm working with a brand-new machine running the latest update of Mac OS X (10.9.5). The latest version of Java is also installed (1.8). I installed MinecraftEdu 1.6.4, but I cannot launch the server. Upon attempting to launch the server with a new world or the tutorial world, it crashes immediately. The problem seems to be with loading the Forge mod, which is causing an Exception.
2014-10-11 17:49:45 [INFO] [ForgeModLoader] Forge Mod Loader version 6.4.45.1 337 for Minecraft 1.6.4 loading
2014-10-11 17:49:45 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_20, running on Mac OS X:x86_64:10.9.5, installed at /Library/Java/JavaVirtualMachines/jdk1.8.0_20.jdk/Contents/Home/jre
2014-10-11 17:49:45 [FINE] [ForgeModLoader] Java classpath at launch is minecraftedu_server.jar
2014-10-11 17:49:45 [FINE] [ForgeModLoader] Java library path at launch is /Users/robertswier/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
2014-10-11 17:49:45 [FINE] [ForgeModLoader] Enabling runtime deobfuscation
2014-10-11 17:49:45 [FINE] [ForgeModLoader] Instantiating coremod class FMLCorePlugin
2014-10-11 17:49:45 [FINE] [ForgeModLoader] Enqueued coremod FMLCorePlugin
2014-10-11 17:49:45 [FINE] [ForgeModLoader] Instantiating coremod class FMLForgePlugin
2014-10-11 17:49:45 [FINE] [ForgeModLoader] Enqueued coremod FMLForgePlugin
2014-10-11 17:49:45 [FINE] [ForgeModLoader] All fundamental core mods are successfully located
2014-10-11 17:49:45 [FINE] [ForgeModLoader] Discovering coremods
2014-10-11 17:49:45 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-10-11 17:49:45 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
2014-10-11 17:49:45 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-10-11 17:49:45 [SEVERE] [ForgeModLoader] Unable to launch
java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
at java.util.ArrayList$Itr.remove(ArrayList.java:865)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:114)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:48)
at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:17)
I find this troubling because I haven't made any modifications at all. I have simply installed the software on a new system, and it crashes right out of the box. The only thing I can think of is that Minecraft 1.6.4 and/or the Forge mod doesn't run on the latest version of Java. But that seems really unlikely to me, so I'm hoping someone else here might have some idea what is going on. Thank you in advance for any help!