Server starting problems (Linux)

  • Thread starter Kristoffer Muller
  • 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
K

Kristoffer Muller

Guest
Title Server starting problems (Linux)

Launcher Type Server

Modpack FTB Infinty Evolved

Modpack version 2.6.0

Have you modified the pack? No

Link to log file http://pastebin.com/JRX8wH72

Details of the issue When I start the server the console gives me this message which is in the link. I have the latest version of java(build 1.8.0_102-b14) and it still says that i should update to 1.8 or a newer version.

I have Windows 7 64-bit and its a home server which I control via putty
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
I personally use openjdk 8 instead of oracle java 8 and it has been a while since I had to change the path for java thus I had google myself. Anyway, according to https://www.digitalocean.com/commun...install-oracle-java-on-a-debian-or-ubuntu-vps
you need to run these commands
Code:
update-alternatives --install /usr/bin/java java /opt/jdk/jdk1.8.0_05/bin/java 100
update-alternatives --install /usr/bin/javac javac /opt/jdk/jdk1.8.0_05/bin/javac 100
 
  • Like
Reactions: Kristoffer Muller
K

Kristoffer Muller

Guest
I personally use openjdk 8 instead of oracle java 8 and it has been a while since I had to change the path for java thus I had google myself. Anyway, according to https://www.digitalocean.com/commun...install-oracle-java-on-a-debian-or-ubuntu-vps
you need to run these commands
Code:
update-alternatives --install /usr/bin/java java /opt/jdk/jdk1.8.0_05/bin/java 100
update-alternatives --install /usr/bin/javac javac /opt/jdk/jdk1.8.0_05/bin/javac 100
That helped! Now my server is running! Thanks for the help :)