Java JRE issue

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
lvxiaoning
Posts: 13
Joined: Sun Jul 10, 2022 10:33 pm America/New_York
Answers: 0

Java JRE issue

by lvxiaoning » Mon Aug 08, 2022 5:03 am America/New_York

Hello,
I have just installed SeaDAS 8.2 on Ubuntu 18.04
But when I run it, I have a fatal error message like below:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f34d2b72db9, pid=7643, tid=0x00007f343cc77700
#
# JRE version: Java(TM) SE Runtime Environment (8.0_201-b09) (build 1.8.0_201-b09)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.201-b09 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# V [libjvm.so+0x6c3db9] jni_IsInstanceOf+0x59
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /tmp/hs_err_pid7643.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#

Oracke Java JRE was already installed.
dell@dell-PowerEdge-R740:/tmp$ java -version
java version "1.8.0_212"
Java(TM) SE Runtime Environment (build 1.8.0_212-b10)
Java HotSpot(TM) 64-Bit Server VM (build 25.212-b10, mixed mode)

Do I need to install Java JDK too?
Thank you for your suggestions.

Regards.

Tags:

OB SeaDAS - xuanyang02
Subject Matter Expert
Subject Matter Expert
Posts: 509
Joined: Tue Feb 09, 2021 5:42 pm America/New_York
Answers: 1
Been thanked: 1 time

Re: Java JRE issue

by OB SeaDAS - xuanyang02 » Mon Aug 08, 2022 10:41 am America/New_York

Do you also see 'Failed to load module "canberra-gtk-module"' somewhere in your error message? If so, please see if this post is helpful viewtopic.php?p=11069

lvxiaoning
Posts: 13
Joined: Sun Jul 10, 2022 10:33 pm America/New_York
Answers: 0

Re: Java JRE issue

by lvxiaoning » Mon Aug 08, 2022 9:36 pm America/New_York

No, I haven't seen any other error messages, and I have tried the methods in the website. I installed this module.

OB SeaDAS - xuanyang02
Subject Matter Expert
Subject Matter Expert
Posts: 509
Joined: Tue Feb 09, 2021 5:42 pm America/New_York
Answers: 1
Been thanked: 1 time

Re: Java JRE issue

by OB SeaDAS - xuanyang02 » Tue Aug 09, 2022 10:10 am America/New_York

And you still get the same error message?

lvxiaoning
Posts: 13
Joined: Sun Jul 10, 2022 10:33 pm America/New_York
Answers: 0

Re: Java JRE issue

by lvxiaoning » Tue Aug 09, 2022 10:19 am America/New_York

Yes, the error message is the same, I have re-installed java many times, but it still doesn't work

gnwiii
Posts: 704
Joined: Fri Jan 29, 2021 5:51 pm America/New_York
Answers: 2
Has thanked: 1 time

Re: Java JRE issue

by gnwiii » Tue Aug 16, 2022 11:00 am America/New_York

lvxiaoning wrote: Mon Aug 08, 2022 5:03 am America/New_York Hello,
I have just installed SeaDAS 8.2 on Ubuntu 18.04
But when I run it, I have a fatal error message like below:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f34d2b72db9, pid=7643, tid=0x00007f343cc77700
#
# JRE version: Java(TM) SE Runtime Environment (8.0_201-b09) (build 1.8.0_201-b09)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.201-b09 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# V [libjvm.so+0x6c3db9] jni_IsInstanceOf+0x59
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /tmp/hs_err_pid7643.log
There might be some useful hints in the error report:

Code: Select all

/tmp/hs_err_pid*.log
. An internet searching with the details you have provided don't find anything relevant, but more details could help. Given that your JRE and OS versions have been around for a while,
lvxiaoning wrote: Tue Aug 09, 2022 10:19 am America/New_York Yes, the error message is the same, I have re-installed java many times, but it still doesn't work
How are you installing Java?

It might be helpful to see if ESA SNAP works for you.

Post Reply