DW20 1.7.10 1.0.2 server tick loop on fresh install

  • 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

mitchitized

New Member
Jul 29, 2019
6
0
0
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!
 

mitchitized

New Member
Jul 29, 2019
6
0
0
Here's the crash report from a fresh attempt with 1.0.1. Also server tick loop.
 

Attachments

  • crash-2014-12-09_22.16.18-server.txt
    30.4 KB · Views: 99

mitchitized

New Member
Jul 29, 2019
6
0
0
Ok it was java related, had to figure out why the java preferences pane in osx said 1.8 when the console said 1.6... Ended up deleting everything and installing 1.7, all is good now.