Hello to the entire community,
I have completed the installation of the Mifos X platform 23.12.31, but the default credentials are incorrect:
Username: mifos
Password: password
I would like to ask for your assistance in resolving this issue.
Best regards,
SOME Fiarma Landry
_______________________________________________Greetings,
Can you provide full logs of apache fineract?
Are you running on Windows or Linux?
Database engine and version?
What’s the output of this URL?
https://localhost:8443/fineract-provider/actuator/health
Regards.
Honest Chirozva
Technical Consultant
Mifos-users mailing list
Mifos...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-users
That is my terminal when I run ./bin/catalina.sh runYes i follow the installation guide :and also do like you suggested me but I have these issues:That is the issue i get then I use this url : http://localhost:8443/fineract-provider/actuator/healthThat is the issue when i run this: http://localhost:8080/#/loginI have incorrect identification using default user: mifos and default password: passwordLe mer. 28 févr. 2024 à 04:18, Honest Chirozva <hon...@taatconsulting.com> a écrit :Hi,
Confirm with me that you followed this steps precisely
Run this url on browser and check to check if the API is UP
http://localhost:8080/fineract-provider/actuator/health
If it does not return status: UP means that either backend (fineract API) is not running or its running on a different port number.
To fix this,
- navigate to the apache-tomcat directory
- Open terminal on the apache-tomcat directory and run the following commands
$ nano ./bin/setenv.sh
paste the following contents
export FINERACT_DEFAULT_TENANTDB_PWD=skdcnwauicn2ucnaecasdsajdnizucawencascdcaexport FINERACT_HIKARI_PASSWORD=skdcnwauicn2ucnaecasdsajdnizucawencascdca
export FINERACT_SERVER_SSL_ENABLED=false
export FINERACT_SERVER_PORT=8080
$ ctrl + s (to save)
$ ctrl + x (to exit)
Restart tomcat
$ ./bin/shutdown.sh
$ ./bin/startup.sh
Wait a couple of minutes (5min) for the server to startup then check that url again http://localhost:8080/fineract-provider/actuator/health
If status is UP then go ahead and try your login