Re: Status of Demo Server on Apache VM Infrastructure

2018-12-14 Thread Ed Cable
Hi gentlemen, I just wanted to follow up on these two items once again. Thanks, Ed On Tue, Dec 4, 2018 at 2:53 PM Ed Cable wrote: > @Avik Ganguly were you able to take up any of > the suggested tasks by Myrle? > > @Aleksandar Vidakovic Can you provide an > update on the status of deploying

Re: Status of Demo Server on Apache VM Infrastructure

2018-12-04 Thread Ed Cable
@Avik Ganguly were you able to take up any of the suggested tasks by Myrle? @Aleksandar Vidakovic Can you provide an update on the status of deploying Fineract CN on the Apache VMs? Thanks, Ed On Thu, Oct 25, 2018 at 3:39 AM Myrle Krantz wrote: > Hi Avik, > > You've asked several questions

Re: Status of Demo Server on Apache VM Infrastructure

2018-10-14 Thread Isaac Kamga
Hello Avik, On Wed, Oct 10, 2018 at 5:24 PM Avik Ganguly wrote: > Hi guys, > > I am assuming that the suggested form of development for Fineract CN is to > write unit tests to test the code which you just wrote locally and then > push the code to a remote cluster or a massive VM and wait 40+

Re: Status of Demo Server on Apache VM Infrastructure

2018-10-10 Thread Avik Ganguly
Hi guys, I am assuming that the suggested form of development for Fineract CN is to write unit tests to test the code which you just wrote locally and then push the code to a remote cluster or a massive VM and wait 40+ minutes to run the API / integration tests there. A lot of the confusion

Re: Status of Demo Server on Apache VM Infrastructure

2018-09-18 Thread Courage Angeh
Thanks for the update. Ed. If you need an extra hand please let me know Aleks. On Tue, Sep 18, 2018, 4:27 PM Ed Cable wrote: > Hi all, > > Just to bring this thread back up to top of everyone's inbox. Aleks > estimates he has about a day left to get the demo server up and running is > hoping

Re: Status of Demo Server on Apache VM Infrastructure

2018-09-18 Thread Ed Cable
Hi all, Just to bring this thread back up to top of everyone's inbox. Aleks estimates he has about a day left to get the demo server up and running is hoping to tackle it by tomorrow. Here are the two approaches he suggested now that we have the second VM allocated: - continue with the JUnit

Re: Status of Demo Server on Apache VM Infrastructure

2018-07-17 Thread Myrle Krantz
Hey Aleks, I don’t see anything in that log that would explain the behavior you’re observing. Markus did most of the work on deposits. Markus? Do you have any ideas? Best Regards, Myrle On Fri 13. Jul 2018 at 07:06 Aleksandar Vidakovic wrote: > @Myrle: with your proposed changes things look

Re: Status of Demo Server on Apache VM Infrastructure

2018-07-13 Thread Aleksandar Vidakovic
@Myrle: with your proposed changes things look a bit better. I've disabled Rhythm as you suggested and get past all microservice startups with a lot less exceptions (one is coming repeatedly from Netty native transport, because epoll is not available). The one exception (actually it happened on 2

Re: Status of Demo Server on Apache VM Infrastructure

2018-07-06 Thread Ed Cable
Aleks, Have you made any progress on the additional suggestions from Myrle about prioritizing which microservices run initially? Thanks, Ed On Tue, Jun 26, 2018 at 8:40 AM Ed Cable wrote: > In case others haven't been following the ticket on the Infra Issue > Tracker, below are the latest

Re: Status of Demo Server on Apache VM Infrastructure

2018-06-26 Thread Ed Cable
In case others haven't been following the ticket on the Infra Issue Tracker, below are the latest comments: Looks like our short-term options are the following: 1) Try running demo server without Rhythm (Aleks - what is status of this?) 2) Run an additional VM on Apache Infra while a long-term

Re: Status of Demo Server on Apache VM Infrastructure

2018-06-19 Thread Aleksandar Vidakovic
Hi Myrle, ... excellent... I'll try this out later today. Thanks again your help... will keep you posted. Cheers, Aleks On Mon, Jun 18, 2018 at 5:42 PM Myrle Krantz wrote: > Hey Aleks, > > It looks like that exception is coming from Rhythm. I suspect it's not the > cause of your

Re: Status of Demo Server on Apache VM Infrastructure

2018-06-18 Thread Myrle Krantz
Hey Aleks, It looks like that exception is coming from Rhythm. I suspect it's not the cause of your difficulties, since you say your other services are going down too. You can run most of the Fineract server without Rhythm. You could edit the demo-server script to leave it out for the purposes

Re: Status of Demo Server on Apache VM Infrastructure

2018-06-12 Thread Aleksandar Vidakovic
I managed to further improve the startup procedure (aka less exceptions than before)... there are still some timeouts, but not as many as before. The demo server still dies after this exception: 23:27:41.896 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -

Re: Status of Demo Server on Apache VM Infrastructure

2018-06-12 Thread Aleksandar Vidakovic
@Rajan: it's not running, because the demo server dies... See logs from previous message... We just have to figure that one out and we should be good to go. On Tue, Jun 12, 2018, 9:11 PM Rajan Maurya wrote: > Thanks, Alex, > > I can see web app is running but I can't log in with the

Re: Status of Demo Server on Apache VM Infrastructure

2018-06-12 Thread Rajan Maurya
Thanks, Alex, I can see web app is running but I can't log in with the credentials that you shared earlier Tenant : playground Username : operator Password : init1@l Thanks On Wed, Jun 13, 2018 at 12:32 AM Aleksandar Vidakovic < chee...@monkeysintown.com> wrote: > Hi all, > > ... swt! I

Re: Status of Demo Server on Apache VM Infrastructure

2018-06-12 Thread Aleksandar Vidakovic
Hi all, ... swt! I got a considerable step further. @Markus: thanks for the conversation... gave me an idea how to fix (most of) it! The problem was - as suspected - the memory (or lack of). The VM instance at Apache has net 30G available. 16G are needed for Cassandra and in my previous

Re: Status of Demo Server on Apache VM Infrastructure

2018-06-12 Thread Markus Geiss
One thing we maybe can do, given we are part of the Apache Family, is to ask the Cassandra community for some suggestions. Cheers Markus On Tue, Jun 12, 2018 at 6:04 PM Markus Geiss wrote: > Hey all, > > we are not running Cassandra in a container, we have dedicated VMs to run > our cluster.

Re: Status of Demo Server on Apache VM Infrastructure

2018-06-12 Thread Markus Geiss
Hey all, we are not running Cassandra in a container, we have dedicated VMs to run our cluster. Given this we are not the best persons to help here, sorry. (; Cheers Markus On Tue, Jun 12, 2018 at 10:35 AM Ed Cable wrote: > Adding Patric directly to this thread too so he can give his input

Re: Status of Demo Server on Apache VM Infrastructure

2018-06-12 Thread Aleksandar Vidakovic
Hi Victor, this is the relevant part of the docker-compose.yml file: cassandra0: image: cassandra:3.11.1 container_name: cassandra0 ports: - 9042:9042 - 9160:9160 - 7199:7199 - 8778:8778 volumes: - ./cassandra:/etc/cassandra environment:

Re: Status of Demo Server on Apache VM Infrastructure

2018-06-12 Thread Victor Romero
Hi Aleks, Can you share the ulimits flags that the cassandra's container is using while it is running? The values are being set in the composer file? Or in the upstart or systemd docker's deamon config files? ⁣Enviado desde TypeApp ​ En jun. 11, 2018 10:02 AM, en 10:02 AM, Aleksandar

Re: Status of Demo Server on Apache VM Infrastructure

2018-06-12 Thread Rajan Maurya
Hi Alex, The demo server is not live, I can't see demo web app running, @Markus Geiss @Mark van Veen @Myrle Krantz can you please look what's wrong with Cassandra. We are in the last stage to make it run. So I can work on the android app. Thanks Rajan Maurya On Mon, Jun 11, 2018 at 8:32 PM

Re: Status of Demo Server on Apache VM Infrastructure

2018-06-11 Thread Aleksandar Vidakovic
Hi all, ... as you might have noticed I did a couple of restarts today... the problem I am facing now: I can't get Cassandra to run in a stable way. Things look quite OK for a while when running the demo server, but then suddenly Cassandra dies (sometimes it starts misbehaving with the deposit

Re: Status of Demo Server on Apache VM Infrastructure

2018-06-11 Thread Aleksandar Vidakovic
@Rajan: I had to restart it again (needed to add some additional reverse proxy configuration for the web UI to work)... and there were more exceptions that I hope will be fixed now. Just FYI On Mon, Jun 11, 2018 at 1:47 PM Aleksandar Vidakovic < chee...@monkeysintown.com> wrote: > No prob

Re: Status of Demo Server on Apache VM Infrastructure

2018-06-11 Thread Rajan Maurya
Sorry missed the 30 min, I will test after 30 min. Big thanks for this  On Mon, Jun 11, 2018 at 5:12 PM Aleksandar Vidakovic < chee...@monkeysintown.com> wrote: > @Rajan: can't see the image you posted. > > ... and as I said: the services are still starting... and the best estimate > I have

Re: Status of Demo Server on Apache VM Infrastructure

2018-06-11 Thread Aleksandar Vidakovic
@Rajan: can't see the image you posted. ... and as I said: the services are still starting... and the best estimate I have right now (as already mentioned): 30min On Mon, Jun 11, 2018 at 1:40 PM Rajan Maurya wrote: > [image: image.png] > > > > > > On Mon, Jun 11, 2018 at 5:08 PM Rajan Maurya

Re: Status of Demo Server on Apache VM Infrastructure

2018-06-11 Thread Rajan Maurya
[image: image.png] On Mon, Jun 11, 2018 at 5:08 PM Rajan Maurya wrote: > [image: image.png] > I am getting this. > > > > > > On Mon, Jun 11, 2018 at 5:05 PM Aleksandar Vidakovic < > chee...@monkeysintown.com> wrote: > >> Hi all, >> >> so... the demo server is (almost) ready... it took me a

Re: Status of Demo Server on Apache VM Infrastructure

2018-06-11 Thread Rajan Maurya
[image: image.png] I am getting this. On Mon, Jun 11, 2018 at 5:05 PM Aleksandar Vidakovic < chee...@monkeysintown.com> wrote: > Hi all, > > so... the demo server is (almost) ready... it took me a moment and a couple > of restarts to figure out some boot failures... the services are quite >

Re: Status of Demo Server on Apache VM Infrastructure

2018-06-11 Thread Aleksandar Vidakovic
Hi all, so... the demo server is (almost) ready... it took me a moment and a couple of restarts to figure out some boot failures... the services are quite resource hungry and default settings won't do it. The services are still starting and this will take a while (my best guess right now is

Re: Status of Demo Server on Apache VM Infrastructure

2018-06-11 Thread Aleksandar Vidakovic
I am still working on it... Will ping you here when it's ready (hope soon). On Mon, Jun 11, 2018, 9:40 AM Rajan Maurya wrote: > Hi Alex, > > Is the demo server up, If yes then what's the base url so I can access. > > > > > On Fri, Jun 8, 2018 at 2:03 PM Rajan Maurya > wrote: > > > Hi Alex, > >

Re: Status of Demo Server on Apache VM Infrastructure

2018-06-11 Thread Rajan Maurya
Hi Alex, Is the demo server up, If yes then what's the base url so I can access. On Fri, Jun 8, 2018 at 2:03 PM Rajan Maurya wrote: > Hi Alex, > > This is really great news, I will wait until then. > > Thanks > Rajan Maurya > > > On Fri, Jun 8, 2018 at 11:36 AM Aleksandar Vidakovic < >

Re: Status of Demo Server on Apache VM Infrastructure

2018-06-08 Thread Rajan Maurya
Hi Alex, This is really great news, I will wait until then. Thanks Rajan Maurya On Fri, Jun 8, 2018 at 11:36 AM Aleksandar Vidakovic < chee...@monkeysintown.com> wrote: > Hi Rajan, > > My plan is to get this up and running until Monday. > > Cheers, > > Aleks > > On Fri, Jun 8, 2018, 7:23 AM

Re: Status of Demo Server on Apache VM Infrastructure

2018-06-08 Thread Aleksandar Vidakovic
Hi Rajan, My plan is to get this up and running until Monday. Cheers, Aleks On Fri, Jun 8, 2018, 7:23 AM Rajan Maurya wrote: > Hi Markus, Mark, Myrle, Alex, Ed > > I am mentoring fineract-cn-mobile GSoC project. I am waiting for this demo > server for a long time to see what's most important

Re: Status of Demo Server on Apache VM Infrastructure

2018-06-07 Thread Rajan Maurya
Hi Markus, Mark, Myrle, Alex, Ed I am mentoring fineract-cn-mobile GSoC project. I am waiting for this demo server for a long time to see what's most important to implement in-app first. My GSoC students almost finished the task that was necessary. We have kinda of stuck and We really need this

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: Status of Demo Server on Apache VM Infrastructure

2018-05-31 Thread Courage Angeh
Well, i can it with containerized MariaDB and it work till my computer ran out of space (in the middle of provisioning) On Thu, May 31, 2018, 6:29 PM Victor Romero wrote: > Hi Aleks, > > Could you please share the composer file? > > Courage, > > Have you tested Mifos while using MariaDb? > > I

Re: Status of Demo Server on Apache VM Infrastructure

2018-05-31 Thread Victor Romero
Hi Aleks, Could you please share the composer file? Courage, Have you tested Mifos while using MariaDb? I have faced issues while running Mifos with MariaDb. Regards, Victor ⁣Enviado desde TypeApp ​ En may. 31, 2018 6:10 AM, en 6:10 AM, Courage Angeh escribió: >You are welcome :-) > >No,

Re: Status of Demo Server on Apache VM Infrastructure

2018-05-31 Thread Courage Angeh
You are welcome :-) No, I am not. On Thu, May 31, 2018 at 11:57 AM, Aleksandar Vidakovic < chee...@monkeysintown.com> wrote: > Hi Courage, > > ... ok... I see one difference that I have: I used MySQL (as described on > the top of the Wiki page)... I'll try MariaDB and should get the same >

Re: Status of Demo Server on Apache VM Infrastructure

2018-05-31 Thread Aleksandar Vidakovic
Hi Courage, ... ok... I see one difference that I have: I used MySQL (as described on the top of the Wiki page)... I'll try MariaDB and should get the same results as you. Thanks for providing your command line, I used the same. Are you working on the same server? Cheers, Aleks On Thu, May

Re: Status of Demo Server on Apache VM Infrastructure

2018-05-31 Thread Courage Angeh
Hi Aleksandar I containerized MariaDB and Cassandra, and I passed it to demo sever, it works fine. Here is the commad i use: java -Ddemoserver.provision=false -Ddemoserver.persistent=true -Dcustom.cassandra.contactPoints=0.0.0.0:9142 -Dcassandra.cluster.user=cassandra

Re: Status of Demo Server on Apache VM Infrastructure

2018-05-30 Thread Aleksandar Vidakovic
Hi all, ... I made progress on the demo server installation: - I've followed the instructions @ https://cwiki.apache.org/confluence/display/FINERACT/How+To+Build+Apache+Fineract+CN - I've setup a minimal build environment @ fineract-vm.apache.org (Oracle JDK, Docker, Docker Compose,

Re: Status of Demo Server on Apache VM Infrastructure

2018-05-28 Thread Aleksandar Vidakovic
... thanks Ed... I'm battling with food poisoning, but hope to be functioning tomorrow again. I've put already an action list together and will try to get everything running with a "simple" docker-compose.yml file. On Mon, May 28, 2018 at 4:20 PM Courage Angeh wrote: >

Status of Demo Server on Apache VM Infrastructure

2018-05-28 Thread Ed Cable
Hi Aleks, Just creating a new subject line on this thread so others can easily follow. Ed -- Forwarded message - From: Ed Cable Date: Fri, May 25, 2018 at 8:42 AM Subject: Re: Reducing Barriers to Entry for New Contributors WAS [ Re: GSoC 2018: Fineract CN