问题:通过JAVA客户端远程安装系统挂载镜像失败
现象:因业务需要通过BMC系统远程给服务器重装系统,使用KVM方式远控时,挂载镜像失败,点击“虚拟介质”-“虚拟介质向导”后直接闪退。
原因分析:
查看日志,发现以下报错:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007fffa79a13c2, pid=4696, tid=0x0000000000002404
#
# JRE version: Java(TM) SE Runtime Environment (8.0_341-b10) (build 1.8.0_341-b10)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.341-b10 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [javacdromwrapper.dll+0x13c2]
#
# 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.
#
处理方法:在stackoverflow上找到一个回答:是64位java的问题,换32位即可。
标签:Java,b10,挂载,镜像,JAVA,客户端 From: https://www.cnblogs.com/CZMG/p/16772868.html