Build Failed

2019-03-09 Thread mua rachmann
Hello, I am newbie in to the org and fineract project. I have installed
tomcat, mysql-server and every other stuff cloned too. On running the RAT
./gradlew rat i get build fail and here is the error. Any help would be
appreciated thanks

FAILURE: Build failed with an exception.

* Where:
Script
'/Users/rachmann/Documents/open_source/fineract/fineract/fineract-provider/dependencies.gradle'
line: 30

* What went wrong:
A problem occurred evaluating script.
> Could not find method providedCompile() for arguments [] on object of
type
org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or
--debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible
with Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See
https://docs.gradle.org/4.10/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 2s


Introduction & GSoC interested Student

2019-03-09 Thread mua rachmann
Hello everyone, I am Mua Laurent a computer engineering student from the
faculty of Engineering and Technology at the University of Buea Cameroon. I
am an open source enthusiast and joined OS last year. I am loving the
experience and would love to contribute in this organization under the
Fineract project. I have read over through it an i love its objectives for
the unbanked and underbanked. This is a common problem faced back here in
my community and i would love to help contribute to this project as i see
it as a means to improve my skill set and learn from experienced devs
around the globe. I have a good understanding of java, python , html5, css3
, javascript and go programming language. I look forward in working with
you guys to better my experience in open source. Also i am interested in
this years GSoC. I have already gone through the docs and guides on how to
install. I have just one question i am on a mac OS will the ubuntu
installation guide follow through?. Thanks


Re: Unable to build Fineract 1.x as documented in README

2019-03-10 Thread mua rachmann
Hi Larry,
I had the same issue on Mac OS - 10.11 and this is probably happening cause
of the higher gradle version you have of which the providedCompile() is a
deprecated function.
The project expects Gradle 2.10 i guess so a quick walk around will be to
downgrade the gradle version or rather just run ./gradlew that is included
in the projects directory from a terminal. It will pick up the default
gradle. I guess this happened cause of your editor. In my case i use
intelliJ and it installed gradle 5 which was way too high for the project.
You might also try this ./gradlew wrapper --gradle-version 2.10

Mua

On Sun, Mar 10, 2019 at 9:21 AM ivange larry  wrote:

> I have cloned https://github.com/apache/fineract and trying to build and
> run integration tests as documented in it's README but every gradle tasks
> fails with the error
>
> FAILURE: Build failed with an exception.
> > * Where:
> > Script
> >
> '/Users/l4rry/workspace/micro-finance-backend/fineract-provider/dependencies.gradle'
> > line: 30
> > * What went wrong:
> > A problem occurred evaluating script.
> > > Could not find method providedCompile() for arguments [] on object of
> > type
> >
> org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
> > * Try:
> > Run with --stacktrace option to get the stack trace. Run with --info or
> > --debug option to get more log output. Run with --scan to get full
> insights.
> > * Get more help at https://help.gradle.org
> > Deprecated Gradle features were used in this build, making it
> incompatible
> > with Gradle 5.0.
> > Use '--warning-mode all' to show the individual deprecation warnings.
> > See
> >
> https://docs.gradle.org/4.10/userguide/command_line_interface.html#sec:command_line_warnings
>
>
> This reports an error on line 30 of the file dependencies.gradle.  The
> error is about this method providedCompile()
>
>
> providedCompile(
> > //  [group: 'javax.servlet', name: 'servlet-api', version:
> '2.5'],
> > )
>
>
> If I delete that method, I get another error message with any gradle task.
>
> ➜  micro-finance-backend git:(pesabooks) ✗ ./gradlew clean war
> > > Task :rat FAILED
> > FAILURE: Build failed with an exception.
> > * What went wrong:
> > Execution failed for task ':rat'.
> > > Found 3 files with unapproved/unknown licenses. See
> file:/Users/l4rry/workspace/micro-finance-backend/build/reports/rat/rat-report.txt
> > * Try:
> > Run with --stacktrace option to get the stack trace. Run with --info or
> --debug option to get more log output. Run with --scan to get full insights.
> > * Get more help at https://help.gradle.org
> > Deprecated Gradle features were used in this build, making it
> incompatible with Gradle 5.0.
> > Use '--warning-mode all' to show the individual deprecation warnings.
>
>
> I have Java 8u191 and MacOS 10.12.6. And all gradlew task are run with
> the gradlew wrapper.
>
> Thanks,
> Larry
>


Re: Build Failed

2019-03-11 Thread Mua Rachmann
Hi Santosh,

I am on Mac OS and i solved my issue thanks for the concern. Actually it
was an editor stuff :)

Cheers

On Mon, Mar 11, 2019 at 7:31 AM Santosh Math <
sant...@confluxtechnologies.com> wrote:

> Hi Mua,
> Did you go through following link?
>
>
> https://mifosforge.jira.com/wiki/spaces/docs/pages/53215236/Mifos+X+Installation+on+Windows
>
>
>
> On Sun, Mar 10, 2019 at 9:08 AM mua rachmann 
> wrote:
>
> > Hello, I am newbie in to the org and fineract project. I have installed
> > tomcat, mysql-server and every other stuff cloned too. On running the RAT
> > ./gradlew rat i get build fail and here is the error. Any help would be
> > appreciated thanks
> >
> > FAILURE: Build failed with an exception.
> >
> > * Where:
> > Script
> >
> >
> '/Users/rachmann/Documents/open_source/fineract/fineract/fineract-provider/dependencies.gradle'
> > line: 30
> >
> > * What went wrong:
> > A problem occurred evaluating script.
> > > Could not find method providedCompile() for arguments [] on object of
> > type
> >
> >
> org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
> >
> > * Try:
> > Run with --stacktrace option to get the stack trace. Run with --info or
> > --debug option to get more log output. Run with --scan to get full
> > insights.
> >
> > * Get more help at https://help.gradle.org
> >
> > Deprecated Gradle features were used in this build, making it
> incompatible
> > with Gradle 5.0.
> > Use '--warning-mode all' to show the individual deprecation warnings.
> > See
> >
> >
> https://docs.gradle.org/4.10/userguide/command_line_interface.html#sec:command_line_warnings
> >
> > BUILD FAILED in 2s
> >
>
>
> --
> Thanks & Regards
>
> Santosh Math
>
> *QA Engineer*
>
> *Conflux Technologies Pvt Ltd <http://www.confluxtechnologies.com/>*
> | *Office*: +91-080-41208662 |
>
> *Address*: #304, 2nd Floor, 7th Main Road, HRBR Layout 1st Block,
> Bengaluru, Karnataka, 560043 INDIA
>


Re: Unable to build Fineract 1.x as documented in README

2019-03-11 Thread Mua Rachmann
Hi Larry,

sorry to hear you are still having issues with the build.
In my case, it was becasue i imported the project with IntelliJ and it
modified the gradle wrapper

- I recloned the repo to be sure i had the latest codes and this time
didn't import the project just yet
- I ran build rat which did successfully run
- I ran build clean war which generated my war file

After all these all is good. So i suggest you start from a clean fork and
also your internet connection
should be good. Sometimes it took a while for the build to download some
stuffs and i thought it
wasn't working.

Cheers Mua.


Re: Build Failed

2019-03-11 Thread Mua Rachmann
Hello Awasum,

Thanks for the concern.. Mac has its stuff of doing things and yes i would
like to update the docs.

What did you do to solve your problem?

 > In my case, I deleted the gradle wrapper which still didn't work for me.
I later got myself a clean
copy of the fork and rebuild this time without importing the project on
intelliJ

Will it be possible to update or create a documentation for Mac users?

> Sure Awasum i would love to do so. I am currently installing the
community app version also i installed
my tomcat in this dir `/Library/Tomcat` since mac has its own way. Equally
i am using MAMP for my db
I could provide a way of setup for that if the community is ok with that.
Also we know tha mac uses dmg
extensions for their packages which is a little different from Linux.

I would love to know if this is ok.

Thanks

On Mon, Mar 11, 2019 at 9:19 AM Awasum Yannick  wrote:

> Hi Mua,
>
> What did you do to solve your problem? Will it be possible to update or
> create a documentation for Mac users?
> This will help other contributors who have felt your pain.
>
> Thanks
> Awasum
>
> On Mon, Mar 11, 2019 at 9:15 AM Mua Rachmann 
> wrote:
>
> > Hi Santosh,
> >
> > I am on Mac OS and i solved my issue thanks for the concern. Actually it
> > was an editor stuff :)
> >
> > Cheers
> >
> > On Mon, Mar 11, 2019 at 7:31 AM Santosh Math <
> > sant...@confluxtechnologies.com> wrote:
> >
> > > Hi Mua,
> > > Did you go through following link?
> > >
> > >
> > >
> >
> https://mifosforge.jira.com/wiki/spaces/docs/pages/53215236/Mifos+X+Installation+on+Windows
> > >
> > >
> > >
> > > On Sun, Mar 10, 2019 at 9:08 AM mua rachmann 
> > > wrote:
> > >
> > > > Hello, I am newbie in to the org and fineract project. I have
> installed
> > > > tomcat, mysql-server and every other stuff cloned too. On running the
> > RAT
> > > > ./gradlew rat i get build fail and here is the error. Any help would
> be
> > > > appreciated thanks
> > > >
> > > > FAILURE: Build failed with an exception.
> > > >
> > > > * Where:
> > > > Script
> > > >
> > > >
> > >
> >
> '/Users/rachmann/Documents/open_source/fineract/fineract/fineract-provider/dependencies.gradle'
> > > > line: 30
> > > >
> > > > * What went wrong:
> > > > A problem occurred evaluating script.
> > > > > Could not find method providedCompile() for arguments [] on object
> of
> > > > type
> > > >
> > > >
> > >
> >
> org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
> > > >
> > > > * Try:
> > > > Run with --stacktrace option to get the stack trace. Run with --info
> or
> > > > --debug option to get more log output. Run with --scan to get full
> > > > insights.
> > > >
> > > > * Get more help at https://help.gradle.org
> > > >
> > > > Deprecated Gradle features were used in this build, making it
> > > incompatible
> > > > with Gradle 5.0.
> > > > Use '--warning-mode all' to show the individual deprecation warnings.
> > > > See
> > > >
> > > >
> > >
> >
> https://docs.gradle.org/4.10/userguide/command_line_interface.html#sec:command_line_warnings
> > > >
> > > > BUILD FAILED in 2s
> > > >
> > >
> > >
> > > --
> > > Thanks & Regards
> > >
> > > Santosh Math
> > >
> > > *QA Engineer*
> > >
> > > *Conflux Technologies Pvt Ltd <http://www.confluxtechnologies.com/>*
> > > | *Office*: +91-080-41208662 |
> > >
> > > *Address*: #304, 2nd Floor, 7th Main Road, HRBR Layout 1st Block,
> > > Bengaluru, Karnataka, 560043 INDIA
> > >
> >
>


Re: Build Failed

2019-03-11 Thread Mua Rachmann
I am little confused. I saw a gitter channel isn't that sufficient?

Also i would love to know which is suitable so i can meet most of the devs
The mailing list or gitter channel

Thnks

On Mon, Mar 11, 2019 at 9:58 AM Awasum Yannick  wrote:

> If you are dealing with the Community app then you should subscribe to the
> Mifos Dev list as the Mifos Initiative is where the UI is been developed
> and Mifos X is different from Fineract.
>
> Ask your questions on their mailing list too.
>
> Mua, Thanks for your willingness to help document the Mac process of
> setting up the dev environment.
>
> Please, Signup for a confluence account:
> https://cwiki.apache.org/confluence/signup.action  and Jira account here:
> https://issues.apache.org/jira/secure/Signup!default.jspa
>
> Then you can setup a wiki page to add your changes and get assigned and
> create issues as you see fit.
>
> Thanks
>
> On Mon, Mar 11, 2019 at 9:35 AM Mua Rachmann 
> wrote:
>
> > Hello Awasum,
> >
> > Thanks for the concern.. Mac has its stuff of doing things and yes i
> would
> > like to update the docs.
> >
> > What did you do to solve your problem?
> >
> >  > In my case, I deleted the gradle wrapper which still didn't work for
> me.
> > I later got myself a clean
> > copy of the fork and rebuild this time without importing the project on
> > intelliJ
> >
> > Will it be possible to update or create a documentation for Mac users?
> >
> > > Sure Awasum i would love to do so. I am currently installing the
> > community app version also i installed
> > my tomcat in this dir `/Library/Tomcat` since mac has its own way.
> Equally
> > i am using MAMP for my db
> > I could provide a way of setup for that if the community is ok with that.
> > Also we know tha mac uses dmg
> > extensions for their packages which is a little different from Linux.
> >
> > I would love to know if this is ok.
> >
> > Thanks
> >
> > On Mon, Mar 11, 2019 at 9:19 AM Awasum Yannick 
> wrote:
> >
> > > Hi Mua,
> > >
> > > What did you do to solve your problem? Will it be possible to update or
> > > create a documentation for Mac users?
> > > This will help other contributors who have felt your pain.
> > >
> > > Thanks
> > > Awasum
> > >
> > > On Mon, Mar 11, 2019 at 9:15 AM Mua Rachmann 
> > > wrote:
> > >
> > > > Hi Santosh,
> > > >
> > > > I am on Mac OS and i solved my issue thanks for the concern. Actually
> > it
> > > > was an editor stuff :)
> > > >
> > > > Cheers
> > > >
> > > > On Mon, Mar 11, 2019 at 7:31 AM Santosh Math <
> > > > sant...@confluxtechnologies.com> wrote:
> > > >
> > > > > Hi Mua,
> > > > > Did you go through following link?
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
> https://mifosforge.jira.com/wiki/spaces/docs/pages/53215236/Mifos+X+Installation+on+Windows
> > > > >
> > > > >
> > > > >
> > > > > On Sun, Mar 10, 2019 at 9:08 AM mua rachmann <
> muarachm...@gmail.com>
> > > > > wrote:
> > > > >
> > > > > > Hello, I am newbie in to the org and fineract project. I have
> > > installed
> > > > > > tomcat, mysql-server and every other stuff cloned too. On running
> > the
> > > > RAT
> > > > > > ./gradlew rat i get build fail and here is the error. Any help
> > would
> > > be
> > > > > > appreciated thanks
> > > > > >
> > > > > > FAILURE: Build failed with an exception.
> > > > > >
> > > > > > * Where:
> > > > > > Script
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/rachmann/Documents/open_source/fineract/fineract/fineract-provider/dependencies.gradle'
> > > > > > line: 30
> > > > > >
> > > > > > * What went wrong:
> > > > > > A problem occurred evaluating script.
> > > > > > > Could not find method providedCompile() for arguments [] on
> > object
> > > of
> > > > > > type
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
> > > > > >
> > > > > > * Try:
> > > > > > Run with --stacktrace option to get the stack trace. Run with
> > --info
> > > or
> > > > > > --debug option to get more log output. Run with --scan to get
> full
> > > > > > insights.
> > > > > >
> > > > > > * Get more help at https://help.gradle.org
> > > > > >
> > > > > > Deprecated Gradle features were used in this build, making it
> > > > > incompatible
> > > > > > with Gradle 5.0.
> > > > > > Use '--warning-mode all' to show the individual deprecation
> > warnings.
> > > > > > See
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://docs.gradle.org/4.10/userguide/command_line_interface.html#sec:command_line_warnings
> > > > > >
> > > > > > BUILD FAILED in 2s
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Thanks & Regards
> > > > >
> > > > > Santosh Math
> > > > >
> > > > > *QA Engineer*
> > > > >
> > > > > *Conflux Technologies Pvt Ltd <http://www.confluxtechnologies.com/
> >*
> > > > > | *Office*: +91-080-41208662 |
> > > > >
> > > > > *Address*: #304, 2nd Floor, 7th Main Road, HRBR Layout 1st Block,
> > > > > Bengaluru, Karnataka, 560043 INDIA
> > > > >
> > > >
> > >
> >
>


Re: Build Failed

2019-03-11 Thread Mua Rachmann
Sure i will do so.

Thanks very much.

On Mon, Mar 11, 2019 at 10:07 AM Awasum Yannick  wrote:

> Mua, Please ask that on the Mifos Mailing list.
>
> I advice you to subscribe to ALL communications channel given you are just
> starting. You don;t want to miss any update I presume?
>
>
> On Mon, Mar 11, 2019 at 10:04 AM Mua Rachmann 
> wrote:
>
> > I am little confused. I saw a gitter channel isn't that sufficient?
> >
> > Also i would love to know which is suitable so i can meet most of the
> devs
> > The mailing list or gitter channel
> >
> > Thnks
> >
> > On Mon, Mar 11, 2019 at 9:58 AM Awasum Yannick 
> wrote:
> >
> > > If you are dealing with the Community app then you should subscribe to
> > the
> > > Mifos Dev list as the Mifos Initiative is where the UI is been
> developed
> > > and Mifos X is different from Fineract.
> > >
> > > Ask your questions on their mailing list too.
> > >
> > > Mua, Thanks for your willingness to help document the Mac process of
> > > setting up the dev environment.
> > >
> > > Please, Signup for a confluence account:
> > > https://cwiki.apache.org/confluence/signup.action  and Jira account
> > here:
> > > https://issues.apache.org/jira/secure/Signup!default.jspa
> > >
> > > Then you can setup a wiki page to add your changes and get assigned and
> > > create issues as you see fit.
> > >
> > > Thanks
> > >
> > > On Mon, Mar 11, 2019 at 9:35 AM Mua Rachmann 
> > > wrote:
> > >
> > > > Hello Awasum,
> > > >
> > > > Thanks for the concern.. Mac has its stuff of doing things and yes i
> > > would
> > > > like to update the docs.
> > > >
> > > > What did you do to solve your problem?
> > > >
> > > >  > In my case, I deleted the gradle wrapper which still didn't work
> for
> > > me.
> > > > I later got myself a clean
> > > > copy of the fork and rebuild this time without importing the project
> on
> > > > intelliJ
> > > >
> > > > Will it be possible to update or create a documentation for Mac
> users?
> > > >
> > > > > Sure Awasum i would love to do so. I am currently installing the
> > > > community app version also i installed
> > > > my tomcat in this dir `/Library/Tomcat` since mac has its own way.
> > > Equally
> > > > i am using MAMP for my db
> > > > I could provide a way of setup for that if the community is ok with
> > that.
> > > > Also we know tha mac uses dmg
> > > > extensions for their packages which is a little different from Linux.
> > > >
> > > > I would love to know if this is ok.
> > > >
> > > > Thanks
> > > >
> > > > On Mon, Mar 11, 2019 at 9:19 AM Awasum Yannick 
> > > wrote:
> > > >
> > > > > Hi Mua,
> > > > >
> > > > > What did you do to solve your problem? Will it be possible to
> update
> > or
> > > > > create a documentation for Mac users?
> > > > > This will help other contributors who have felt your pain.
> > > > >
> > > > > Thanks
> > > > > Awasum
> > > > >
> > > > > On Mon, Mar 11, 2019 at 9:15 AM Mua Rachmann <
> muarachm...@gmail.com>
> > > > > wrote:
> > > > >
> > > > > > Hi Santosh,
> > > > > >
> > > > > > I am on Mac OS and i solved my issue thanks for the concern.
> > Actually
> > > > it
> > > > > > was an editor stuff :)
> > > > > >
> > > > > > Cheers
> > > > > >
> > > > > > On Mon, Mar 11, 2019 at 7:31 AM Santosh Math <
> > > > > > sant...@confluxtechnologies.com> wrote:
> > > > > >
> > > > > > > Hi Mua,
> > > > > > > Did you go through following link?
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://mifosforge.jira.com/wiki/spaces/docs/pages/53215236/Mifos+X+Installation+on+Windows
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > On Sun, Mar 10, 2019 at 9:08 AM mua rac

Re: Finding beginner's issues in JIRA

2019-03-11 Thread Mua Rachmann
Hi Myrle,

I would strongly go for a "beginner issue" or "starter" any one so far as
it guides someone.

I had a pain till now finding a suitable task to work on.
Though i am going through the codebase and walking myself through it.

I think a  label of such will greatly be of help for newbies.

Thanks Mua.

On Mon, Mar 11, 2019 at 10:55 AM Myrle Krantz  wrote:

> So what do you all think of:  "starter" as a label.
>
> And further, what do you all think of making this label be focused at
> people who are new to our project, but not necessarily new to programming?
>
> Best Regards,
> Myrle
>
>
> On Sun, Mar 10, 2019 at 3:15 PM Awasum Yannick  wrote:
>
> > Myrle, I dont think we have such tags for beginner issues both Fineract
> 1.x
> > and Fineract CN.
> >
> > On Sun, Mar 10, 2019 at 2:13 PM yildirim.oguzha...@gmail.com <
> > yildirim.oguzha...@gmail.com> wrote:
> >
> > > I check jira for 2 months now but i don't see anything like that.
> Spring
> > > project has first-timers-only tag, something like that cloud work.
> > >
> > > On 2019/03/10 11:29:23, Myrle Krantz  wrote:
> > > > Hey all,
> > > >
> > > > Do we have a label for beginner's issues?  I could not find one.  I
> > > > searched Confluence, and I looked through a few issues in JIRA too.
> > > (But I
> > > > had to stop looking because right now there's maintenance for JIRA.)
> > > >
> > > > If we want our project to be welcoming to newcomers, we need to make
> it
> > > > easier to find beginner's issues.
> > > >
> > > > If we already have such a label, let me know, and I'll add a search
> for
> > > it
> > > > to one of our getting started pages in confluence.  If not, I'll
> invent
> > > one.
> > > >
> > > > Best Regards,
> > > > Myrle
> > > >
> > >
> >
>


Re: [Mifos-developer] Issues with the Community App

2019-03-11 Thread Mua Rachmann
Hi Ruphine, Daniel

Upon installing Mifos Community app i get the same errors

First the bundle install doesn't work and it gives this error

Traceback (most recent call last):
2: from /usr/local/opt/ruby/bin/bundle:23:in `'
1: from
/usr/local/Cellar/ruby/2.6.1/lib/ruby/2.6.0/rubygems.rb:302:in
`activate_bin_path'
/usr/local/Cellar/ruby/2.6.1/lib/ruby/2.6.0/rubygems.rb:283:in
`find_spec_for_exe': can't find gem bundler (>= 0.a) with executable bundle
(Gem::GemNotFoundException)

Secondly upon running grunt serve i have this error -
https://pastebin.com/rKCbXKta

Lastly when i run the index.html file i have the app just loading and
console giving me this
https://pastebin.com/eyB7AiQR

Any help would be gladly appreciated thanks.

Regards Mua


On Sun, Mar 10, 2019 at 8:54 PM Fuh Debenick  wrote:

> Hello Ruphine,
>
> Thanks for that.
>
> Regards.
>
> On Sun, Mar 10, 2019 at 8:39 PM Ruphine Kengne 
> wrote:
>
> > Hello Fuh,
> >
> > You can use pastebin.com to put the errors.
> > It is more easier to use
> >
> > Then you paste the link here
> >
> > On Sun, 10 Mar 2019 at 20:37, Fuh Debenick  wrote:
> >
> >> Hello Awasum,
> >>
> >> Thanks, let me do that.
> >>
> >> Regards.
> >> Debenick
> >>
> >> On Sun, Mar 10, 2019 at 8:33 PM Awasum Yannick <
> >> awasum.yann...@skylabase.com>
> >> wrote:
> >>
> >> > Hello Fuh,
> >> >
> >> > This list does not take attachments. Use an external service like:
> >> > https://imgur.com/upload
> >> >
> >> > Then paste the image link here..
> >> >
> >> >
> >> > Thanks.
> >> > Awasum
> >> >
> >> > On Sun, Mar 10, 2019 at 8:29 PM Fuh Debenick 
> >> wrote:
> >> >
> >> > > Hello Daniel Carlson,
> >> > >
> >> > > Thanks for the reply.
> >> > > I attached a screenshot of my console, I wish it be helpful.
> >> > >
> >> > > Regards,
> >> > > Fuh Debenick
> >> > >
> >> > > On Sun, Mar 10, 2019 at 8:23 PM Daniel Carlson <
> dancarl...@gmail.com>
> >> > > wrote:
> >> > >
> >> > >> Hello Debenick,
> >> > >>
> >> > >> What errors do you get in the console?
> >> > >>
> >> > >> Cheers!
> >> > >>
> >> > >> On Sun, Mar 10, 2019 at 8:18 PM Fuh Debenick  >
> >> > >> wrote:
> >> > >>
> >> > >> > Hello everyone,
> >> > >> > I once set up my development environment on windows 10 for the
> >> > community
> >> > >> > app and everything went well. For some reasons I decided to work
> >> with
> >> > >> > ubuntu 16.04, I followed all the instructions as they were on
> >> github
> >> > >> > repository of the community app (
> >> > >> https://github.com/openMF/community-app),
> >> > >> > things were smooth until when I served the app. The issue I am
> >> having
> >> > is
> >> > >> > that after running "grunt serve" the app has been displaying the
> >> > Loading
> >> > >> > Mifos page for over an hour. Please what could be the problem?
> >> > >> >
> >> > >> > Thanks
> >> > >> > Fuh Debenick
> >> > >> >
> >> > >>
> >> > >
> >> >
> >>
> > Mifos-developer mailing list
> > mifos-develo...@lists.sourceforge.net
> > Unsubscribe or change settings at:
> > https://lists.sourceforge.net/lists/listinfo/mifos-developer
>


Re: [Mifos-developer] Issues with the Community App

2019-03-11 Thread Mua Rachmann
Sure. Can this be included in the Readme.

I thought getting the latest version of ruby will come with that.

Regards

On Mon, Mar 11, 2019 at 12:04 PM Ruphine Kengne 
wrote:

> Hi Mua,
>
> Please can  you run this command : *sudo apt install ruby-bundler *
>  before running the bundle install command
>
> Regards
>
> On Mon, 11 Mar 2019 at 11:49, Mua Rachmann  wrote:
>
> > Hi Ruphine, Daniel
> >
> > Upon installing Mifos Community app i get the same errors
> >
> > First the bundle install doesn't work and it gives this error
> >
> > Traceback (most recent call last):
> > 2: from /usr/local/opt/ruby/bin/bundle:23:in `'
> > 1: from
> > /usr/local/Cellar/ruby/2.6.1/lib/ruby/2.6.0/rubygems.rb:302:in
> > `activate_bin_path'
> > /usr/local/Cellar/ruby/2.6.1/lib/ruby/2.6.0/rubygems.rb:283:in
> > `find_spec_for_exe': can't find gem bundler (>= 0.a) with executable
> bundle
> > (Gem::GemNotFoundException)
> >
> > Secondly upon running grunt serve i have this error -
> > https://pastebin.com/rKCbXKta
> >
> > Lastly when i run the index.html file i have the app just loading and
> > console giving me this
> > https://pastebin.com/eyB7AiQR
> >
> > Any help would be gladly appreciated thanks.
> >
> > Regards Mua
> >
> >
> > On Sun, Mar 10, 2019 at 8:54 PM Fuh Debenick 
> wrote:
> >
> > > Hello Ruphine,
> > >
> > > Thanks for that.
> > >
> > > Regards.
> > >
> > > On Sun, Mar 10, 2019 at 8:39 PM Ruphine Kengne <
> ruphineken...@gmail.com>
> > > wrote:
> > >
> > > > Hello Fuh,
> > > >
> > > > You can use pastebin.com to put the errors.
> > > > It is more easier to use
> > > >
> > > > Then you paste the link here
> > > >
> > > > On Sun, 10 Mar 2019 at 20:37, Fuh Debenick 
> > wrote:
> > > >
> > > >> Hello Awasum,
> > > >>
> > > >> Thanks, let me do that.
> > > >>
> > > >> Regards.
> > > >> Debenick
> > > >>
> > > >> On Sun, Mar 10, 2019 at 8:33 PM Awasum Yannick <
> > > >> awasum.yann...@skylabase.com>
> > > >> wrote:
> > > >>
> > > >> > Hello Fuh,
> > > >> >
> > > >> > This list does not take attachments. Use an external service like:
> > > >> > https://imgur.com/upload
> > > >> >
> > > >> > Then paste the image link here..
> > > >> >
> > > >> >
> > > >> > Thanks.
> > > >> > Awasum
> > > >> >
> > > >> > On Sun, Mar 10, 2019 at 8:29 PM Fuh Debenick <
> debenic...@gmail.com>
> > > >> wrote:
> > > >> >
> > > >> > > Hello Daniel Carlson,
> > > >> > >
> > > >> > > Thanks for the reply.
> > > >> > > I attached a screenshot of my console, I wish it be helpful.
> > > >> > >
> > > >> > > Regards,
> > > >> > > Fuh Debenick
> > > >> > >
> > > >> > > On Sun, Mar 10, 2019 at 8:23 PM Daniel Carlson <
> > > dancarl...@gmail.com>
> > > >> > > wrote:
> > > >> > >
> > > >> > >> Hello Debenick,
> > > >> > >>
> > > >> > >> What errors do you get in the console?
> > > >> > >>
> > > >> > >> Cheers!
> > > >> > >>
> > > >> > >> On Sun, Mar 10, 2019 at 8:18 PM Fuh Debenick <
> > debenic...@gmail.com
> > > >
> > > >> > >> wrote:
> > > >> > >>
> > > >> > >> > Hello everyone,
> > > >> > >> > I once set up my development environment on windows 10 for
> the
> > > >> > community
> > > >> > >> > app and everything went well. For some reasons I decided to
> > work
> > > >> with
> > > >> > >> > ubuntu 16.04, I followed all the instructions as they were on
> > > >> github
> > > >> > >> > repository of the community app (
> > > >> > >> https://github.com/openMF/community-app),
> > > >> > >> > things were smooth until when I served the app. The issue I
> am
> > > >> having
> > > >> > is
> > > >> > >> > that after running "grunt serve" the app has been displaying
> > the
> > > >> > Loading
> > > >> > >> > Mifos page for over an hour. Please what could be the
> problem?
> > > >> > >> >
> > > >> > >> > Thanks
> > > >> > >> > Fuh Debenick
> > > >> > >> >
> > > >> > >>
> > > >> > >
> > > >> >
> > > >>
> > > > Mifos-developer mailing list
> > > > mifos-develo...@lists.sourceforge.net
> > > > Unsubscribe or change settings at:
> > > > https://lists.sourceforge.net/lists/listinfo/mifos-developer
> > >
> >
>


Re: [Mifos-developer] Issues with the Community App

2019-03-11 Thread Mua Rachmann
Hello Ruphile,

In my case i am on Mac OS - El Captan and this instead worked for me
*gem install bundler* of which i ran the bundle install and was successfull.

It might help anyone on Mac OS.

All is running perfectly fine i get the login screen. Thanks.

I am already feeling myself at home. I love it here already. Look forward
to working with you all


Best Mua.

On Mon, Mar 11, 2019 at 12:09 PM Mua Rachmann  wrote:

> Sure. Can this be included in the Readme.
>
> I thought getting the latest version of ruby will come with that.
>
> Regards
>
> On Mon, Mar 11, 2019 at 12:04 PM Ruphine Kengne 
> wrote:
>
>> Hi Mua,
>>
>> Please can  you run this command : *sudo apt install ruby-bundler *
>>  before running the bundle install command
>>
>> Regards
>>
>> On Mon, 11 Mar 2019 at 11:49, Mua Rachmann  wrote:
>>
>> > Hi Ruphine, Daniel
>> >
>> > Upon installing Mifos Community app i get the same errors
>> >
>> > First the bundle install doesn't work and it gives this error
>> >
>> > Traceback (most recent call last):
>> > 2: from /usr/local/opt/ruby/bin/bundle:23:in `'
>> > 1: from
>> > /usr/local/Cellar/ruby/2.6.1/lib/ruby/2.6.0/rubygems.rb:302:in
>> > `activate_bin_path'
>> > /usr/local/Cellar/ruby/2.6.1/lib/ruby/2.6.0/rubygems.rb:283:in
>> > `find_spec_for_exe': can't find gem bundler (>= 0.a) with executable
>> bundle
>> > (Gem::GemNotFoundException)
>> >
>> > Secondly upon running grunt serve i have this error -
>> > https://pastebin.com/rKCbXKta
>> >
>> > Lastly when i run the index.html file i have the app just loading and
>> > console giving me this
>> > https://pastebin.com/eyB7AiQR
>> >
>> > Any help would be gladly appreciated thanks.
>> >
>> > Regards Mua
>> >
>> >
>> > On Sun, Mar 10, 2019 at 8:54 PM Fuh Debenick 
>> wrote:
>> >
>> > > Hello Ruphine,
>> > >
>> > > Thanks for that.
>> > >
>> > > Regards.
>> > >
>> > > On Sun, Mar 10, 2019 at 8:39 PM Ruphine Kengne <
>> ruphineken...@gmail.com>
>> > > wrote:
>> > >
>> > > > Hello Fuh,
>> > > >
>> > > > You can use pastebin.com to put the errors.
>> > > > It is more easier to use
>> > > >
>> > > > Then you paste the link here
>> > > >
>> > > > On Sun, 10 Mar 2019 at 20:37, Fuh Debenick 
>> > wrote:
>> > > >
>> > > >> Hello Awasum,
>> > > >>
>> > > >> Thanks, let me do that.
>> > > >>
>> > > >> Regards.
>> > > >> Debenick
>> > > >>
>> > > >> On Sun, Mar 10, 2019 at 8:33 PM Awasum Yannick <
>> > > >> awasum.yann...@skylabase.com>
>> > > >> wrote:
>> > > >>
>> > > >> > Hello Fuh,
>> > > >> >
>> > > >> > This list does not take attachments. Use an external service
>> like:
>> > > >> > https://imgur.com/upload
>> > > >> >
>> > > >> > Then paste the image link here..
>> > > >> >
>> > > >> >
>> > > >> > Thanks.
>> > > >> > Awasum
>> > > >> >
>> > > >> > On Sun, Mar 10, 2019 at 8:29 PM Fuh Debenick <
>> debenic...@gmail.com>
>> > > >> wrote:
>> > > >> >
>> > > >> > > Hello Daniel Carlson,
>> > > >> > >
>> > > >> > > Thanks for the reply.
>> > > >> > > I attached a screenshot of my console, I wish it be helpful.
>> > > >> > >
>> > > >> > > Regards,
>> > > >> > > Fuh Debenick
>> > > >> > >
>> > > >> > > On Sun, Mar 10, 2019 at 8:23 PM Daniel Carlson <
>> > > dancarl...@gmail.com>
>> > > >> > > wrote:
>> > > >> > >
>> > > >> > >> Hello Debenick,
>> > > >> > >>
>> > > >> > >> What errors do you get in the console?
>> > > >> > >>
>> > > >> > >> Cheers!
>> > > >> > >>
>> > > >> > >> On Sun, Mar 10, 2019 at 8:18 PM Fuh Debenick <
>> > debenic...@gmail.com
>> > > >
>> > > >> > >> wrote:
>> > > >> > >>
>> > > >> > >> > Hello everyone,
>> > > >> > >> > I once set up my development environment on windows 10 for
>> the
>> > > >> > community
>> > > >> > >> > app and everything went well. For some reasons I decided to
>> > work
>> > > >> with
>> > > >> > >> > ubuntu 16.04, I followed all the instructions as they were
>> on
>> > > >> github
>> > > >> > >> > repository of the community app (
>> > > >> > >> https://github.com/openMF/community-app),
>> > > >> > >> > things were smooth until when I served the app. The issue I
>> am
>> > > >> having
>> > > >> > is
>> > > >> > >> > that after running "grunt serve" the app has been displaying
>> > the
>> > > >> > Loading
>> > > >> > >> > Mifos page for over an hour. Please what could be the
>> problem?
>> > > >> > >> >
>> > > >> > >> > Thanks
>> > > >> > >> > Fuh Debenick
>> > > >> > >> >
>> > > >> > >>
>> > > >> > >
>> > > >> >
>> > > >>
>> > > > Mifos-developer mailing list
>> > > > mifos-develo...@lists.sourceforge.net
>> > > > Unsubscribe or change settings at:
>> > > > https://lists.sourceforge.net/lists/listinfo/mifos-developer
>> > >
>> >
>>
>


Importing Fineract 1.x in IntelliJ

2019-03-11 Thread Mua Rachmann
Hello everyone,

On my journey of getting started with Apache Fineract 1.x i had some
issues. I am new to all these but i found it challenging i could get myself
a walk-around all by myself and with some little reserach.

For general reasons i have been using IntelliJ for my java projects and it
was but normal for such a project i use IntelliJ for development since i
have a student licence for that.

I found out importing Fineract was a problem for me(don't know if this is
general) as it modified the gradle's wrapper  using the latest gradle i had
'5.2.1'.  on my quest to solve this problem I wish intelliJ detects my
gradle that comes when cloning the repo.

I did a dirty solution not sure if this is the best way to do this but it
worked for me. I copied the gradle directory from the firact-providers dir
to the finract project and this worked.

I think this can help others trying to import the project and running from
the inbuilt terminal.

Disadvantages - increase in size of the project since there are two gradle
files.

Let me all know your thought and how i could possibly document this. Since
i see an import for Fineract CN on confluence here -
https://cwiki.apache.org/confluence/display/FINERACT/Importing+Fineract+CN+Microservices+Into+IntelliJ
but not on Fineract 1.x

Look forward to hearing from you all thanks.

Regards Mua


Re: Importing Fineract 1.x in IntelliJ

2019-03-11 Thread Mua Rachmann
Awasum , please how do i create a wiki page on confluence. I can't see to
find how to do that.

Does it require some sort of permissions?

Thanks.

On Mon, Mar 11, 2019 at 2:18 PM Awasum Yannick  wrote:

> Mua, Create a wiki page and document your findings then share on this
> thread.
>
>
> Thanks.
>
> On Mon, Mar 11, 2019 at 2:15 PM Mua Rachmann 
> wrote:
>
> > Hello everyone,
> >
> > On my journey of getting started with Apache Fineract 1.x i had some
> > issues. I am new to all these but i found it challenging i could get
> myself
> > a walk-around all by myself and with some little reserach.
> >
> > For general reasons i have been using IntelliJ for my java projects and
> it
> > was but normal for such a project i use IntelliJ for development since i
> > have a student licence for that.
> >
> > I found out importing Fineract was a problem for me(don't know if this is
> > general) as it modified the gradle's wrapper  using the latest gradle i
> had
> > '5.2.1'.  on my quest to solve this problem I wish intelliJ detects my
> > gradle that comes when cloning the repo.
> >
> > I did a dirty solution not sure if this is the best way to do this but it
> > worked for me. I copied the gradle directory from the firact-providers
> dir
> > to the finract project and this worked.
> >
> > I think this can help others trying to import the project and running
> from
> > the inbuilt terminal.
> >
> > Disadvantages - increase in size of the project since there are two
> gradle
> > files.
> >
> > Let me all know your thought and how i could possibly document this.
> Since
> > i see an import for Fineract CN on confluence here -
> >
> >
> https://cwiki.apache.org/confluence/display/FINERACT/Importing+Fineract+CN+Microservices+Into+IntelliJ
> > but not on Fineract 1.x
> >
> > Look forward to hearing from you all thanks.
> >
> > Regards Mua
> >
>


Re: Importing Fineract 1.x in IntelliJ

2019-03-11 Thread Mua Rachmann
My username is muarachmann thanks

On Mon, Mar 11, 2019 at 2:31 PM Awasum Yannick  wrote:

> Mua, What is your Confluence username? Let me give you permission.
>
> On Mon, Mar 11, 2019 at 2:25 PM Mua Rachmann 
> wrote:
>
> > Awasum , please how do i create a wiki page on confluence. I can't see to
> > find how to do that.
> >
> > Does it require some sort of permissions?
> >
> > Thanks.
> >
> > On Mon, Mar 11, 2019 at 2:18 PM Awasum Yannick 
> wrote:
> >
> > > Mua, Create a wiki page and document your findings then share on this
> > > thread.
> > >
> > >
> > > Thanks.
> > >
> > > On Mon, Mar 11, 2019 at 2:15 PM Mua Rachmann 
> > > wrote:
> > >
> > > > Hello everyone,
> > > >
> > > > On my journey of getting started with Apache Fineract 1.x i had some
> > > > issues. I am new to all these but i found it challenging i could get
> > > myself
> > > > a walk-around all by myself and with some little reserach.
> > > >
> > > > For general reasons i have been using IntelliJ for my java projects
> and
> > > it
> > > > was but normal for such a project i use IntelliJ for development
> since
> > i
> > > > have a student licence for that.
> > > >
> > > > I found out importing Fineract was a problem for me(don't know if
> this
> > is
> > > > general) as it modified the gradle's wrapper  using the latest
> gradle i
> > > had
> > > > '5.2.1'.  on my quest to solve this problem I wish intelliJ detects
> my
> > > > gradle that comes when cloning the repo.
> > > >
> > > > I did a dirty solution not sure if this is the best way to do this
> but
> > it
> > > > worked for me. I copied the gradle directory from the
> firact-providers
> > > dir
> > > > to the finract project and this worked.
> > > >
> > > > I think this can help others trying to import the project and running
> > > from
> > > > the inbuilt terminal.
> > > >
> > > > Disadvantages - increase in size of the project since there are two
> > > gradle
> > > > files.
> > > >
> > > > Let me all know your thought and how i could possibly document this.
> > > Since
> > > > i see an import for Fineract CN on confluence here -
> > > >
> > > >
> > >
> >
> https://cwiki.apache.org/confluence/display/FINERACT/Importing+Fineract+CN+Microservices+Into+IntelliJ
> > > > but not on Fineract 1.x
> > > >
> > > > Look forward to hearing from you all thanks.
> > > >
> > > > Regards Mua
> > > >
> > >
> >
>


Re: Importing Fineract 1.x in IntelliJ

2019-03-11 Thread Mua Rachmann
Hello Kang Brender,

 please fill this form to get a student licence -
https://www.jetbrains.com/shop/eform/students

 It should take 2-3 business days to get it reviewed.

Regards.

On Mon, Mar 11, 2019 at 2:33 PM Mua Rachmann  wrote:

> My username is muarachmann thanks
>
> On Mon, Mar 11, 2019 at 2:31 PM Awasum Yannick  wrote:
>
>> Mua, What is your Confluence username? Let me give you permission.
>>
>> On Mon, Mar 11, 2019 at 2:25 PM Mua Rachmann 
>> wrote:
>>
>> > Awasum , please how do i create a wiki page on confluence. I can't see
>> to
>> > find how to do that.
>> >
>> > Does it require some sort of permissions?
>> >
>> > Thanks.
>> >
>> > On Mon, Mar 11, 2019 at 2:18 PM Awasum Yannick 
>> wrote:
>> >
>> > > Mua, Create a wiki page and document your findings then share on this
>> > > thread.
>> > >
>> > >
>> > > Thanks.
>> > >
>> > > On Mon, Mar 11, 2019 at 2:15 PM Mua Rachmann 
>> > > wrote:
>> > >
>> > > > Hello everyone,
>> > > >
>> > > > On my journey of getting started with Apache Fineract 1.x i had some
>> > > > issues. I am new to all these but i found it challenging i could get
>> > > myself
>> > > > a walk-around all by myself and with some little reserach.
>> > > >
>> > > > For general reasons i have been using IntelliJ for my java projects
>> and
>> > > it
>> > > > was but normal for such a project i use IntelliJ for development
>> since
>> > i
>> > > > have a student licence for that.
>> > > >
>> > > > I found out importing Fineract was a problem for me(don't know if
>> this
>> > is
>> > > > general) as it modified the gradle's wrapper  using the latest
>> gradle i
>> > > had
>> > > > '5.2.1'.  on my quest to solve this problem I wish intelliJ detects
>> my
>> > > > gradle that comes when cloning the repo.
>> > > >
>> > > > I did a dirty solution not sure if this is the best way to do this
>> but
>> > it
>> > > > worked for me. I copied the gradle directory from the
>> firact-providers
>> > > dir
>> > > > to the finract project and this worked.
>> > > >
>> > > > I think this can help others trying to import the project and
>> running
>> > > from
>> > > > the inbuilt terminal.
>> > > >
>> > > > Disadvantages - increase in size of the project since there are two
>> > > gradle
>> > > > files.
>> > > >
>> > > > Let me all know your thought and how i could possibly document this.
>> > > Since
>> > > > i see an import for Fineract CN on confluence here -
>> > > >
>> > > >
>> > >
>> >
>> https://cwiki.apache.org/confluence/display/FINERACT/Importing+Fineract+CN+Microservices+Into+IntelliJ
>> > > > but not on Fineract 1.x
>> > > >
>> > > > Look forward to hearing from you all thanks.
>> > > >
>> > > > Regards Mua
>> > > >
>> > >
>> >
>>
>


Re: Importing Fineract 1.x in IntelliJ

2019-03-11 Thread Mua Rachmann
Thanks

On Mon, Mar 11, 2019 at 2:38 PM Awasum Yannick  wrote:

> Ok, I have granted write permissions to : Mua Ndzo Laurent (muarachmann)
>
> Mua, you can now create documentations on Confluence.
>
>
> On Mon, Mar 11, 2019 at 2:33 PM Mua Rachmann 
> wrote:
>
> > My username is muarachmann thanks
> >
> > On Mon, Mar 11, 2019 at 2:31 PM Awasum Yannick 
> wrote:
> >
> > > Mua, What is your Confluence username? Let me give you permission.
> > >
> > > On Mon, Mar 11, 2019 at 2:25 PM Mua Rachmann 
> > > wrote:
> > >
> > > > Awasum , please how do i create a wiki page on confluence. I can't
> see
> > to
> > > > find how to do that.
> > > >
> > > > Does it require some sort of permissions?
> > > >
> > > > Thanks.
> > > >
> > > > On Mon, Mar 11, 2019 at 2:18 PM Awasum Yannick 
> > > wrote:
> > > >
> > > > > Mua, Create a wiki page and document your findings then share on
> this
> > > > > thread.
> > > > >
> > > > >
> > > > > Thanks.
> > > > >
> > > > > On Mon, Mar 11, 2019 at 2:15 PM Mua Rachmann <
> muarachm...@gmail.com>
> > > > > wrote:
> > > > >
> > > > > > Hello everyone,
> > > > > >
> > > > > > On my journey of getting started with Apache Fineract 1.x i had
> > some
> > > > > > issues. I am new to all these but i found it challenging i could
> > get
> > > > > myself
> > > > > > a walk-around all by myself and with some little reserach.
> > > > > >
> > > > > > For general reasons i have been using IntelliJ for my java
> projects
> > > and
> > > > > it
> > > > > > was but normal for such a project i use IntelliJ for development
> > > since
> > > > i
> > > > > > have a student licence for that.
> > > > > >
> > > > > > I found out importing Fineract was a problem for me(don't know if
> > > this
> > > > is
> > > > > > general) as it modified the gradle's wrapper  using the latest
> > > gradle i
> > > > > had
> > > > > > '5.2.1'.  on my quest to solve this problem I wish intelliJ
> detects
> > > my
> > > > > > gradle that comes when cloning the repo.
> > > > > >
> > > > > > I did a dirty solution not sure if this is the best way to do
> this
> > > but
> > > > it
> > > > > > worked for me. I copied the gradle directory from the
> > > firact-providers
> > > > > dir
> > > > > > to the finract project and this worked.
> > > > > >
> > > > > > I think this can help others trying to import the project and
> > running
> > > > > from
> > > > > > the inbuilt terminal.
> > > > > >
> > > > > > Disadvantages - increase in size of the project since there are
> two
> > > > > gradle
> > > > > > files.
> > > > > >
> > > > > > Let me all know your thought and how i could possibly document
> > this.
> > > > > Since
> > > > > > i see an import for Fineract CN on confluence here -
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://cwiki.apache.org/confluence/display/FINERACT/Importing+Fineract+CN+Microservices+Into+IntelliJ
> > > > > > but not on Fineract 1.x
> > > > > >
> > > > > > Look forward to hearing from you all thanks.
> > > > > >
> > > > > > Regards Mua
> > > > > >
> > > > >
> > > >
> > >
> >
>


Error when running *gradlew runTomCat*

2019-03-11 Thread Mua Rachmann
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.


Re: Error when running *gradlew runTomCat*

2019-03-11 Thread Mua Rachmann
Sorry about the subject of the mail it is actually tomcatRunWar. Sorry for
the confusion. I am new to the names

Still would love to know why my build fails.

Cheers

On Tue, Mar 12, 2019 at 3:19 AM Mua Rachmann  wrote:

> 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.
>


Re: Error when running *gradlew runTomCat*

2019-03-12 Thread Mua Rachmann
Hi Vishwas,

I corrected the context.xml file thanks. This time around I ran *./gradlew
tomcatRunWar*

All builds fine but stucked at 92% of the build. Could there be something
wrong?
Or is this the expected behaviour. Should i have to wait again for it to
complete?

Here is the output of the command - https://pastebin.com/MvQB4Rzk

Thanks

On Tue, Mar 12, 2019 at 3:43 AM Vishwas Babu <
vish...@confluxtechnologies.com> wrote:

> Mua,
>
> During tomcatRunwar, the following tasks are carried out
>
> 1) Initialize and upgrade the tenants list database (which lists details of
> all tenants and their database connection credentials, i.e the equivalent
> of ./gradlew migrateTenantListDB -PdbName=mifosplatform-tenants )
>  You are stuck here
> 2) Upgrade each tenant-specific database.
>
>
> The gradle tasks for migrating databases pick up the db credentials from
> build.gradle (root, mysql by default). However, the tomcatrunwar task picks
> up the credentials from a different location
> (/fineract-provider/src/test/resources/META-INF/context.xml). You would
> have to ensure the appropriate credentials are set here too, or that you
> are using the default credentials (root,mysql).
>
> Regards,
> Vishwas
>
> On Mon, Mar 11, 2019 at 7:19 PM Mua Rachmann 
> wrote:
>
> > 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.
> >
>


Re: Error when running *gradlew runTomCat*

2019-03-12 Thread Mua Rachmann
Hi Juhan,

Thanks for your prompt response but i have opened the url and i get this
Not Found - The requested URL /fineract-provider/api/v1/clients was not
found on this server.
Nothing logged as it is still at 92% of the build. Anything i need to do?

Thanks

On Tue, Mar 12, 2019 at 8:45 AM Juhan Aasaru  wrote:

> Hi Mua
>
> this should be expected behaviour.
> Try to open the browser at
>
> http://localhost:8080/fineract-provider/api/v1/clients?tenantIdentifier=default
> and if you get a valid JSON (something like "[]" since you don't have any
> customers yet in your database) back then you have fineract back-end
> working.
>
> Kind regards
> Juhan
>
> Kontakt Mua Rachmann () kirjutas kuupäeval T, 12.
> märts 2019 kell 09:16:
>
> > Hi Vishwas,
> >
> > I corrected the context.xml file thanks. This time around I ran
> *./gradlew
> > tomcatRunWar*
> >
> > All builds fine but stucked at 92% of the build. Could there be something
> > wrong?
> > Or is this the expected behaviour. Should i have to wait again for it to
> > complete?
> >
> > Here is the output of the command - https://pastebin.com/MvQB4Rzk
> >
> > Thanks
> >
> > On Tue, Mar 12, 2019 at 3:43 AM Vishwas Babu <
> > vish...@confluxtechnologies.com> wrote:
> >
> > > Mua,
> > >
> > > During tomcatRunwar, the following tasks are carried out
> > >
> > > 1) Initialize and upgrade the tenants list database (which lists
> details
> > of
> > > all tenants and their database connection credentials, i.e the
> equivalent
> > > of ./gradlew migrateTenantListDB -PdbName=mifosplatform-tenants )
> > >  You are stuck here
> > > 2) Upgrade each tenant-specific database.
> > >
> > >
> > > The gradle tasks for migrating databases pick up the db credentials
> from
> > > build.gradle (root, mysql by default). However, the tomcatrunwar task
> > picks
> > > up the credentials from a different location
> > > (/fineract-provider/src/test/resources/META-INF/context.xml). You would
> > > have to ensure the appropriate credentials are set here too, or that
> you
> > > are using the default credentials (root,mysql).
> > >
> > > Regards,
> > > Vishwas
> > >
> > > On Mon, Mar 11, 2019 at 7:19 PM Mua Rachmann 
> > > wrote:
> > >
> > > > 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.
> > > >
> > >
> >
>


Re: Error when running *gradlew runTomCat*

2019-03-12 Thread Mua Rachmann
Hey Couarage, Juhan, Vishwas, Awasum.

I installed activemq and started it. Now i no longer get the active mq
error message.

See the new logs here. - https://pastebin.com/4MEjFPSk

Thanks for your guides and prompt response so far. I use postman for
testing the api and setting suitable headers.
All works fine. I guess its time for me to pick up my first issue.

Awasum it was with stress as i had to setup my environment on a Mac OS env.
I learned a lot and I have begun gathering all what i did
to successfully run the fineract 1.x on Mac and I am documenting
appropriately - Please see the progress here
https://cwiki.apache.org/confluence/display/FINERACT/Fineract+Installation+on+Mac+OS

I will do any corrections needed. Once more thank you all

Cheers, Mua


On Tue, Mar 12, 2019 at 2:06 PM Courage Angeh 
wrote:

> Hi Mua,
>
> I also realized you dont have active MQ installed. So you get an activeMQ
> network error in your logs.
>
> On Tue, Mar 12, 2019, 8:57 AM Courage Angeh 
> wrote:
>
> > Hi Mua,
> >
> > Thats the expected response. You wrk with the api doc to see the header
> > params to set so you can make a succesful request.
> >
> > You set tenant id and an authorization header
> >
> > On Tue, Mar 12, 2019, 4:01 AM Mua Rachmann 
> wrote:
> >
> >> Hi Juhan,
> >>
> >> Thanks for your prompt response but i have opened the url and i get this
> >> Not Found - The requested URL /fineract-provider/api/v1/clients was not
> >> found on this server.
> >> Nothing logged as it is still at 92% of the build. Anything i need to
> do?
> >>
> >> Thanks
> >>
> >> On Tue, Mar 12, 2019 at 8:45 AM Juhan Aasaru  wrote:
> >>
> >> > Hi Mua
> >> >
> >> > this should be expected behaviour.
> >> > Try to open the browser at
> >> >
> >> >
> >>
> http://localhost:8080/fineract-provider/api/v1/clients?tenantIdentifier=default
> >> > and if you get a valid JSON (something like "[]" since you don't have
> >> any
> >> > customers yet in your database) back then you have fineract back-end
> >> > working.
> >> >
> >> > Kind regards
> >> > Juhan
> >> >
> >> > Kontakt Mua Rachmann () kirjutas kuupäeval T,
> >> 12.
> >> > märts 2019 kell 09:16:
> >> >
> >> > > Hi Vishwas,
> >> > >
> >> > > I corrected the context.xml file thanks. This time around I ran
> >> > *./gradlew
> >> > > tomcatRunWar*
> >> > >
> >> > > All builds fine but stucked at 92% of the build. Could there be
> >> something
> >> > > wrong?
> >> > > Or is this the expected behaviour. Should i have to wait again for
> it
> >> to
> >> > > complete?
> >> > >
> >> > > Here is the output of the command - https://pastebin.com/MvQB4Rzk
> >> > >
> >> > > Thanks
> >> > >
> >> > > On Tue, Mar 12, 2019 at 3:43 AM Vishwas Babu <
> >> > > vish...@confluxtechnologies.com> wrote:
> >> > >
> >> > > > Mua,
> >> > > >
> >> > > > During tomcatRunwar, the following tasks are carried out
> >> > > >
> >> > > > 1) Initialize and upgrade the tenants list database (which lists
> >> > details
> >> > > of
> >> > > > all tenants and their database connection credentials, i.e the
> >> > equivalent
> >> > > > of ./gradlew migrateTenantListDB -PdbName=mifosplatform-tenants )
> >> > > >  You are stuck here
> >> > > > 2) Upgrade each tenant-specific database.
> >> > > >
> >> > > >
> >> > > > The gradle tasks for migrating databases pick up the db
> credentials
> >> > from
> >> > > > build.gradle (root, mysql by default). However, the tomcatrunwar
> >> task
> >> > > picks
> >> > > > up the credentials from a different location
> >> > > > (/fineract-provider/src/test/resources/META-INF/context.xml). You
> >> would
> >> > > > have to ensure the appropriate credentials are set here too, or
> that
> >> > you
> >> > > > are using the default credentials (root,mysql).
> >> > > >
> >> > > > Regards,
> >> > > > Vishwas
> >> > > >
> >> > > > On Mon, Mar 11, 2019 at 7:19 PM Mua Rachmann <
> muarachm...@gmail.com
> >> >
> >> > > > wrote:
> >> > > >
> >> > > > > 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.
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> >
>


Re: Error when running *gradlew runTomCat*

2019-03-12 Thread Mua Rachmann
Yes Vishwas,

I noticed it works only with the 8443 port. Thanks for that clarification.

Hmmm, Vishwas i read on Activemq and - it's a messaging reporting tool
Can i know what it actually does in the codebas thanks. Just being curious

Regards

On Tue, Mar 12, 2019 at 6:13 PM Vishwas Babu <
vish...@confluxtechnologies.com> wrote:

> Adding a minor clarification in case other GSOC students are referring to
> this thread. After the installation, Fineract would be available on port
> 8443 (with only https supported) and NOT 8080. So a valid URL would be
> similar to
>
> https://localhost:8443/fineract-provider/api/v1/clients?tenantIdentifier=default
>
> Also, Fineract should run without having ActiveMQ installed (the Travis
> build and integration tests, for example, does not setup ActiveMQ)
>
> Regards,
> Vishwas
>
>
>
> On Tue, Mar 12, 2019 at 8:04 AM Mua Rachmann 
> wrote:
>
> > Hey Couarage, Juhan, Vishwas, Awasum.
> >
> > I installed activemq and started it. Now i no longer get the active mq
> > error message.
> >
> > See the new logs here. - https://pastebin.com/4MEjFPSk
> >
> > Thanks for your guides and prompt response so far. I use postman for
> > testing the api and setting suitable headers.
> > All works fine. I guess its time for me to pick up my first issue.
> >
> > Awasum it was with stress as i had to setup my environment on a Mac OS
> env.
> > I learned a lot and I have begun gathering all what i did
> > to successfully run the fineract 1.x on Mac and I am documenting
> > appropriately - Please see the progress here
> >
> >
> https://cwiki.apache.org/confluence/display/FINERACT/Fineract+Installation+on+Mac+OS
> >
> > I will do any corrections needed. Once more thank you all
> >
> > Cheers, Mua
> >
> >
> > On Tue, Mar 12, 2019 at 2:06 PM Courage Angeh 
> > wrote:
> >
> > > Hi Mua,
> > >
> > > I also realized you dont have active MQ installed. So you get an
> activeMQ
> > > network error in your logs.
> > >
> > > On Tue, Mar 12, 2019, 8:57 AM Courage Angeh 
> > > wrote:
> > >
> > > > Hi Mua,
> > > >
> > > > Thats the expected response. You wrk with the api doc to see the
> header
> > > > params to set so you can make a succesful request.
> > > >
> > > > You set tenant id and an authorization header
> > > >
> > > > On Tue, Mar 12, 2019, 4:01 AM Mua Rachmann 
> > > wrote:
> > > >
> > > >> Hi Juhan,
> > > >>
> > > >> Thanks for your prompt response but i have opened the url and i get
> > this
> > > >> Not Found - The requested URL /fineract-provider/api/v1/clients was
> > not
> > > >> found on this server.
> > > >> Nothing logged as it is still at 92% of the build. Anything i need
> to
> > > do?
> > > >>
> > > >> Thanks
> > > >>
> > > >> On Tue, Mar 12, 2019 at 8:45 AM Juhan Aasaru 
> > wrote:
> > > >>
> > > >> > Hi Mua
> > > >> >
> > > >> > this should be expected behaviour.
> > > >> > Try to open the browser at
> > > >> >
> > > >> >
> > > >>
> > >
> >
> http://localhost:8080/fineract-provider/api/v1/clients?tenantIdentifier=default
> > > >> > and if you get a valid JSON (something like "[]" since you don't
> > have
> > > >> any
> > > >> > customers yet in your database) back then you have fineract
> back-end
> > > >> > working.
> > > >> >
> > > >> > Kind regards
> > > >> > Juhan
> > > >> >
> > > >> > Kontakt Mua Rachmann () kirjutas kuupäeval
> > T,
> > > >> 12.
> > > >> > märts 2019 kell 09:16:
> > > >> >
> > > >> > > Hi Vishwas,
> > > >> > >
> > > >> > > I corrected the context.xml file thanks. This time around I ran
> > > >> > *./gradlew
> > > >> > > tomcatRunWar*
> > > >> > >
> > > >> > > All builds fine but stucked at 92% of the build. Could there be
> > > >> something
> > > >> > > wrong?
> > > >> > > Or is this the expected behaviour. Should i have to wait again
> for
> > > it
> > > &g

Re: Error when running *gradlew runTomCat*

2019-03-12 Thread Mua Rachmann
Hi Courage, Vishwas,

Please is there a means for stopping the *./gradlew tomcatRunWar*? so i can
run other gradlew commands

I stop mine this way *CTRL + Z* and kill the process using *kill -9 *
but I
feel i am not doing it right. Is this the correct way or is there some
other way.

Sorry if i am a little disturbing the list but i want to grasps the
understanding of some concepts.

Regards Mua.

On Tue, Mar 12, 2019 at 6:20 PM Mua Rachmann  wrote:

> Yes Vishwas,
>
> I noticed it works only with the 8443 port. Thanks for that clarification.
>
> Hmmm, Vishwas i read on Activemq and - it's a messaging reporting tool
> Can i know what it actually does in the codebas thanks. Just being curious
>
> Regards
>
> On Tue, Mar 12, 2019 at 6:13 PM Vishwas Babu <
> vish...@confluxtechnologies.com> wrote:
>
>> Adding a minor clarification in case other GSOC students are referring to
>> this thread. After the installation, Fineract would be available on port
>> 8443 (with only https supported) and NOT 8080. So a valid URL would be
>> similar to
>>
>> https://localhost:8443/fineract-provider/api/v1/clients?tenantIdentifier=default
>>
>> Also, Fineract should run without having ActiveMQ installed (the Travis
>> build and integration tests, for example, does not setup ActiveMQ)
>>
>> Regards,
>> Vishwas
>>
>>
>>
>> On Tue, Mar 12, 2019 at 8:04 AM Mua Rachmann 
>> wrote:
>>
>> > Hey Couarage, Juhan, Vishwas, Awasum.
>> >
>> > I installed activemq and started it. Now i no longer get the active mq
>> > error message.
>> >
>> > See the new logs here. - https://pastebin.com/4MEjFPSk
>> >
>> > Thanks for your guides and prompt response so far. I use postman for
>> > testing the api and setting suitable headers.
>> > All works fine. I guess its time for me to pick up my first issue.
>> >
>> > Awasum it was with stress as i had to setup my environment on a Mac OS
>> env.
>> > I learned a lot and I have begun gathering all what i did
>> > to successfully run the fineract 1.x on Mac and I am documenting
>> > appropriately - Please see the progress here
>> >
>> >
>> https://cwiki.apache.org/confluence/display/FINERACT/Fineract+Installation+on+Mac+OS
>> >
>> > I will do any corrections needed. Once more thank you all
>> >
>> > Cheers, Mua
>> >
>> >
>> > On Tue, Mar 12, 2019 at 2:06 PM Courage Angeh 
>> > wrote:
>> >
>> > > Hi Mua,
>> > >
>> > > I also realized you dont have active MQ installed. So you get an
>> activeMQ
>> > > network error in your logs.
>> > >
>> > > On Tue, Mar 12, 2019, 8:57 AM Courage Angeh 
>> > > wrote:
>> > >
>> > > > Hi Mua,
>> > > >
>> > > > Thats the expected response. You wrk with the api doc to see the
>> header
>> > > > params to set so you can make a succesful request.
>> > > >
>> > > > You set tenant id and an authorization header
>> > > >
>> > > > On Tue, Mar 12, 2019, 4:01 AM Mua Rachmann 
>> > > wrote:
>> > > >
>> > > >> Hi Juhan,
>> > > >>
>> > > >> Thanks for your prompt response but i have opened the url and i get
>> > this
>> > > >> Not Found - The requested URL /fineract-provider/api/v1/clients was
>> > not
>> > > >> found on this server.
>> > > >> Nothing logged as it is still at 92% of the build. Anything i need
>> to
>> > > do?
>> > > >>
>> > > >> Thanks
>> > > >>
>> > > >> On Tue, Mar 12, 2019 at 8:45 AM Juhan Aasaru 
>> > wrote:
>> > > >>
>> > > >> > Hi Mua
>> > > >> >
>> > > >> > this should be expected behaviour.
>> > > >> > Try to open the browser at
>> > > >> >
>> > > >> >
>> > > >>
>> > >
>> >
>> http://localhost:8080/fineract-provider/api/v1/clients?tenantIdentifier=default
>> > > >> > and if you get a valid JSON (something like "[]" since you don't
>> > have
>> > > >> any
>> > > >> > customers yet in your database) back then you have fineract
>> back-end
>> > > >> > working.
>> > > >> >
>> > &g

Re: Unable to build Fineract 1.x as documented in README

2019-03-12 Thread Mua Rachmann
Hi Larry,

Glad to know you could fix your problem. I would just reply what Vishwas
said

 After the installation, Fineract would be available on port
8443 (with only https supported) and NOT 8080. So a valid URL would be
similar to
https://localhost:8443/fineract-provider/api/v1/clients?tenantIdentifier=default

Use this on a browser or rest Client and i think it should solve your issue.

Cheers, Mua

On Tue, Mar 12, 2019 at 10:51 PM ivange larry  wrote:

> Thanks all. I was finally able to successfully build fineract 1.x. I had
> added some files that didn't have the license header. So I added the
> license header and everything worked fine.
>
> But I'm having another issue. I have started the application using
> *./gradlew
> tomcatRunWar *and it seems the application started successfully at
> *http://localhost:8080/fineract-provider
> <http://localhost:8080/fineract-provider>* but all endpoints return 404
> including *http://localhost:8080/fineract-provider
> <http://localhost:8080/fineract-provider>.*
>
> I have added a new resource *HealthCheckResource* which just has one GET
> method listening to */healthCheck* and returns status 200. Just like every
> other resource, this too is returning 404.
>
> Is there some configurations I need to do before running the app?
>
> Thanks,
> Larry
>
>
> On Mon, Mar 11, 2019 at 9:22 AM Mua Rachmann 
> wrote:
>
> > Hi Larry,
> >
> > sorry to hear you are still having issues with the build.
> > In my case, it was becasue i imported the project with IntelliJ and it
> > modified the gradle wrapper
> >
> > - I recloned the repo to be sure i had the latest codes and this time
> > didn't import the project just yet
> > - I ran build rat which did successfully run
> > - I ran build clean war which generated my war file
> >
> > After all these all is good. So i suggest you start from a clean fork and
> > also your internet connection
> > should be good. Sometimes it took a while for the build to download some
> > stuffs and i thought it
> > wasn't working.
> >
> > Cheers Mua.
> >
>
>
> --
> GSoC 2016 @OpenMRS
> GSoC 2017 @LibreHealth
> GCI 2016 Mentor @OpenMRS
> GCI Org Admin @OpenMRS
>


Re: [DISCUSS] Upgrade gradle for fineract?

2019-03-13 Thread Mua Rachmann
Hi Myrle,

I could start by here if that is ok. Currently Gradle is at version 5.2
I am opting for this, but if it needs some core development then I would
say
some experience developer get involved to assist as I am a newbie.

Afterwards i could continue with the spotsBug integration accordingly.

Regards,
 Mua

On Wed, Mar 13, 2019 at 10:25 AM Myrle Krantz  wrote:

> Hey all,
>
> We have a volunteer trying to improve our build time error discovery (
> https://issues.apache.org/jira/browse/FINERACT-702)
>
> Mua is blocked by the fact that we're using a fairly old gradle version.
> Does anyone object to our upgrading the gradle version we use?
>
> Best Regards,
> Myrle
>


Re: [DISCUSS] Upgrade gradle for fineract?

2019-03-13 Thread Mua Rachmann
Hello Micheal, Myrle

On my findings i see Micheal already got this.
https://issues.apache.org/jira/browse/FINERACT-700
and here is his PR - https://github.com/apache/fineract/pull/525
Thanks I will look for some other issue to work on. I will come back on my
issues once its upgraded.

Thanks

On Wed, Mar 13, 2019 at 10:32 AM Mua Rachmann  wrote:

> Hi Myrle,
>
> I could start by here if that is ok. Currently Gradle is at version 5.2
> I am opting for this, but if it needs some core development then I would
> say
> some experience developer get involved to assist as I am a newbie.
>
> Afterwards i could continue with the spotsBug integration accordingly.
>
> Regards,
>  Mua
>
> On Wed, Mar 13, 2019 at 10:25 AM Myrle Krantz  wrote:
>
>> Hey all,
>>
>> We have a volunteer trying to improve our build time error discovery (
>> https://issues.apache.org/jira/browse/FINERACT-702)
>>
>> Mua is blocked by the fact that we're using a fairly old gradle version.
>> Does anyone object to our upgrading the gradle version we use?
>>
>> Best Regards,
>> Myrle
>>
>


Error: Cannot add task 'integrationTest' as a task with that name already exists.

2019-03-18 Thread Mua Rachmann
Hello everyone,

Trust you are all well. I have been working on MIcheal's PR to upgrade the
gradle to 5.2.1 here - https://github.com/apache/fineract/pull/525

Currently I upgraded the flyway plugin of which i found a compatible mysql
connector (mysql-connector 8.0.12) which makes it possible to migrate the
sql files with some few warnings of which i handled in the PR. see here -
https://github.com/apache/fineract/pull/550

For some reasons I don't know why the migrations perform the same stuffs.I
would love for someone to please review and tell me what i am doing wrong.

Also due to the execute() method being removed in gradle 5. I keep on
getting this error when i run any command like ./gradlew flywayMigrate,
./gradlew tomcatRunWar. See sample here - https://pastebin.com/VfyGXG9j

I would love to know how to make the default execute() functions in the
build.gradle file work thanks

Best regards, Mua


Re: Error: Cannot add task 'integrationTest' as a task with that name already exists.

2019-03-20 Thread Mua Rachmann
Hi Vishwas,

Thanks for your reply. I used mysql-connector in my PR here and it works
fine but seems to be GPL licence which is not
compatible with ASF. From all indications the flyway tasks will fail if
gradle is upgraded.

I did as you said and filed an issue on the flyway repo here -
https://github.com/flyway/flyway/issues/2332
They replied and i hope a solution will spring forth.

As for the mysql-connector driver. All i have come across is not compatible
with ASF licence. I am still
searching though.

I would love to take up another issue if permitted as the response from the
flyway team may slow me down

All issues i have taken so far depends on gradle to be upgraded that is why.

Regards Mua

On Tue, Mar 19, 2019 at 11:03 PM Vishwas Babu <
vish...@confluxtechnologies.com> wrote:

> Hi Mua,
>
> This topic was discussed earlier at
>
> https://lists.apache.org/thread.html/2d84501386e0479e9016e3c6cbbaafbcea0aa1afdff6f19caadc8658@%3Cdev.fineract.apache.org%3E
> .
>
> Here's the relevant snippet with details of alternatives for
> TaskInternal.execute()
>
> Details of a quick fix I attempted to work around the removed
> TaskInternal.execute() method follow.
>
> Using finalizedBy instead of execute ( i.e migrateTenantListDB.finalizedBy
> flywayMigrate) led to the error "Could not get unknown property
> 'classesDir' for integration test classes of type
> org.gradle.api.internal.tasks.DefaultSourceSetOutput". This was fixed by
> upgrading flyway plugin to.
>
> apply plugin: 'org.flywaydb.flyway'
> dependencies {
> classpath
> "gradle.plugin.com.boxfuse.client:gradle-plugin-publishing:5.2.4"
> }
> }
>
> However, this does not seem to work with the current drizzle driver on the
> classpath (results in the error "MySQL upgrade required: MySQL 0.1 is
> outdated and no longer supported by Flyway. Flyway currently supports MySQL
> 5.1 and newer"). It runs without issues if I swap in a MySQL driver though.
>
>
> So, the work for completing the gradle upgrade is blocked due to the issue
> with the drizzle driver (at
> https://github.com/krummas/DrizzleJDBC/blob/master/LICENSE.txt), which is
> no longer maintained.  We cannot change the driver to MySQL connector etc
> due to licensing issues (GPL v2 used by the driver is not compatible with
> the Apache license). The other popular alternative i.e MariaDB connector
> uses an LGPL license, is also not compatible with Apache license.
>
> Here are some things we could explore
>
> -> Raise an issue with https://github.com/flyway/flyway and explore the
> fix
> needed to be made for this error i.e "MySQL upgrade required: MySQL 0.1 is
> outdated and no longer supported by Flyway. Flyway currently supports MySQL
> 5.1 and newer" when using Drizzle driver.
> This error message seems wrong since the MySQL version we are using is
> greater than 5.1
> -> (Long term solution) Find another MySQL driver using a permitted licence
> (BSD , MIT etc. permitted licenses at
> https://www.apache.org/legal/resolved.html#category-a)
>
> Regards,
> Vishwas
>
> On Mon, Mar 18, 2019 at 7:38 AM Mua Rachmann 
> wrote:
>
> > Hello everyone,
> >
> > Trust you are all well. I have been working on MIcheal's PR to upgrade
> the
> > gradle to 5.2.1 here - https://github.com/apache/fineract/pull/525
> >
> > Currently I upgraded the flyway plugin of which i found a compatible
> mysql
> > connector (mysql-connector 8.0.12) which makes it possible to migrate the
> > sql files with some few warnings of which i handled in the PR. see here -
> > https://github.com/apache/fineract/pull/550
> >
> > For some reasons I don't know why the migrations perform the same
> stuffs.I
> > would love for someone to please review and tell me what i am doing
> wrong.
> >
> > Also due to the execute() method being removed in gradle 5. I keep on
> > getting this error when i run any command like ./gradlew flywayMigrate,
> > ./gradlew tomcatRunWar. See sample here - https://pastebin.com/VfyGXG9j
> >
> > I would love to know how to make the default execute() functions in the
> > build.gradle file work thanks
> >
> > Best regards, Mua
> >
>


Re: Error: Cannot add task 'integrationTest' as a task with that name already exists.

2019-03-21 Thread Mua Rachmann
Hi Vishwas,

Just got feedback from the flyway team support and it is said they support
only MySQL officially
See here -
https://github.com/flyway/flyway/issues/2332#issuecomment-475271342

Now drizzle is no longer maintained like you said.

Any suggestions on how to proceed. This could be a long term fix on my end.

Regards Mua.


On Thu, Mar 21, 2019 at 5:09 AM Vishwas Babu <
vish...@confluxtechnologies.com> wrote:

> Mua,
>
> Regarding https://github.com/flyway/flyway/issues/2332
>
> The issue isn't strictly related to the version of the MySQL server, rather
> the driver used. Please provide any other relevant information that would
> help the Flyway folks determine the root cause. At the minimum
> -> Mention that you do not get this issue with MySQL connector, MariaDB
> driver etc and are only facing the issue with drizzle driver (version
> details etc)
> -> Mention that the same worked with a previous version of Flyway (version
> X.X) and broke after you upgraded to this version.
>
> Since this would most likely be a very low priority issue for Flyway, they
> might not provide a fix for the same. However, you could ask them to help
> you identify the section of the codebase which is throwing the error and
> possibly make a fix yourself.
>
> >> would love to take up another issue if permitted as the response from
> the flyway team may slow me down
> Of course, please feel free to pick up any issue that interests you :)
>
> Some issues
> - > https://jira.apache.org/jira/browse/FINERACT-728
> - > https://jira.apache.org/jira/browse/FINERACT-726
>
>
> Regards,
> Vishwas
>
>
>
> On Wed, Mar 20, 2019 at 7:30 PM Mua Rachmann 
> wrote:
>
> > Hi Vishwas,
> >
> > Thanks for your reply. I used mysql-connector in my PR here and it works
> > fine but seems to be GPL licence which is not
> > compatible with ASF. From all indications the flyway tasks will fail if
> > gradle is upgraded.
> >
> > I did as you said and filed an issue on the flyway repo here -
> > https://github.com/flyway/flyway/issues/2332
> > They replied and i hope a solution will spring forth.
> >
> > As for the mysql-connector driver. All i have come across is not
> compatible
> > with ASF licence. I am still
> > searching though.
> >
> > I would love to take up another issue if permitted as the response from
> the
> > flyway team may slow me down
> >
> > All issues i have taken so far depends on gradle to be upgraded that is
> > why.
> >
> > Regards Mua
> >
> > On Tue, Mar 19, 2019 at 11:03 PM Vishwas Babu <
> > vish...@confluxtechnologies.com> wrote:
> >
> > > Hi Mua,
> > >
> > > This topic was discussed earlier at
> > >
> > >
> >
> https://lists.apache.org/thread.html/2d84501386e0479e9016e3c6cbbaafbcea0aa1afdff6f19caadc8658@%3Cdev.fineract.apache.org%3E
> > > .
> > >
> > > Here's the relevant snippet with details of alternatives for
> > > TaskInternal.execute()
> > >
> > > Details of a quick fix I attempted to work around the removed
> > > TaskInternal.execute() method follow.
> > >
> > > Using finalizedBy instead of execute ( i.e
> > migrateTenantListDB.finalizedBy
> > > flywayMigrate) led to the error "Could not get unknown property
> > > 'classesDir' for integration test classes of type
> > > org.gradle.api.internal.tasks.DefaultSourceSetOutput". This was fixed
> by
> > > upgrading flyway plugin to.
> > >
> > > apply plugin: 'org.flywaydb.flyway'
> > > dependencies {
> > > classpath
> > > "gradle.plugin.com.boxfuse.client:gradle-plugin-publishing:5.2.4"
> > > }
> > > }
> > >
> > > However, this does not seem to work with the current drizzle driver on
> > the
> > > classpath (results in the error "MySQL upgrade required: MySQL 0.1 is
> > > outdated and no longer supported by Flyway. Flyway currently supports
> > MySQL
> > > 5.1 and newer"). It runs without issues if I swap in a MySQL driver
> > though.
> > >
> > >
> > > So, the work for completing the gradle upgrade is blocked due to the
> > issue
> > > with the drizzle driver (at
> > > https://github.com/krummas/DrizzleJDBC/blob/master/LICENSE.txt), which
> > is
> > > no longer maintained.  We cannot change the driver to MySQL connector
> etc
> > > due to licensing issues (GPL v2 used by the driver is not compatible
> with
> > > the Apache license). Th

Re: Schema `mifostenant-default` contains a failed migration to version 164 !

2019-03-22 Thread Mua Rachmann
Hi carl,

Try to follow the instructions here. It should work
https://mifosforge.jira.com/wiki/spaces/docs/pages/97615907/Failed+Upgrade+Tips+Mifos+X
.

Another way could be deleting everything , databases, and starting all over
again.

Regards, Mua

On Fri, Mar 22, 2019 at 6:57 PM carl collins 
wrote:

> I'm using mysql version 5.6
>
> On Fri, Mar 22, 2019, 18:48 Nelly Klauch  wrote:
>
> > hi Carl,
> > Which version of mysql are you using?
> >  if it is version 5.7 try to downgrade it to 5.6 and restart the process.
> > Thanks,
> > Nelly
> >
> > Le ven. 22 mars 2019 à 17:14, carl collins 
> a
> > écrit :
> >
> > > Hello ,
> > >
> > > I tried running " ./gradlew migrateTenantDB
> -PdbName=mifostenant-default
> > > ". and I got an error message:
> > >  Schema `mifostenant-default` contains a failed migration to version
> 164
> > !
> > >
> > > Using --stacktrace theses are full details of the error on pastebin:
> > >
> > > https://pastebin.com/8AV4WFSY
> > >
> > > Cheers
> > > Carl
> > >
> >
>


Re: [ANNOUNCE] New Fineract PMC member Santosh Math

2019-03-25 Thread Mua Rachmann
Congrats Santosh,

More grease to carry on.

On Mon, Mar 25, 2019, 08:11 Mexina Daniel  wrote:

> Congrats Santosh! You  deserve this!
>
> On March 24, 2019 at 1:32 PM Vishwas Babu 
> wrote:
>
> Hello All,
>
> It gives me great pleasure to announce the addition of Santosh Math as the
> newest member of Fineract's Project Management Committee. Please join me
> in giving him a warm welcome.
>
> Santosh has been a part of the community since forever (2014!). For those
> of you who do not know of him, here's a snippet from Ed Cable's
> announcement of Santosh's committer status back in 2017.
>
> Santosh has been an active member of the community since 2014 playing many
> roles
> initially as the lead support resource, guiding documentation for the
> platform. Most recently in his role as lead QA engineer for the community,
> he has gone well beyond those duties doing triage and product management
> for Apache Fineract (as well as the Mifos X distribution and apps that
> consume it). Santosh is patient, thorough, and a deeply committed community
> member. He has greatly enhanced the quality of the software and has helped
> to streamline contributions by improving our triage and release management
> processes. He is continually helping other partners, assisting volunteers
> and interns, and most importantly supporting users of Apache Fineract. You
> can see his active presence on the mailing lists, the issue trackers, and
> our wikis.
>
> Regards,
> Vishwas
>
>
> Mexina Daniel
>
> Singo Africa Limited
>
> Mbezi Beach "B"  | Mwai Kibaki Road | 6 Wasafi Str.
> P.O BOX 78908 | 14121 Dar es salaam
>
> +255 71 211 0791 | +255 22 261 8511
>
> amala.co.tz | singo.africa
>
>
>


Re: Error executing Containerized version of Fineract 1.x on GKE

2019-03-28 Thread Mua Rachmann
Hello Patrick,

IMO i think it would be good for production.

Regards Mua

On Thu, Mar 28, 2019 at 12:24 PM Patrick Finken 
wrote:

> Hi,
>
> I'm wondering if it's because of the way I build the war file. Executing
> the command ` ./gradlew tomcatrunwar` is enough to build the project for
> production?
>
> Patrick
>
> On Tue, Mar 26, 2019 at 8:48 AM Patrick Finken 
> wrote:
>
> > Hello,
> >
> > I have a containerized version of Fineract 1.x that's works well locally
> > with docker-compose or minikube. But not when I deploy it to Google
> > Kubernetes Engine. I have an error (cf end of the email).
> > To create my docker image, I use the fineract-provider.war file that I've
> > built from a recent code source.
> > On the other hand, it seems to work if I build my docker image with the
> > file fineract-provider.war from the official mifos release.
> >
> > Does someone have an idea of what can cause the error? Maybe something
> > that changed between the last release and the current version?
> >
> > Error on GKE:
> >
> >> org.springframework.beans.factory.BeanCreationException: Error creating
> >> bean with name
> >>
> 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor':
> >> Invocation of init method failed; nested exception is
> >> java.lang.AbstractMethodError:
> >>
> org.apache.bval.jsr303.ConfigurationImpl.getDefaultParameterNameProvider()Ljavax/validation/ParameterNameProvider;
> >> at
> >>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1572)
> >> ~[spring-beans-4.1.9.RELEASE.jar:4.1.9.RELEASE] at
> >>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539)
> >> ~[spring-beans-4.1.9.RELEASE.jar:4.1.9.RELEASE] at
> >>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
> >> ~[spring-beans-4.1.9.RELEASE.jar:4.1.9.RELEASE] at
> >>
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
> >> ~[spring-beans-4.1.9.RELEASE.jar:4.1.9.RELEASE] at
> >>
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
> >> ~[spring-beans-4.1.9.RELEASE.jar:4.1.9.RELEASE] at
> >>
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
> >> ~[spring-beans-4.1.9.RELEASE.jar:4.1.9.RELEASE] at
> >>
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
> >> ~[spring-beans-4.1.9.RELEASE.jar:4.1.9.RELEASE] at
> >>
> org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors(PostProcessorRegistrationDelegate.java:199)
> >> ~[spring-context-4.1.9.RELEASE.jar:4.1.9.RELEASE] at
> >>
> org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:619)
> >> ~[spring-context-4.1.9.RELEASE.jar:4.1.9.RELEASE] at
> >>
> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:465)
> >> ~[spring-context-4.1.9.RELEASE.jar:4.1.9.RELEASE] at
> >>
> org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:118)
> >> ~[spring-boot-1.2.8.RELEASE.jar:1.2.8.RELEASE] at
> >>
> org.springframework.boot.SpringApplication.refresh(SpringApplication.java:690)
> >> ~[spring-boot-1.2.8.RELEASE.jar:1.2.8.RELEASE] at
> >>
> org.springframework.boot.SpringApplication.run(SpringApplication.java:322)
> >> ~[spring-boot-1.2.8.RELEASE.jar:1.2.8.RELEASE] at
> >>
> org.springframework.boot.context.web.SpringBootServletInitializer.run(SpringBootServletInitializer.java:135)
> >> [spring-boot-1.2.8.RELEASE.jar:1.2.8.RELEASE] at
> >>
> org.springframework.boot.context.web.SpringBootServletInitializer.createRootApplicationContext(SpringBootServletInitializer.java:126)
> >> [spring-boot-1.2.8.RELEASE.jar:1.2.8.RELEASE] at
> >>
> org.springframework.boot.context.web.SpringBootServletInitializer.onStartup(SpringBootServletInitializer.java:82)
> >> [spring-boot-1.2.8.RELEASE.jar:1.2.8.RELEASE] at
> >>
> org.springframework.web.SpringServletContainerInitializer.onStartup(SpringServletContainerInitializer.java:175)
> >> [spring-web-4.1.9.RELEASE.jar:4.1.9.RELEASE] at
> >>
> org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5229)
> >> [catalina.jar:8.5.30] at
> >> org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
> >> [catalina.jar:8.5.30] at
> >>
> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:754)
> >> [catalina.jar:8.5.30] at
> >> org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:730)
> >> [catalina.jar:8.5.30] at
> >> org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734)
> >> [

Re: [ANNOUNCE] Myrle Krantz is a Board Member at the Apache Software Foundation.

2019-03-29 Thread Mua Rachmann
Congratulations Myrle

Regards,
Mua

On Fri, Mar 29, 2019, 07:49 Massabe Lydiane 
wrote:

> Congratulations Myrle,
>
> Lydiane.
> On 28 Mar 2019 21:32, "Awasum Yannick"  wrote:
>
> > Hello Everyone,
> >
> > At The Apache Software Foundation (ASF) Members' Meeting held this week
> and
> > one of our Community members was elected to the ASF Board.
> >
> > Please, Join me in Congratulating Myrle Krantz on becoming an ASF Board
> of
> > Director.
> >
> > https://blogs.apache.org/foundation/entry/announcing-new-asf-board-of1
> >
> > We know you will keep doing great things.
> >
> >
> > Thanks.
> > Awasum Yannick.
> > PMC Member, Apache Fineract.
> >
>


Re: [VOTE] Apache Fineract 1.3.0

2019-04-08 Thread Mua Rachmann
+1

On Mon, Apr 8, 2019 at 2:57 PM Steve Conrad  wrote:

> +1
>
>
> On Mon, Apr 8, 2019 at 6:36 AM Abisai Matangira 
> wrote:
>
> > +1
> >
> > Best Regards
> >
> > Abisai Matangira
> > Operations Team : Africom
> > WhatsApp / Mobile / Tel : +2638644004138
> >
> >
> >
> >
> > > On 08 Apr,2019, at 12:17, Makara SET 
> > wrote:
> > >
> > > +1
> > >
> > > Makara SET (Mr.)
> > > IT Development Unit Manager
> > > Mobile: +855 10 84 9001  | Office: +855 23 997 722
> > > Office Phone:   +85523 997 722
> > >
> > > 
> > > OUR NEXT JOURNEY OF GROWTH 2019!
> > > -
> > >
> > > -Original Message-
> > > From: Chirag Gupta [mailto:guptachirag2...@gmail.com]
> > > Sent: Monday, April 8, 2019 3:30 PM
> > > To: Dev
> > > Subject: Re: [VOTE] Apache Fineract 1.3.0
> > >
> > > +1
> > >
> > >> On Mon, Apr 8, 2019 at 12:29 PM Edmore Tshuma 
> > wrote:
> > >>
> > >>
> > >>
> > >> +1
> > >>
> > >> Sent from Mail  for
> > >> Windows 10
> > >>
> > >>
> > >>
> > >> *From: *Mexina Daniel 
> > >> *Sent: *Monday, 08 April 2019 7:50 AM
> > >> *To: *dev@fineract.apache.org; Santosh Math
> > >> 
> > >> *Subject: *Re: [VOTE] Apache Fineract 1.3.0
> > >>
> > >>
> > >>
> > >> +1 for the release.
> > >>
> > >> On April 8, 2019 at 11:09 AM Santosh Math
> > >> 
> > >> wrote:
> > >>
> > >> Hello Fineract community,
> > >>
> > >> We have created the Apache Fineract 1.3.0 release, with the artifacts
> > >> below up for a vote.
> > >>
> > >> These are the goals of this release:
> > >>
> > >>   - Share the new features, improvements and bug fixes which have been
> > >>   developed so far
> > >>   by external contributors, the community developers,volunteers and
> > >>   previous
> > >>   GSOC
> > >>   interns.
> > >>
> > >> *For more information including release notes, please see:*
> > >> *
> > >>
> > >>
> https://cwiki.apache.org/confluence/display/FINERACT/1.3.0+-+Apache+Fi
> > >> neract
> > >> <
> > >>
> > >>
> https://cwiki.apache.org/confluence/display/FINERACT/1.3.0+-+Apache+Fi
> > >> neract
> > >>
> > >> *
> > >>
> > >> *Source & Binary files:*
> > >> *https://dist.apache.org/repos/dist/dev/fineract/1.3.0/
> > >> *
> > >> Source:
> > >>
> > >>
> https://dist.apache.org/repos/dist/dev/fineract/1.3.0/apache-fineract-
> > >> 1.3.0-src.tar.gz
> > >> <
> > >>
> > >>
> https://dist.apache.org/repos/dist/dev/fineract/1.2.0/apache-fineract-
> > >> 1.3.0-src.tar.gz
> > >>>
> > >>
> > >> Binary/War :
> > >>
> > >>
> https://dist.apache.org/repos/dist/dev/fineract/1.3.0/apache-fineract-
> > >> 1.3.0-binary.tar.gz
> > >>
> > >> *Commit to be voted on:*
> > >> https://github.com/apache/fineract/commits/1.3.0
> > >>
> > >> *Source build verification steps can be found at:* Refer 'README.md'
> > >> in apache-fineract-1.3.0-src.tar.gz
> > >>
> > >> *Binary Deployment steps can be found at:*
> > >>
> > >>
> https://cwiki.apache.org/confluence/display/FINERACT/Fineract+Installa
> > >> tion+on+Ubuntu+Server
> > >>
> > >> *KEYS file containing PGP Keys we use to sign the release: *
> > >> https://dist.apache.org/repos/dist/dev/fineract/KEYS
> > >>
> > >> Vote will be open for 72 hours.
> > >>
> > >> [ ] +1 approve
> > >> [ ] +0 no opinion
> > >> [ ] -1 disapprove (and reason why)
> > >>
> > >> Let me know if there are any discrepancies in the signing process.
> > >>
> > >> Here's my +1.
> > >>
> > >> Thanks & Regards
> > >>
> > >> Santosh Math
> > >>
> > >> *QA Engineer*
> > >>
> > >> *Conflux Technologies Pvt Ltd *
> > >> | *Office*: +91-080-41208662 |
> > >>
> > >> *Address*: #304, 2nd Floor, 7th Main Road, HRBR Layout 1st Block,
> > >> Bengaluru, Karnataka, 560043 INDIA
> > >>
> > >>
> > >>
> > >> Mexina Daniel
> > >>
> > >> Singo Africa Limited
> > >>
> > >> Mbezi Beach "B"  | Mwai Kibaki Road | 6 Wasafi Str.
> > >> P.O BOX 78908 | 14121 Dar es salaam
> > >>
> > >> +255 71 211 0791 | +255 22 261 8511
> > >>
> > >> amala.co.tz | singo.africa
> > >>
> > >>  [image: cid:0336cb04-3ad9-41be-be3a-d9d3f7290849][image:
> > >> cid:81f2508c-ff18-4a40-bac8-46a3fe184615]
> > >>
> > >>
> > >>
> >
>


Re: [ANNOUNCE] Welcome Juhan Aasaru as Fineract committer

2019-05-01 Thread Mua Rachmann
Welcome Juhan,
Congrats

On Wed, May 1, 2019, 11:45 Ruphine Kengne  wrote:

> Congratulations Juhan. Keep up
>
> On Wed, 1 May 2019 at 11:34, Nkep Kerlyn  wrote:
>
>> Congrats Juhan!!
>>
>> On Tue, Apr 30, 2019, 8:20 AM Awasum Yannick >
>>> Hi All,
>>>
>>> I am happy to announce that Juhan Aasaru has been voted in as a Fineract
>>> Committer.
>>>
>>> Juhan has been in the community for just over 6 months now and has
>>> already shown how valuable they are to our project.
>>>
>>> Juhan has contributed to Fineract 1.x as well as Fineract CN in areas
>>> like Containerization and recently enabled Continuous Integration on
>>> Fineract CN. Juhan has also contributed to key discussions on the mailing
>>> list and also created and updated documentations to unblock new
>>> contributors. Thank you very much Juhan.
>>>
>>> Please join me in welcoming Juhan as a new Committer on Fineract.
>>>
>>> Thanks.
>>> Awasum Yannick.
>>> PMC Member, Apache Fineract
>>>
>>>
>>>
>>>
>>>


Re: Building Fineract with PR - 515 (FINERACT-698)

2019-05-15 Thread Mua Rachmann
On Thu, May 16, 2019 at 4:37 AM Kelvin Ikome  wrote:

> Hi,
>
> The issue you are facing seems to be caused by newly created files not
> containing a licence (the comments at the beginning of most files in the
> throughout the codebase).
>
> Try resolving with the following command "./gradlew tasks
> licenseFormatMain licenseFormatTest licenseFormatIntegrationTest".
>
> If the above command does not work, you can copy and paste the license
> from a pre-existing file into the newly created files.
>
> I thought of doing this but from first sight i don't see these files in
the PR so i don't know where the files are coming from. I will try the
above commands and see how it goes

> Kelvin
>
> On Thu, May 16, 2019 at 3:50 AM Mua Rachmann 
> wrote:
>
>> Hello everyone,
>>
>> I am trying to solve https://issues.apache.org/jira/browse/FINERACT-728
>>  ,
>> for this i need to have this PR applied on top
>> https://github.com/apache/fineract/pull/515 of which i pulled and
>> checked out to a clean branch successfully.
>>
>> I have issues building. The rat fails with the following message
>> MBP-de-MACBOOK:fineract rachmann$ ./gradlew tomcatRunWar
>> :rat FAILED
>>
>> FAILURE: Build failed with an exception.
>>
>> * What went wrong:
>> Execution failed for task ':rat'.
>> > Found 10 files with unapproved/unknown licenses. See
>> file:/Users/rachmann/Documents/open_source/fineract/fineract/build/reports/rat/rat-report.txt
>>
>> * Try:
>> Run with --stacktrace option to get the stack trace. Run with --info or
>> --debug option to get more log output.
>>
>> BUILD FAILED
>>
>> Total time: 21.705 secs
>>
>> Here is a the copy of my rat-report.txt file of all the unapproved
>> licenses file. I tried with the clean command it still doesn't work.
>>
>> PS - When i switch back to develop branch it works fine. I would be
>> needing this in order to solve my issue any help would be appreciated
>>
>> Regards,
>> Mua
>>
>


Re: Building Fineract with PR - 515 (FINERACT-698)

2019-05-16 Thread Mua Rachmann
Hi there,

Manually adding the license in each of those files worked and build
properly. I just have a worry did i somehow mess up with my local branch
or is the PR causing those files to be generated. What if merged will this
be the same case for other users having to add the license?

Regards,
Mua

On Thu, May 16, 2019 at 11:21 AM Babajide Apata 
wrote:

> Hello Mua,
> The best option is the second option from Kelvin, copy the license header
> and put in all the files that are missing.
> your rat report should be fine.
>
> cheers
>
> On Thu, 16 May 2019 at 06:24, ivange larry  wrote:
>
>> The files may not appear in the PR because they’re been ignored by Git.
>>
>> On Thu, 16 May 2019 at 04:57 Mua Rachmann  wrote:
>>
>>>
>>>
>>> On Thu, May 16, 2019 at 4:37 AM Kelvin Ikome  wrote:
>>>
>>>> Hi,
>>>>
>>>> The issue you are facing seems to be caused by newly created files not
>>>> containing a licence (the comments at the beginning of most files in the
>>>> throughout the codebase).
>>>>
>>>> Try resolving with the following command "./gradlew tasks
>>>> licenseFormatMain licenseFormatTest licenseFormatIntegrationTest".
>>>>
>>>> If the above command does not work, you can copy and paste the license
>>>> from a pre-existing file into the newly created files.
>>>>
>>>> I thought of doing this but from first sight i don't see these files in
>>> the PR so i don't know where the files are coming from. I will try the
>>> above commands and see how it goes
>>>
>>>> Kelvin
>>>>
>>>> On Thu, May 16, 2019 at 3:50 AM Mua Rachmann 
>>>> wrote:
>>>>
>>>>> Hello everyone,
>>>>>
>>>>> I am trying to solve
>>>>> https://issues.apache.org/jira/browse/FINERACT-728 ,
>>>>> for this i need to have this PR applied on top
>>>>> https://github.com/apache/fineract/pull/515 of which i pulled and
>>>>> checked out to a clean branch successfully.
>>>>>
>>>>> I have issues building. The rat fails with the following message
>>>>> MBP-de-MACBOOK:fineract rachmann$ ./gradlew tomcatRunWar
>>>>> :rat FAILED
>>>>>
>>>>> FAILURE: Build failed with an exception.
>>>>>
>>>>> * What went wrong:
>>>>> Execution failed for task ':rat'.
>>>>> > Found 10 files with unapproved/unknown licenses. See
>>>>> file:/Users/rachmann/Documents/open_source/fineract/fineract/build/reports/rat/rat-report.txt
>>>>>
>>>>> * Try:
>>>>> Run with --stacktrace option to get the stack trace. Run with --info
>>>>> or --debug option to get more log output.
>>>>>
>>>>> BUILD FAILED
>>>>>
>>>>> Total time: 21.705 secs
>>>>>
>>>>> Here is a the copy of my rat-report.txt file of all the unapproved
>>>>> licenses file. I tried with the clean command it still doesn't work.
>>>>>
>>>>> PS - When i switch back to develop branch it works fine. I would be
>>>>> needing this in order to solve my issue any help would be appreciated
>>>>>
>>>>> Regards,
>>>>> Mua
>>>>>
>>>> --
>> - Larry
>>
>>


Re: [ANNOUNCE] Welcome Courage Angeh to the Apache Fineract PMC

2019-05-22 Thread Mua Rachmann
Congrats Courage


On Wed, May 22, 2019 at 7:47 PM ivange larry  wrote:

> Congratulations Courage. Keep up the good work.
>
> On Wed, 22 May 2019 at 19:42 Awasum Yannick  wrote:
>
>> Hi All,
>>
>> I am delighted to announce that Courage Angeh has been voted in as a new
>> PMC Member at Apache Fineract.
>>
>> Courage has been a valuable member of our community for over 2 years now
>> and in that time she has shown great leadership skills. She developed an
>> In-App Notifications for Fineract 1.x as part of GSoC 2017. She
>> containerized Fineract CN and is currently leading efforts towards enabling
>> a production deployment in a Cloud Environment. Courage has been
>> consistently active in helping to onboard new devs on our project. She is
>> also a mentor for GSoC 2019 at Fineract and Outreachy via Mifos.
>>
>> Those are some remarkable accomplishments for our project.
>>
>> Please join me in Congratulating Courage for her contributions to the
>> Fineract Community.
>>
>>
>> Thanks.
>> Awasum Yannick
>>
> --
> - Larry
>
>


Re: please sign me out

2019-09-17 Thread Mua Rachmann
Hi @all,

Please it is simple, no need spamming the list again for you to
unsubscribe. You can go to
https://sourceforge.net/projects/mifos/lists/mifos-developer and edit your
settings accordingly

Regards,
Mua

On Tue, Sep 17, 2019 at 5:53 PM Sangram Chavan 
wrote:

> Please sign me out.
>
> On Tue 17 Sep, 2019, 7:36 PM supriya supugade, 
> wrote:
>
>> Please sign me out too.
>>
>> Thanks,
>> Supriya
>>
>> On Tue, 17 Sep, 2019, 7:22 PM Sander van der Heyden, <
>> sandervanderhey...@musonisystem.com> wrote:
>>
>>> @both: In the same way you signed up by sending a mail to
>>> dev-subscr...@fineract.apache.org, you can also unsubscribe by
>>> e-mailing dev-unsubscr...@fineract.apache.org.
>>>
>>>
>>> On Tue, 17 Sep 2019 at 15:49, John Zekun Zhang <
>>> jzz...@student.cis.edu.hk> wrote:
>>>
 Please sign me out too thanks

 On Tue, 17 Sep 2019 at 8:12 PM, Aneta Senejko 
 wrote:

> Please sign me out of mailing list for developers. I am receiving tone
> of mails
> best regards
> Aneta
>
>
> 
>  Wolny
> od wirusów. www.avast.com
> 
> <#m_6584258712931493297_m_6935123697517553034_m_1988493248083671296_m_-2451205565774138142_m_3773560562857653904_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>