I am facing the same problem with docker. While building Fineract CN using docker-compose, Cassandra exits with error and provisioner shows error "Cannot connect to any host, retrying after ... ". It usually works for a few requests and then stops taking requests. I need to restart the services to make it work again. Any ideas about this?
On Fri, Jul 24, 2020 at 9:17 AM Saransh Sharma <[email protected]> wrote: > Cassandra needs to be on the same location or network check out our > terraform scripts, it's in the same network location. > > In docker it's however different, maybe we can help. > > Let me know. > > On Fri, 24 Jul 2020, 05:27 Giorgio Zoppi, <[email protected]> wrote: > >> >> Hello Gentlemen, >> >> I have created per testing in the context of the GSoc the following >> endpoints >> >> identity.enlistabank.com 2021 open >> office.enlistabank.com 2023 open >> provision.enlistabank.com 2020 open. >> >> These are instances of fineract-cn, last dev version. >> I had problems with docker, docker was not able to connect to cassandra. >> How can i pass the app.config with all properties inside the docker >> while building the container? >> i tried with cmd and specifying --spring.config.location=app.config but >> with no success. >> >> Any suggestions? >> BR, >> Giorgio >> >
