Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/cassandra/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在Windows上启动Cassandra时出现致命Java错误_Cassandra - Fatal编程技术网

在Windows上启动Cassandra时出现致命Java错误

在Windows上启动Cassandra时出现致命Java错误,cassandra,Cassandra,当我从cmd使用Cassandra-f启动Cassandra 3.11.6时,我得到一个错误 # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000010014ed4, pid=29376, tid=0x0000000000007aa4 # # JRE version: Java(TM) SE

当我从
cmd
使用
Cassandra-f
启动Cassandra 3.11.6时,我得到一个错误

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000010014ed4, pid=29376, tid=0x0000000000007aa4
#
# JRE version: Java(TM) SE Runtime Environment (8.0_281-b09) (build 1.8.0_281-b09)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.281-b09 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\MChadha\Documents\manu\apache-cassandra-3.11.6-for-scalardb\bin\hs_err_pid29376.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版本是

java version "1.8.0_281"
Java(TM) SE Runtime Environment (build 1.8.0_281-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.281-b09, mixed mode)

您没有提到Windows版本。但是,您可以检查Java是否是中提到的bug


或者尝试在Windows环境中启用迷你转储。

Java问题。我在使用Java1.8.0_271时也遇到了同样的错误。必须降级到1.8.0_251才能正常工作