Error after the new Update =(
- Kuxii
- Closed
- Thread is marked as Resolved.
-
-
You need to install Java 8 to solve this issue
-
-
The same error happens since the latest update (0.6.3.1),
Codehowever, a quick check (java -version) showed:
Quotejava version "1.7.0_91"
OpenJDK Runtime Environment (IcedTea 2.6.3) (7u91-2.6.3-1~deb8u1)
OpenJDK 64-Bit Server VM (build 24.91-b01, mixed mode)Just to get this right: the support of java7 has ended with the latest update, therefore to get the servers back online I HAVE to install java8?
-
Just for your info:
Using Debian is sometimes.. different, as "they" keep older stable versions,
so an ordinary apt-cache search openjdk will never show you a newer version..1) add the following line at the end of /etc/apt/sources.list
deb http://http.debian.net/debian jessie-backports main
Be warned.. from this moment on your system will accept BACKPORTS! (not backdoors )
2) run apt-get update
3) run apt-get install openjdk-8-jre-headless
(headless means WITHOUT GUI, so much smaller)A quick apt-get remove openjdk-7-jre-headless removes the "old" java7.
This changed my system to:
Quoteopenjdk version "1.8.0_66-internal"
OpenJDK Runtime Environment (build 1.8.0_66-internal-b17)
OpenJDK 64-Bit Server VM (build 25.66-b17, mixed mode)But alas! When I tried to start rising world there appeared even more errors in the log file!!
After a reboot everything went back working fineThanks to https://github.com/OpenTreeOfL…tes:-jessie-and-openjdk-8
Participate now!
Don’t have an account yet? Create a new account now and be part of our community!