首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >为什么即使我使用JDK 1.8.0也不能安装Cassandra 3.11.10?

为什么即使我使用JDK 1.8.0也不能安装Cassandra 3.11.10?
EN

Stack Overflow用户
提问于 2021-03-11 11:51:05
回答 1查看 349关注 0票数 1
代码语言:javascript
复制
WARN  [main] 2021-03-11 13:06:54,319 StartupChecks.java:169 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info.
INFO  [main] 2021-03-11 13:06:54,332 SigarLibrary.java:44 - Initializing SIGAR library
 A fatal error has been detected by the Java Runtime Environment:
  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000010014ed4, pid=2384, tid=0x0000000000004c34

 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:\Cassandra\apache-cassandra-3.11.10\bin\hs_err_pid2384.log

 If you would like to submit a bug report, please visit:
   http://bugreport.java.com/bugreport/crash.jsp

在本机代码中,该崩溃发生在Java虚拟机之外。查看有问题的框架,以便报告错误的位置。

EN

回答 1

Stack Overflow用户

发布于 2022-04-02 05:03:57

这是有关sigar库的问题。转到cassandra安装目录中的库部分。进入lib/sigar文件夹,将sigar 64-winnt.dll文件重命名为其他文件。我想这有一些问题。我不知道为什么要用它。但现在它在我的工作。谢谢你发帖。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/66581992

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档