Glass Fish asadmin start-domain fails - java

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.

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.

Weka not launching. only black screen then disappears

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.

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

JavaFX EXCEPTION_ACCESS_VIOLATION

I have a problem with JavaFX desktop application, specifically with 3d rendering functionalities.
Every time I try to build and launch JavaFX application, JVM crshes and I get error similiar to following one:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000000000000, pid=8440, tid=9008
#
# JRE version: Java(TM) SE Runtime Environment (7.0_51-b13) (build 1.7.0_51-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.51-b03 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C 0x0000000000000000
#
# 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:
# D:\apps\desktop\hs_err_pid8440.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Entire log: http://pastebin.com/FC6NfVjF
I tried different java version (1.7_51, 1.7_60, as well as 1.8_5), I tried updating graphic card drivers.
Some project does launch, but as soon as I want to display some 'more complicated' effects (i.e. hovering a button), I get the same exception.
Judging from the stacktrace, I believe it has something to do with directX.
j com.sun.prism.d3d.D3DVertexBuffer.nDrawIndexedQuads(J[F[BI)I+0
j com.sun.prism.d3d.D3DVertexBuffer.drawQuads(I)V+13
j com.sun.prism.impl.VertexBuffer.flush()V+12
I'm working on machine with Windows 8.1 and DirectX 11. Probably it won't help, but here I'm also pasting DirectX Diagnostic Tool log:
http://pastebin.com/giN4AFv4
Thanks for any input.
The crash has happened inside C:\Windows\system32\igdumdim64.dll at offset 0xe5fe9.
This library is a part of Intel HD Graphics Driver.
Here is a quick tip how to find this from the crash log.
# Problematic frame:
# C 0x0000000000000000
Zero instruction pointer means there was an indirect call, and the target address happened to be NULL. The return address for this call is likely to be on the top of stack.
Top of Stack: (sp=0x000000000ef4d398)
0x000000000ef4d398: 00007ffb308b5fe9 000000000e979800
00007ffb308b5fe9 is the saved return address. Let's find the range it belongs to.
Dynamic libraries:
...
0x00007ffb307d0000 - 0x00007ffb31019000 C:\Windows\system32\igdumdim64.dll
Find the offset in the library by subtracting the base address:
0x00007ffb308b5fe9 - 0x00007ffb307d0000 = 0xe5fe9
Next, having the dll in hand, we can disassemble it and figure out the exact function at the given offset.
P.S.
There is also a Windows-specific Java flag -XX:+CreateMinidumpOnCrash that helps to produce a more meaningful crash dump for analysis.

Categories

Resources