I've been running FTB servers for a while, but this is the first time I'm trying to get a 1.7.10 server running. I worked through several new things, such as having to run the install script that grabs the official Minecraft jar, reading & editing the EULA (Must be a Microsoft thing :/) and such, and I'm at a point where I have a functioning DW20 1.7.10 server on CentOS 6.5 64-bit and JDK7u65. But only if I start it using the 'StartServer.sh' script. If I try to start it with McMyAdmin, it moves along through most of its motions, then it fails after a while of loading.
The final errors were:
Just going into the Minecraft directory and running the startserver.sh script and it starts fine. So it must be related to how McMyAdmin is starting the server.
What am I missing? It must be something stupid...
Related, from reading around, I know the max recommended memory on clients is 4GB - is this true of servers also, or should they be set higher?
Thanks
The final errors were:
Code:
Console : [20:07:12] [Server thread/ERROR] [TiCTooltips]: Skipping event FMLPreInitializationEvent and marking errored mod TiCTooltips since required dependency TConstruct has errored
Console : [20:07:12] [Server thread/ERROR] [TMechworks]: Skipping event FMLPreInitializationEvent and marking errored mod TMechworks since required dependency TConstruct has errored
Console : [20:07:15] [Server thread/ERROR] [WR-CBE|Addons]: Skipping event FMLPreInitializationEvent and marking errored mod WR-CBE|Addons since required dependency WR-CBE|Core has errored
Console : [20:07:15] [Server thread/ERROR] [WR-CBE|Logic]: Skipping event FMLPreInitializationEvent and marking errored mod WR-CBE|Logic since required dependency WR-CBE|Core has errored
Console : [20:08:21] [Server thread/INFO] [FML]: Applying holder lookups
Console : [20:08:28] [Server thread/INFO] [FML]: Holder lookups applied
Console : [20:08:28] [Server thread/ERROR] [FML]: Fatal errors were detected during the transition from PREINITIALIZATION to INITIALIZATION. Loading cannot continue
Just going into the Minecraft directory and running the startserver.sh script and it starts fine. So it must be related to how McMyAdmin is starting the server.
What am I missing? It must be something stupid...
Related, from reading around, I know the max recommended memory on clients is 4GB - is this true of servers also, or should they be set higher?
Thanks