【问题标题】:why I can not install Cassandra 3.11.10 even though I used JDK 1.8.0?为什么我使用 JDK 1.8.0 却无法安装 Cassandra 3.11.10?
【发布时间】:2022-04-02 13:03:57
【问题描述】:
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 虚拟机之外的本地代码中。 请参阅有问题的框架以了解报告错误的位置。

【问题讨论】:

标签: java-8 cassandra cassandra-3.0


【解决方案1】:

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

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2019-04-07
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2016-08-17
    • 2021-09-08
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多