Hi,

Confirm with me that you followed this steps precisely

https://mifosforge.jira.com/wiki/spaces/docs/pages/3506765827/Mifos+X+Platform+23.12.31+-+Installation+Instructions+on+Linux+Ubuntu+22.04+LTS

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,

  1.  navigate to the apache-tomcat directory
  2.  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=skdcnwauicn2ucnaecasdsajdnizucawencascdca

export 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

Regards.

Honest Chirozva
Technical Consultant

From: Fiarma<mailto:fiarmas...@gmail.com>
Sent: Wednesday, 28 February 2024 10:36
To: A good place to start for users or folks new to 
Mifos.<mailto:mifos-users@lists.sourceforge.net>
Subject: Re: [Mifos-users] Request for assistance

Last Time, I try installation using docker and docker composé but I couldn't 
connect to this URL that you talking about in your mail

Le mer. 28 févr. 2024 à 08:32, Fiarma 
<fiarmas...@gmail.com<mailto:fiarmas...@gmail.com>> a écrit :
Good morning.

I am running on Ubuntu 22.4.
Thé database that I use IS mariaDB 11.4

Le mer. 28 févr. 2024 à 08:13, Honest Chirozva 
<hon...@taatconsulting.com<mailto:hon...@taatconsulting.com>> a écrit :
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-users@lists.sourceforge.net<mailto:Mifos-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/mifos-users

_______________________________________________
Mifos-users mailing list
Mifos-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-users

Reply via email to