当我使用以下cmd
命令(以管理员身份运行)在 Windows 计算机上运行 Cassandra 时:
powershell Set-ExecutionPolicy Unrestricted
我收到以下错误:
C:\Windows\system32>powershell Set-ExecutionPolicy Unrestricted C:\Windows\system32>cassandra -f Detected powershell execution permissions. Running with enhanced startup scripts. Error: Could not find or load main class agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=1414
由于我对 agentlib 不确定,所以我将以下环境变量添加到 Windows 系统变量中:
JVM_EXTRA_OPTS agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=1414"
问题仍然存在。也许有人遇到过同样的问题,可以为我提供帮助吗?
我使用 jdk1.8.0_171 和 Cassandra 3.11.2 。
卡桑德拉(Cassandra)运行良好:
powershell Set-ExecutionPolicy restricted
此警告除外:
警告! Powershell脚本执行不可用。请用 此用户帐户上的“ powershell Set-ExecutionPolicy Unrestricted” 运行具有全功能的cassandra 平台。
平台是 Windows 10