Re: failure to login to mifos community-app

2019-02-25 Thread victor ssebugwawo
Thank you Vishwas for taking the time to help me out.

On Sat, Feb 23, 2019 at 12:57 AM Vishwas Babu <
vish...@confluxtechnologies.com> wrote:

> Hi Victor,
>
> The relevant snippet of the error you are facing is
>
> Caused by: com.googlecode.flyway.core.api.FlywayException: Migration of
> schema `mifosplatform-tenants` to version 4 failed! Please restore backups
> and roll back database and code!
>
> You can fix the same as follows :
>
> 1) Try replaying
>
> https://github.com/apache/fineract/blob/develop/fineract-provider/src/main/resources/sql/migrations/list_db/V4__introduced_oltpId_reportId_columns_and_tenants_server_connection_table.sql
> and ensure the same is successful
>
> 3) Once you confirm that this script has run successfully (or that the
> changes it seeks to make are already present in your database) , you would
> proceed to tell Fineract that this patch has been successfully applied as
> follows:
>
> In `mifosplatform-tenants` , find the entry from “schema_version" table
> where the successful application of this patch is being tracked
>
> Ex: select * from schema_version where script like "V4_%”; (notice that the
> value of “success” would be set to false or 0)
>
> Update “succes” to “1” (i.e true)
>
> Ex: update schema_version set success=1 where script like "V4_%”
>
>
> Regards,
> Vishwas
>
>
> On Fri, Feb 22, 2019 at 3:27 AM Kelvin Ikome  wrote:
>
> >
> >
> > On Fri, Feb 22, 2019 at 12:24 PM victor ssebugwawo <
> victorss...@gmail.com>
> > wrote:
> >
> >> Hi Kelvin,
> >>
> >> Still no attachment :-(
> >>
> >> On Fri, Feb 22, 2019 at 2:07 PM Kelvin Ikome 
> wrote:
> >>
> >> > Hi Victor,
> >> >
> >> > Sorry about that. You can find it in the attachment below.
> >> >
> >> > On Fri, Feb 22, 2019 at 11:24 AM victor ssebugwawo <
> >> victorss...@gmail.com>
> >> > wrote:
> >> >
> >> >> Hi Kelvin
> >> >>
> >> >> Kindly re-attach the image, it didn't come through.
> >> >>
> >> >>
> >> >>
> >> >> On Fri, Feb 22, 2019 at 12:47 PM Kelvin Ikome 
> >> wrote:
> >> >>
> >> >> > There seem to be some errors based on what is shown on the logs.
> >> >> Probably
> >> >> > an issue with dependency injection.
> >> >> >
> >> >> > [image: image.png]
> >> >> >
> >> >> >
> >> >> > Check any recent modifications you made to the source code.
> >> >> >
> >> >> > On Fri, Feb 22, 2019 at 9:15 AM victor ssebugwawo <
> >> >> victorss...@gmail.com>
> >> >> > wrote:
> >> >> >
> >> >> >>
> >> >> >> Hello Kelvin,
> >> >> >>
> >> >> >> Thank you for the response, yes the back end server is running,
> >> please
> >> >> >> see attached.
> >> >> >>
> >> >> >> Looking forward to your feedback.
> >> >> >>
> >> >> >> thank you
> >> >> >>
> >> >> >> On Thu, Feb 21, 2019 at 12:00 PM Kelvin Ikome  >
> >> >> wrote:
> >> >> >>
> >> >> >>> Hi Victor,
> >> >> >>>
> >> >> >>> Have you taken a look at your tomcat logs to see if the back
> >> >> end/server
> >> >> >>> (fineract) is running?
> >> >> >>>
> >> >> >>>
> >> >> >>> On Thu, Feb 21, 2019 at 8:07 AM victor ssebugwawo <
> >> >> victorss...@gmail.com
> >> >> >>> >
> >> >> >>> wrote:
> >> >> >>>
> >> >> >>> > Hello team,
> >> >> >>> >
> >> >> >>> > Is there anyone that can be of assistance?
> >> >> >>> >
> >> >> >>> > Thank you,
> >> >> >>> >
> >> >> >>> > On Wed, Feb 20, 2019 at 10:13 AM victor ssebugwawo <
> >> >> >>> victorss...@gmail.com>
> >> >> >>> > wrote:
> >> >> >>> >
> >> >> >>> > >
> >> >> >>> > > Hello,
> >> >> >>> > >
> >> >> >>> > > I seek assistance with my mifos
> >> >> (fineractplatform-18.03.01.RELEASE)
> >> >> >>> i am
> >> >> >>> > > running centos and i have successfully carried out the
> >> necessary
> >> >> >>> > > installation.
> >> >> >>> > > I followed the guide  (
> >> >> >>> > >
> >> >> >>> >
> >> >> >>>
> >> >>
> >>
> https://inginpengetahuan.wordpress.com/2013/11/06/install-mifosx-centos-6-x64/
> >> >> >>> > )
> >> >> >>> > >
> >> >> >>> > >
> >> >> >>> > > The interface is accessible on :
> >> >> >>> > >
> >> >> >>> > > https://162.144.34.94:8443/community-app/#/
> >> >> >>> > >
> >> >> >>> > > however it returns the error " Couldn't connect to server.
> Make
> >> >> sure
> >> >> >>> you
> >> >> >>> > > are using correct settings."
> >> >> >>> > >
> >> >> >>> > > I went ahead and loaded the sample data
> (load_sample_data.sql)
> >> >> but
> >> >> >>> it
> >> >> >>> > > still fails .
> >> >> >>> > >
> >> >> >>> > > kindly advise
> >> >> >>> > >
> >> >> >>> >
> >> >> >>>
> >> >> >>
> >> >>
> >> >
> >>
> >
>


Integration tests failing on Fineract

2019-02-25 Thread Vishwas Babu
Hello Devs,

At least 10 integration tests are currently failing on Fineract
(occasionally more since there seems to be inconsistency is how date/time
is used in newer modules like share management).

Travis CI has been updated to now run integration tests (
https://github.com/apache/fineract/commit/26d54592eb76d5dcc574f604f5f533f0d9d172f4)
and would take around 20 minutes to complete compared to the ~4 minutes it
took earlier.

All pull requests would now trigger build failures till these
integration tests are fixed. I shall spend some time on fiixing these
failures over the next couple of days and assistance is greatly appreciated
:)

Regards,
Vishwas


Re: Enable Travis for Fineract repo?

2019-02-25 Thread Vishwas Babu
James,

The tests are run by https://travis-ci.org and the pass/fail can be seen
with each pull request (Ex :
https://github.com/apache/fineract/pull/527). History
is at https://travis-ci.org/apache/fineract .

Regards,
Vishwas



On Sat, Feb 16, 2019 at 2:15 PM James Dailey  wrote:

> Thanks Michael! +1
>
> Is the infra tix already in or does it need to be requested?
>
> Once running is there a URL to check on pass/fail status?
>
>
>
> On Wed, Feb 13, 2019, 2:40 PM Michael Vorburger 
> > Hello everyone,
> >
> > On 2019/02/12 13:38:49, Ed Cable  wrote:
> > > +1>
> > >
> > > Santosh, can you please update community on status of integration
> tests?>
> > >
> > > Ed>
> > >
> > > On Tue, Feb 12, 2019, 01:21 Myrle Krantz 
> > >
> > > > Hey all,>
> > > >>
> > > > Michael has suggested enabling Travis for the Fineract repo.  What
> > this>
> > > > would do is automatically call the build on code submitted with a PR.
> > We>
> > > > could also configure it to automatically run integration tests (that
> > will>
> > > > only be useful if the integration tests are currently working).  This
> > will>
> > > > make merging good PRs a little easier and rejecting PRs which break
> > the>
> > > > build a lot easier.>
> > > >>
> > > > This question is only for Fineract 1.x currently.  Fineract CN will
> > require>
> > > > a bit more work to get CI support running because of the way it is
> > spread>
> > > > across multiple repositories.>
> > > >>
> > > > What do you think?  If there are no objections in the next 72 hours,
> > I'd>
> > > > like to give Infra the go-ahead.>
> > > >>
> > > > Best Regards,>
> > > > Myrle>
> >
> > FYI this is now fully done; hope this small contribution helps this
> > community to be a little more effective.
> >
> > Please see https://issues.apache.org/jira/browse/FINERACT-697 for the
> full
> > details of the work that was required and done for this to work.
> >
> > All the best,
> > M.
> >
> > PS: I'm not actually reading this list (and won't, just due to general
> > load), but am replying to this via web interface; please Reply-To-All if
> > you want me to see replies.
> >
>


Re: LDAP Integration

2019-02-25 Thread Sendoro Juma
+1

Looking forward for  your results.

> On February 25, 2019 at 9:37 PM Mauricio Ghiorzi 
>  wrote:
> 
> Hi community,
> 
> I'm looking for an LDAP integration in Fineract. Anyone has developed 
> something similar? If not, I can take the challenge.
> 
> Regards
> 
>  
> 
> [Imágenes integradas 2]
> 
> Mauricio Ghiorzi -  Software Engineer
> Av. del Libertador 2442, Piso 2, CP 1636, Olivos
> Buenos Aires, Argentina -  Tel.: +54911 5046 6624
> 
> www.wenance.com http://www.wenance.com/
> 
>  
> 


LDAP Integration

2019-02-25 Thread Mauricio Ghiorzi
Hi community,

I'm looking for an LDAP integration in Fineract. Anyone has developed
something similar? If not, I can take the challenge.

Regards



[image: Imágenes integradas 2]


*Mauricio Ghiorzi -  Software Engineer *Av. del Libertador 2442, Piso 2, CP
1636, Olivos
Buenos Aires, Argentina -  Tel.: +54911 5046 6624

www.wenance.com


Chicago Roadshow Call for Papers looking for Fintech submissions

2019-02-25 Thread Myrle Krantz
Hey Fellow Fineracters,

Apache is organizing a mini-conference in Chicago.  They are interested in
Fintech submissions.  If anyone is close, or interested in traveling to
Chicago, check if there's a topic you'd like to talk about:

https://apachecon.com/chiroadshow19/index.html

Best Regards,
Myrle


Collecting feedback for an academic research project

2019-02-25 Thread Kumaranath Fernando
Hi Everyone!

As for my academic research, I’m conducting a survey on “A decentralized
data sharing platform in the microfinance domain”. It’s appreciated if you
could take some time off to fill in it.

https://goo.gl/forms/XSYCGuadITnB4SI23

Regards,
Kumaranath Fernando