Weka not launching. only black screen then disappears - java

The below is the entry from the log file. Please help me resolve this problem.
A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ILLEGAL_INSTRUCTION (0xc000001d) at pc=0x000007fee5a85c01, pid=2208, tid=6024
#
# JRE version: Java(TM) SE Runtime Environment (10.0.1+10) (build 10.0.1+10)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (10.0.1+10, mixed mode, tiered, compressed oops, g1 gc, windows-amd64)
# Problematic frame:
# C [msvcr120.dll+0x95c01]
#
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.

I had a similar problem before on windows. You should probably be able to solve the issue by installing one of the older stable versions of Weka available here: https://www.cs.waikato.ac.nz/ml/weka/downloading.html
Also I recommend updating your Java version on Windows.

Related

Minecraft crashes on start with following stacktrace (Whats the best way of fixing it)

https://pastebin.com/2trkexp7
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000203004c7960, pid=12684, tid=17604
#
# JRE version: OpenJDK Runtime Environment Microsoft-32931 (17.0.3+7) (build 17.0.3+7-LTS)
# Java VM: OpenJDK 64-Bit Server VM Microsoft-32931 (17.0.3+7-LTS, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# Problematic frame:
# C 0x00000203004c7960
#
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# https://github.com/microsoft/openjdk/issues
#
Whats the best way of fixing that exception.
Happend on a clean windows 11 install.
I had the same error, for me it was graphics card drivers. If you have AMD 22.5.1 worked for me.

A fatal error has been detected by the Java Runtime Environment I have getting fatal error while installing cassandra

A fatal error has been detected by the Java Runtime Environment I have getting fatal error while installing cassandra
A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000010014ed4, pid=9436,
tid=0x0000000000000efc
#
# JRE version: Java(TM) SE Runtime Environment (8.0_261-b12) (build 1.8.0_261-b12)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.261-b12 mixed mode windows-amd64 compressed
oops)
# Problematic frame:
# C [sigar-amd64-winnt.dll+0x14ed4]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of
Windows
#
# An error report file with more information is saved as:
# C:\Users\Win10\hs_err_pid9436.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
Windows support was completely dropped in Cassandra 4.0 (CASSANDRA-16171). There are several known issues with running Cassandra on Windows so support was limited even in earlier versions of Cassandra.
The recommended workarounds are:
Deploy Cassandra in Docker
Deploy Cassandra in a VM using
software like VirtualBox
Deploy Cassandra in a Kubernetes cluster
with K8ssandra.io
Otherwise if you just want to learn how to build apps on Cassandra, Astra DB has a free tier and you can launch a cluster in 5 clicks. Cheers!
I had got the same problem. I solved that by downgrading the jdk-8u311 to the jdk-8u231.

Glass Fish asadmin start-domain fails

I installed Glass Fish 3.1.2 and I worked fine, but after some days I got this error message when I tried to start the Glass Fish server
any help to fix this issues
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007fefc1f3bdc, pid=6464, tid=5812
#
# JRE version: Java(TM) SE Runtime Environment (7.0_79-b15) (build 1.7.0_79-b15)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.79-b02 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [chtbrkg.dll+0x23bdc]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
This will not be fixed by modifying any GlassFish configuration. The problem is, as the output states, outside the JVM in native code.
There should be extra output below what you've pasted that begins with
--------------- T H R E A D ---------------
Underneath, there should be a stack which contains the problematic frame: C [chtbrkg.dll+0x23bdc]
There may be some more information in there to help you pin down what is wrong, but this is a very low-level fundamental problem with the JVM itself. Something has clearly changed with the platform - perhaps a Windows update or something similar has modified the chtbrkg.dll file.

EXCEPTION_ACCESS_VIOLATION with Problematic frame: #j

We have been getting the following hot spot error very frequently in recent past.
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000020dcfe8, pid=5104, tid=5724
#
# JRE version: 6.0_24-b07
# Java VM: Java HotSpot(TM) 64-Bit Server VM (19.1-b02 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# j com.company.common.Stack.getSomething(Ljava/util/ArrayList;Z)[Lcom/company/common/key/SomeKey;+61
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
we have not changed any part of the code in the recent past except for following changes
Windows upgraded from 32-bit to 64-bit
Java runtime upgraded from 32-bit to 64-bit
SQL server upgraded for 2005 to 2014.
Have no idea what is cause the issue. Can someone please help me. I can provide the full error dump if needed.
Have already searched the web but did not find much of information for
# Problematic frame:
# j
Couple be a possible JVM bug. Since you said you have been getting this exception frequently, try running for a while with the latest 1.6 patch (which you have to get through the archives) or try running on 1.7.

A fatal error has been detected by the Java Runtime Environment in Windows 10

I'm getting an error when try to open a Java Program in Windows 10.
Below I post the output log from my program:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff8bdd7466d, pid=5392, tid=5188
#
# JRE version: Java(TM) SE Runtime Environment (8.0_51-b16) (build 1.8.0_51-b16)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.51-b03 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [VBoxD3D9wddm.dll+0x466d]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
If someone can help me to find a solution for this, I would be very grateful.
Turn off the VM
In the settings of the VM, go into the "Display" section.
Uncheck "Enable 3D Acceleration"
Reboot

Categories

Resources