无法启动 Glassfish 服务器
Can not start Glassfish server
当我尝试在 Netbeans 8.02 上 运行 我的 java Web 应用程序项目时,我不断收到此错误:
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007fff49cf42ec, pid=2768, tid=0x0000000000002860
#
# JRE version: Java(TM) SE Runtime Environment (8.0_111-b14) (build 1.8.0_111-b14)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.111-b14 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [chtbrkg.dll+0x242ec]
#
# 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\ZOOM IT\Downloads\Compressed\java_ee_sdk-7u2\glassfish4
\glassfish\domains\domain1\config\hs_err_pid2768.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.
# Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=192m; support was removed in 8.0
和this dialog box稍后。
我正在使用 windows 10。
java 版本“1.8.0_111”
Java(TM) SE 运行时环境(build 1.8.0_111-b14)
Java HotSpot(TM) 64 位服务器 VM(内部版本 25.111-b14,混合模式)
Cannot start GlassFish 4.1 from within Netbeans 8.0.1 Service area这个问题和占用端口有关,当然不是我的情况。
这不是 GlassFish 的问题。 Java 由于此 dll 文件的问题而失败:chtbrkg.dll
。在 Internet 上环顾四周,有一个 hint from a Minecraft forum that this is likely related to some kind of 3rd party software 并且有相当多的页面将该 DLL 与恶意软件相关联。
删除 DLL 并重试。
它看起来确实像某种病毒 chtbrkg.dll 这是详细信息 - greatis.com/blog/how-to/remove-uninstall-chtbrkg-dll-virus.h tm
该问题已在此处验证 Eclipse Mars 2 jvm crash
https://bugs.openjdk.java.net and closed as not an issue, here is the link https://bugs.openjdk.java.net/browse/JDK-8171850 也有同样的报道
请通过上述方法卸载病毒并尝试。
当我尝试在 Netbeans 8.02 上 运行 我的 java Web 应用程序项目时,我不断收到此错误:
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007fff49cf42ec, pid=2768, tid=0x0000000000002860
#
# JRE version: Java(TM) SE Runtime Environment (8.0_111-b14) (build 1.8.0_111-b14)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.111-b14 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [chtbrkg.dll+0x242ec]
#
# 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\ZOOM IT\Downloads\Compressed\java_ee_sdk-7u2\glassfish4
\glassfish\domains\domain1\config\hs_err_pid2768.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. # Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=192m; support was removed in 8.0
和this dialog box稍后。 我正在使用 windows 10。 java 版本“1.8.0_111” Java(TM) SE 运行时环境(build 1.8.0_111-b14) Java HotSpot(TM) 64 位服务器 VM(内部版本 25.111-b14,混合模式)
Cannot start GlassFish 4.1 from within Netbeans 8.0.1 Service area这个问题和占用端口有关,当然不是我的情况。
这不是 GlassFish 的问题。 Java 由于此 dll 文件的问题而失败:chtbrkg.dll
。在 Internet 上环顾四周,有一个 hint from a Minecraft forum that this is likely related to some kind of 3rd party software 并且有相当多的页面将该 DLL 与恶意软件相关联。
删除 DLL 并重试。
它看起来确实像某种病毒 chtbrkg.dll 这是详细信息 - greatis.com/blog/how-to/remove-uninstall-chtbrkg-dll-virus.h tm 该问题已在此处验证 Eclipse Mars 2 jvm crash https://bugs.openjdk.java.net and closed as not an issue, here is the link https://bugs.openjdk.java.net/browse/JDK-8171850 也有同样的报道 请通过上述方法卸载病毒并尝试。