Thank you for your response Nasser. So part of the instruction for running the jar says:
The tenants database connection details are configured via environment variables (as with Docker container), e.g. like this: export FINERACT_HIKARI_PASSWORD=verysecret ... java -jar fineract-provider.jar But there's no clear instructions for setting the environment variables or where to even set them. Also when running the jar where does one deploy the Mifos community-app Frontend? TIA Regards On Mon, 14 Mar 2022, 9:21 am Nasser Kaze, <kazenas...@gmail.com> wrote: > Hi AirsayLongCon, > > The error suggests a problem with connection to your database. Fineract by > default tries to connect to the database with the credentials: user: “root” > password: “mysql”. > > Unless you’ve changed this setting in the project configuration, you want > to make sure your database root user has thesame password. > > Regards > Nasser > > > AirsayLongCon <airsaylong...@gmail.com> schrieb am Mo. 14. März 2022 um > 07:56: > >> Hello everyone, >> I am having some issues attempting to run the jar. When I run the >> following >> >> ```java -Dloader.path=. -jar >> fineract-provider/build/libs/fineract-provider.jar``` >> >> I get the following error in the attached file. >> >> How can I fix this? >> >> Regards >> Airsay >> >