Java JRE issue

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
lvxiaoning
Posts: 15
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: 595
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: 15
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: 595
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: 15
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: 711
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.

atul1245
Posts: 1
Joined: Wed Jun 14, 2023 3:17 am America/New_York
Answers: 0

Re: Java JRE issue

by atul1245 » Thu Jul 13, 2023 7:13 am America/New_York

If you are facing issues with Java Runtime Environment (JRE), here are a few common problems and their possible solutions:

Java not installed: If you encounter errors related to Java not being installed, you need to download and install the appropriate version of JRE for your operating system from the official Java website (https://www.java.com/).

Incorrect JRE version: Ensure that you have the correct version of JRE installed for the application you are trying to run. Different applications may require specific versions of Java, so check the application's documentation or requirements.

Path or environment variable issues: If you are experiencing issues related to the JRE path or environment variables, you may need to check and update the system's environment variables. Make sure the JRE installation directory is correctly set in the PATH variable.

JRE security settings: Some applications or websites may require specific JRE security settings to run. Ensure that the security settings are appropriately configured to allow the application to execute.

JRE conflicts: If you have multiple versions of Java installed, conflicts can arise. In such cases, you may need to uninstall older or incompatible versions of JRE and keep only the required version.

Reinstalling JRE: If you are still facing issues, try uninstalling the existing JRE and reinstalling it from scratch. This can help resolve any potential installation or corruption problems.

If you encounter specific error messages or have more details about the issue you are facing, it would be helpful to provide them for more targeted troubleshooting.



https://www.sevenmentor.com/java-training-classes-in-pune.php

Post Reply