RE: Cassandra 4.0.7 - issue - service not starting

2022-12-09 Thread Amit Patel via user
Resolved the issue : Issue was Java Security we have configured to allow only TLS 1.2 and above . Had to change to as per below. # cat java.security |grep TLS #jdk.tls.disabledAlgorithms=SSLv3, RC4, DH keySize, MD5withRSA < 2048, TLSv1, TLSv1.1 jdk.tls.disabledAlgorithms=SSLv3, DSA, RSA keySiz

RE: Cassandra 4.0.7 - issue - service not starting

2022-12-09 Thread Amit Patel via user
I found one of the link same issue. But not sure it is a guava library classpath issue in my case. Can anyone please have suggestions? Misleading error message in YamlConfigurationLoader.loadConfig(): "Invalid yaml" · Issue #334 · jsevellec/cassandra-unit · GitHub