FTB Beyond server not starting up.

  • Thread starter Thread starter _Casanova
  • Start date Start date
  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.
  • 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
C

_Casanova

Guest
Title FTB Beyond server not starting up.

Launcher Type Server

Modpack Beyond

Modpack version

Have you modified the pack? No

Link to log file

Details of the issue I cannot get my Beyond server to start up on my Kubuntu 14.04 server. There are 3 separate jars and the only one that starts up is vanilla MC.

Im not completely inept when it comes to this. I have a personal Monster server that never gave me any issues like this.

Can someone please explain what I am doing wrong here?
 
Last edited by a moderator:
I am leaning towards there is wrong paths somewhere in the .sh files. Yay or nay?
 
I am leaning towards there is wrong paths somewhere in the .sh files. Yay or nay?
no

Did you accept the Eula (change false to true in eula.txt)?

If you run ServerStart.sh - it downloads files if necessary and then starts the right jar-file - did you do that, or did you try and start the server in some other way?

Also share your logs - use https://paste.feed-the-beast.com and get the log /logs/fml-server-latest.log - and give the link here to the paste.
 
Looks like a permissions issue on that folder. Sort that out, and try again.
 
All my permissions are set to read/write and modify for all groups. I deleted the files and redownloaded and am still getting the same errors in that log.
 
First thing.. Update your java to 1.8. Second, never log in and stay logged in as root. You should always log in as a regular user and run minecraft/ftb as that user. You really open your self up for a loot of root kits and other nasties by using the root account. Instead disable root's ability to login and then use sudo from your account only when you need elevated privilege.

One last question how are you running the ServerStart.sh? It needs to be drone from a terminal and you must be in that folder for it work. You should be typing: ./ServerStart.sh in order to launch the server. DO not use some file browser.
 
First thing.. Update your java to 1.8. Second, never log in and stay logged in as root. You should always log in as a regular user and run minecraft/ftb as that user. You really open your self up for a loot of root kits and other nasties by using the root account. Instead disable root's ability to login and then use sudo from your account only when you need elevated privilege.

One last question how are you running the ServerStart.sh? It needs to be drone from a terminal and you must be in that folder for it work. You should be typing: ./ServerStart.sh in order to launch the server. DO not use some file browser.

I cannot get java 8 to install properly. Java 7 installs with no issue.

I have ran the .sh as an executable and through the terminal and there is no difference. The terminal shows the same errors that the error log has.
 
Good choice. I've always use Ubuntu for my server. I'm in my 4th year of running it. Started on 14.04 and earlier this year I traded in the hardware for a newer setup and installed 16.04 on it.