Starting my own thread, mods please merge if this is related to something else and I don't understand that they are related ok?
Just tried with a manual download, as well as the download provided by the FTB launcher, cannot start up fresh on either osx or linux.
At first the server could not even generate a world, I saw errors about AromaBackup and disabled Aroma1997Core and AromaBackup, and can now generate a world but still immediately shuts down with a tick loop:
Code:
Time: 12/9/14 1:38 PM
Description: Exception in server tick loop
java.lang.NoClassDefFoundError: java/lang/ReflectiveOperationException
at mcp.mobius.pregen.TickHandler.foo(TickHandler.java:15)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_413_TickHandler_foo_ServerTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at cpw.mods.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:247)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:590)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Caused by: java.lang.ClassNotFoundException: java.lang.ReflectiveOperationException
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:106)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
Currently testing on OSX Yosemite with 16GB RAM and 1GB SSD. All I've done is added my username to whitelist and admins JSON files. Happy to share whatever information is needed to figure this out!