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

2019-03-30 Thread Mark van Veen
SF) 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 > > >

Re: Enabling Flyway in Fineract CN

2019-01-18 Thread Mark van Veen
ervice/src/main/resources/application.yml > > < > > > https://github.com/OakNorthAI/fineract-cn-office/pull/6/files#diff-cd5a6dcc05a167315084bee31280665a > > > > > in > > all repos and change flyway enabled to true. > > > > After this change, we need to create run th

Re: Alarm : Fineract CN Demo-server Build Is Broken

2018-12-06 Thread Mark van Veen
Can you double check that fineract-cn-service-starter has been build properly and you see the jar in your local .m2 repository? On Thu, Dec 6, 2018 at 1:37 AM Isaac Kamga wrote: > Hello Devs, > > I encountered this error[1] when ./gradlew publishToMavenLocal ran in > demo-server during a fresh

Re: Error when running Test on Fims

2018-11-28 Thread Mark van Veen
> https://github.com/kelvinikome/fineract-cn-fims-web-app/tree/upgrade > > I'm going to need a branch on the Fineract CN repository to send a pull > request so that others can take a look and contribute to it. > > On Tue, Nov 20, 2018 at 7:19 PM Mark van Veen > wrote: > >

Re: Error when running Test on Fims

2018-11-20 Thread Mark van Veen
t; > >> > Here is the link to the PR having the error: > >> > https://github.com/apache/fineract-cn-fims-web-app/pull/12 > >> > > >> > I have added the MatSelectModule into the imports of the TestingModule > >> but > >> > I still

Re: Fineract CN - UI build issues

2018-10-19 Thread Mark van Veen
With this PR the build should work again: https://github.com/apache/fineract-cn-fims-web-app/pull/13 The issue was because the use of a local component variable within a for loop. I still don't know 100% why its not working when doing so but for this implementation a for loop is not needed at all

Re: Error displaying UI in Fineract-CN-fims-web-app

2018-06-06 Thread Mark van Veen
ave fixed that > issue you highlighted. > > On my dev tools, I have this new error: https://pastebin.com/GL44fR7R > <https://pastebin.com/GL44fR7R> > > I am very grateful for your help. > > Thanks. > > On 6 June 2018 at 09:29, Mark van Veen wrote: > > >

Re: Error displaying UI in Fineract-CN-fims-web-app

2018-06-06 Thread Mark van Veen
Hi Ruphine, if you open up the dev tools you should see some errors like: ERROR TypeError: this.form.get is not a function. It looks like you are passing in a form instance into the text-input component which does not exists. On Mon, Jun 4, 2018 at 9:25 PM Ruphine Kengne wrote: > Hello

Re: Status of Demo Server on Apache VM Infrastructure

2018-06-01 Thread Mark van Veen
Hi Aleks, Re your second issue: It looks like that node-sass has not been installed correctly. Can you try to remove the node_modules folder and run npm install again? This should run without errors. Mark On Thu, May 31, 2018 at 9:05 PM Courage Angeh wrote: > Well, i can it with

Re: [Mifos-developer] GSOC 2018

2018-03-08 Thread Mark van Veen
0, maxAttempts=unlimited}. Cause: Error while attempting to > add new Connection to the pool; nested exception is javax.jms.JMSException: > Could not connect to broker URL: tcp://localhost:61616. Reason: > java.net.ConnectException: Connection refused: connect* > *16:52:33.693 [Default

Re: [Mifos-developer] GSOC 2018

2018-03-07 Thread Mark van Veen
There is a pull request open which should fix the issue you are experiencing: https://github.com/apache/fineract-cn-service-starter/pull/3/files On Wed, Mar 7, 2018 at 9:36 AM Rajan Maurya wrote: > No luck @Ippez I tried but not able to build it. same error. > > > >

Re: Fineract CN, Embedded Cassandra not working.

2017-11-08 Thread Mark van Veen
eb.access.ExceptionTranslationFilter@3b42121d > , > > org.springframework.security.web.access.intercept.FilterSecurityInterceptor@415ef4d8 > ] > 15:51:23.299 [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating > filter chain: > > org.springframework.boot.act

Re: Fineract CN, Embedded Cassandra not working.

2017-11-07 Thread Mark van Veen
Hi Simon, unfortunately this error is a bit missleading as we do not run with JMX in this szenario and JMX reporting is enabled by default(see https://github.com/jsevellec/cassandra-unit/issues/187). Could you please attach a link to your full log? The issue has to be somewhere else. Mark On

Re: Running Fineract CN

2017-11-02 Thread Mark van Veen
Hello Simon, What OS are you using? FSWriteError in target/embeddedCassandra/saved_caches could be a permission problem or it means another process is using it already(which I don't assume). What issues are you having with running npm? Do you have a log? Normally you don't need to run it under