Problem Infinity Evolved FTBInfinity-2.2.2-1.7.10.zip Server not working

  • Thread starter Thread starter KevinB
  • Start date Start date
  • 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
K

KevinB

Guest
I'm using Java SE 8u66 and http://www.feed-the-beast.com/projects/ftb-infinity-evolved/files/2269309
I noticed in FTBInstall.bat it references a path that does not exist (libraries\net\minecraft\launchwrapper\1.11\launchwrapper-1.11.jar when it's actually 1.12)
I tried it stock, and with 1.12 and when running ServerStart.bat still get the same error.


java.exe -server -Xms512m -Xmx2048M -XX:PermSize=256m -d64 -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:
+CMSClassUnloadingEnabled -XX:ParallelGCThreads=2 -XX:MinHeapFreeRatio=5 -XX:Max
HeapFreeRatio=10 -jar FTBServer-1.7.10-1558.jar nogui
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256m; suppor
t was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: Using the ParNew young collector with
the Serial old collector is deprecated and will likely be removed in a future r
elease
A problem occurred running the Server launcher.java.lang.reflect.InvocationTarge
tException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.j
ava:43)
at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.
java:12)
Caused by: java.lang.NoClassDefFoundError: org/apache/logging/log4j/Level
at net.minecraft.launchwrapper.Launch.launch(Launch.java:94)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
... 6 more
Caused by: java.lang.ClassNotFoundException: org.apache.logging.log4j.Level
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 8 more


Starting normal 1.7.10 Minecraft works fine, as do many other FTB Packs.
 
Hello,

I am getting the same error and have been working on this for longer than I should have trying to get it fixed! Hopefully someone responds soon with a solution.
 
Did you run install script to download minecraft_server.${MCVER}.jar
 
Yes, the script needed --no-check-certificate to complete which I added.
Then it couldn't find the libraries\net\minecraft\launchwrapper\1.11\launchwrapper-1.11.jar since in the current version it's actually 1.12, so I edited that as well and it completed the download properly, but still did not boot(same error as above)
Without those fixes to the install script, it would download a 0kb minecraft_server jar as it couldn't validate the ssl certificate, and also unable to find the patch to launchwrapper.
 
Here is the error from the install script:
Code:
libraries\wget.exe -O libraries\net\minecraft\launchwrapper\1.11\launchwrapper-1.11.jar https://libraries.minecraft.net/net/minecraft/launchwrapper/1.11/launchwrapper-1.11.jar
libraries\net\minecraft\launchwrapper\1.11\launchwrapper-1.11.jar: No such file
or directory
 
Got it booting, was an issue with the jar locations, and possibly version of minecraft.
Almax, what's your jar locations and mod folders location look like?
 
Last edited:
Updated server files are being uploaded now.
 
Thanks, the script works now, but the server still shuts itself down. It generates all the proper folders and files(backups, asm, blueprints, hats and so on) so it's close, but something triggers it to stop or crash.
I've attached the fml-server log.

latest.log reports:
[01:39:21] [Server thread/INFO]: Starting minecraft server version 1.7.10

fml-junk-earlystartup.log
[01:37:52] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[01:37:52] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[01:37:52] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[01:39:14] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[01:39:14] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[01:39:14] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
 

Attachments

Are you sure you send correct log? fml-server-3.log's timestamps are mismatches with other logs
 
They are correct(From December 12th, around 26 hours ago from this reply), I did a fresh install when testing the latest version.
 
Anyone else having this issue?
If it's working for you, which version of Java are you using?
Are there any extra steps beyond double clicking FTBInstall.bat then ServerStart.bat when that has finished?
Solved, used an older version of Java 8.
 
Last edited: