Glassfish asadmin 启动域失败
Glass Fish asadmin start-domain fails
我安装了 Glass Fish 3.1.2 并且工作正常,但几天后我在尝试启动 Glass Fish 服务器时收到此错误消息
解决此问题的任何帮助
#
# 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.
#
这不会通过修改任何 GlassFish 配置来解决。问题是,如输出所述,在本机代码中的 JVM 外部。
在您粘贴的以
开头的内容下方应该有额外的输出
--------------- T H R E A D ---------------
下面应该有一个堆栈,其中包含有问题的帧:C [chtbrkg.dll+0x23bdc]
其中可能有更多信息可以帮助您确定错误所在,但这是 JVM 本身的一个非常低级的基本问题。平台明显发生了一些变化 - 也许 Windows 更新或类似的东西修改了 chtbrkg.dll
文件。
我安装了 Glass Fish 3.1.2 并且工作正常,但几天后我在尝试启动 Glass Fish 服务器时收到此错误消息
解决此问题的任何帮助
#
# 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.
#
这不会通过修改任何 GlassFish 配置来解决。问题是,如输出所述,在本机代码中的 JVM 外部。
在您粘贴的以
开头的内容下方应该有额外的输出--------------- T H R E A D ---------------
下面应该有一个堆栈,其中包含有问题的帧:C [chtbrkg.dll+0x23bdc]
其中可能有更多信息可以帮助您确定错误所在,但这是 JVM 本身的一个非常低级的基本问题。平台明显发生了一些变化 - 也许 Windows 更新或类似的东西修改了 chtbrkg.dll
文件。