Failure to start

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Shining_KoW210

New Member
Jul 29, 2019
1
0
0
I am trying to run the Monster FTB server and I keep getting the same error on two different local machines.

The first machine is running Debian with Oracle Java, not OpenJDK.

The second machine is running Windows 8.1 with the latest Java.

I have tried this guide for Linux - http://forum.feed-the-beast.com/threads/johnleys-fast-and-easy-server-setup-guide.1290/

and I have tried running the batch file on my Windows machine and I get the same error message on each machine.

I have been running servers for years and haven't had this much trouble getting one to run. Thank you.

Code:
2014-12-21 20:56:10 [SEVERE] [ForgeModLoader] Unable to launch
java.util.ConcurrentModificationException
    at java.util.ArrayList$Itr.checkForComodification(Unknown Source)
    at java.util.ArrayList$Itr.remove(Unknown Source)
    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(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:48)
    at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:17)