windows 10 PC 中启动 cassandra 时出错
Error in starting cassandra in windows 10 PC
我已经下载了 Cassandra 软件并安装了依赖项,即 Python 和 Java。然后在cmd中我写了下面的命令。
C:\apache-cassandra-3.11.10\bin>cassandra
它给出了以下输出
WARNING! Powershell script execution unavailable.
Please use 'powershell Set-ExecutionPolicy Unrestricted'
on this user-account to run cassandra with fully featured
functionality on this platform.
Starting with legacy startup options
Starting Cassandra Server
Unrecognized VM option 'UseParNewGC'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
我的 java 版本是:
C:\apache-cassandra-3.11.10\bin>java --version
java 16 2021-03-16
Java(TM) SE Runtime Environment (build 16+36-2231)
Java HotSpot(TM) 64-Bit Server VM (build 16+36-2231, mixed mode, sharing)
Cassandra 3.11.10 是否支持 Java-16?
在 Powershell 中设置适当的执行策略。
Cassandra 3 仅适用于 Java 8 及更低版本。
您的另一种可能性是 运行 WSL 上的 Cassandra(Windows 子系统 Linux)。
我已经下载了 Cassandra 软件并安装了依赖项,即 Python 和 Java。然后在cmd中我写了下面的命令。
C:\apache-cassandra-3.11.10\bin>cassandra
它给出了以下输出
WARNING! Powershell script execution unavailable.
Please use 'powershell Set-ExecutionPolicy Unrestricted'
on this user-account to run cassandra with fully featured
functionality on this platform.
Starting with legacy startup options
Starting Cassandra Server
Unrecognized VM option 'UseParNewGC'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
我的 java 版本是:
C:\apache-cassandra-3.11.10\bin>java --version
java 16 2021-03-16
Java(TM) SE Runtime Environment (build 16+36-2231)
Java HotSpot(TM) 64-Bit Server VM (build 16+36-2231, mixed mode, sharing)
Cassandra 3.11.10 是否支持 Java-16?
在 Powershell 中设置适当的执行策略。
Cassandra 3 仅适用于 Java 8 及更低版本。
您的另一种可能性是 运行 WSL 上的 Cassandra(Windows 子系统 Linux)。