cassandra.bat -f - проблема для запуска cassandra в Windows 8.1 pro - PullRequest
1 голос
/ 26 апреля 2019

Я настраиваю Кассандру в Windows 8.1 Pro. Я пробовал с JDK 8, Open JDK 12 и JDK 12. Чего мне не хватает, чтобы установить Кассандру в Windows.

C:\apache\apache-cassandra-3.11.4\bin>cassandra.bat

Detected powershell execution permissions.  Running with enhanced startup scripts.
*---------------------------------------------------------------------*
*---------------------------------------------------------------------*

    WARNING!  Automatic page file configuration detected.
    It is recommended that you disable swap when running Cassandra
    for performance and stability reasons.

*---------------------------------------------------------------------*
*---------------------------------------------------------------------*
Failed 64-bit check. Re-running to get version from 32-bit
*---------------------------------------------------------------------*
*---------------------------------------------------------------------*

    WARNING! Detected a power profile other than High Performance.
    Performance of this node will suffer.
    Modify conf\cassandra.env.ps1 to suppress this warning.

*---------------------------------------------------------------------*
*---------------------------------------------------------------------*
Cassandra 3.0 and later require Java 8u40 or later.

Я ожидаю, что CASSANDRA должна начать.

1 Ответ

1 голос
/ 28 апреля 2019

Решил эту проблему, указав JAVA_HOME на jre1.8.0_212 / вместо jdk1.8.0_212 /.Я пытаюсь понять, почему он работает только с JRE 1.8, почему не работает расширенный JDK (JDK12).может кто-нибудь анализировал?

...