Java JRE issue
-
- Posts: 15
- Joined: Sun Jul 10, 2022 10:33 pm America/New_York
Java JRE issue
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.
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:
-
- Subject Matter Expert
- Posts: 595
- Joined: Tue Feb 09, 2021 5:42 pm America/New_York
- Been thanked: 1 time
Re: Java JRE issue
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
-
- Posts: 15
- Joined: Sun Jul 10, 2022 10:33 pm America/New_York
Re: Java JRE issue
No, I haven't seen any other error messages, and I have tried the methods in the website. I installed this module.
-
- Subject Matter Expert
- Posts: 595
- Joined: Tue Feb 09, 2021 5:42 pm America/New_York
- Been thanked: 1 time
-
- Posts: 15
- Joined: Sun Jul 10, 2022 10:33 pm America/New_York
Re: Java JRE issue
Yes, the error message is the same, I have re-installed java many times, but it still doesn't work
Re: Java JRE issue
There might be some useful hints in the error report: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
Code: Select all
/tmp/hs_err_pid*.log
How are you installing Java?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
It might be helpful to see if ESA SNAP works for you.
Re: Java JRE issue
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
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