FTB Unleashed 1.1.3 to 1.1.4 help?

  • 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

tagged

New Member
Jul 29, 2019
5
0
0
Hello all!

I am fairly new to Linux but not so new to google! I downloaded the 1.1.4 Unleashed zip file, unziped it in my 1.1.3 directory and tried to launch, got an error "Error: Unable to access jarfile ftbserver.jar"
I tried changing permissions on that file, no help. I rebooted my linux machine, crated a new directory and tried to do a fresh install of 1.1.4, it would start launching and give me error codes, hang a sec, and go back to command line, it never created my server.properties file or truly loaded....

Ill post the log it created if it helps...

I guess, my main question is what is the proper way to upgrade from 1.1.3 to 1.1.4 for Unleashed (or how to I get Force Rods to work in 1.1.3)?

Thank you all for the help!
 

MigukNamja

New Member
Jul 29, 2019
2,202
0
0
When I upgrade, I save (backup/copy/move) the files I want to keep, such as the 'world' directory, white-list.txt, op.txt, server.properties, any configs I've changed, etc.,. and completely wipe the directory. I then unzip the new server in an empty directory (from scratch). Finally, I put back the files if they are meant to be put back as-is and for configs, I boot the new version from scratch so the new code can generate new configs, then I shutdown the server, and edit the configs to re-apply any changed I've made. For this reason, I usually don't make config changes unless I have to.

I followed this procedure for 1.1.3 to 1.1.4 this weekend and didn't have any issues. I did this previously for all other Unleashed versions and never had an issue, either. The server always booted up with my world as I left it.

AFAIK, Unleashed server is a simple .tar.gz archive that doesn't have an intelligent upgrade script. Removing old version and replacing with new is, I believe, the only supported upgraded procedure.
 

tagged

New Member
Jul 29, 2019
5
0
0
Ok, so made a new directlory, unzipped the 1.1.4 zip file (which I got from the Launcher app, selected 1.1.4 and then downloaded server, I do not have a direct link to the file in order to wget it....), rebooted.
chmod +x ServerStart.sh
./ServerStart.sh...... nothing
nano ServerStart.sh ... its blank.

sudo nano ServerStart.sh
java -Xms1G -Xmx2G -XX:permSize=512m -jar ftbserver.jar

Ran ./ServerStart.sh again. I get the following:

Code:
2013-10-06 21:22:17 [INFO] [ForgeModLoader] Forge Mod Loader version 5.2.23.738 for Minecraft 1.5.2 loading
2013-10-06 21:22:17 [INFO] [ForgeModLoader] Java is OpenJDK 64-Bit Server VM, version 1.7.0_25, running on Linux:amd64:3.5.0-34-generic, installed at /usr/lib/jvm/java-7-openjdk-amd64/jre
2013-10-06 21:22:17 [WARNING] [ForgeModLoader] The coremod cofh.asm.CoFHPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2013-10-06 21:22:17 [WARNING] [ForgeModLoader] The coremod codechicken.core.asm.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2013-10-06 21:22:17 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2013-10-06 21:22:17 [WARNING] [ForgeModLoader] The coremod denoflionsx.denLib.CoreMod.denLibCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2013-10-06 21:22:18 [INFO] [STDOUT] Adding Accesstransformer map: ccm_at.cfg
2013-10-06 21:22:18 [INFO] [STDOUT] Adding Accesstransformer map: pcc_at.cfg
2013-10-06 21:22:18 [INFO] [STDOUT] Adding Accesstransformer map: denLib_at.cfg
2013-10-06 21:22:20 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint d[removedincasesensitive]d
2013-10-06 21:22:20 [INFO] [STDERR] Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.io.FileNotFoundException: ./config/CodeChickenCore.cfg (Permission denied)
2013-10-06 21:22:20 [INFO] [STDERR]    at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:192)
2013-10-06 21:22:20 [INFO] [STDERR]    at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:147)
2013-10-06 21:22:20 [INFO] [STDERR]    at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:45)
2013-10-06 21:22:20 [INFO] [STDERR]    at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1367)
2013-10-06 21:22:20 [INFO] [STDERR] Caused by: java.lang.RuntimeException: java.lang.RuntimeException: java.io.FileNotFoundException: ./config/CodeChickenCore.cfg (Permission denied)
2013-10-06 21:22:20 [INFO] [STDERR]    at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:306)
2013-10-06 21:22:20 [INFO] [STDERR]    at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
2013-10-06 21:22:20 [INFO] [STDERR]    ... 3 more
2013-10-06 21:22:20 [INFO] [STDERR] Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: ./config/CodeChickenCore.cfg (Permission denied)
2013-10-06 21:22:20 [INFO] [STDERR]    at codechicken.core.config.ConfigFile.saveConfig(ConfigFile.java:134)
2013-10-06 21:22:20 [INFO] [STDERR]    at codechicken.core.config.ConfigTagParent.setComment(ConfigTagParent.java:70)
2013-10-06 21:22:20 [INFO] [STDERR]    at codechicken.core.config.ConfigFile.setComment(ConfigFile.java:70)
2013-10-06 21:22:20 [INFO] [STDERR]    at codechicken.core.asm.CodeChickenCorePlugin.call(CodeChickenCorePlugin.java:120)
2013-10-06 21:22:20 [INFO] [STDERR]    at codechicken.core.asm.CodeChickenCorePlugin.call(CodeChickenCorePlugin.java:1)
2013-10-06 21:22:20 [INFO] [STDERR]    at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:302)
2013-10-06 21:22:20 [INFO] [STDERR]    ... 4 more
2013-10-06 21:22:20 [INFO] [STDERR] Caused by: java.io.FileNotFoundException: ./config/CodeChickenCore.cfg (Permission denied)
2013-10-06 21:22:20 [INFO] [STDERR]    at java.io.FileOutputStream.open(Native Method)
2013-10-06 21:22:20 [INFO] [STDERR]    at java.io.FileOutputStream.<init>(FileOutputStream.java:212)
2013-10-06 21:22:20 [INFO] [STDERR]    at java.io.FileOutputStream.<init>(FileOutputStream.java:165)
2013-10-06 21:22:20 [INFO] [STDERR]    at java.io.PrintWriter.<init>(PrintWriter.java:263)
2013-10-06 21:22:20 [INFO] [STDERR]    at codechicken.core.config.ConfigFile.saveConfig(ConfigFile.java:130)
2013-10-06 21:22:20 [INFO] [STDERR]    ... 9 more


So, this is the same error I got before, I cannot tell why things would not boot. Any help would be great! Thanks all!