run the jar with java -jar ./server/build/libs/scassandra-server_2.11-0.11.1-SNAPSHOT-standalone.jar
This will result in
Exception in thread "main" java.lang.reflect.InvocationTargetException
Caused by: com.typesafe.config.ConfigException$Missing:
No configuration setting found for key 'scassandra.startup-timeout-ms'
How to reproduce:
./gradlew server:fatJar
java -jar ./server/build/libs/scassandra-server_2.11-0.11.1-SNAPSHOT-standalone.jar
This will result in
Environment: