You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@fineract.apache.org by Dele Attah <de...@avenirbank.com> on 2019/07/18 19:07:54 UTC

Installation Issue Ubuntu 18.04

Hi,
We are installing MifosX Fineract using Following configuration:
Ubuntu 18.04
Tomcat 9
MySQL 5.7

Java 11

Fineract source code downloaded from github, developer branch and latest 
commit shown.

    commit 908c5e3ad0a5d41183cbf9125ce7b0a062b4d6b1 (HEAD -> develop,
    origin/develop, origin/HEAD)
    Merge: f517f53b6 bcef09d7b
    Author: Awasum Yannick <aw...@apache.org>
    Date:   Tue Jul 16 14:55:51 2019 +0100

         Merge pull request #608 from vorburger/bump-OpenJPA-Version

         bump OpenJPA version from 2.4.1 to 2.4.3 for Java 11 compliance

Community App downloaded from github latest commit shown.

    commit cb1682456dba2fb0d23165972301a35433c4e851 (HEAD -> develop,
    origin/develop, origin/HEAD)
    Author: Awasum Yannick <aw...@apache.org>
    Date:   Tue Jul 16 17:09:55 2019 +0100

         fix broken Travis build (fixes #3111)

         see
    https://askubuntu.com/questions/722075/no-installation-candidate-for-libicu52-on-15-10

         and
    https://gist.github.com/telbiyski/ec56a92d7114b8631c906c18064ce620


We have created the initial database and restarted tomcat. The databases 
can be viewed using MySQL Workbench and were populated using data from

    /opt/mifos/fineract/fineract-db/mifospltaform-tenants-first-time-install.sql

    and

    /opt/mifos/fineract/fineract-provider/src/main/resources/sql/migrations/sample_data/load_sample_data.sql

We can access the manager screen and everything is running. See 
screenshot below.

http://mifos.avenirbank.com:8080/manager/html


If we try to access the community App
http://mifos.avenirbank.com:8080/
We cannot progress past the Loading MIFOSX.

Screenshot below.

A copy of server.xml is attached.



Re: Installation Issue Ubuntu 18.04

Posted by VIctor Romero <vi...@fintecheando.mx>.
Dele, 

Read the documents about the installation. If you go for non tested versions you have to improve your developer and infrastructure skills in order to solve the issues that you will face. 

If you are able to solve them we invite you to share your experience.

Regards

Victor

⁣Obtener BlueMail para Android ​

En 18 jul 2019 2:08 p. m., en 2:08 p. m., Dele Attah <de...@avenirbank.com> escribió:
>Hi,
>We are installing MifosX Fineract using Following configuration:
>Ubuntu 18.04
>Tomcat 9
>MySQL 5.7
>
>Java 11
>
>Fineract source code downloaded from github, developer branch and
>latest 
>commit shown.
>
>    commit 908c5e3ad0a5d41183cbf9125ce7b0a062b4d6b1 (HEAD -> develop,
>    origin/develop, origin/HEAD)
>    Merge: f517f53b6 bcef09d7b
>    Author: Awasum Yannick <aw...@apache.org>
>    Date:   Tue Jul 16 14:55:51 2019 +0100
>
>         Merge pull request #608 from vorburger/bump-OpenJPA-Version
>
>        bump OpenJPA version from 2.4.1 to 2.4.3 for Java 11 compliance
>
>Community App downloaded from github latest commit shown.
>
>    commit cb1682456dba2fb0d23165972301a35433c4e851 (HEAD -> develop,
>    origin/develop, origin/HEAD)
>    Author: Awasum Yannick <aw...@apache.org>
>    Date:   Tue Jul 16 17:09:55 2019 +0100
>
>         fix broken Travis build (fixes #3111)
>
>         see
>https://askubuntu.com/questions/722075/no-installation-candidate-for-libicu52-on-15-10
>
>         and
>    https://gist.github.com/telbiyski/ec56a92d7114b8631c906c18064ce620
>
>
>We have created the initial database and restarted tomcat. The
>databases 
>can be viewed using MySQL Workbench and were populated using data from
>
>/opt/mifos/fineract/fineract-db/mifospltaform-tenants-first-time-install.sql
>
>    and
>
>/opt/mifos/fineract/fineract-provider/src/main/resources/sql/migrations/sample_data/load_sample_data.sql
>
>We can access the manager screen and everything is running. See 
>screenshot below.
>
>http://mifos.avenirbank.com:8080/manager/html
>
>
>If we try to access the community App
>http://mifos.avenirbank.com:8080/
>We cannot progress past the Loading MIFOSX.
>
>Screenshot below.
>
>A copy of server.xml is attached.

Re: Installation Issue Ubuntu 18.04

Posted by Awasum Yannick <aw...@apache.org>.
Fineract 1.x and Mifos X requires MySQL 5.7, Tomcat 7, Java 8. Try that and
let us know.

Also try using https and port 443 if in production and https and port 8334
for development.

Here is how to setup Mifos X production on Ubuntu just to test everything:
https://mifosforge.jira.com/wiki/spaces/docs/pages/74711072/Mifos+X+Installation+on+Linux+-+Ubuntu+Server


On Thu, Jul 18, 2019 at 8:08 PM Dele Attah <de...@avenirbank.com> wrote:

> Hi,
> We are installing MifosX Fineract using Following configuration:
> Ubuntu 18.04
> Tomcat 9
> MySQL 5.7
>
> Java 11
>
> Fineract source code downloaded from github, developer branch and latest
> commit shown.
>
> commit 908c5e3ad0a5d41183cbf9125ce7b0a062b4d6b1 (HEAD -> develop,
> origin/develop, origin/HEAD)
> Merge: f517f53b6 bcef09d7b
> Author: Awasum Yannick <aw...@apache.org> <aw...@apache.org>
> Date:   Tue Jul 16 14:55:51 2019 +0100
>
>     Merge pull request #608 from vorburger/bump-OpenJPA-Version
>
>     bump OpenJPA version from 2.4.1 to 2.4.3 for Java 11 compliance
>
> Community App downloaded from github latest commit shown.
>
> commit cb1682456dba2fb0d23165972301a35433c4e851 (HEAD -> develop,
> origin/develop, origin/HEAD)
> Author: Awasum Yannick <aw...@apache.org> <aw...@apache.org>
> Date:   Tue Jul 16 17:09:55 2019 +0100
>
>     fix broken Travis build (fixes #3111)
>
>     see
> https://askubuntu.com/questions/722075/no-installation-candidate-for-libicu52-on-15-10
>
>     and https://gist.github.com/telbiyski/ec56a92d7114b8631c906c18064ce620
>
>
> We have created the initial database and restarted tomcat. The databases
> can be viewed using MySQL Workbench and were populated using data from
>
>
> /opt/mifos/fineract/fineract-db/mifospltaform-tenants-first-time-install.sql
>
> and
>
>
> /opt/mifos/fineract/fineract-provider/src/main/resources/sql/migrations/sample_data/load_sample_data.sql
>
> We can access the manager screen and everything is running. See screenshot
> below.
>
> http://mifos.avenirbank.com:8080/manager/html
>
>
> If we try to access the community App
> http://mifos.avenirbank.com:8080/
> We cannot progress past the Loading MIFOSX.
>
> Screenshot below.
>
> A copy of server.xml is attached.
>
>
>