JAVA 8 Linux Ubuntu Server (minecraft) Crash

tad0701

Prominent
Dec 23, 2017
4
0
510
Linux (ubuntu) Java Server crash problem. Log in pastebin https://pastebin.com/m8Ww9zjs Long story short problematic frame V [libjvm.so+0x60ee2d] Any help is appreciated also note I'm not very good with linux commands so if any terminal lines are given please could you give them fully :)
 
Solution

takochako

Prominent
Jul 25, 2017
50
0
660


You need to reinstall Java. Don't use OpenJDK, I had the exact same problem just a few days ago. Follow this guide to remove OpenJDK and install the official version of Java. It has all the commands you'll need written down in order with each step. In fact, I used this exact guide to install Java on my headless server after 2 days of troubleshooting.
https://www.wikihow.com/Install-Oracle-Java-on-Ubuntu-Linux
 

tad0701

Prominent
Dec 23, 2017
4
0
510

I've followed the instructions and I still seem to get a Java error still on the server
https://pastebin.com/L0718kRt
Here is the error
Any ideas?
 

takochako

Prominent
Jul 25, 2017
50
0
660


Are you sure you installed Java JRE, and not JDK? Also, could you upload the log located at /home/tom/Downloads/atl/Servers/ResonantRise_3403/hs_err_pid20884.log?
 

tad0701

Prominent
Dec 23, 2017
4
0
510

Yeh this is definitely JRE. Tho we did Java 8 not 7 if thats an issue? Didn't find any links for Java 7 thought it wouldn't change much?
https://pastebin.com/0VkGMzLg For log

 

takochako

Prominent
Jul 25, 2017
50
0
660


Hm... SIGSEGV errors are problems with the JRE itself, so the only way to fix them is to use a different version of the JRE. I'm using the Java 9.0.4+11 JRE. I'd try to install that and see if it works (you might have to uninstall Java 8). Here's the link to the download.

http://www.oracle.com/technetwork/java/javase/downloads/jre9-downloads-3848532.html

Let me know if it works or if you need more help!
 
Solution