Hi everyone, I ran the following commands below which built successfully.
1. ./gradlew migrateTenantListDB -PdbName=mifosplatform-tenants 2. ./gradlew migrateTenantDB -PdbName=mifostenant-default Upon running *gradlew tomcatRunWar* I get the following error https://pastebin.com/ExQZEG6c >From the following error message. I think the connection to mysql-server is not obtained but i am confused cause i just ran the migrations and it actually populated my database which shows the fineract app actually communicates with my database. Please can anyone help me figure this out? Thanks Mua.
