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 <[email protected]> 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 >
