I am trying to run an instance of Fineract CN, all on one VM, following the instructions on this page: https://cwiki.apache.org/confluence/display/FINERACT/How+to+build+Fineract+CN
I have made sure that I am the owner of all the files and directories and re-built Cassandra: sudo chown -fR simon: * and in the cassandra directory: ./gradlew publishToMavenLocal However, the embedded cassandra is not starting. It refers to a file cassandra-env.sh, but I can't find this file. The command: $ find . -name "cassandra-env*" returns nothing. Here is the error: $ java -Ddemoserver.provision=true -jar `find . -name demo-server-0.1.0-BUILD-SNAPSHOT.jar` | tee /tmp/runmifos JUnit version 4.12 . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v1.4.1.RELEASE) . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v1.4.1.RELEASE) .04:20:46.612 [pool-3-thread-1] ERROR o.a.cassandra.service.StartupChecks - cassandra.jmx.local.port missing from cassandra-env.sh, unable to start local JMX service. Simon
