RE: [Mifos-developer] Scalability & Performance Working Group

2019-11-08 Thread Niklas Uhrberg
Nazeer, I think you sum important things up very well. When using the term "java layer" that can be scaled horizontally I simply meant the java microservices in Fineract CN or monolith java application in Fineract 1 excluding the database. Just to convey what I was actually thinking of, sorry i

Re: [Mifos-developer] Scalability & Performance Working Group

2019-11-08 Thread Awasum Yannick
+1 On Fri, Nov 8, 2019 at 9:02 AM Niklas Uhrberg wrote: > Nazeer, I think you sum important things up very well. > > When using the term "java layer" that can be scaled horizontally I simply > meant the java microservices in Fineract CN or monolith java application in > Fineract 1 excluding the

Problem setting up Fineract

2019-11-08 Thread Kang Breder
Hello, I am trying to setup Fineract on Ubuntu 18.04 LTS. I am having this error when i try to run local environment. With the command; ./gradlew createDB -PdbName=mifosplatform-tenants, I get the following error message https://pastebin.com/JmmEHC3i I have mysql and mysql jdbc installed.Please i

Re: Problem setting up Fineract

2019-11-08 Thread Laban Kibowen
Hello What version of MySQL are you using? On Fri, Nov 8, 2019, 15:57 Kang Breder wrote: > Hello, > > I am trying to setup Fineract on Ubuntu 18.04 LTS. I am having this error > when i try to run local environment. With the command; > ./gradlew createDB -PdbName=mifosplatform-tenants, I get the

Re: Problem setting up Fineract

2019-11-08 Thread Kang Breder
version 5.6 On Fri, Nov 8, 2019 at 3:48 PM Laban Kibowen < laban.kibo...@intrasofttechnologies.com> wrote: > Hello > What version of MySQL are you using? > > > On Fri, Nov 8, 2019, 15:57 Kang Breder wrote: > >> Hello, >> >> I am trying to setup Fineract on Ubuntu 18.04 LTS. I am having this erro

Re: Problem setting up Fineract

2019-11-08 Thread Kang Breder
5.6.39 On Fri, Nov 8, 2019 at 4:14 PM Kang Breder wrote: > version 5.6 > > On Fri, Nov 8, 2019 at 3:48 PM Laban Kibowen < > laban.kibo...@intrasofttechnologies.com> wrote: > >> Hello >> What version of MySQL are you using? >> >> >> On Fri, Nov 8, 2019, 15:57 Kang Breder wrote: >> >>> Hello, >>>

No mapping found for HTTP request with URI [/fineract-provider/]

2019-11-08 Thread Percy Enoabane
Hello Everyone, When running Fineract locally following the README.md file. The URL: http://localhost:8080/fineract-provider provided after running the command ./gradlew tomcatRunWAR returns a Whitelabel Error Page and on the terminal returns no mapping found for HTTP request with URI [/fineract-

Re: No mapping found for HTTP request with URI [/fineract-provider/]

2019-11-08 Thread Maek Twain
You need to hit on the api as /api/v1/clients?tenantIdentifier=default On Sat, 9 Nov 2019, 12:16 Percy Enoabane, wrote: > Hello Everyone, > > When running Fineract locally following the README.md file. > > The URL: http://localhost:8080/fineract-provider provided after running > the command ./gr

Re: Problem setting up Fineract

2019-11-08 Thread Percy Enoabane
Hello I use 5.5 and it work On Fri, Nov 8, 2019 at 4:24 PM Kang Breder wrote: > 5.6.39 > > On Fri, Nov 8, 2019 at 4:14 PM Kang Breder wrote: > >> version 5.6 >> >> On Fri, Nov 8, 2019 at 3:48 PM Laban Kibowen < >> laban.kibo...@intrasofttechnologies.com> wrote: >> >>> Hello >>> What version of

Re: No mapping found for HTTP request with URI [/fineract-provider/]

2019-11-08 Thread Percy Enoabane
Thanks On Sat, Nov 9, 2019 at 8:04 AM Maek Twain wrote: > You need to hit on the api as /api/v1/clients?tenantIdentifier=default > > On Sat, 9 Nov 2019, 12:16 Percy Enoabane, wrote: > >> Hello Everyone, >> >> When running Fineract locally following the README.md file. >> >> The URL: http://loca