Unix [SOLVED] FTB Ultimate Server Setup (Lubuntu)

Status
Not open for further replies.

Andreschko

New Member
Jul 29, 2019
2
0
0
Hello community!

First of all, my first language is German, not English. So please excuse the strange English I am using ;-)

I tried to set up an FTB Ultimate Server on my Linaro Server (CPU is an ARM Processor), but it just won’t work. Here is my Problem:

1.) I created the folder /srv/ftb

2.) I downloaded the FTB Ultimate Server file (http://www.creeperrepo.net/direct/F...9/modpacks^Ultimate^1_1_2^Ultimate_Server.zip) and I unpacked it in the /srv/ftb folder

3.) I edited the ServerStart.sh to

java -Xms1024M -Xmx1024M -jar ftbserver.jar nogui

4.) chmod u+x ServerStart.sh

5.) sh ServerStart.sh

And here is the Problem (log file):

2014-01-19 03:28:53 [INFO] [ForgeModLoader] Forge Mod Loader version 4.7.35.556 for Minecraft 1.4.7 loading

2014-01-19 03:28:54 [INFO] [MiscPeripheralsASM] Initialized

2014-01-19 03:28:54 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/argo-2.25.jar

2014-01-19 03:28:55 [INFO] [ForgeModLoader] Download complete

2014-01-19 03:28:55 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar

2014-01-19 03:28:58 [INFO] [ForgeModLoader] Download complete

2014-01-19 03:28:58 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/asm-all-4.0.jar

2014-01-19 03:28:58 [INFO] [ForgeModLoader] Download complete

2014-01-19 03:28:58 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-147.jar

2014-01-19 03:29:00 [INFO] [ForgeModLoader] Download complete


And that’s it. No error at all, it just stops working.

I tried it as root and as a normal user (of course with chmod rights).
Also I tried to start the Server on my PC and copy the correct files to my server.

If I do that, the server stops at this point:

2014-01-19 03:31:21 [INFO] [ForgeModLoader] Forge Mod Loader version 4.7.35.556for Minecraft 1.4.7 loading

2014-01-19 03:31:22 [INFO] [MiscPeripheralsASM] Initialized


No error at all.


The strange thing is, my Minecraft Vanilla Server works fine, so it can’t be a Java issue (OpenJDK 6).


I tried it for hours now, but nothing works. And Google isn’t very helpful either…
I hope you have some advice! Thank you very much in advance.
 

JamiePhonic

New Member
Jul 29, 2019
404
0
0
you need a minimum of java 7 to run most of these modpacks
also, "java -Xms1024M -Xmx2048M -XX:PermSize=256m -XX:ReservedCodeCacheSize=512m -jar ftbserver.jar -nogui" should be what you use to start the server, else you may run into memory issues
 

Andreschko

New Member
Jul 29, 2019
2
0
0
Thank you very much! I never had trouble with OpenJDK, but it seems it has problems with my ARM Architecture and FTB.

I installed the Original Oracle Java 7 and it works perfectly fine!
 
Status
Not open for further replies.