Facing an issue with the combination of Cassandra 3.11.11 and Open JDK 11 [duplicate]
You have 2 issues:
- Windows clearly says you to execute
powershell Set-ExecutionPolicy Unrestricted
to be able to run the startup script - You're using Java 15 that is not supported by Cassandra 3.11 - it works only with Java 8, so you need to downgrade Java
P.S. I would recommend to run Cassandra in Docker on Windows - you'll avoid many problems, as Windows isn't very actively supported platform for Cassandra, and its support could be removed in the future.