You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@fineract.apache.org by Ed Cable <ed...@mifos.org> on 2018/03/05 08:07:49 UTC

Re: [Mifos-developer] GSOC 2018

Hello Aksh,

Rajan is going to be updating the description soon with prospective tasks.
Sorry for that delay.

Ed



On Sat, Mar 3, 2018 at 4:55 AM, Aksh Gautam <ga...@gmail.com> wrote:

> Hey,
>
> The description of Fineract CN Mobile 2.0 seems to be missing on the PAGE
> <https://mifosforge.jira.com/wiki/spaces/RES/pages/225411076/Google+Summer+of+Code+2018+Ideas#GoogleSummerofCode2018Ideas-FineractCNMobile2.0>
> It would be helpful if description could be updated.
>
> PS: I hope this is not a duplicate email. Since the previous mail failed
> to deliver.
>
> Thanks
> Aksh Gautam
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> Mifos-developer mailing list
> mifos-developer@lists.sourceforge.net
> Unsubscribe or change settings at:
> https://lists.sourceforge.net/lists/listinfo/mifos-developer
>



-- 
*Ed Cable*
President/CEO, Mifos Initiative
edcable@mifos.org | Skype: edcable | Mobile: +1.484.477.8649

*Collectively Creating a World of 3 Billion Maries | *http://mifos.org
<http://facebook.com/mifos>  <http://www.twitter.com/mifos>

Re: [Mifos-developer] GSOC 2018

Posted by Mark van Veen <ma...@kuelap.io>.
I am afraid but I can't see from the log you sent what the issue is. The
message "Parent ledger 1000 not found" should not prevent the demo server
from startup.

Can you share your log folder under "demo-server/build/libs/logs"?

On Wed, Mar 7, 2018 at 2:56 PM Ippez Robert <ip...@gmail.com> wrote:

> Hi Mark,
>
> That was the problem. But now it runs up-to some point where it throws
> errors as below due to *Parent ledger 1000 not found. *and it then
> terminate the process. Any solution to fix this?
>
> *16:52:14.223 [qtp726408598-22] INFO  i.m.c.l.c.ServiceExceptionFilter -
> Responding with a service error ServiceError{code=404, message='Parent
> ledger 1000 not found.'}*
> *E*
> *Time: 1,538.137*
> *There was 1 failure:*
> *1) startDevServer(io.mifos.dev.ServiceRunner)*
> *io.mifos.accounting.api.v1.client.LedgerNotFoundException*
> *        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> Method)*
> *        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown
> Source)*
> *        at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)*
> *        at java.lang.reflect.Constructor.newInstance(Unknown Source)*
> *        at
>
> io.mifos.core.api.util.AnnotatedErrorDecoder.constructException(AnnotatedErrorDecoder.java:135)*
> *        at
>
> io.mifos.core.api.util.AnnotatedErrorDecoder.lambda$null$1(AnnotatedErrorDecoder.java:61)*
> *        at java.util.Optional.flatMap(Unknown Source)*
> *        at
>
> io.mifos.core.api.util.AnnotatedErrorDecoder.lambda$decode$2(AnnotatedErrorDecoder.java:61)*
> *        at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source)*
> *        at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)*
> *        at java.util.Spliterators$ArraySpliterator.tryAdvance(Unknown
> Source)*
> *        at java.util.stream.ReferencePipeline.forEachWithCancel(Unknown
> Source)*
> *        at java.util.stream.AbstractPipeline.copyIntoWithCancel(Unknown
> Source)*
> *        at java.util.stream.AbstractPipeline.copyInto(Unknown Source)*
> *        at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown
> Source)*
> *        at java.util.stream.FindOps$FindOp.evaluateSequential(Unknown
> Source)*
> *        at java.util.stream.AbstractPipeline.evaluate(Unknown Source)*
> *        at java.util.stream.ReferencePipeline.findAny(Unknown Source)*
> *        at
>
> io.mifos.core.api.util.AnnotatedErrorDecoder.decode(AnnotatedErrorDecoder.java:63)*
> *        at
>
> feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:138)*
> *        at
> feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:76)*
> *        at
>
> feign.ReflectiveFeign$FeignInvocationHandler.invoke(ReflectiveFeign.java:103)*
> *        at com.sun.proxy.$Proxy214.addSubLedger(Unknown Source)*
> *        at
>
> io.mifos.accounting.importer.LedgerImporter.createLedger(LedgerImporter.java:69)*
> *        at java.util.ArrayList.forEach(Unknown Source)*
> *        at
>
> io.mifos.accounting.importer.LedgerImporter.importCSV(LedgerImporter.java:60)*
> *        at
> io.mifos.dev.ServiceRunner.createChartOfAccounts(ServiceRunner.java:461)*
> *        at
>
> io.mifos.dev.ServiceRunner.provisionAppsViaSeshatForTenant(ServiceRunner.java:446)*
> *        at
> io.mifos.dev.ServiceRunner.provisionAppsViaSeshat(ServiceRunner.java:358)*
> *        at
> io.mifos.dev.ServiceRunner.startDevServer(ServiceRunner.java:260)*
> *        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)*
> *        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)*
> *        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
> Source)*
> *        at java.lang.reflect.Method.invoke(Unknown Source)*
> *        at
>
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)*
> *        at
>
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)*
> *        at
>
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)*
> *        at
>
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)*
> *        at
>
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)*
> *        at
>
> org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75)*
> *        at
>
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)*
> *        at
>
> org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86)*
> *        at
>
> org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84)*
> *        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)*
> *        at
>
> org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252)*
> *        at
>
> org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94)*
> *        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)*
> *        at
> org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)*
> *        at
> org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)*
> *        at
> org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)*
> *        at
> org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)*
> *        at
>
> org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)*
> *        at
>
> org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70)*
> *        at
> org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)*
> *        at
> org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)*
> *        at
> org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)*
> *        at org.junit.rules.RunRules.evaluate(RunRules.java:20)*
> *        at org.junit.runners.ParentRunner.run(ParentRunner.java:363)*
> *        at
>
> org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191)*
> *        at org.junit.runners.Suite.runChild(Suite.java:128)*
> *        at org.junit.runners.Suite.runChild(Suite.java:27)*
> *        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)*
> *        at
> org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)*
> *        at
> org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)*
> *        at
> org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)*
> *        at
> org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)*
> *        at org.junit.runners.ParentRunner.run(ParentRunner.java:363)*
> *        at org.junit.runner.JUnitCore.run(JUnitCore.java:137)*
> *        at org.junit.runner.JUnitCore.run(JUnitCore.java:115)*
> *        at org.junit.runner.JUnitCore.runMain(JUnitCore.java:77)*
> *        at org.junit.runner.JUnitCore.main(JUnitCore.java:36)*
> *        at io.mifos.dev.DemoServer.main(DemoServer.java:27)*
> *        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)*
> *        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)*
> *        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
> Source)*
> *        at java.lang.reflect.Method.invoke(Unknown Source)*
> *        at
>
> org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)*
> *        at
> org.springframework.boot.loader.Launcher.launch(Launcher.java:87)*
> *        at
> org.springframework.boot.loader.Launcher.launch(Launcher.java:50)*
> *        at
> org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:58)*
>
> *FAILURES!!!*
> *Tests run: 1,  Failures: 1*
>
> *16:52:28.650 [DefaultMessageListenerContainer-2] ERROR
> o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection
> for destination 'portfolio-v1' - retrying using FixedBackOff{interval=5000,
> currentAttempts=0, maxAttempts=unlimited}. Cause: Error while attempting to
> retrieve a connection from 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:29.656 [DefaultMessageListenerContainer-1] ERROR
> o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection
> for destination 'identity-v1' - retrying using FixedBackOff{interval=5000,
> currentAttempts=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:30.663 [DefaultMessageListenerContainer-2] ERROR
> o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection
> for destination 'identity-v1' - retrying using FixedBackOff{interval=5000,
> currentAttempts=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:31.671 [DefaultMessageListenerContainer-1] ERROR
> o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection
> for destination 'accounting-v1' - retrying using
> FixedBackOff{interval=5000, currentAttempts=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:32.686 [DefaultMessageListenerContainer-3] ERROR
> o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection
> for destination 'identity-v1' - retrying using FixedBackOff{interval=5000,
> currentAttempts=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 [DefaultMessageListenerContainer-3] ERROR
> o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection
> for destination 'portfolio-v1' - retrying using FixedBackOff{interval=5000,
> currentAttempts=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. *
>
> On Wed, Mar 7, 2018 at 2:21 PM, Isaac Kamga <is...@mifos.org> wrote:
>
> > Thanks Mark.
> >
> > On Wed, Mar 7, 2018 at 11:21 AM, Mark van Veen <ma...@kuelap.io>
> > wrote:
> >
> >> 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 <ra...@gmail.com>
> >> wrote:
> >>
> >> > No luck @Ippez I tried but not able to build it. same error.
> >> >
> >> >
> >> >
> >> > ‌
> >> >
> >> > On Wed, Mar 7, 2018 at 10:44 AM, Ippez Robert <ip...@gmail.com>
> >> > wrote:
> >> >
> >> > > Hi Isaac,
> >> > > We are facing the same problem with Rajan. The errors am getting are
> >> > > exactly the same as Rajan's. The demo is not running please check
> the
> >> > error
> >> > > log i pasted earlier.
> >> > >
> >> > > Rajan, were  you able to fix this at your end?
> >> > >
> >> > > Thanks
> >> > > Regard
> >> > >
> >> > > On 7 Mar 2018 06:46, "Isaac Kamga" <is...@mifos.org> wrote:
> >> > >
> >> > >> Rajan,
> >> > >>
> >> > >> This might be helpful for you.
> >> > >>
> >> > >> Ippez, please take some time to help Rajan out with this and update
> >> > >> documentation too.
> >> > >>
> >> > >> Cheers,
> >> > >> Isaac Kamga.
> >> > >>
> >> > >> On Tue, Mar 6, 2018 at 9:41 PM, Ippez Robert <
> ippezrobert@gmail.com>
> >> > >> wrote:
> >> > >>
> >> > >> > Now i was able to fix my above problem. The problem was that
> maven
> >> was
> >> > >> not
> >> > >> > installed. After doing that, build was successful without any
> >> errors
> >> > and
> >> > >> > when i run
> >> > >> >
> >> > >> > *java -jar -Ddemoserver.provision=true demo-server-0.1.0-BUILD-
> >> > >> > SNAPSHOT.jar*
> >> > >> > ,
> >> > >> >
> >> > >> > Even second option of starting the demo server produces same
> error.
> >> > >> >
> >> > >> > Am getting exact errors Rajan is getting. Is there a solution for
> >> this
> >> > >> or
> >> > >> > are we missing something.
> >> > >> >
> >> > >> > *.23:25:43.410 [pool-3-thread-1] ERROR
> >> o.a.cassandra.service.StartupC
> >> > >> hecks
> >> > >> > - cassandra.jmx.local.port missing from cassandra-env.sh, unable
> to
> >> > >> start
> >> > >> > local JMX service.*
> >> > >> > *Resolving artifact
> >> > >> > io.mifos.provisioner:service-boot:jar:0.1.0-BUILD-SNAPSHOT*
> >> > >> > *Resolving metadata
> >> > >> > io.mifos.provisioner:service-boot:0.1.0-BUILD-SNAPSHOT/maven
> >> > >> -metadata.xml
> >> > >> > from C:\Users\Swift3 Technologies\.m2\repository (enhanced)*
> >> > >> > *Resolved metadata
> >> > >> > io.mifos.provisioner:service-boot:0.1.0-BUILD-SNAPSHOT/maven
> >> > >> -metadata.xml
> >> > >> > from C:\Users\Swift3 Technologies\.m2\repository (enhanced)*
> >> > >> > *Resolved artifact
> >> > >> > io.mifos.provisioner:service-boot:jar:0.1.0-BUILD-SNAPSHOT from
> >> null*
> >> > >> > *EE*
> >> > >> > *Time: 36.751*
> >> > >> > *There were 2 failures:*
> >> > >> > *1) startDevServer(io.mifos.dev.ServiceRunner)*
> >> > >> > *org.eclipse.aether.resolution.ArtifactResolutionException: Could
> >> not
> >> > >> find
> >> > >> > artifact io.mifos.provisioner:service-b
> >> oot:jar:0.1.0-BUILD-SNAPSHOT*
> >> > >> >
> >> > >> >
> >> > >> > On Tue, Mar 6, 2018 at 9:47 PM, Ed Cable <ed...@mifos.org>
> >> wrote:
> >> > >> >
> >> > >> > > Myrle,
> >> > >> > >
> >> > >> > > Thanks for your feedback. For all tasks related to either
> >> Fineract
> >> > CN
> >> > >> or
> >> > >> > > Fineract that are listed on the ideas page for Mifos, I'll make
> >> sure
> >> > >> they
> >> > >> > > have corresponding issues on the Apache JIRA Infrastructure. I
> >> > believe
> >> > >> > that
> >> > >> > > is now the case for the Fineract CN tickets but some of them
> >> require
> >> > >> > > additional detail. Conversation with Rajan about updating the
> >> task
> >> > >> wasn't
> >> > >> > > anything that explicitly occurred off-list. Just in general
> we've
> >> > been
> >> > >> > > working to update the tasks and Rajan has been waiting to do
> the
> >> > same
> >> > >> > until
> >> > >> > > he has some free cycles.
> >> > >> > >
> >> > >> > > As I've done with group loan support, data migration, etc. and
> a
> >> > >> couple
> >> > >> > > other forthcoming project areas I've tried to initiate public
> >> > >> discussion
> >> > >> > on
> >> > >> > > the lists but haven't yielded much feedback.
> >> > >> > >
> >> > >> > > I'm not sure if Rajan will be mentoring under Apache or Mifos.
> >> For
> >> > now
> >> > >> > > though I'm driving all ideas related to Fineract and/or Mifos X
> >> and
> >> > >> the
> >> > >> > > enabling support we're providing to prospective students
> through
> >> the
> >> > >> > Mifos
> >> > >> > > Initiative ideas page because we have better structure there
> for
> >> the
> >> > >> > > selection process with a better means to target students, an
> >> > >> evaluation
> >> > >> > > process we've honed over the years and during the program
> itself
> >> we
> >> > >> have
> >> > >> > > our formal protocols and procedures for GSOC that work well for
> >> us.
> >> > >> > >
> >> > >> > > I am ensuring though that any of our mentors who are Apache
> >> > committers
> >> > >> > and
> >> > >> > > could potentially be a mentor under Apache be properly
> registered
> >> > >> there
> >> > >> > as
> >> > >> > > well in the case that a student might apply for one of the
> >> projects
> >> > >> > through
> >> > >> > > Apache.
> >> > >> > >
> >> > >> > > Ed
> >> > >> > >
> >> > >> > > On Mon, Mar 5, 2018 at 2:07 AM, Myrle Krantz <myrle@apache.org
> >
> >> > >> wrote:
> >> > >> > >
> >> > >> > > > Hey Ed,
> >> > >> > > >
> >> > >> > > > Can you please move the Fineract CN content, including the
> >> > Fineract
> >> > >> CN
> >> > >> > > > mobile content to Apache infrastructure.  In this case, I'd
> >> > >> recommend
> >> > >> > > > appropriately tagged Jira tickets.  Also, I assume you know
> >> Rajan
> >> > is
> >> > >> > > > going to do that (and the same with Avik, and Gaurav),
> because
> >> he
> >> > >> > > > agreed to it to you somewhere other than the public list?
> >> Please
> >> > >> move
> >> > >> > > > communication like this to the public list.
> >> > >> > > >
> >> > >> > > > I assume that Rajan will be registering to mentor with
> Apache,
> >> now
> >> > >> > > > that he's been invited to be a committer?  Maybe I'm a bit
> >> early,
> >> > >> > > > since Rajan hasn't accepted the committer status yet. ; o)
> >> Rajan,
> >> > if
> >> > >> > > > you need any assistance with that process, feel free to
> ask...
> >> > >> > > >
> >> > >> > > > Best Regards,
> >> > >> > > > Myrle Krantz
> >> > >> > > > PMC Member, Apache Fineract
> >> > >> > > >
> >> > >> > > >
> >> > >> > > > On Mon, Mar 5, 2018 at 9:07 AM, Ed Cable <ed...@mifos.org>
> >> > wrote:
> >> > >> > > > > Hello Aksh,
> >> > >> > > > >
> >> > >> > > > > Rajan is going to be updating the description soon with
> >> > >> prospective
> >> > >> > > > tasks.
> >> > >> > > > > Sorry for that delay.
> >> > >> > > > >
> >> > >> > > > > Ed
> >> > >> > > > >
> >> > >> > > > >
> >> > >> > > > >
> >> > >> > > > > On Sat, Mar 3, 2018 at 4:55 AM, Aksh Gautam <
> >> gaksh007@gmail.com
> >> > >
> >> > >> > > wrote:
> >> > >> > > > >
> >> > >> > > > >> Hey,
> >> > >> > > > >>
> >> > >> > > > >> The description of Fineract CN Mobile 2.0 seems to be
> >> missing
> >> > on
> >> > >> the
> >> > >> > > > PAGE
> >> > >> > > > >> <https://mifosforge.jira.com/wiki/spaces/RES/pages/
> >> > >> > > > 225411076/Google+Summer+of+Code+2018+Ideas#
> >> > >> > GoogleSummerofCode2018Ideas-
> >> > >> > > > FineractCNMobile2.0>
> >> > >> > > > >> It would be helpful if description could be updated.
> >> > >> > > > >>
> >> > >> > > > >> PS: I hope this is not a duplicate email. Since the
> previous
> >> > mail
> >> > >> > > failed
> >> > >> > > > >> to deliver.
> >> > >> > > > >>
> >> > >> > > > >> Thanks
> >> > >> > > > >> Aksh Gautam
> >> > >> > > > >>
> >> > >> > > > >> ------------------------------
> >> ------------------------------
> >> > >> > > > >> ------------------
> >> > >> > > > >> Check out the vibrant tech community on one of the world's
> >> most
> >> > >> > > > >> engaging tech sites, Slashdot.org!
> http://sdm.link/slashdot
> >> > >> > > > >> Mifos-developer mailing list
> >> > >> > > > >> mifos-developer@lists.sourceforge.net
> >> > >> > > > >> Unsubscribe or change settings at:
> >> > >> > > > >> https://lists.sourceforge.net/
> >> lists/listinfo/mifos-developer
> >> > >> > > > >>
> >> > >> > > > >
> >> > >> > > > >
> >> > >> > > > >
> >> > >> > > > > --
> >> > >> > > > > *Ed Cable*
> >> > >> > > > > President/CEO, Mifos Initiative
> >> > >> > > > > edcable@mifos.org | Skype: edcable | Mobile:
> +1.484.477.8649 <(484)%20477-8649>
> >> > <(484)%20477-8649>
> >> > >> > > > >
> >> > >> > > > > *Collectively Creating a World of 3 Billion Maries | *
> >> > >> > http://mifos.org
> >> > >> > > > > <http://facebook.com/mifos>  <http://www.twitter.com/mifos
> >
> >> > >> > > >
> >> > >> > >
> >> > >> > >
> >> > >> > >
> >> > >> > > --
> >> > >> > > *Ed Cable*
> >> > >> > > President/CEO, Mifos Initiative
> >> > >> > > edcable@mifos.org | Skype: edcable | Mobile: +1.484.477.8649
> <(484)%20477-8649>
> >> > <(484)%20477-8649>
> >> > >> > >
> >> > >> > > *Collectively Creating a World of 3 Billion Maries | *
> >> > >> http://mifos.org
> >> > >> > > <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
> >> > >> > >
> >> > >> >
> >> > >> >
> >> > >> >
> >> > >> > --
> >> > >> > Ippez Roberts
> >> > >> > Founder/C.E.O - Swift3 Technologies (U) Ltd
> >> > >> > "Redefining Next Generation I/O Systems"
> >> > >> > P.O.Box 155, Moyo
> >> > >> > UGANDA.
> >> > >> > Tel: +256788725408 <+256%20788%20725408>
> <+256%20788%20725408>/770602630
> >> > >> > Skype ID: ippez.robert1
> >> > >> > Email: ippezrobert@gmail.com
> >> > >> >
> >> > >>
> >> > >
> >> >
> >> >
> >> > --
> >> > *Thanks*
> >> > *Namaste*
> >> >
> >> > Rajan Maurya
> >> > Contact Number : +91 9015090523 <+91%2090150%2090523>
> <+91%2090150%2090523>
> >> > Github : @Github/therajanmaurya <https://github.com/therajanmaurya>,
> >> > LinkedIn: @LinkedIn/therajanmaurya
> >> > <https://www.linkedin.com/in/therajanmaurya/>
> >> >
> >>
> >
> >
>
>
> --
> Ippez Roberts
> Founder/C.E.O - Swift3 Technologies (U) Ltd
> "Redefining Next Generation I/O Systems"
> P.O.Box 155, Moyo
> UGANDA.
> Tel: +256788725408 <+256%20788%20725408>/770602630
> Skype ID: ippez.robert1
> Email: ippezrobert@gmail.com
>

Re: [Mifos-developer] GSOC 2018

Posted by Ippez Robert <ip...@gmail.com>.
Hi Mark,

That was the problem. But now it runs up-to some point where it throws
errors as below due to *Parent ledger 1000 not found. *and it then
terminate the process. Any solution to fix this?

*16:52:14.223 [qtp726408598-22] INFO  i.m.c.l.c.ServiceExceptionFilter -
Responding with a service error ServiceError{code=404, message='Parent
ledger 1000 not found.'}*
*E*
*Time: 1,538.137*
*There was 1 failure:*
*1) startDevServer(io.mifos.dev.ServiceRunner)*
*io.mifos.accounting.api.v1.client.LedgerNotFoundException*
*        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)*
*        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown
Source)*
*        at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)*
*        at java.lang.reflect.Constructor.newInstance(Unknown Source)*
*        at
io.mifos.core.api.util.AnnotatedErrorDecoder.constructException(AnnotatedErrorDecoder.java:135)*
*        at
io.mifos.core.api.util.AnnotatedErrorDecoder.lambda$null$1(AnnotatedErrorDecoder.java:61)*
*        at java.util.Optional.flatMap(Unknown Source)*
*        at
io.mifos.core.api.util.AnnotatedErrorDecoder.lambda$decode$2(AnnotatedErrorDecoder.java:61)*
*        at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source)*
*        at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)*
*        at java.util.Spliterators$ArraySpliterator.tryAdvance(Unknown
Source)*
*        at java.util.stream.ReferencePipeline.forEachWithCancel(Unknown
Source)*
*        at java.util.stream.AbstractPipeline.copyIntoWithCancel(Unknown
Source)*
*        at java.util.stream.AbstractPipeline.copyInto(Unknown Source)*
*        at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown
Source)*
*        at java.util.stream.FindOps$FindOp.evaluateSequential(Unknown
Source)*
*        at java.util.stream.AbstractPipeline.evaluate(Unknown Source)*
*        at java.util.stream.ReferencePipeline.findAny(Unknown Source)*
*        at
io.mifos.core.api.util.AnnotatedErrorDecoder.decode(AnnotatedErrorDecoder.java:63)*
*        at
feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:138)*
*        at
feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:76)*
*        at
feign.ReflectiveFeign$FeignInvocationHandler.invoke(ReflectiveFeign.java:103)*
*        at com.sun.proxy.$Proxy214.addSubLedger(Unknown Source)*
*        at
io.mifos.accounting.importer.LedgerImporter.createLedger(LedgerImporter.java:69)*
*        at java.util.ArrayList.forEach(Unknown Source)*
*        at
io.mifos.accounting.importer.LedgerImporter.importCSV(LedgerImporter.java:60)*
*        at
io.mifos.dev.ServiceRunner.createChartOfAccounts(ServiceRunner.java:461)*
*        at
io.mifos.dev.ServiceRunner.provisionAppsViaSeshatForTenant(ServiceRunner.java:446)*
*        at
io.mifos.dev.ServiceRunner.provisionAppsViaSeshat(ServiceRunner.java:358)*
*        at
io.mifos.dev.ServiceRunner.startDevServer(ServiceRunner.java:260)*
*        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)*
*        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)*
*        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)*
*        at java.lang.reflect.Method.invoke(Unknown Source)*
*        at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)*
*        at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)*
*        at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)*
*        at
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)*
*        at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)*
*        at
org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75)*
*        at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)*
*        at
org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86)*
*        at
org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84)*
*        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)*
*        at
org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252)*
*        at
org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94)*
*        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)*
*        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)*
*        at
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)*
*        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)*
*        at
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)*
*        at
org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)*
*        at
org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70)*
*        at
org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)*
*        at
org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)*
*        at
org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)*
*        at org.junit.rules.RunRules.evaluate(RunRules.java:20)*
*        at org.junit.runners.ParentRunner.run(ParentRunner.java:363)*
*        at
org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191)*
*        at org.junit.runners.Suite.runChild(Suite.java:128)*
*        at org.junit.runners.Suite.runChild(Suite.java:27)*
*        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)*
*        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)*
*        at
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)*
*        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)*
*        at
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)*
*        at org.junit.runners.ParentRunner.run(ParentRunner.java:363)*
*        at org.junit.runner.JUnitCore.run(JUnitCore.java:137)*
*        at org.junit.runner.JUnitCore.run(JUnitCore.java:115)*
*        at org.junit.runner.JUnitCore.runMain(JUnitCore.java:77)*
*        at org.junit.runner.JUnitCore.main(JUnitCore.java:36)*
*        at io.mifos.dev.DemoServer.main(DemoServer.java:27)*
*        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)*
*        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)*
*        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)*
*        at java.lang.reflect.Method.invoke(Unknown Source)*
*        at
org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)*
*        at
org.springframework.boot.loader.Launcher.launch(Launcher.java:87)*
*        at
org.springframework.boot.loader.Launcher.launch(Launcher.java:50)*
*        at
org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:58)*

*FAILURES!!!*
*Tests run: 1,  Failures: 1*

*16:52:28.650 [DefaultMessageListenerContainer-2] ERROR
o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection
for destination 'portfolio-v1' - retrying using FixedBackOff{interval=5000,
currentAttempts=0, maxAttempts=unlimited}. Cause: Error while attempting to
retrieve a connection from 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:29.656 [DefaultMessageListenerContainer-1] ERROR
o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection
for destination 'identity-v1' - retrying using FixedBackOff{interval=5000,
currentAttempts=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:30.663 [DefaultMessageListenerContainer-2] ERROR
o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection
for destination 'identity-v1' - retrying using FixedBackOff{interval=5000,
currentAttempts=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:31.671 [DefaultMessageListenerContainer-1] ERROR
o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection
for destination 'accounting-v1' - retrying using
FixedBackOff{interval=5000, currentAttempts=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:32.686 [DefaultMessageListenerContainer-3] ERROR
o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection
for destination 'identity-v1' - retrying using FixedBackOff{interval=5000,
currentAttempts=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 [DefaultMessageListenerContainer-3] ERROR
o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection
for destination 'portfolio-v1' - retrying using FixedBackOff{interval=5000,
currentAttempts=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. *

On Wed, Mar 7, 2018 at 2:21 PM, Isaac Kamga <is...@mifos.org> wrote:

> Thanks Mark.
>
> On Wed, Mar 7, 2018 at 11:21 AM, Mark van Veen <ma...@kuelap.io>
> wrote:
>
>> 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 <ra...@gmail.com>
>> wrote:
>>
>> > No luck @Ippez I tried but not able to build it. same error.
>> >
>> >
>> >
>> > ‌
>> >
>> > On Wed, Mar 7, 2018 at 10:44 AM, Ippez Robert <ip...@gmail.com>
>> > wrote:
>> >
>> > > Hi Isaac,
>> > > We are facing the same problem with Rajan. The errors am getting are
>> > > exactly the same as Rajan's. The demo is not running please check the
>> > error
>> > > log i pasted earlier.
>> > >
>> > > Rajan, were  you able to fix this at your end?
>> > >
>> > > Thanks
>> > > Regard
>> > >
>> > > On 7 Mar 2018 06:46, "Isaac Kamga" <is...@mifos.org> wrote:
>> > >
>> > >> Rajan,
>> > >>
>> > >> This might be helpful for you.
>> > >>
>> > >> Ippez, please take some time to help Rajan out with this and update
>> > >> documentation too.
>> > >>
>> > >> Cheers,
>> > >> Isaac Kamga.
>> > >>
>> > >> On Tue, Mar 6, 2018 at 9:41 PM, Ippez Robert <ip...@gmail.com>
>> > >> wrote:
>> > >>
>> > >> > Now i was able to fix my above problem. The problem was that maven
>> was
>> > >> not
>> > >> > installed. After doing that, build was successful without any
>> errors
>> > and
>> > >> > when i run
>> > >> >
>> > >> > *java -jar -Ddemoserver.provision=true demo-server-0.1.0-BUILD-
>> > >> > SNAPSHOT.jar*
>> > >> > ,
>> > >> >
>> > >> > Even second option of starting the demo server produces same error.
>> > >> >
>> > >> > Am getting exact errors Rajan is getting. Is there a solution for
>> this
>> > >> or
>> > >> > are we missing something.
>> > >> >
>> > >> > *.23:25:43.410 [pool-3-thread-1] ERROR
>> o.a.cassandra.service.StartupC
>> > >> hecks
>> > >> > - cassandra.jmx.local.port missing from cassandra-env.sh, unable to
>> > >> start
>> > >> > local JMX service.*
>> > >> > *Resolving artifact
>> > >> > io.mifos.provisioner:service-boot:jar:0.1.0-BUILD-SNAPSHOT*
>> > >> > *Resolving metadata
>> > >> > io.mifos.provisioner:service-boot:0.1.0-BUILD-SNAPSHOT/maven
>> > >> -metadata.xml
>> > >> > from C:\Users\Swift3 Technologies\.m2\repository (enhanced)*
>> > >> > *Resolved metadata
>> > >> > io.mifos.provisioner:service-boot:0.1.0-BUILD-SNAPSHOT/maven
>> > >> -metadata.xml
>> > >> > from C:\Users\Swift3 Technologies\.m2\repository (enhanced)*
>> > >> > *Resolved artifact
>> > >> > io.mifos.provisioner:service-boot:jar:0.1.0-BUILD-SNAPSHOT from
>> null*
>> > >> > *EE*
>> > >> > *Time: 36.751*
>> > >> > *There were 2 failures:*
>> > >> > *1) startDevServer(io.mifos.dev.ServiceRunner)*
>> > >> > *org.eclipse.aether.resolution.ArtifactResolutionException: Could
>> not
>> > >> find
>> > >> > artifact io.mifos.provisioner:service-b
>> oot:jar:0.1.0-BUILD-SNAPSHOT*
>> > >> >
>> > >> >
>> > >> > On Tue, Mar 6, 2018 at 9:47 PM, Ed Cable <ed...@mifos.org>
>> wrote:
>> > >> >
>> > >> > > Myrle,
>> > >> > >
>> > >> > > Thanks for your feedback. For all tasks related to either
>> Fineract
>> > CN
>> > >> or
>> > >> > > Fineract that are listed on the ideas page for Mifos, I'll make
>> sure
>> > >> they
>> > >> > > have corresponding issues on the Apache JIRA Infrastructure. I
>> > believe
>> > >> > that
>> > >> > > is now the case for the Fineract CN tickets but some of them
>> require
>> > >> > > additional detail. Conversation with Rajan about updating the
>> task
>> > >> wasn't
>> > >> > > anything that explicitly occurred off-list. Just in general we've
>> > been
>> > >> > > working to update the tasks and Rajan has been waiting to do the
>> > same
>> > >> > until
>> > >> > > he has some free cycles.
>> > >> > >
>> > >> > > As I've done with group loan support, data migration, etc. and a
>> > >> couple
>> > >> > > other forthcoming project areas I've tried to initiate public
>> > >> discussion
>> > >> > on
>> > >> > > the lists but haven't yielded much feedback.
>> > >> > >
>> > >> > > I'm not sure if Rajan will be mentoring under Apache or Mifos.
>> For
>> > now
>> > >> > > though I'm driving all ideas related to Fineract and/or Mifos X
>> and
>> > >> the
>> > >> > > enabling support we're providing to prospective students through
>> the
>> > >> > Mifos
>> > >> > > Initiative ideas page because we have better structure there for
>> the
>> > >> > > selection process with a better means to target students, an
>> > >> evaluation
>> > >> > > process we've honed over the years and during the program itself
>> we
>> > >> have
>> > >> > > our formal protocols and procedures for GSOC that work well for
>> us.
>> > >> > >
>> > >> > > I am ensuring though that any of our mentors who are Apache
>> > committers
>> > >> > and
>> > >> > > could potentially be a mentor under Apache be properly registered
>> > >> there
>> > >> > as
>> > >> > > well in the case that a student might apply for one of the
>> projects
>> > >> > through
>> > >> > > Apache.
>> > >> > >
>> > >> > > Ed
>> > >> > >
>> > >> > > On Mon, Mar 5, 2018 at 2:07 AM, Myrle Krantz <my...@apache.org>
>> > >> wrote:
>> > >> > >
>> > >> > > > Hey Ed,
>> > >> > > >
>> > >> > > > Can you please move the Fineract CN content, including the
>> > Fineract
>> > >> CN
>> > >> > > > mobile content to Apache infrastructure.  In this case, I'd
>> > >> recommend
>> > >> > > > appropriately tagged Jira tickets.  Also, I assume you know
>> Rajan
>> > is
>> > >> > > > going to do that (and the same with Avik, and Gaurav), because
>> he
>> > >> > > > agreed to it to you somewhere other than the public list?
>> Please
>> > >> move
>> > >> > > > communication like this to the public list.
>> > >> > > >
>> > >> > > > I assume that Rajan will be registering to mentor with Apache,
>> now
>> > >> > > > that he's been invited to be a committer?  Maybe I'm a bit
>> early,
>> > >> > > > since Rajan hasn't accepted the committer status yet. ; o)
>> Rajan,
>> > if
>> > >> > > > you need any assistance with that process, feel free to ask...
>> > >> > > >
>> > >> > > > Best Regards,
>> > >> > > > Myrle Krantz
>> > >> > > > PMC Member, Apache Fineract
>> > >> > > >
>> > >> > > >
>> > >> > > > On Mon, Mar 5, 2018 at 9:07 AM, Ed Cable <ed...@mifos.org>
>> > wrote:
>> > >> > > > > Hello Aksh,
>> > >> > > > >
>> > >> > > > > Rajan is going to be updating the description soon with
>> > >> prospective
>> > >> > > > tasks.
>> > >> > > > > Sorry for that delay.
>> > >> > > > >
>> > >> > > > > Ed
>> > >> > > > >
>> > >> > > > >
>> > >> > > > >
>> > >> > > > > On Sat, Mar 3, 2018 at 4:55 AM, Aksh Gautam <
>> gaksh007@gmail.com
>> > >
>> > >> > > wrote:
>> > >> > > > >
>> > >> > > > >> Hey,
>> > >> > > > >>
>> > >> > > > >> The description of Fineract CN Mobile 2.0 seems to be
>> missing
>> > on
>> > >> the
>> > >> > > > PAGE
>> > >> > > > >> <https://mifosforge.jira.com/wiki/spaces/RES/pages/
>> > >> > > > 225411076/Google+Summer+of+Code+2018+Ideas#
>> > >> > GoogleSummerofCode2018Ideas-
>> > >> > > > FineractCNMobile2.0>
>> > >> > > > >> It would be helpful if description could be updated.
>> > >> > > > >>
>> > >> > > > >> PS: I hope this is not a duplicate email. Since the previous
>> > mail
>> > >> > > failed
>> > >> > > > >> to deliver.
>> > >> > > > >>
>> > >> > > > >> Thanks
>> > >> > > > >> Aksh Gautam
>> > >> > > > >>
>> > >> > > > >> ------------------------------
>> ------------------------------
>> > >> > > > >> ------------------
>> > >> > > > >> Check out the vibrant tech community on one of the world's
>> most
>> > >> > > > >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> > >> > > > >> Mifos-developer mailing list
>> > >> > > > >> mifos-developer@lists.sourceforge.net
>> > >> > > > >> Unsubscribe or change settings at:
>> > >> > > > >> https://lists.sourceforge.net/
>> lists/listinfo/mifos-developer
>> > >> > > > >>
>> > >> > > > >
>> > >> > > > >
>> > >> > > > >
>> > >> > > > > --
>> > >> > > > > *Ed Cable*
>> > >> > > > > President/CEO, Mifos Initiative
>> > >> > > > > edcable@mifos.org | Skype: edcable | Mobile: +1.484.477.8649
>> > <(484)%20477-8649>
>> > >> > > > >
>> > >> > > > > *Collectively Creating a World of 3 Billion Maries | *
>> > >> > http://mifos.org
>> > >> > > > > <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
>> > >> > > >
>> > >> > >
>> > >> > >
>> > >> > >
>> > >> > > --
>> > >> > > *Ed Cable*
>> > >> > > President/CEO, Mifos Initiative
>> > >> > > edcable@mifos.org | Skype: edcable | Mobile: +1.484.477.8649
>> > <(484)%20477-8649>
>> > >> > >
>> > >> > > *Collectively Creating a World of 3 Billion Maries | *
>> > >> http://mifos.org
>> > >> > > <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
>> > >> > >
>> > >> >
>> > >> >
>> > >> >
>> > >> > --
>> > >> > Ippez Roberts
>> > >> > Founder/C.E.O - Swift3 Technologies (U) Ltd
>> > >> > "Redefining Next Generation I/O Systems"
>> > >> > P.O.Box 155, Moyo
>> > >> > UGANDA.
>> > >> > Tel: +256788725408 <+256%20788%20725408>/770602630
>> > >> > Skype ID: ippez.robert1
>> > >> > Email: ippezrobert@gmail.com
>> > >> >
>> > >>
>> > >
>> >
>> >
>> > --
>> > *Thanks*
>> > *Namaste*
>> >
>> > Rajan Maurya
>> > Contact Number : +91 9015090523 <+91%2090150%2090523>
>> > Github : @Github/therajanmaurya <https://github.com/therajanmaurya>,
>> > LinkedIn: @LinkedIn/therajanmaurya
>> > <https://www.linkedin.com/in/therajanmaurya/>
>> >
>>
>
>


-- 
Ippez Roberts
Founder/C.E.O - Swift3 Technologies (U) Ltd
"Redefining Next Generation I/O Systems"
P.O.Box 155, Moyo
UGANDA.
Tel: +256788725408/770602630
Skype ID: ippez.robert1
Email: ippezrobert@gmail.com

Re: [Mifos-developer] GSOC 2018

Posted by Isaac Kamga <is...@mifos.org>.
Thanks Mark.

On Wed, Mar 7, 2018 at 11:21 AM, Mark van Veen <ma...@kuelap.io>
wrote:

> 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 <ra...@gmail.com>
> wrote:
>
> > No luck @Ippez I tried but not able to build it. same error.
> >
> >
> >
> > ‌
> >
> > On Wed, Mar 7, 2018 at 10:44 AM, Ippez Robert <ip...@gmail.com>
> > wrote:
> >
> > > Hi Isaac,
> > > We are facing the same problem with Rajan. The errors am getting are
> > > exactly the same as Rajan's. The demo is not running please check the
> > error
> > > log i pasted earlier.
> > >
> > > Rajan, were  you able to fix this at your end?
> > >
> > > Thanks
> > > Regard
> > >
> > > On 7 Mar 2018 06:46, "Isaac Kamga" <is...@mifos.org> wrote:
> > >
> > >> Rajan,
> > >>
> > >> This might be helpful for you.
> > >>
> > >> Ippez, please take some time to help Rajan out with this and update
> > >> documentation too.
> > >>
> > >> Cheers,
> > >> Isaac Kamga.
> > >>
> > >> On Tue, Mar 6, 2018 at 9:41 PM, Ippez Robert <ip...@gmail.com>
> > >> wrote:
> > >>
> > >> > Now i was able to fix my above problem. The problem was that maven
> was
> > >> not
> > >> > installed. After doing that, build was successful without any errors
> > and
> > >> > when i run
> > >> >
> > >> > *java -jar -Ddemoserver.provision=true demo-server-0.1.0-BUILD-
> > >> > SNAPSHOT.jar*
> > >> > ,
> > >> >
> > >> > Even second option of starting the demo server produces same error.
> > >> >
> > >> > Am getting exact errors Rajan is getting. Is there a solution for
> this
> > >> or
> > >> > are we missing something.
> > >> >
> > >> > *.23:25:43.410 [pool-3-thread-1] ERROR
> o.a.cassandra.service.StartupC
> > >> hecks
> > >> > - cassandra.jmx.local.port missing from cassandra-env.sh, unable to
> > >> start
> > >> > local JMX service.*
> > >> > *Resolving artifact
> > >> > io.mifos.provisioner:service-boot:jar:0.1.0-BUILD-SNAPSHOT*
> > >> > *Resolving metadata
> > >> > io.mifos.provisioner:service-boot:0.1.0-BUILD-SNAPSHOT/maven
> > >> -metadata.xml
> > >> > from C:\Users\Swift3 Technologies\.m2\repository (enhanced)*
> > >> > *Resolved metadata
> > >> > io.mifos.provisioner:service-boot:0.1.0-BUILD-SNAPSHOT/maven
> > >> -metadata.xml
> > >> > from C:\Users\Swift3 Technologies\.m2\repository (enhanced)*
> > >> > *Resolved artifact
> > >> > io.mifos.provisioner:service-boot:jar:0.1.0-BUILD-SNAPSHOT from
> null*
> > >> > *EE*
> > >> > *Time: 36.751*
> > >> > *There were 2 failures:*
> > >> > *1) startDevServer(io.mifos.dev.ServiceRunner)*
> > >> > *org.eclipse.aether.resolution.ArtifactResolutionException: Could
> not
> > >> find
> > >> > artifact io.mifos.provisioner:service-
> boot:jar:0.1.0-BUILD-SNAPSHOT*
> > >> >
> > >> >
> > >> > On Tue, Mar 6, 2018 at 9:47 PM, Ed Cable <ed...@mifos.org> wrote:
> > >> >
> > >> > > Myrle,
> > >> > >
> > >> > > Thanks for your feedback. For all tasks related to either Fineract
> > CN
> > >> or
> > >> > > Fineract that are listed on the ideas page for Mifos, I'll make
> sure
> > >> they
> > >> > > have corresponding issues on the Apache JIRA Infrastructure. I
> > believe
> > >> > that
> > >> > > is now the case for the Fineract CN tickets but some of them
> require
> > >> > > additional detail. Conversation with Rajan about updating the task
> > >> wasn't
> > >> > > anything that explicitly occurred off-list. Just in general we've
> > been
> > >> > > working to update the tasks and Rajan has been waiting to do the
> > same
> > >> > until
> > >> > > he has some free cycles.
> > >> > >
> > >> > > As I've done with group loan support, data migration, etc. and a
> > >> couple
> > >> > > other forthcoming project areas I've tried to initiate public
> > >> discussion
> > >> > on
> > >> > > the lists but haven't yielded much feedback.
> > >> > >
> > >> > > I'm not sure if Rajan will be mentoring under Apache or Mifos. For
> > now
> > >> > > though I'm driving all ideas related to Fineract and/or Mifos X
> and
> > >> the
> > >> > > enabling support we're providing to prospective students through
> the
> > >> > Mifos
> > >> > > Initiative ideas page because we have better structure there for
> the
> > >> > > selection process with a better means to target students, an
> > >> evaluation
> > >> > > process we've honed over the years and during the program itself
> we
> > >> have
> > >> > > our formal protocols and procedures for GSOC that work well for
> us.
> > >> > >
> > >> > > I am ensuring though that any of our mentors who are Apache
> > committers
> > >> > and
> > >> > > could potentially be a mentor under Apache be properly registered
> > >> there
> > >> > as
> > >> > > well in the case that a student might apply for one of the
> projects
> > >> > through
> > >> > > Apache.
> > >> > >
> > >> > > Ed
> > >> > >
> > >> > > On Mon, Mar 5, 2018 at 2:07 AM, Myrle Krantz <my...@apache.org>
> > >> wrote:
> > >> > >
> > >> > > > Hey Ed,
> > >> > > >
> > >> > > > Can you please move the Fineract CN content, including the
> > Fineract
> > >> CN
> > >> > > > mobile content to Apache infrastructure.  In this case, I'd
> > >> recommend
> > >> > > > appropriately tagged Jira tickets.  Also, I assume you know
> Rajan
> > is
> > >> > > > going to do that (and the same with Avik, and Gaurav), because
> he
> > >> > > > agreed to it to you somewhere other than the public list?
> Please
> > >> move
> > >> > > > communication like this to the public list.
> > >> > > >
> > >> > > > I assume that Rajan will be registering to mentor with Apache,
> now
> > >> > > > that he's been invited to be a committer?  Maybe I'm a bit
> early,
> > >> > > > since Rajan hasn't accepted the committer status yet. ; o)
> Rajan,
> > if
> > >> > > > you need any assistance with that process, feel free to ask...
> > >> > > >
> > >> > > > Best Regards,
> > >> > > > Myrle Krantz
> > >> > > > PMC Member, Apache Fineract
> > >> > > >
> > >> > > >
> > >> > > > On Mon, Mar 5, 2018 at 9:07 AM, Ed Cable <ed...@mifos.org>
> > wrote:
> > >> > > > > Hello Aksh,
> > >> > > > >
> > >> > > > > Rajan is going to be updating the description soon with
> > >> prospective
> > >> > > > tasks.
> > >> > > > > Sorry for that delay.
> > >> > > > >
> > >> > > > > Ed
> > >> > > > >
> > >> > > > >
> > >> > > > >
> > >> > > > > On Sat, Mar 3, 2018 at 4:55 AM, Aksh Gautam <
> gaksh007@gmail.com
> > >
> > >> > > wrote:
> > >> > > > >
> > >> > > > >> Hey,
> > >> > > > >>
> > >> > > > >> The description of Fineract CN Mobile 2.0 seems to be missing
> > on
> > >> the
> > >> > > > PAGE
> > >> > > > >> <https://mifosforge.jira.com/wiki/spaces/RES/pages/
> > >> > > > 225411076/Google+Summer+of+Code+2018+Ideas#
> > >> > GoogleSummerofCode2018Ideas-
> > >> > > > FineractCNMobile2.0>
> > >> > > > >> It would be helpful if description could be updated.
> > >> > > > >>
> > >> > > > >> PS: I hope this is not a duplicate email. Since the previous
> > mail
> > >> > > failed
> > >> > > > >> to deliver.
> > >> > > > >>
> > >> > > > >> Thanks
> > >> > > > >> Aksh Gautam
> > >> > > > >>
> > >> > > > >> ------------------------------------------------------------
> > >> > > > >> ------------------
> > >> > > > >> Check out the vibrant tech community on one of the world's
> most
> > >> > > > >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > >> > > > >> Mifos-developer mailing list
> > >> > > > >> mifos-developer@lists.sourceforge.net
> > >> > > > >> Unsubscribe or change settings at:
> > >> > > > >> https://lists.sourceforge.net/lists/listinfo/mifos-developer
> > >> > > > >>
> > >> > > > >
> > >> > > > >
> > >> > > > >
> > >> > > > > --
> > >> > > > > *Ed Cable*
> > >> > > > > President/CEO, Mifos Initiative
> > >> > > > > edcable@mifos.org | Skype: edcable | Mobile: +1.484.477.8649
> > <(484)%20477-8649>
> > >> > > > >
> > >> > > > > *Collectively Creating a World of 3 Billion Maries | *
> > >> > http://mifos.org
> > >> > > > > <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
> > >> > > >
> > >> > >
> > >> > >
> > >> > >
> > >> > > --
> > >> > > *Ed Cable*
> > >> > > President/CEO, Mifos Initiative
> > >> > > edcable@mifos.org | Skype: edcable | Mobile: +1.484.477.8649
> > <(484)%20477-8649>
> > >> > >
> > >> > > *Collectively Creating a World of 3 Billion Maries | *
> > >> http://mifos.org
> > >> > > <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
> > >> > >
> > >> >
> > >> >
> > >> >
> > >> > --
> > >> > Ippez Roberts
> > >> > Founder/C.E.O - Swift3 Technologies (U) Ltd
> > >> > "Redefining Next Generation I/O Systems"
> > >> > P.O.Box 155, Moyo
> > >> > UGANDA.
> > >> > Tel: +256788725408 <+256%20788%20725408>/770602630
> > >> > Skype ID: ippez.robert1
> > >> > Email: ippezrobert@gmail.com
> > >> >
> > >>
> > >
> >
> >
> > --
> > *Thanks*
> > *Namaste*
> >
> > Rajan Maurya
> > Contact Number : +91 9015090523 <+91%2090150%2090523>
> > Github : @Github/therajanmaurya <https://github.com/therajanmaurya>,
> > LinkedIn: @LinkedIn/therajanmaurya
> > <https://www.linkedin.com/in/therajanmaurya/>
> >
>

Re: [Mifos-developer] GSOC 2018

Posted by Mark van Veen <ma...@kuelap.io>.
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 <ra...@gmail.com>
wrote:

> No luck @Ippez I tried but not able to build it. same error.
>
>
>
> ‌
>
> On Wed, Mar 7, 2018 at 10:44 AM, Ippez Robert <ip...@gmail.com>
> wrote:
>
> > Hi Isaac,
> > We are facing the same problem with Rajan. The errors am getting are
> > exactly the same as Rajan's. The demo is not running please check the
> error
> > log i pasted earlier.
> >
> > Rajan, were  you able to fix this at your end?
> >
> > Thanks
> > Regard
> >
> > On 7 Mar 2018 06:46, "Isaac Kamga" <is...@mifos.org> wrote:
> >
> >> Rajan,
> >>
> >> This might be helpful for you.
> >>
> >> Ippez, please take some time to help Rajan out with this and update
> >> documentation too.
> >>
> >> Cheers,
> >> Isaac Kamga.
> >>
> >> On Tue, Mar 6, 2018 at 9:41 PM, Ippez Robert <ip...@gmail.com>
> >> wrote:
> >>
> >> > Now i was able to fix my above problem. The problem was that maven was
> >> not
> >> > installed. After doing that, build was successful without any errors
> and
> >> > when i run
> >> >
> >> > *java -jar -Ddemoserver.provision=true demo-server-0.1.0-BUILD-
> >> > SNAPSHOT.jar*
> >> > ,
> >> >
> >> > Even second option of starting the demo server produces same error.
> >> >
> >> > Am getting exact errors Rajan is getting. Is there a solution for this
> >> or
> >> > are we missing something.
> >> >
> >> > *.23:25:43.410 [pool-3-thread-1] ERROR o.a.cassandra.service.StartupC
> >> hecks
> >> > - cassandra.jmx.local.port missing from cassandra-env.sh, unable to
> >> start
> >> > local JMX service.*
> >> > *Resolving artifact
> >> > io.mifos.provisioner:service-boot:jar:0.1.0-BUILD-SNAPSHOT*
> >> > *Resolving metadata
> >> > io.mifos.provisioner:service-boot:0.1.0-BUILD-SNAPSHOT/maven
> >> -metadata.xml
> >> > from C:\Users\Swift3 Technologies\.m2\repository (enhanced)*
> >> > *Resolved metadata
> >> > io.mifos.provisioner:service-boot:0.1.0-BUILD-SNAPSHOT/maven
> >> -metadata.xml
> >> > from C:\Users\Swift3 Technologies\.m2\repository (enhanced)*
> >> > *Resolved artifact
> >> > io.mifos.provisioner:service-boot:jar:0.1.0-BUILD-SNAPSHOT from null*
> >> > *EE*
> >> > *Time: 36.751*
> >> > *There were 2 failures:*
> >> > *1) startDevServer(io.mifos.dev.ServiceRunner)*
> >> > *org.eclipse.aether.resolution.ArtifactResolutionException: Could not
> >> find
> >> > artifact io.mifos.provisioner:service-boot:jar:0.1.0-BUILD-SNAPSHOT*
> >> >
> >> >
> >> > On Tue, Mar 6, 2018 at 9:47 PM, Ed Cable <ed...@mifos.org> wrote:
> >> >
> >> > > Myrle,
> >> > >
> >> > > Thanks for your feedback. For all tasks related to either Fineract
> CN
> >> or
> >> > > Fineract that are listed on the ideas page for Mifos, I'll make sure
> >> they
> >> > > have corresponding issues on the Apache JIRA Infrastructure. I
> believe
> >> > that
> >> > > is now the case for the Fineract CN tickets but some of them require
> >> > > additional detail. Conversation with Rajan about updating the task
> >> wasn't
> >> > > anything that explicitly occurred off-list. Just in general we've
> been
> >> > > working to update the tasks and Rajan has been waiting to do the
> same
> >> > until
> >> > > he has some free cycles.
> >> > >
> >> > > As I've done with group loan support, data migration, etc. and a
> >> couple
> >> > > other forthcoming project areas I've tried to initiate public
> >> discussion
> >> > on
> >> > > the lists but haven't yielded much feedback.
> >> > >
> >> > > I'm not sure if Rajan will be mentoring under Apache or Mifos. For
> now
> >> > > though I'm driving all ideas related to Fineract and/or Mifos X and
> >> the
> >> > > enabling support we're providing to prospective students through the
> >> > Mifos
> >> > > Initiative ideas page because we have better structure there for the
> >> > > selection process with a better means to target students, an
> >> evaluation
> >> > > process we've honed over the years and during the program itself we
> >> have
> >> > > our formal protocols and procedures for GSOC that work well for us.
> >> > >
> >> > > I am ensuring though that any of our mentors who are Apache
> committers
> >> > and
> >> > > could potentially be a mentor under Apache be properly registered
> >> there
> >> > as
> >> > > well in the case that a student might apply for one of the projects
> >> > through
> >> > > Apache.
> >> > >
> >> > > Ed
> >> > >
> >> > > On Mon, Mar 5, 2018 at 2:07 AM, Myrle Krantz <my...@apache.org>
> >> wrote:
> >> > >
> >> > > > Hey Ed,
> >> > > >
> >> > > > Can you please move the Fineract CN content, including the
> Fineract
> >> CN
> >> > > > mobile content to Apache infrastructure.  In this case, I'd
> >> recommend
> >> > > > appropriately tagged Jira tickets.  Also, I assume you know Rajan
> is
> >> > > > going to do that (and the same with Avik, and Gaurav), because he
> >> > > > agreed to it to you somewhere other than the public list?  Please
> >> move
> >> > > > communication like this to the public list.
> >> > > >
> >> > > > I assume that Rajan will be registering to mentor with Apache, now
> >> > > > that he's been invited to be a committer?  Maybe I'm a bit early,
> >> > > > since Rajan hasn't accepted the committer status yet. ; o) Rajan,
> if
> >> > > > you need any assistance with that process, feel free to ask...
> >> > > >
> >> > > > Best Regards,
> >> > > > Myrle Krantz
> >> > > > PMC Member, Apache Fineract
> >> > > >
> >> > > >
> >> > > > On Mon, Mar 5, 2018 at 9:07 AM, Ed Cable <ed...@mifos.org>
> wrote:
> >> > > > > Hello Aksh,
> >> > > > >
> >> > > > > Rajan is going to be updating the description soon with
> >> prospective
> >> > > > tasks.
> >> > > > > Sorry for that delay.
> >> > > > >
> >> > > > > Ed
> >> > > > >
> >> > > > >
> >> > > > >
> >> > > > > On Sat, Mar 3, 2018 at 4:55 AM, Aksh Gautam <gaksh007@gmail.com
> >
> >> > > wrote:
> >> > > > >
> >> > > > >> Hey,
> >> > > > >>
> >> > > > >> The description of Fineract CN Mobile 2.0 seems to be missing
> on
> >> the
> >> > > > PAGE
> >> > > > >> <https://mifosforge.jira.com/wiki/spaces/RES/pages/
> >> > > > 225411076/Google+Summer+of+Code+2018+Ideas#
> >> > GoogleSummerofCode2018Ideas-
> >> > > > FineractCNMobile2.0>
> >> > > > >> It would be helpful if description could be updated.
> >> > > > >>
> >> > > > >> PS: I hope this is not a duplicate email. Since the previous
> mail
> >> > > failed
> >> > > > >> to deliver.
> >> > > > >>
> >> > > > >> Thanks
> >> > > > >> Aksh Gautam
> >> > > > >>
> >> > > > >> ------------------------------------------------------------
> >> > > > >> ------------------
> >> > > > >> Check out the vibrant tech community on one of the world's most
> >> > > > >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> >> > > > >> Mifos-developer mailing list
> >> > > > >> mifos-developer@lists.sourceforge.net
> >> > > > >> Unsubscribe or change settings at:
> >> > > > >> https://lists.sourceforge.net/lists/listinfo/mifos-developer
> >> > > > >>
> >> > > > >
> >> > > > >
> >> > > > >
> >> > > > > --
> >> > > > > *Ed Cable*
> >> > > > > President/CEO, Mifos Initiative
> >> > > > > edcable@mifos.org | Skype: edcable | Mobile: +1.484.477.8649
> <(484)%20477-8649>
> >> > > > >
> >> > > > > *Collectively Creating a World of 3 Billion Maries | *
> >> > http://mifos.org
> >> > > > > <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
> >> > > >
> >> > >
> >> > >
> >> > >
> >> > > --
> >> > > *Ed Cable*
> >> > > President/CEO, Mifos Initiative
> >> > > edcable@mifos.org | Skype: edcable | Mobile: +1.484.477.8649
> <(484)%20477-8649>
> >> > >
> >> > > *Collectively Creating a World of 3 Billion Maries | *
> >> http://mifos.org
> >> > > <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
> >> > >
> >> >
> >> >
> >> >
> >> > --
> >> > Ippez Roberts
> >> > Founder/C.E.O - Swift3 Technologies (U) Ltd
> >> > "Redefining Next Generation I/O Systems"
> >> > P.O.Box 155, Moyo
> >> > UGANDA.
> >> > Tel: +256788725408 <+256%20788%20725408>/770602630
> >> > Skype ID: ippez.robert1
> >> > Email: ippezrobert@gmail.com
> >> >
> >>
> >
>
>
> --
> *Thanks*
> *Namaste*
>
> Rajan Maurya
> Contact Number : +91 9015090523 <+91%2090150%2090523>
> Github : @Github/therajanmaurya <https://github.com/therajanmaurya>,
> LinkedIn: @LinkedIn/therajanmaurya
> <https://www.linkedin.com/in/therajanmaurya/>
>

Re: [Mifos-developer] GSOC 2018

Posted by Rajan Maurya <ra...@gmail.com>.
No luck @Ippez I tried but not able to build it. same error.



‌

On Wed, Mar 7, 2018 at 10:44 AM, Ippez Robert <ip...@gmail.com> wrote:

> Hi Isaac,
> We are facing the same problem with Rajan. The errors am getting are
> exactly the same as Rajan's. The demo is not running please check the error
> log i pasted earlier.
>
> Rajan, were  you able to fix this at your end?
>
> Thanks
> Regard
>
> On 7 Mar 2018 06:46, "Isaac Kamga" <is...@mifos.org> wrote:
>
>> Rajan,
>>
>> This might be helpful for you.
>>
>> Ippez, please take some time to help Rajan out with this and update
>> documentation too.
>>
>> Cheers,
>> Isaac Kamga.
>>
>> On Tue, Mar 6, 2018 at 9:41 PM, Ippez Robert <ip...@gmail.com>
>> wrote:
>>
>> > Now i was able to fix my above problem. The problem was that maven was
>> not
>> > installed. After doing that, build was successful without any errors and
>> > when i run
>> >
>> > *java -jar -Ddemoserver.provision=true demo-server-0.1.0-BUILD-
>> > SNAPSHOT.jar*
>> > ,
>> >
>> > Even second option of starting the demo server produces same error.
>> >
>> > Am getting exact errors Rajan is getting. Is there a solution for this
>> or
>> > are we missing something.
>> >
>> > *.23:25:43.410 [pool-3-thread-1] ERROR o.a.cassandra.service.StartupC
>> hecks
>> > - cassandra.jmx.local.port missing from cassandra-env.sh, unable to
>> start
>> > local JMX service.*
>> > *Resolving artifact
>> > io.mifos.provisioner:service-boot:jar:0.1.0-BUILD-SNAPSHOT*
>> > *Resolving metadata
>> > io.mifos.provisioner:service-boot:0.1.0-BUILD-SNAPSHOT/maven
>> -metadata.xml
>> > from C:\Users\Swift3 Technologies\.m2\repository (enhanced)*
>> > *Resolved metadata
>> > io.mifos.provisioner:service-boot:0.1.0-BUILD-SNAPSHOT/maven
>> -metadata.xml
>> > from C:\Users\Swift3 Technologies\.m2\repository (enhanced)*
>> > *Resolved artifact
>> > io.mifos.provisioner:service-boot:jar:0.1.0-BUILD-SNAPSHOT from null*
>> > *EE*
>> > *Time: 36.751*
>> > *There were 2 failures:*
>> > *1) startDevServer(io.mifos.dev.ServiceRunner)*
>> > *org.eclipse.aether.resolution.ArtifactResolutionException: Could not
>> find
>> > artifact io.mifos.provisioner:service-boot:jar:0.1.0-BUILD-SNAPSHOT*
>> >
>> >
>> > On Tue, Mar 6, 2018 at 9:47 PM, Ed Cable <ed...@mifos.org> wrote:
>> >
>> > > Myrle,
>> > >
>> > > Thanks for your feedback. For all tasks related to either Fineract CN
>> or
>> > > Fineract that are listed on the ideas page for Mifos, I'll make sure
>> they
>> > > have corresponding issues on the Apache JIRA Infrastructure. I believe
>> > that
>> > > is now the case for the Fineract CN tickets but some of them require
>> > > additional detail. Conversation with Rajan about updating the task
>> wasn't
>> > > anything that explicitly occurred off-list. Just in general we've been
>> > > working to update the tasks and Rajan has been waiting to do the same
>> > until
>> > > he has some free cycles.
>> > >
>> > > As I've done with group loan support, data migration, etc. and a
>> couple
>> > > other forthcoming project areas I've tried to initiate public
>> discussion
>> > on
>> > > the lists but haven't yielded much feedback.
>> > >
>> > > I'm not sure if Rajan will be mentoring under Apache or Mifos. For now
>> > > though I'm driving all ideas related to Fineract and/or Mifos X and
>> the
>> > > enabling support we're providing to prospective students through the
>> > Mifos
>> > > Initiative ideas page because we have better structure there for the
>> > > selection process with a better means to target students, an
>> evaluation
>> > > process we've honed over the years and during the program itself we
>> have
>> > > our formal protocols and procedures for GSOC that work well for us.
>> > >
>> > > I am ensuring though that any of our mentors who are Apache committers
>> > and
>> > > could potentially be a mentor under Apache be properly registered
>> there
>> > as
>> > > well in the case that a student might apply for one of the projects
>> > through
>> > > Apache.
>> > >
>> > > Ed
>> > >
>> > > On Mon, Mar 5, 2018 at 2:07 AM, Myrle Krantz <my...@apache.org>
>> wrote:
>> > >
>> > > > Hey Ed,
>> > > >
>> > > > Can you please move the Fineract CN content, including the Fineract
>> CN
>> > > > mobile content to Apache infrastructure.  In this case, I'd
>> recommend
>> > > > appropriately tagged Jira tickets.  Also, I assume you know Rajan is
>> > > > going to do that (and the same with Avik, and Gaurav), because he
>> > > > agreed to it to you somewhere other than the public list?  Please
>> move
>> > > > communication like this to the public list.
>> > > >
>> > > > I assume that Rajan will be registering to mentor with Apache, now
>> > > > that he's been invited to be a committer?  Maybe I'm a bit early,
>> > > > since Rajan hasn't accepted the committer status yet. ; o) Rajan, if
>> > > > you need any assistance with that process, feel free to ask...
>> > > >
>> > > > Best Regards,
>> > > > Myrle Krantz
>> > > > PMC Member, Apache Fineract
>> > > >
>> > > >
>> > > > On Mon, Mar 5, 2018 at 9:07 AM, Ed Cable <ed...@mifos.org> wrote:
>> > > > > Hello Aksh,
>> > > > >
>> > > > > Rajan is going to be updating the description soon with
>> prospective
>> > > > tasks.
>> > > > > Sorry for that delay.
>> > > > >
>> > > > > Ed
>> > > > >
>> > > > >
>> > > > >
>> > > > > On Sat, Mar 3, 2018 at 4:55 AM, Aksh Gautam <ga...@gmail.com>
>> > > wrote:
>> > > > >
>> > > > >> Hey,
>> > > > >>
>> > > > >> The description of Fineract CN Mobile 2.0 seems to be missing on
>> the
>> > > > PAGE
>> > > > >> <https://mifosforge.jira.com/wiki/spaces/RES/pages/
>> > > > 225411076/Google+Summer+of+Code+2018+Ideas#
>> > GoogleSummerofCode2018Ideas-
>> > > > FineractCNMobile2.0>
>> > > > >> It would be helpful if description could be updated.
>> > > > >>
>> > > > >> PS: I hope this is not a duplicate email. Since the previous mail
>> > > failed
>> > > > >> to deliver.
>> > > > >>
>> > > > >> Thanks
>> > > > >> Aksh Gautam
>> > > > >>
>> > > > >> ------------------------------------------------------------
>> > > > >> ------------------
>> > > > >> Check out the vibrant tech community on one of the world's most
>> > > > >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> > > > >> Mifos-developer mailing list
>> > > > >> mifos-developer@lists.sourceforge.net
>> > > > >> Unsubscribe or change settings at:
>> > > > >> https://lists.sourceforge.net/lists/listinfo/mifos-developer
>> > > > >>
>> > > > >
>> > > > >
>> > > > >
>> > > > > --
>> > > > > *Ed Cable*
>> > > > > President/CEO, Mifos Initiative
>> > > > > edcable@mifos.org | Skype: edcable | Mobile: +1.484.477.8649
>> > > > >
>> > > > > *Collectively Creating a World of 3 Billion Maries | *
>> > http://mifos.org
>> > > > > <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
>> > > >
>> > >
>> > >
>> > >
>> > > --
>> > > *Ed Cable*
>> > > President/CEO, Mifos Initiative
>> > > edcable@mifos.org | Skype: edcable | Mobile: +1.484.477.8649
>> > >
>> > > *Collectively Creating a World of 3 Billion Maries | *
>> http://mifos.org
>> > > <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
>> > >
>> >
>> >
>> >
>> > --
>> > Ippez Roberts
>> > Founder/C.E.O - Swift3 Technologies (U) Ltd
>> > "Redefining Next Generation I/O Systems"
>> > P.O.Box 155, Moyo
>> > UGANDA.
>> > Tel: +256788725408/770602630
>> > Skype ID: ippez.robert1
>> > Email: ippezrobert@gmail.com
>> >
>>
>


-- 
*Thanks*
*Namaste*

Rajan Maurya
Contact Number : +91 9015090523
Github : @Github/therajanmaurya <https://github.com/therajanmaurya>,
LinkedIn: @LinkedIn/therajanmaurya
<https://www.linkedin.com/in/therajanmaurya/>

Re: [Mifos-developer] GSOC 2018

Posted by Ippez Robert <ip...@gmail.com>.
Hi Isaac,
We are facing the same problem with Rajan. The errors am getting are
exactly the same as Rajan's. The demo is not running please check the error
log i pasted earlier.

Rajan, were  you able to fix this at your end?

Thanks
Regard

On 7 Mar 2018 06:46, "Isaac Kamga" <is...@mifos.org> wrote:

> Rajan,
>
> This might be helpful for you.
>
> Ippez, please take some time to help Rajan out with this and update
> documentation too.
>
> Cheers,
> Isaac Kamga.
>
> On Tue, Mar 6, 2018 at 9:41 PM, Ippez Robert <ip...@gmail.com>
> wrote:
>
> > Now i was able to fix my above problem. The problem was that maven was
> not
> > installed. After doing that, build was successful without any errors and
> > when i run
> >
> > *java -jar -Ddemoserver.provision=true demo-server-0.1.0-BUILD-
> > SNAPSHOT.jar*
> > ,
> >
> > Even second option of starting the demo server produces same error.
> >
> > Am getting exact errors Rajan is getting. Is there a solution for this or
> > are we missing something.
> >
> > *.23:25:43.410 [pool-3-thread-1] ERROR o.a.cassandra.service.
> StartupChecks
> > - cassandra.jmx.local.port missing from cassandra-env.sh, unable to start
> > local JMX service.*
> > *Resolving artifact
> > io.mifos.provisioner:service-boot:jar:0.1.0-BUILD-SNAPSHOT*
> > *Resolving metadata
> > io.mifos.provisioner:service-boot:0.1.0-BUILD-SNAPSHOT/
> maven-metadata.xml
> > from C:\Users\Swift3 Technologies\.m2\repository (enhanced)*
> > *Resolved metadata
> > io.mifos.provisioner:service-boot:0.1.0-BUILD-SNAPSHOT/
> maven-metadata.xml
> > from C:\Users\Swift3 Technologies\.m2\repository (enhanced)*
> > *Resolved artifact
> > io.mifos.provisioner:service-boot:jar:0.1.0-BUILD-SNAPSHOT from null*
> > *EE*
> > *Time: 36.751*
> > *There were 2 failures:*
> > *1) startDevServer(io.mifos.dev.ServiceRunner)*
> > *org.eclipse.aether.resolution.ArtifactResolutionException: Could not
> find
> > artifact io.mifos.provisioner:service-boot:jar:0.1.0-BUILD-SNAPSHOT*
> >
> >
> > On Tue, Mar 6, 2018 at 9:47 PM, Ed Cable <ed...@mifos.org> wrote:
> >
> > > Myrle,
> > >
> > > Thanks for your feedback. For all tasks related to either Fineract CN
> or
> > > Fineract that are listed on the ideas page for Mifos, I'll make sure
> they
> > > have corresponding issues on the Apache JIRA Infrastructure. I believe
> > that
> > > is now the case for the Fineract CN tickets but some of them require
> > > additional detail. Conversation with Rajan about updating the task
> wasn't
> > > anything that explicitly occurred off-list. Just in general we've been
> > > working to update the tasks and Rajan has been waiting to do the same
> > until
> > > he has some free cycles.
> > >
> > > As I've done with group loan support, data migration, etc. and a couple
> > > other forthcoming project areas I've tried to initiate public
> discussion
> > on
> > > the lists but haven't yielded much feedback.
> > >
> > > I'm not sure if Rajan will be mentoring under Apache or Mifos. For now
> > > though I'm driving all ideas related to Fineract and/or Mifos X and the
> > > enabling support we're providing to prospective students through the
> > Mifos
> > > Initiative ideas page because we have better structure there for the
> > > selection process with a better means to target students, an evaluation
> > > process we've honed over the years and during the program itself we
> have
> > > our formal protocols and procedures for GSOC that work well for us.
> > >
> > > I am ensuring though that any of our mentors who are Apache committers
> > and
> > > could potentially be a mentor under Apache be properly registered there
> > as
> > > well in the case that a student might apply for one of the projects
> > through
> > > Apache.
> > >
> > > Ed
> > >
> > > On Mon, Mar 5, 2018 at 2:07 AM, Myrle Krantz <my...@apache.org> wrote:
> > >
> > > > Hey Ed,
> > > >
> > > > Can you please move the Fineract CN content, including the Fineract
> CN
> > > > mobile content to Apache infrastructure.  In this case, I'd recommend
> > > > appropriately tagged Jira tickets.  Also, I assume you know Rajan is
> > > > going to do that (and the same with Avik, and Gaurav), because he
> > > > agreed to it to you somewhere other than the public list?  Please
> move
> > > > communication like this to the public list.
> > > >
> > > > I assume that Rajan will be registering to mentor with Apache, now
> > > > that he's been invited to be a committer?  Maybe I'm a bit early,
> > > > since Rajan hasn't accepted the committer status yet. ; o) Rajan, if
> > > > you need any assistance with that process, feel free to ask...
> > > >
> > > > Best Regards,
> > > > Myrle Krantz
> > > > PMC Member, Apache Fineract
> > > >
> > > >
> > > > On Mon, Mar 5, 2018 at 9:07 AM, Ed Cable <ed...@mifos.org> wrote:
> > > > > Hello Aksh,
> > > > >
> > > > > Rajan is going to be updating the description soon with prospective
> > > > tasks.
> > > > > Sorry for that delay.
> > > > >
> > > > > Ed
> > > > >
> > > > >
> > > > >
> > > > > On Sat, Mar 3, 2018 at 4:55 AM, Aksh Gautam <ga...@gmail.com>
> > > wrote:
> > > > >
> > > > >> Hey,
> > > > >>
> > > > >> The description of Fineract CN Mobile 2.0 seems to be missing on
> the
> > > > PAGE
> > > > >> <https://mifosforge.jira.com/wiki/spaces/RES/pages/
> > > > 225411076/Google+Summer+of+Code+2018+Ideas#
> > GoogleSummerofCode2018Ideas-
> > > > FineractCNMobile2.0>
> > > > >> It would be helpful if description could be updated.
> > > > >>
> > > > >> PS: I hope this is not a duplicate email. Since the previous mail
> > > failed
> > > > >> to deliver.
> > > > >>
> > > > >> Thanks
> > > > >> Aksh Gautam
> > > > >>
> > > > >> ------------------------------------------------------------
> > > > >> ------------------
> > > > >> Check out the vibrant tech community on one of the world's most
> > > > >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > > > >> Mifos-developer mailing list
> > > > >> mifos-developer@lists.sourceforge.net
> > > > >> Unsubscribe or change settings at:
> > > > >> https://lists.sourceforge.net/lists/listinfo/mifos-developer
> > > > >>
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > *Ed Cable*
> > > > > President/CEO, Mifos Initiative
> > > > > edcable@mifos.org | Skype: edcable | Mobile: +1.484.477.8649
> > > > >
> > > > > *Collectively Creating a World of 3 Billion Maries | *
> > http://mifos.org
> > > > > <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
> > > >
> > >
> > >
> > >
> > > --
> > > *Ed Cable*
> > > President/CEO, Mifos Initiative
> > > edcable@mifos.org | Skype: edcable | Mobile: +1.484.477.8649
> > >
> > > *Collectively Creating a World of 3 Billion Maries | *http://mifos.org
> > > <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
> > >
> >
> >
> >
> > --
> > Ippez Roberts
> > Founder/C.E.O - Swift3 Technologies (U) Ltd
> > "Redefining Next Generation I/O Systems"
> > P.O.Box 155, Moyo
> > UGANDA.
> > Tel: +256788725408/770602630
> > Skype ID: ippez.robert1
> > Email: ippezrobert@gmail.com
> >
>

Re: [Mifos-developer] GSOC 2018

Posted by Isaac Kamga <is...@mifos.org>.
Rajan,

This might be helpful for you.

Ippez, please take some time to help Rajan out with this and update
documentation too.

Cheers,
Isaac Kamga.

On Tue, Mar 6, 2018 at 9:41 PM, Ippez Robert <ip...@gmail.com> wrote:

> Now i was able to fix my above problem. The problem was that maven was not
> installed. After doing that, build was successful without any errors and
> when i run
>
> *java -jar -Ddemoserver.provision=true demo-server-0.1.0-BUILD-
> SNAPSHOT.jar*
> ,
>
> Even second option of starting the demo server produces same error.
>
> Am getting exact errors Rajan is getting. Is there a solution for this or
> are we missing something.
>
> *.23:25:43.410 [pool-3-thread-1] ERROR o.a.cassandra.service.StartupChecks
> - cassandra.jmx.local.port missing from cassandra-env.sh, unable to start
> local JMX service.*
> *Resolving artifact
> io.mifos.provisioner:service-boot:jar:0.1.0-BUILD-SNAPSHOT*
> *Resolving metadata
> io.mifos.provisioner:service-boot:0.1.0-BUILD-SNAPSHOT/maven-metadata.xml
> from C:\Users\Swift3 Technologies\.m2\repository (enhanced)*
> *Resolved metadata
> io.mifos.provisioner:service-boot:0.1.0-BUILD-SNAPSHOT/maven-metadata.xml
> from C:\Users\Swift3 Technologies\.m2\repository (enhanced)*
> *Resolved artifact
> io.mifos.provisioner:service-boot:jar:0.1.0-BUILD-SNAPSHOT from null*
> *EE*
> *Time: 36.751*
> *There were 2 failures:*
> *1) startDevServer(io.mifos.dev.ServiceRunner)*
> *org.eclipse.aether.resolution.ArtifactResolutionException: Could not find
> artifact io.mifos.provisioner:service-boot:jar:0.1.0-BUILD-SNAPSHOT*
>
>
> On Tue, Mar 6, 2018 at 9:47 PM, Ed Cable <ed...@mifos.org> wrote:
>
> > Myrle,
> >
> > Thanks for your feedback. For all tasks related to either Fineract CN or
> > Fineract that are listed on the ideas page for Mifos, I'll make sure they
> > have corresponding issues on the Apache JIRA Infrastructure. I believe
> that
> > is now the case for the Fineract CN tickets but some of them require
> > additional detail. Conversation with Rajan about updating the task wasn't
> > anything that explicitly occurred off-list. Just in general we've been
> > working to update the tasks and Rajan has been waiting to do the same
> until
> > he has some free cycles.
> >
> > As I've done with group loan support, data migration, etc. and a couple
> > other forthcoming project areas I've tried to initiate public discussion
> on
> > the lists but haven't yielded much feedback.
> >
> > I'm not sure if Rajan will be mentoring under Apache or Mifos. For now
> > though I'm driving all ideas related to Fineract and/or Mifos X and the
> > enabling support we're providing to prospective students through the
> Mifos
> > Initiative ideas page because we have better structure there for the
> > selection process with a better means to target students, an evaluation
> > process we've honed over the years and during the program itself we have
> > our formal protocols and procedures for GSOC that work well for us.
> >
> > I am ensuring though that any of our mentors who are Apache committers
> and
> > could potentially be a mentor under Apache be properly registered there
> as
> > well in the case that a student might apply for one of the projects
> through
> > Apache.
> >
> > Ed
> >
> > On Mon, Mar 5, 2018 at 2:07 AM, Myrle Krantz <my...@apache.org> wrote:
> >
> > > Hey Ed,
> > >
> > > Can you please move the Fineract CN content, including the Fineract CN
> > > mobile content to Apache infrastructure.  In this case, I'd recommend
> > > appropriately tagged Jira tickets.  Also, I assume you know Rajan is
> > > going to do that (and the same with Avik, and Gaurav), because he
> > > agreed to it to you somewhere other than the public list?  Please move
> > > communication like this to the public list.
> > >
> > > I assume that Rajan will be registering to mentor with Apache, now
> > > that he's been invited to be a committer?  Maybe I'm a bit early,
> > > since Rajan hasn't accepted the committer status yet. ; o) Rajan, if
> > > you need any assistance with that process, feel free to ask...
> > >
> > > Best Regards,
> > > Myrle Krantz
> > > PMC Member, Apache Fineract
> > >
> > >
> > > On Mon, Mar 5, 2018 at 9:07 AM, Ed Cable <ed...@mifos.org> wrote:
> > > > Hello Aksh,
> > > >
> > > > Rajan is going to be updating the description soon with prospective
> > > tasks.
> > > > Sorry for that delay.
> > > >
> > > > Ed
> > > >
> > > >
> > > >
> > > > On Sat, Mar 3, 2018 at 4:55 AM, Aksh Gautam <ga...@gmail.com>
> > wrote:
> > > >
> > > >> Hey,
> > > >>
> > > >> The description of Fineract CN Mobile 2.0 seems to be missing on the
> > > PAGE
> > > >> <https://mifosforge.jira.com/wiki/spaces/RES/pages/
> > > 225411076/Google+Summer+of+Code+2018+Ideas#
> GoogleSummerofCode2018Ideas-
> > > FineractCNMobile2.0>
> > > >> It would be helpful if description could be updated.
> > > >>
> > > >> PS: I hope this is not a duplicate email. Since the previous mail
> > failed
> > > >> to deliver.
> > > >>
> > > >> Thanks
> > > >> Aksh Gautam
> > > >>
> > > >> ------------------------------------------------------------
> > > >> ------------------
> > > >> Check out the vibrant tech community on one of the world's most
> > > >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > > >> Mifos-developer mailing list
> > > >> mifos-developer@lists.sourceforge.net
> > > >> Unsubscribe or change settings at:
> > > >> https://lists.sourceforge.net/lists/listinfo/mifos-developer
> > > >>
> > > >
> > > >
> > > >
> > > > --
> > > > *Ed Cable*
> > > > President/CEO, Mifos Initiative
> > > > edcable@mifos.org | Skype: edcable | Mobile: +1.484.477.8649
> > > >
> > > > *Collectively Creating a World of 3 Billion Maries | *
> http://mifos.org
> > > > <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
> > >
> >
> >
> >
> > --
> > *Ed Cable*
> > President/CEO, Mifos Initiative
> > edcable@mifos.org | Skype: edcable | Mobile: +1.484.477.8649
> >
> > *Collectively Creating a World of 3 Billion Maries | *http://mifos.org
> > <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
> >
>
>
>
> --
> Ippez Roberts
> Founder/C.E.O - Swift3 Technologies (U) Ltd
> "Redefining Next Generation I/O Systems"
> P.O.Box 155, Moyo
> UGANDA.
> Tel: +256788725408/770602630
> Skype ID: ippez.robert1
> Email: ippezrobert@gmail.com
>

Re: [Mifos-developer] GSOC 2018

Posted by Ippez Robert <ip...@gmail.com>.
Now i was able to fix my above problem. The problem was that maven was not
installed. After doing that, build was successful without any errors and
when i run

*java -jar -Ddemoserver.provision=true demo-server-0.1.0-BUILD-SNAPSHOT.jar*
,

Even second option of starting the demo server produces same error.

Am getting exact errors Rajan is getting. Is there a solution for this or
are we missing something.

*.23:25:43.410 [pool-3-thread-1] ERROR o.a.cassandra.service.StartupChecks
- cassandra.jmx.local.port missing from cassandra-env.sh, unable to start
local JMX service.*
*Resolving artifact
io.mifos.provisioner:service-boot:jar:0.1.0-BUILD-SNAPSHOT*
*Resolving metadata
io.mifos.provisioner:service-boot:0.1.0-BUILD-SNAPSHOT/maven-metadata.xml
from C:\Users\Swift3 Technologies\.m2\repository (enhanced)*
*Resolved metadata
io.mifos.provisioner:service-boot:0.1.0-BUILD-SNAPSHOT/maven-metadata.xml
from C:\Users\Swift3 Technologies\.m2\repository (enhanced)*
*Resolved artifact
io.mifos.provisioner:service-boot:jar:0.1.0-BUILD-SNAPSHOT from null*
*EE*
*Time: 36.751*
*There were 2 failures:*
*1) startDevServer(io.mifos.dev.ServiceRunner)*
*org.eclipse.aether.resolution.ArtifactResolutionException: Could not find
artifact io.mifos.provisioner:service-boot:jar:0.1.0-BUILD-SNAPSHOT*


On Tue, Mar 6, 2018 at 9:47 PM, Ed Cable <ed...@mifos.org> wrote:

> Myrle,
>
> Thanks for your feedback. For all tasks related to either Fineract CN or
> Fineract that are listed on the ideas page for Mifos, I'll make sure they
> have corresponding issues on the Apache JIRA Infrastructure. I believe that
> is now the case for the Fineract CN tickets but some of them require
> additional detail. Conversation with Rajan about updating the task wasn't
> anything that explicitly occurred off-list. Just in general we've been
> working to update the tasks and Rajan has been waiting to do the same until
> he has some free cycles.
>
> As I've done with group loan support, data migration, etc. and a couple
> other forthcoming project areas I've tried to initiate public discussion on
> the lists but haven't yielded much feedback.
>
> I'm not sure if Rajan will be mentoring under Apache or Mifos. For now
> though I'm driving all ideas related to Fineract and/or Mifos X and the
> enabling support we're providing to prospective students through the Mifos
> Initiative ideas page because we have better structure there for the
> selection process with a better means to target students, an evaluation
> process we've honed over the years and during the program itself we have
> our formal protocols and procedures for GSOC that work well for us.
>
> I am ensuring though that any of our mentors who are Apache committers and
> could potentially be a mentor under Apache be properly registered there as
> well in the case that a student might apply for one of the projects through
> Apache.
>
> Ed
>
> On Mon, Mar 5, 2018 at 2:07 AM, Myrle Krantz <my...@apache.org> wrote:
>
> > Hey Ed,
> >
> > Can you please move the Fineract CN content, including the Fineract CN
> > mobile content to Apache infrastructure.  In this case, I'd recommend
> > appropriately tagged Jira tickets.  Also, I assume you know Rajan is
> > going to do that (and the same with Avik, and Gaurav), because he
> > agreed to it to you somewhere other than the public list?  Please move
> > communication like this to the public list.
> >
> > I assume that Rajan will be registering to mentor with Apache, now
> > that he's been invited to be a committer?  Maybe I'm a bit early,
> > since Rajan hasn't accepted the committer status yet. ; o) Rajan, if
> > you need any assistance with that process, feel free to ask...
> >
> > Best Regards,
> > Myrle Krantz
> > PMC Member, Apache Fineract
> >
> >
> > On Mon, Mar 5, 2018 at 9:07 AM, Ed Cable <ed...@mifos.org> wrote:
> > > Hello Aksh,
> > >
> > > Rajan is going to be updating the description soon with prospective
> > tasks.
> > > Sorry for that delay.
> > >
> > > Ed
> > >
> > >
> > >
> > > On Sat, Mar 3, 2018 at 4:55 AM, Aksh Gautam <ga...@gmail.com>
> wrote:
> > >
> > >> Hey,
> > >>
> > >> The description of Fineract CN Mobile 2.0 seems to be missing on the
> > PAGE
> > >> <https://mifosforge.jira.com/wiki/spaces/RES/pages/
> > 225411076/Google+Summer+of+Code+2018+Ideas#GoogleSummerofCode2018Ideas-
> > FineractCNMobile2.0>
> > >> It would be helpful if description could be updated.
> > >>
> > >> PS: I hope this is not a duplicate email. Since the previous mail
> failed
> > >> to deliver.
> > >>
> > >> Thanks
> > >> Aksh Gautam
> > >>
> > >> ------------------------------------------------------------
> > >> ------------------
> > >> Check out the vibrant tech community on one of the world's most
> > >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > >> Mifos-developer mailing list
> > >> mifos-developer@lists.sourceforge.net
> > >> Unsubscribe or change settings at:
> > >> https://lists.sourceforge.net/lists/listinfo/mifos-developer
> > >>
> > >
> > >
> > >
> > > --
> > > *Ed Cable*
> > > President/CEO, Mifos Initiative
> > > edcable@mifos.org | Skype: edcable | Mobile: +1.484.477.8649
> > >
> > > *Collectively Creating a World of 3 Billion Maries | *http://mifos.org
> > > <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
> >
>
>
>
> --
> *Ed Cable*
> President/CEO, Mifos Initiative
> edcable@mifos.org | Skype: edcable | Mobile: +1.484.477.8649
>
> *Collectively Creating a World of 3 Billion Maries | *http://mifos.org
> <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
>



-- 
Ippez Roberts
Founder/C.E.O - Swift3 Technologies (U) Ltd
"Redefining Next Generation I/O Systems"
P.O.Box 155, Moyo
UGANDA.
Tel: +256788725408/770602630
Skype ID: ippez.robert1
Email: ippezrobert@gmail.com

Re: [Mifos-developer] GSOC 2018

Posted by Myrle Krantz <my...@apache.org>.
Hey Ed,

Answers inline.

On Tue, Mar 6, 2018 at 7:47 PM, Ed Cable <ed...@mifos.org> wrote:
> Myrle,
>
> Thanks for your feedback. For all tasks related to either Fineract CN or
> Fineract that are listed on the ideas page for Mifos, I'll make sure they
> have corresponding issues on the Apache JIRA Infrastructure. I believe that
> is now the case for the Fineract CN tickets but some of them require
> additional detail. Conversation with Rajan about updating the task wasn't
> anything that explicitly occurred off-list. Just in general we've been
> working to update the tasks and Rajan has been waiting to do the same until
> he has some free cycles.

Thank you Ed.  That is exactly what I was looking or.

> As I've done with group loan support, data migration, etc. and a couple
> other forthcoming project areas I've tried to initiate public discussion on
> the lists but haven't yielded much feedback.

That is a problem.  But it's better than not putting it on the list at all.

Do you get more feedback via other methods?

> I'm not sure if Rajan will be mentoring under Apache or Mifos. For now
> though I'm driving all ideas related to Fineract and/or Mifos X and the
> enabling support we're providing to prospective students through the Mifos
> Initiative ideas page because we have better structure there for the
> selection process with a better means to target students, an evaluation
> process we've honed over the years and during the program itself we have
> our formal protocols and procedures for GSOC that work well for us.
>
> I am ensuring though that any of our mentors who are Apache committers and
> could potentially be a mentor under Apache be properly registered there as
> well in the case that a student might apply for one of the projects through
> Apache.

Excellent.

Best Regards,
Myrle

Re: [Mifos-developer] GSOC 2018

Posted by Ed Cable <ed...@mifos.org>.
Myrle,

Thanks for your feedback. For all tasks related to either Fineract CN or
Fineract that are listed on the ideas page for Mifos, I'll make sure they
have corresponding issues on the Apache JIRA Infrastructure. I believe that
is now the case for the Fineract CN tickets but some of them require
additional detail. Conversation with Rajan about updating the task wasn't
anything that explicitly occurred off-list. Just in general we've been
working to update the tasks and Rajan has been waiting to do the same until
he has some free cycles.

As I've done with group loan support, data migration, etc. and a couple
other forthcoming project areas I've tried to initiate public discussion on
the lists but haven't yielded much feedback.

I'm not sure if Rajan will be mentoring under Apache or Mifos. For now
though I'm driving all ideas related to Fineract and/or Mifos X and the
enabling support we're providing to prospective students through the Mifos
Initiative ideas page because we have better structure there for the
selection process with a better means to target students, an evaluation
process we've honed over the years and during the program itself we have
our formal protocols and procedures for GSOC that work well for us.

I am ensuring though that any of our mentors who are Apache committers and
could potentially be a mentor under Apache be properly registered there as
well in the case that a student might apply for one of the projects through
Apache.

Ed

On Mon, Mar 5, 2018 at 2:07 AM, Myrle Krantz <my...@apache.org> wrote:

> Hey Ed,
>
> Can you please move the Fineract CN content, including the Fineract CN
> mobile content to Apache infrastructure.  In this case, I'd recommend
> appropriately tagged Jira tickets.  Also, I assume you know Rajan is
> going to do that (and the same with Avik, and Gaurav), because he
> agreed to it to you somewhere other than the public list?  Please move
> communication like this to the public list.
>
> I assume that Rajan will be registering to mentor with Apache, now
> that he's been invited to be a committer?  Maybe I'm a bit early,
> since Rajan hasn't accepted the committer status yet. ; o) Rajan, if
> you need any assistance with that process, feel free to ask...
>
> Best Regards,
> Myrle Krantz
> PMC Member, Apache Fineract
>
>
> On Mon, Mar 5, 2018 at 9:07 AM, Ed Cable <ed...@mifos.org> wrote:
> > Hello Aksh,
> >
> > Rajan is going to be updating the description soon with prospective
> tasks.
> > Sorry for that delay.
> >
> > Ed
> >
> >
> >
> > On Sat, Mar 3, 2018 at 4:55 AM, Aksh Gautam <ga...@gmail.com> wrote:
> >
> >> Hey,
> >>
> >> The description of Fineract CN Mobile 2.0 seems to be missing on the
> PAGE
> >> <https://mifosforge.jira.com/wiki/spaces/RES/pages/
> 225411076/Google+Summer+of+Code+2018+Ideas#GoogleSummerofCode2018Ideas-
> FineractCNMobile2.0>
> >> It would be helpful if description could be updated.
> >>
> >> PS: I hope this is not a duplicate email. Since the previous mail failed
> >> to deliver.
> >>
> >> Thanks
> >> Aksh Gautam
> >>
> >> ------------------------------------------------------------
> >> ------------------
> >> Check out the vibrant tech community on one of the world's most
> >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> >> Mifos-developer mailing list
> >> mifos-developer@lists.sourceforge.net
> >> Unsubscribe or change settings at:
> >> https://lists.sourceforge.net/lists/listinfo/mifos-developer
> >>
> >
> >
> >
> > --
> > *Ed Cable*
> > President/CEO, Mifos Initiative
> > edcable@mifos.org | Skype: edcable | Mobile: +1.484.477.8649
> >
> > *Collectively Creating a World of 3 Billion Maries | *http://mifos.org
> > <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
>



-- 
*Ed Cable*
President/CEO, Mifos Initiative
edcable@mifos.org | Skype: edcable | Mobile: +1.484.477.8649

*Collectively Creating a World of 3 Billion Maries | *http://mifos.org
<http://facebook.com/mifos>  <http://www.twitter.com/mifos>

Re: [Mifos-developer] GSOC 2018

Posted by Ippez Robert <ip...@gmail.com>.
Hi All,
I also tried the above steps but for me am getting BUILD FAILURE IN about 5
projects i.e
*fineract-cn-portfolio, fineract-cn-deposit-account-management,
fineract-cn-cheques, fineract-cn-teller, fineract-cn-demo-server.*

I think the first two failed because of *javamoney *not built i think yet
it has been cloned too to the *tools directory*. The others also failed
because the first two that failed was not built successful.
Is there a generic solution to these cases, to avoid someone posting same
issue again?

Also @Myrle and @Isaac, FYI the repository fineract-cn-integration-tests
<https://github.com/apache/fineract-cn-integration-tests> is empty. There
are 32 repositories which are not empty
Console logs as below

*[composite-build] Configuring build: D:\Projects\Gen 3
Projects\fineract-cn-portfolio\api*
*[composite-build] Configuring build: D:\Projects\Gen 3
Projects\fineract-cn-portfolio\service*

*FAILURE: Build failed with an exception.*

** What went wrong:*
*A problem occurred configuring project ':service'.*
*> Could not resolve all dependencies for configuration
':service:detachedConfiguration4'.*
*   > Could not find org.javamoney.lib:javamoney-calc:0.9-SNAPSHOT.*
*     Searched in the following locations:*
*
 https://jcenter.bintray.com/org/javamoney/lib/javamoney-calc/0.9-SNAPSHOT/maven-metadata.xml
<https://jcenter.bintray.com/org/javamoney/lib/javamoney-calc/0.9-SNAPSHOT/maven-metadata.xml>*
*
 https://jcenter.bintray.com/org/javamoney/lib/javamoney-calc/0.9-SNAPSHOT/javamoney-calc-0.9-SNAPSHOT.pom
<https://jcenter.bintray.com/org/javamoney/lib/javamoney-calc/0.9-SNAPSHOT/javamoney-calc-0.9-SNAPSHOT.pom>*
*
 https://jcenter.bintray.com/org/javamoney/lib/javamoney-calc/0.9-SNAPSHOT/javamoney-calc-0.9-SNAPSHOT.jar
<https://jcenter.bintray.com/org/javamoney/lib/javamoney-calc/0.9-SNAPSHOT/javamoney-calc-0.9-SNAPSHOT.jar>*
*         file:/C:/Users/Swift3
Technologies/.m2/repository/org/javamoney/lib/javamoney-calc/0.9-SNAPSHOT/maven-metadata.xml*
*         file:/C:/Users/Swift3
Technologies/.m2/repository/org/javamoney/lib/javamoney-calc/0.9-SNAPSHOT/javamoney-calc-0.9-SNAPSHOT.pom*
*         file:/C:/Users/Swift3
Technologies/.m2/repository/org/javamoney/lib/javamoney-calc/0.9-SNAPSHOT/javamoney-calc-0.9-SNAPSHOT.jar*
*     Required by:*
*         project :*
*   > Could not find org.javamoney:moneta:1.0.1.*
*     Searched in the following locations:*
*
 https://jcenter.bintray.com/org/javamoney/moneta/1.0.1/moneta-1.0.1.pom
<https://jcenter.bintray.com/org/javamoney/moneta/1.0.1/moneta-1.0.1.pom>*
*
 https://jcenter.bintray.com/org/javamoney/moneta/1.0.1/moneta-1.0.1.jar
<https://jcenter.bintray.com/org/javamoney/moneta/1.0.1/moneta-1.0.1.jar>*
*         file:/C:/Users/Swift3
Technologies/.m2/repository/org/javamoney/moneta/1.0.1/moneta-1.0.1.pom*
*         file:/C:/Users/Swift3
Technologies/.m2/repository/org/javamoney/moneta/1.0.1/moneta-1.0.1.jar*
*     Required by:*
*         project :*

** 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: 12.225 secs*
*fatal: destination path 'fineract-cn-deposit-account-management' already
exists and is not an empty directory.*
*fatal: remote upstream already exists.*
*[composite-build] Configuring build: D:\Projects\Gen 3
Projects\fineract-cn-deposit-account-management\api*
*[composite-build] Configuring build: D:\Projects\Gen 3
Projects\fineract-cn-deposit-account-management\service*

*FAILURE: Build failed with an exception.*

** What went wrong:*
*A problem occurred configuring project ':service'.*
*> Could not resolve all dependencies for configuration
':service:detachedConfiguration4'.*
*   > Could not find org.javamoney.lib:javamoney-calc:0.9-SNAPSHOT.*
*     Searched in the following locations:*
*
 https://jcenter.bintray.com/org/javamoney/lib/javamoney-calc/0.9-SNAPSHOT/maven-metadata.xml
<https://jcenter.bintray.com/org/javamoney/lib/javamoney-calc/0.9-SNAPSHOT/maven-metadata.xml>*
*
 https://jcenter.bintray.com/org/javamoney/lib/javamoney-calc/0.9-SNAPSHOT/javamoney-calc-0.9-SNAPSHOT.pom
<https://jcenter.bintray.com/org/javamoney/lib/javamoney-calc/0.9-SNAPSHOT/javamoney-calc-0.9-SNAPSHOT.pom>*
*
 https://jcenter.bintray.com/org/javamoney/lib/javamoney-calc/0.9-SNAPSHOT/javamoney-calc-0.9-SNAPSHOT.jar
<https://jcenter.bintray.com/org/javamoney/lib/javamoney-calc/0.9-SNAPSHOT/javamoney-calc-0.9-SNAPSHOT.jar>*
*         file:/C:/Users/Swift3
Technologies/.m2/repository/org/javamoney/lib/javamoney-calc/0.9-SNAPSHOT/maven-metadata.xml*
*         file:/C:/Users/Swift3
Technologies/.m2/repository/org/javamoney/lib/javamoney-calc/0.9-SNAPSHOT/javamoney-calc-0.9-SNAPSHOT.pom*
*         file:/C:/Users/Swift3
Technologies/.m2/repository/org/javamoney/lib/javamoney-calc/0.9-SNAPSHOT/javamoney-calc-0.9-SNAPSHOT.jar*
*     Required by:*
*         project :*
*   > Could not find org.javamoney:moneta:1.0.1.*
*     Searched in the following locations:*
*
 https://jcenter.bintray.com/org/javamoney/moneta/1.0.1/moneta-1.0.1.pom
<https://jcenter.bintray.com/org/javamoney/moneta/1.0.1/moneta-1.0.1.pom>*
*
 https://jcenter.bintray.com/org/javamoney/moneta/1.0.1/moneta-1.0.1.jar
<https://jcenter.bintray.com/org/javamoney/moneta/1.0.1/moneta-1.0.1.jar>*
*         file:/C:/Users/Swift3
Technologies/.m2/repository/org/javamoney/moneta/1.0.1/moneta-1.0.1.pom*
*         file:/C:/Users/Swift3
Technologies/.m2/repository/org/javamoney/moneta/1.0.1/moneta-1.0.1.jar*
*     Required by:*
*         project :*

** 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: 11.076 secs*
*fatal: destination path 'fineract-cn-cheques' already exists and is not an
empty directory.*
*fatal: remote upstream already exists.*
*[composite-build] Configuring build: D:\Projects\Gen 3
Projects\fineract-cn-cheques\api*
*[composite-build] Configuring build: D:\Projects\Gen 3
Projects\fineract-cn-cheques\service*

*FAILURE: Build failed with an exception.*

** What went wrong:*
*A problem occurred configuring project ':service'.*
*> Could not resolve all dependencies for configuration
':service:detachedConfiguration4'.*
*   > Could not find
org.apache.fineract.cn.deposit-account-management:api:0.1.0-BUILD-SNAPSHOT.*
*     Searched in the following locations:*
*
 https://jcenter.bintray.com/org/apache/fineract/cn/deposit-account-management/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml
<https://jcenter.bintray.com/org/apache/fineract/cn/deposit-account-management/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml>*
*
 https://jcenter.bintray.com/org/apache/fineract/cn/deposit-account-management/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom
<https://jcenter.bintray.com/org/apache/fineract/cn/deposit-account-management/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom>*
*
 https://jcenter.bintray.com/org/apache/fineract/cn/deposit-account-management/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar
<https://jcenter.bintray.com/org/apache/fineract/cn/deposit-account-management/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar>*
*         file:/C:/Users/Swift3
Technologies/.m2/repository/org/apache/fineract/cn/deposit-account-management/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml*
*         file:/C:/Users/Swift3
Technologies/.m2/repository/org/apache/fineract/cn/deposit-account-management/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom*
*         file:/C:/Users/Swift3
Technologies/.m2/repository/org/apache/fineract/cn/deposit-account-management/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar*
*     Required by:*
*         project :*

** 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: 7.871 secs*
*fatal: destination path 'fineract-cn-teller' already exists and is not an
empty directory.*
*fatal: remote upstream already exists.*
*[composite-build] Configuring build: D:\Projects\Gen 3
Projects\fineract-cn-teller\api*
*[composite-build] Configuring build: D:\Projects\Gen 3
Projects\fineract-cn-teller\service*

*FAILURE: Build failed with an exception.*

** What went wrong:*
*A problem occurred configuring project ':service'.*
*> Could not resolve all dependencies for configuration
':service:detachedConfiguration4'.*
*   > Could not find
org.apache.fineract.cn.deposit-account-management:api:0.1.0-BUILD-SNAPSHOT.*
*     Searched in the following locations:*
*
 https://jcenter.bintray.com/org/apache/fineract/cn/deposit-account-management/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml
<https://jcenter.bintray.com/org/apache/fineract/cn/deposit-account-management/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml>*
*
 https://jcenter.bintray.com/org/apache/fineract/cn/deposit-account-management/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom
<https://jcenter.bintray.com/org/apache/fineract/cn/deposit-account-management/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom>*
*
 https://jcenter.bintray.com/org/apache/fineract/cn/deposit-account-management/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar
<https://jcenter.bintray.com/org/apache/fineract/cn/deposit-account-management/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar>*
*         file:/C:/Users/Swift3
Technologies/.m2/repository/org/apache/fineract/cn/deposit-account-management/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml*
*         file:/C:/Users/Swift3
Technologies/.m2/repository/org/apache/fineract/cn/deposit-account-management/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom*
*         file:/C:/Users/Swift3
Technologies/.m2/repository/org/apache/fineract/cn/deposit-account-management/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar*
*     Required by:*
*         project :*
*   > Could not find
org.apache.fineract.cn.cheques:api:0.1.0-BUILD-SNAPSHOT.*
*     Searched in the following locations:*
*
 https://jcenter.bintray.com/org/apache/fineract/cn/cheques/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml
<https://jcenter.bintray.com/org/apache/fineract/cn/cheques/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml>*
*
 https://jcenter.bintray.com/org/apache/fineract/cn/cheques/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom
<https://jcenter.bintray.com/org/apache/fineract/cn/cheques/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom>*
*
 https://jcenter.bintray.com/org/apache/fineract/cn/cheques/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar
<https://jcenter.bintray.com/org/apache/fineract/cn/cheques/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar>*
*         file:/C:/Users/Swift3
Technologies/.m2/repository/org/apache/fineract/cn/cheques/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml*
*         file:/C:/Users/Swift3
Technologies/.m2/repository/org/apache/fineract/cn/cheques/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom*
*         file:/C:/Users/Swift3
Technologies/.m2/repository/org/apache/fineract/cn/cheques/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar*
*     Required by:*
*         project :*
*   > Could not find
org.apache.fineract.cn.portfolio:api:0.1.0-BUILD-SNAPSHOT.*
*     Searched in the following locations:*
*
 https://jcenter.bintray.com/org/apache/fineract/cn/portfolio/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml
<https://jcenter.bintray.com/org/apache/fineract/cn/portfolio/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml>*
*
 https://jcenter.bintray.com/org/apache/fineract/cn/portfolio/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom
<https://jcenter.bintray.com/org/apache/fineract/cn/portfolio/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom>*
*
 https://jcenter.bintray.com/org/apache/fineract/cn/portfolio/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar
<https://jcenter.bintray.com/org/apache/fineract/cn/portfolio/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar>*
*         file:/C:/Users/Swift3
Technologies/.m2/repository/org/apache/fineract/cn/portfolio/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml*
*         file:/C:/Users/Swift3
Technologies/.m2/repository/org/apache/fineract/cn/portfolio/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom*
*         file:/C:/Users/Swift3
Technologies/.m2/repository/org/apache/fineract/cn/portfolio/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar*
*     Required by:*
*         project :*

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

*BUILD FAILED*
*fatal: destination path 'fineract-cn-demo-server' already exists and is
not an empty directory.*
*fatal: remote upstream already exists.*
*:compileJava FAILED*

*FAILURE: Build failed with an exception.*

** What went wrong:*
*Could not resolve all dependencies for configuration
':detachedConfiguration5'.*
*> Could not find
org.apache.fineract.cn.portfolio:api:0.1.0-BUILD-SNAPSHOT.*
*  Searched in the following locations:*
*
https://jcenter.bintray.com/org/apache/fineract/cn/portfolio/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml
<https://jcenter.bintray.com/org/apache/fineract/cn/portfolio/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml>*
*
https://jcenter.bintray.com/org/apache/fineract/cn/portfolio/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom
<https://jcenter.bintray.com/org/apache/fineract/cn/portfolio/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom>*
*
https://jcenter.bintray.com/org/apache/fineract/cn/portfolio/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar
<https://jcenter.bintray.com/org/apache/fineract/cn/portfolio/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar>*
*      file:/C:/Users/Swift3
Technologies/.m2/repository/org/apache/fineract/cn/portfolio/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml*
*      file:/C:/Users/Swift3
Technologies/.m2/repository/org/apache/fineract/cn/portfolio/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom*
*      file:/C:/Users/Swift3
Technologies/.m2/repository/org/apache/fineract/cn/portfolio/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar*
*  Required by:*
*      project :*
*> Could not find
org.apache.fineract.cn.deposit-account-management:api:0.1.0-BUILD-SNAPSHOT.*
*  Searched in the following locations:*
*
https://jcenter.bintray.com/org/apache/fineract/cn/deposit-account-management/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml
<https://jcenter.bintray.com/org/apache/fineract/cn/deposit-account-management/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml>*
*
https://jcenter.bintray.com/org/apache/fineract/cn/deposit-account-management/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom
<https://jcenter.bintray.com/org/apache/fineract/cn/deposit-account-management/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom>*
*
https://jcenter.bintray.com/org/apache/fineract/cn/deposit-account-management/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar
<https://jcenter.bintray.com/org/apache/fineract/cn/deposit-account-management/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar>*
*      file:/C:/Users/Swift3
Technologies/.m2/repository/org/apache/fineract/cn/deposit-account-management/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml*
*      file:/C:/Users/Swift3
Technologies/.m2/repository/org/apache/fineract/cn/deposit-account-management/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom*
*      file:/C:/Users/Swift3
Technologies/.m2/repository/org/apache/fineract/cn/deposit-account-management/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar*
*  Required by:*
*      project :*
*> Could not find org.apache.fineract.cn.teller:api:0.1.0-BUILD-SNAPSHOT.*
*  Searched in the following locations:*
*
https://jcenter.bintray.com/org/apache/fineract/cn/teller/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml
<https://jcenter.bintray.com/org/apache/fineract/cn/teller/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml>*
*
https://jcenter.bintray.com/org/apache/fineract/cn/teller/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom
<https://jcenter.bintray.com/org/apache/fineract/cn/teller/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom>*
*
https://jcenter.bintray.com/org/apache/fineract/cn/teller/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar
<https://jcenter.bintray.com/org/apache/fineract/cn/teller/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar>*
*      file:/C:/Users/Swift3
Technologies/.m2/repository/org/apache/fineract/cn/teller/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml*
*      file:/C:/Users/Swift3
Technologies/.m2/repository/org/apache/fineract/cn/teller/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom*
*      file:/C:/Users/Swift3
Technologies/.m2/repository/org/apache/fineract/cn/teller/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar*
*  Required by:*
*      project :*
*> Could not find org.apache.fineract.cn.cheques:api:0.1.0-BUILD-SNAPSHOT.*
*  Searched in the following locations:*
*
https://jcenter.bintray.com/org/apache/fineract/cn/cheques/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml
<https://jcenter.bintray.com/org/apache/fineract/cn/cheques/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml>*
*
https://jcenter.bintray.com/org/apache/fineract/cn/cheques/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom
<https://jcenter.bintray.com/org/apache/fineract/cn/cheques/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom>*
*
https://jcenter.bintray.com/org/apache/fineract/cn/cheques/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar
<https://jcenter.bintray.com/org/apache/fineract/cn/cheques/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar>*
*      file:/C:/Users/Swift3
Technologies/.m2/repository/org/apache/fineract/cn/cheques/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml*
*      file:/C:/Users/Swift3
Technologies/.m2/repository/org/apache/fineract/cn/cheques/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom*
*      file:/C:/Users/Swift3
Technologies/.m2/repository/org/apache/fineract/cn/cheques/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar*
*  Required by:*
*      project :*

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

*BUILD FAILED*

Thanks
Regards
Ippez Robert

On Tue, Mar 6, 2018 at 6:37 PM, Rajan Maurya <ra...@gmail.com>
wrote:

> Hi Isaac,
>
> I build the provisioner
> https://drive.google.com/file/d/0B5wnE0S3WxbsWGtiVVdnLWVZcXQzZ
> DFfMEJSQUV2SFU2U1Yw/view?usp=sharing
>
> and Here is my artifact list
>
> https://drive.google.com/file/d/0B5wnE0S3WxbsUHFWV3NBUy1NekMzZ
> W9IZHh2X19mbGdZNEsw/view?usp=sharing
>
> but still, the same error exists.
>
>
> Thanks
> Rajan Maurya
> ‌
>
> On Tue, Mar 6, 2018 at 8:15 PM, Rajan Maurya <ra...@gmail.com>
> wrote:
>
>> I build the provisioner
>>
>>
>> Still the same error,
>>
>>
>>
>> Here is my artifact list
>>
>>
>>
>>
>> ‌
>>
>> On Tue, Mar 6, 2018 at 7:47 PM, Isaac Kamga <is...@mifos.org>
>> wrote:
>>
>>> Hi Rajan,
>>>
>>> Make sure you run `./gradlew publishToMavenLocal` in the directory
>>> holding
>>> the provisioner service.
>>>
>>> On Tue, Mar 6, 2018 at 2:57 PM, Rajan Maurya <ra...@gmail.com>
>>> wrote:
>>>
>>> > Hi Isaac,
>>> >
>>> > I tried to build the server but getting an error that why It's not
>>> logging
>>> > in localhost.
>>> >
>>> > Here you can find the error log: https://pastebin.com/qqScXCLU
>>> > Please help.
>>> >
>>> > Thanks
>>> > Rajan Maurya
>>> >
>>> >
>>> >
>>> > ‌
>>> >
>>> > On Tue, Mar 6, 2018 at 6:22 PM, Isaac Kamga <is...@mifos.org>
>>> wrote:
>>> >
>>> > > Hi Rajan,
>>> > >
>>> > > These credentials work for me.
>>> > >
>>> > > tenant : playground
>>> > > user : operator
>>> > > Password : initi@l ( Last letter in password is lowecase L )
>>> > >
>>> > > On Tue, Mar 6, 2018 at 12:17 PM, Rajan Maurya <
>>> rajanmaurya154@gmail.com>
>>> > > wrote:
>>> > >
>>> > > > Hi Myrle,
>>> > > >
>>> > > > Myrle, Like you know we don't have any instance to test the
>>> Fineract-CN
>>> > > > API, that's why I ended up to build the Fineract-CN locally for
>>> > updating
>>> > > > idealist.
>>> > > > I cloned the repos and build the web app successfully
>>> > > > I followed this guideline https://cwiki.apache
>>> > > > .org/confluence/display/FINERACT/How+To+Build+Apache+Fineract+CN
>>> > > >
>>> > > > Issue: I am unable to login into the web app with the given
>>> credentials
>>> > > in
>>> > > > the guide.
>>> > > >
>>> > > >
>>> > > >
>>> > > > ‌
>>> > > >
>>> > > > On Mon, Mar 5, 2018 at 3:37 PM, Myrle Krantz <my...@apache.org>
>>> wrote:
>>> > > >
>>> > > >> Hey Ed,
>>> > > >>
>>> > > >> Can you please move the Fineract CN content, including the
>>> Fineract CN
>>> > > >> mobile content to Apache infrastructure.  In this case, I'd
>>> recommend
>>> > > >> appropriately tagged Jira tickets.  Also, I assume you know Rajan
>>> is
>>> > > >> going to do that (and the same with Avik, and Gaurav), because he
>>> > > >> agreed to it to you somewhere other than the public list?  Please
>>> move
>>> > > >> communication like this to the public list.
>>> > > >>
>>> > > >> I assume that Rajan will be registering to mentor with Apache, now
>>> > > >> that he's been invited to be a committer?  Maybe I'm a bit early,
>>> > > >> since Rajan hasn't accepted the committer status yet. ; o) Rajan,
>>> if
>>> > > >> you need any assistance with that process, feel free to ask...
>>> > > >>
>>> > > >> Best Regards,
>>> > > >> Myrle Krantz
>>> > > >> PMC Member, Apache Fineract
>>> > > >>
>>> > > >>
>>> > > >> On Mon, Mar 5, 2018 at 9:07 AM, Ed Cable <ed...@mifos.org>
>>> wrote:
>>> > > >> > Hello Aksh,
>>> > > >> >
>>> > > >> > Rajan is going to be updating the description soon with
>>> prospective
>>> > > >> tasks.
>>> > > >> > Sorry for that delay.
>>> > > >> >
>>> > > >> > Ed
>>> > > >> >
>>> > > >> >
>>> > > >> >
>>> > > >> > On Sat, Mar 3, 2018 at 4:55 AM, Aksh Gautam <gaksh007@gmail.com
>>> >
>>> > > wrote:
>>> > > >> >
>>> > > >> >> Hey,
>>> > > >> >>
>>> > > >> >> The description of Fineract CN Mobile 2.0 seems to be missing
>>> on
>>> > the
>>> > > >> PAGE
>>> > > >> >> <https://mifosforge.jira.com/wiki/spaces/RES/pages/225411076
>>> > > >> /Google+Summer+of+Code+2018+Ideas#GoogleSummerofCode2018Idea
>>> > > >> s-FineractCNMobile2.0>
>>> > > >> >> It would be helpful if description could be updated.
>>> > > >> >>
>>> > > >> >> PS: I hope this is not a duplicate email. Since the previous
>>> mail
>>> > > >> failed
>>> > > >> >> to deliver.
>>> > > >> >>
>>> > > >> >> Thanks
>>> > > >> >> Aksh Gautam
>>> > > >> >>
>>> > > >> >> ------------------------------------------------------------
>>> > > >> >> ------------------
>>> > > >> >> Check out the vibrant tech community on one of the world's most
>>> > > >> >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>>> > > >> >> Mifos-developer mailing list
>>> > > >> >> mifos-developer@lists.sourceforge.net
>>> > > >> >> Unsubscribe or change settings at:
>>> > > >> >> https://lists.sourceforge.net/lists/listinfo/mifos-developer
>>> > > >> >>
>>> > > >> >
>>> > > >> >
>>> > > >> >
>>> > > >> > --
>>> > > >> > *Ed Cable*
>>> > > >> > President/CEO, Mifos Initiative
>>> > > >> > edcable@mifos.org | Skype: edcable | Mobile: +1.484.477.8649
>>> <(484)%20477-8649>
>>> > > >> <(484)%20477-8649>
>>> > > >> >
>>> > > >> > *Collectively Creating a World of 3 Billion Maries | *
>>> > > http://mifos.org
>>> > > >> > <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
>>> > > >>
>>> > > >
>>> > > >
>>> > > >
>>> > > > --
>>> > > > *Thanks*
>>> > > > *Namaste*
>>> > > >
>>> > > > Rajan Maurya
>>> > > > Contact Number : +91 9015090523 <+91%2090150%2090523>
>>> <+91%2090150%2090523>
>>> > > > Github : @Github/therajanmaurya <https://github.com/therajanmaurya
>>> >,
>>> > > > LinkedIn: @LinkedIn/therajanmaurya
>>> > > > <https://www.linkedin.com/in/therajanmaurya/>
>>> > > >
>>> > >
>>> >
>>> >
>>> >
>>> > --
>>> > *Thanks*
>>> > *Namaste*
>>> >
>>> > Rajan Maurya
>>> > Contact Number : +91 9015090523 <+91%2090150%2090523>
>>> > Github : @Github/therajanmaurya <https://github.com/therajanmaurya>,
>>> > LinkedIn: @LinkedIn/therajanmaurya
>>> > <https://www.linkedin.com/in/therajanmaurya/>
>>> >
>>>
>>
>>
>>
>> --
>> *Thanks*
>> *Namaste*
>>
>> Rajan Maurya
>> Contact Number : +91 9015090523 <+91%2090150%2090523>
>> Github : @Github/therajanmaurya <https://github.com/therajanmaurya>,
>> LinkedIn: @LinkedIn/therajanmaurya
>> <https://www.linkedin.com/in/therajanmaurya/>
>>
>
>
>
> --
> *Thanks*
> *Namaste*
>
> Rajan Maurya
> Contact Number : +91 9015090523 <+91%2090150%2090523>
> Github : @Github/therajanmaurya <https://github.com/therajanmaurya>,
> LinkedIn: @LinkedIn/therajanmaurya
> <https://www.linkedin.com/in/therajanmaurya/>
>



-- 
Ippez Roberts
Founder/C.E.O - Swift3 Technologies (U) Ltd
"Redefining Next Generation I/O Systems"
P.O.Box 155, Moyo
UGANDA.
Tel: +256788725408/770602630
Skype ID: ippez.robert1
Email: ippezrobert@gmail.com

Re: [Mifos-developer] GSOC 2018

Posted by Rajan Maurya <ra...@gmail.com>.
Hi Isaac,

I build the provisioner
https://drive.google.com/file/d/0B5wnE0S3WxbsWGtiVVdnLWVZcXQzZDFfMEJSQUV2SFU2U1Yw/view?usp=sharing

and Here is my artifact list

https://drive.google.com/file/d/0B5wnE0S3WxbsUHFWV3NBUy1NekMzZW9IZHh2X19mbGdZNEsw/view?usp=sharing

but still, the same error exists.


Thanks
Rajan Maurya
‌

On Tue, Mar 6, 2018 at 8:15 PM, Rajan Maurya <ra...@gmail.com>
wrote:

> I build the provisioner
>
>
> Still the same error,
>
>
>
> Here is my artifact list
>
>
>
>
> ‌
>
> On Tue, Mar 6, 2018 at 7:47 PM, Isaac Kamga <is...@mifos.org> wrote:
>
>> Hi Rajan,
>>
>> Make sure you run `./gradlew publishToMavenLocal` in the directory holding
>> the provisioner service.
>>
>> On Tue, Mar 6, 2018 at 2:57 PM, Rajan Maurya <ra...@gmail.com>
>> wrote:
>>
>> > Hi Isaac,
>> >
>> > I tried to build the server but getting an error that why It's not
>> logging
>> > in localhost.
>> >
>> > Here you can find the error log: https://pastebin.com/qqScXCLU
>> > Please help.
>> >
>> > Thanks
>> > Rajan Maurya
>> >
>> >
>> >
>> > ‌
>> >
>> > On Tue, Mar 6, 2018 at 6:22 PM, Isaac Kamga <is...@mifos.org>
>> wrote:
>> >
>> > > Hi Rajan,
>> > >
>> > > These credentials work for me.
>> > >
>> > > tenant : playground
>> > > user : operator
>> > > Password : initi@l ( Last letter in password is lowecase L )
>> > >
>> > > On Tue, Mar 6, 2018 at 12:17 PM, Rajan Maurya <
>> rajanmaurya154@gmail.com>
>> > > wrote:
>> > >
>> > > > Hi Myrle,
>> > > >
>> > > > Myrle, Like you know we don't have any instance to test the
>> Fineract-CN
>> > > > API, that's why I ended up to build the Fineract-CN locally for
>> > updating
>> > > > idealist.
>> > > > I cloned the repos and build the web app successfully
>> > > > I followed this guideline https://cwiki.apache
>> > > > .org/confluence/display/FINERACT/How+To+Build+Apache+Fineract+CN
>> > > >
>> > > > Issue: I am unable to login into the web app with the given
>> credentials
>> > > in
>> > > > the guide.
>> > > >
>> > > >
>> > > >
>> > > > ‌
>> > > >
>> > > > On Mon, Mar 5, 2018 at 3:37 PM, Myrle Krantz <my...@apache.org>
>> wrote:
>> > > >
>> > > >> Hey Ed,
>> > > >>
>> > > >> Can you please move the Fineract CN content, including the
>> Fineract CN
>> > > >> mobile content to Apache infrastructure.  In this case, I'd
>> recommend
>> > > >> appropriately tagged Jira tickets.  Also, I assume you know Rajan
>> is
>> > > >> going to do that (and the same with Avik, and Gaurav), because he
>> > > >> agreed to it to you somewhere other than the public list?  Please
>> move
>> > > >> communication like this to the public list.
>> > > >>
>> > > >> I assume that Rajan will be registering to mentor with Apache, now
>> > > >> that he's been invited to be a committer?  Maybe I'm a bit early,
>> > > >> since Rajan hasn't accepted the committer status yet. ; o) Rajan,
>> if
>> > > >> you need any assistance with that process, feel free to ask...
>> > > >>
>> > > >> Best Regards,
>> > > >> Myrle Krantz
>> > > >> PMC Member, Apache Fineract
>> > > >>
>> > > >>
>> > > >> On Mon, Mar 5, 2018 at 9:07 AM, Ed Cable <ed...@mifos.org>
>> wrote:
>> > > >> > Hello Aksh,
>> > > >> >
>> > > >> > Rajan is going to be updating the description soon with
>> prospective
>> > > >> tasks.
>> > > >> > Sorry for that delay.
>> > > >> >
>> > > >> > Ed
>> > > >> >
>> > > >> >
>> > > >> >
>> > > >> > On Sat, Mar 3, 2018 at 4:55 AM, Aksh Gautam <ga...@gmail.com>
>> > > wrote:
>> > > >> >
>> > > >> >> Hey,
>> > > >> >>
>> > > >> >> The description of Fineract CN Mobile 2.0 seems to be missing on
>> > the
>> > > >> PAGE
>> > > >> >> <https://mifosforge.jira.com/wiki/spaces/RES/pages/225411076
>> > > >> /Google+Summer+of+Code+2018+Ideas#GoogleSummerofCode2018Idea
>> > > >> s-FineractCNMobile2.0>
>> > > >> >> It would be helpful if description could be updated.
>> > > >> >>
>> > > >> >> PS: I hope this is not a duplicate email. Since the previous
>> mail
>> > > >> failed
>> > > >> >> to deliver.
>> > > >> >>
>> > > >> >> Thanks
>> > > >> >> Aksh Gautam
>> > > >> >>
>> > > >> >> ------------------------------------------------------------
>> > > >> >> ------------------
>> > > >> >> Check out the vibrant tech community on one of the world's most
>> > > >> >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> > > >> >> Mifos-developer mailing list
>> > > >> >> mifos-developer@lists.sourceforge.net
>> > > >> >> Unsubscribe or change settings at:
>> > > >> >> https://lists.sourceforge.net/lists/listinfo/mifos-developer
>> > > >> >>
>> > > >> >
>> > > >> >
>> > > >> >
>> > > >> > --
>> > > >> > *Ed Cable*
>> > > >> > President/CEO, Mifos Initiative
>> > > >> > edcable@mifos.org | Skype: edcable | Mobile: +1.484.477.8649
>> > > >> <(484)%20477-8649>
>> > > >> >
>> > > >> > *Collectively Creating a World of 3 Billion Maries | *
>> > > http://mifos.org
>> > > >> > <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
>> > > >>
>> > > >
>> > > >
>> > > >
>> > > > --
>> > > > *Thanks*
>> > > > *Namaste*
>> > > >
>> > > > Rajan Maurya
>> > > > Contact Number : +91 9015090523 <+91%2090150%2090523>
>> > > > Github : @Github/therajanmaurya <https://github.com/therajanmaurya
>> >,
>> > > > LinkedIn: @LinkedIn/therajanmaurya
>> > > > <https://www.linkedin.com/in/therajanmaurya/>
>> > > >
>> > >
>> >
>> >
>> >
>> > --
>> > *Thanks*
>> > *Namaste*
>> >
>> > Rajan Maurya
>> > Contact Number : +91 9015090523
>> > Github : @Github/therajanmaurya <https://github.com/therajanmaurya>,
>> > LinkedIn: @LinkedIn/therajanmaurya
>> > <https://www.linkedin.com/in/therajanmaurya/>
>> >
>>
>
>
>
> --
> *Thanks*
> *Namaste*
>
> Rajan Maurya
> Contact Number : +91 9015090523
> Github : @Github/therajanmaurya <https://github.com/therajanmaurya>,
> LinkedIn: @LinkedIn/therajanmaurya
> <https://www.linkedin.com/in/therajanmaurya/>
>



-- 
*Thanks*
*Namaste*

Rajan Maurya
Contact Number : +91 9015090523
Github : @Github/therajanmaurya <https://github.com/therajanmaurya>,
LinkedIn: @LinkedIn/therajanmaurya
<https://www.linkedin.com/in/therajanmaurya/>

Re: [Mifos-developer] GSOC 2018

Posted by Rajan Maurya <ra...@gmail.com>.
I build the provisioner


Still the same error,



Here is my artifact list




‌

On Tue, Mar 6, 2018 at 7:47 PM, Isaac Kamga <is...@mifos.org> wrote:

> Hi Rajan,
>
> Make sure you run `./gradlew publishToMavenLocal` in the directory holding
> the provisioner service.
>
> On Tue, Mar 6, 2018 at 2:57 PM, Rajan Maurya <ra...@gmail.com>
> wrote:
>
> > Hi Isaac,
> >
> > I tried to build the server but getting an error that why It's not
> logging
> > in localhost.
> >
> > Here you can find the error log: https://pastebin.com/qqScXCLU
> > Please help.
> >
> > Thanks
> > Rajan Maurya
> >
> >
> >
> > ‌
> >
> > On Tue, Mar 6, 2018 at 6:22 PM, Isaac Kamga <is...@mifos.org>
> wrote:
> >
> > > Hi Rajan,
> > >
> > > These credentials work for me.
> > >
> > > tenant : playground
> > > user : operator
> > > Password : initi@l ( Last letter in password is lowecase L )
> > >
> > > On Tue, Mar 6, 2018 at 12:17 PM, Rajan Maurya <
> rajanmaurya154@gmail.com>
> > > wrote:
> > >
> > > > Hi Myrle,
> > > >
> > > > Myrle, Like you know we don't have any instance to test the
> Fineract-CN
> > > > API, that's why I ended up to build the Fineract-CN locally for
> > updating
> > > > idealist.
> > > > I cloned the repos and build the web app successfully
> > > > I followed this guideline https://cwiki.apache
> > > > .org/confluence/display/FINERACT/How+To+Build+Apache+Fineract+CN
> > > >
> > > > Issue: I am unable to login into the web app with the given
> credentials
> > > in
> > > > the guide.
> > > >
> > > >
> > > >
> > > > ‌
> > > >
> > > > On Mon, Mar 5, 2018 at 3:37 PM, Myrle Krantz <my...@apache.org>
> wrote:
> > > >
> > > >> Hey Ed,
> > > >>
> > > >> Can you please move the Fineract CN content, including the Fineract
> CN
> > > >> mobile content to Apache infrastructure.  In this case, I'd
> recommend
> > > >> appropriately tagged Jira tickets.  Also, I assume you know Rajan is
> > > >> going to do that (and the same with Avik, and Gaurav), because he
> > > >> agreed to it to you somewhere other than the public list?  Please
> move
> > > >> communication like this to the public list.
> > > >>
> > > >> I assume that Rajan will be registering to mentor with Apache, now
> > > >> that he's been invited to be a committer?  Maybe I'm a bit early,
> > > >> since Rajan hasn't accepted the committer status yet. ; o) Rajan, if
> > > >> you need any assistance with that process, feel free to ask...
> > > >>
> > > >> Best Regards,
> > > >> Myrle Krantz
> > > >> PMC Member, Apache Fineract
> > > >>
> > > >>
> > > >> On Mon, Mar 5, 2018 at 9:07 AM, Ed Cable <ed...@mifos.org> wrote:
> > > >> > Hello Aksh,
> > > >> >
> > > >> > Rajan is going to be updating the description soon with
> prospective
> > > >> tasks.
> > > >> > Sorry for that delay.
> > > >> >
> > > >> > Ed
> > > >> >
> > > >> >
> > > >> >
> > > >> > On Sat, Mar 3, 2018 at 4:55 AM, Aksh Gautam <ga...@gmail.com>
> > > wrote:
> > > >> >
> > > >> >> Hey,
> > > >> >>
> > > >> >> The description of Fineract CN Mobile 2.0 seems to be missing on
> > the
> > > >> PAGE
> > > >> >> <https://mifosforge.jira.com/wiki/spaces/RES/pages/225411076
> > > >> /Google+Summer+of+Code+2018+Ideas#GoogleSummerofCode2018Idea
> > > >> s-FineractCNMobile2.0>
> > > >> >> It would be helpful if description could be updated.
> > > >> >>
> > > >> >> PS: I hope this is not a duplicate email. Since the previous mail
> > > >> failed
> > > >> >> to deliver.
> > > >> >>
> > > >> >> Thanks
> > > >> >> Aksh Gautam
> > > >> >>
> > > >> >> ------------------------------------------------------------
> > > >> >> ------------------
> > > >> >> Check out the vibrant tech community on one of the world's most
> > > >> >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > > >> >> Mifos-developer mailing list
> > > >> >> mifos-developer@lists.sourceforge.net
> > > >> >> Unsubscribe or change settings at:
> > > >> >> https://lists.sourceforge.net/lists/listinfo/mifos-developer
> > > >> >>
> > > >> >
> > > >> >
> > > >> >
> > > >> > --
> > > >> > *Ed Cable*
> > > >> > President/CEO, Mifos Initiative
> > > >> > edcable@mifos.org | Skype: edcable | Mobile: +1.484.477.8649
> > > >> <(484)%20477-8649>
> > > >> >
> > > >> > *Collectively Creating a World of 3 Billion Maries | *
> > > http://mifos.org
> > > >> > <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
> > > >>
> > > >
> > > >
> > > >
> > > > --
> > > > *Thanks*
> > > > *Namaste*
> > > >
> > > > Rajan Maurya
> > > > Contact Number : +91 9015090523 <+91%2090150%2090523>
> > > > Github : @Github/therajanmaurya <https://github.com/therajanmaurya>,
> > > > LinkedIn: @LinkedIn/therajanmaurya
> > > > <https://www.linkedin.com/in/therajanmaurya/>
> > > >
> > >
> >
> >
> >
> > --
> > *Thanks*
> > *Namaste*
> >
> > Rajan Maurya
> > Contact Number : +91 9015090523
> > Github : @Github/therajanmaurya <https://github.com/therajanmaurya>,
> > LinkedIn: @LinkedIn/therajanmaurya
> > <https://www.linkedin.com/in/therajanmaurya/>
> >
>



-- 
*Thanks*
*Namaste*

Rajan Maurya
Contact Number : +91 9015090523
Github : @Github/therajanmaurya <https://github.com/therajanmaurya>,
LinkedIn: @LinkedIn/therajanmaurya
<https://www.linkedin.com/in/therajanmaurya/>

Re: [Mifos-developer] GSOC 2018

Posted by Isaac Kamga <is...@mifos.org>.
Hi Rajan,

Make sure you run `./gradlew publishToMavenLocal` in the directory holding
the provisioner service.

On Tue, Mar 6, 2018 at 2:57 PM, Rajan Maurya <ra...@gmail.com>
wrote:

> Hi Isaac,
>
> I tried to build the server but getting an error that why It's not logging
> in localhost.
>
> Here you can find the error log: https://pastebin.com/qqScXCLU
> Please help.
>
> Thanks
> Rajan Maurya
>
>
>
> ‌
>
> On Tue, Mar 6, 2018 at 6:22 PM, Isaac Kamga <is...@mifos.org> wrote:
>
> > Hi Rajan,
> >
> > These credentials work for me.
> >
> > tenant : playground
> > user : operator
> > Password : initi@l ( Last letter in password is lowecase L )
> >
> > On Tue, Mar 6, 2018 at 12:17 PM, Rajan Maurya <ra...@gmail.com>
> > wrote:
> >
> > > Hi Myrle,
> > >
> > > Myrle, Like you know we don't have any instance to test the Fineract-CN
> > > API, that's why I ended up to build the Fineract-CN locally for
> updating
> > > idealist.
> > > I cloned the repos and build the web app successfully
> > > I followed this guideline https://cwiki.apache
> > > .org/confluence/display/FINERACT/How+To+Build+Apache+Fineract+CN
> > >
> > > Issue: I am unable to login into the web app with the given credentials
> > in
> > > the guide.
> > >
> > >
> > >
> > > ‌
> > >
> > > On Mon, Mar 5, 2018 at 3:37 PM, Myrle Krantz <my...@apache.org> wrote:
> > >
> > >> Hey Ed,
> > >>
> > >> Can you please move the Fineract CN content, including the Fineract CN
> > >> mobile content to Apache infrastructure.  In this case, I'd recommend
> > >> appropriately tagged Jira tickets.  Also, I assume you know Rajan is
> > >> going to do that (and the same with Avik, and Gaurav), because he
> > >> agreed to it to you somewhere other than the public list?  Please move
> > >> communication like this to the public list.
> > >>
> > >> I assume that Rajan will be registering to mentor with Apache, now
> > >> that he's been invited to be a committer?  Maybe I'm a bit early,
> > >> since Rajan hasn't accepted the committer status yet. ; o) Rajan, if
> > >> you need any assistance with that process, feel free to ask...
> > >>
> > >> Best Regards,
> > >> Myrle Krantz
> > >> PMC Member, Apache Fineract
> > >>
> > >>
> > >> On Mon, Mar 5, 2018 at 9:07 AM, Ed Cable <ed...@mifos.org> wrote:
> > >> > Hello Aksh,
> > >> >
> > >> > Rajan is going to be updating the description soon with prospective
> > >> tasks.
> > >> > Sorry for that delay.
> > >> >
> > >> > Ed
> > >> >
> > >> >
> > >> >
> > >> > On Sat, Mar 3, 2018 at 4:55 AM, Aksh Gautam <ga...@gmail.com>
> > wrote:
> > >> >
> > >> >> Hey,
> > >> >>
> > >> >> The description of Fineract CN Mobile 2.0 seems to be missing on
> the
> > >> PAGE
> > >> >> <https://mifosforge.jira.com/wiki/spaces/RES/pages/225411076
> > >> /Google+Summer+of+Code+2018+Ideas#GoogleSummerofCode2018Idea
> > >> s-FineractCNMobile2.0>
> > >> >> It would be helpful if description could be updated.
> > >> >>
> > >> >> PS: I hope this is not a duplicate email. Since the previous mail
> > >> failed
> > >> >> to deliver.
> > >> >>
> > >> >> Thanks
> > >> >> Aksh Gautam
> > >> >>
> > >> >> ------------------------------------------------------------
> > >> >> ------------------
> > >> >> Check out the vibrant tech community on one of the world's most
> > >> >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > >> >> Mifos-developer mailing list
> > >> >> mifos-developer@lists.sourceforge.net
> > >> >> Unsubscribe or change settings at:
> > >> >> https://lists.sourceforge.net/lists/listinfo/mifos-developer
> > >> >>
> > >> >
> > >> >
> > >> >
> > >> > --
> > >> > *Ed Cable*
> > >> > President/CEO, Mifos Initiative
> > >> > edcable@mifos.org | Skype: edcable | Mobile: +1.484.477.8649
> > >> <(484)%20477-8649>
> > >> >
> > >> > *Collectively Creating a World of 3 Billion Maries | *
> > http://mifos.org
> > >> > <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
> > >>
> > >
> > >
> > >
> > > --
> > > *Thanks*
> > > *Namaste*
> > >
> > > Rajan Maurya
> > > Contact Number : +91 9015090523 <+91%2090150%2090523>
> > > Github : @Github/therajanmaurya <https://github.com/therajanmaurya>,
> > > LinkedIn: @LinkedIn/therajanmaurya
> > > <https://www.linkedin.com/in/therajanmaurya/>
> > >
> >
>
>
>
> --
> *Thanks*
> *Namaste*
>
> Rajan Maurya
> Contact Number : +91 9015090523
> Github : @Github/therajanmaurya <https://github.com/therajanmaurya>,
> LinkedIn: @LinkedIn/therajanmaurya
> <https://www.linkedin.com/in/therajanmaurya/>
>

Re: [Mifos-developer] GSOC 2018

Posted by Rajan Maurya <ra...@gmail.com>.
Hi Isaac,

I tried to build the server but getting an error that why It's not logging
in localhost.

Here you can find the error log: https://pastebin.com/qqScXCLU
Please help.

Thanks
Rajan Maurya



‌

On Tue, Mar 6, 2018 at 6:22 PM, Isaac Kamga <is...@mifos.org> wrote:

> Hi Rajan,
>
> These credentials work for me.
>
> tenant : playground
> user : operator
> Password : initi@l ( Last letter in password is lowecase L )
>
> On Tue, Mar 6, 2018 at 12:17 PM, Rajan Maurya <ra...@gmail.com>
> wrote:
>
> > Hi Myrle,
> >
> > Myrle, Like you know we don't have any instance to test the Fineract-CN
> > API, that's why I ended up to build the Fineract-CN locally for updating
> > idealist.
> > I cloned the repos and build the web app successfully
> > I followed this guideline https://cwiki.apache
> > .org/confluence/display/FINERACT/How+To+Build+Apache+Fineract+CN
> >
> > Issue: I am unable to login into the web app with the given credentials
> in
> > the guide.
> >
> >
> >
> > ‌
> >
> > On Mon, Mar 5, 2018 at 3:37 PM, Myrle Krantz <my...@apache.org> wrote:
> >
> >> Hey Ed,
> >>
> >> Can you please move the Fineract CN content, including the Fineract CN
> >> mobile content to Apache infrastructure.  In this case, I'd recommend
> >> appropriately tagged Jira tickets.  Also, I assume you know Rajan is
> >> going to do that (and the same with Avik, and Gaurav), because he
> >> agreed to it to you somewhere other than the public list?  Please move
> >> communication like this to the public list.
> >>
> >> I assume that Rajan will be registering to mentor with Apache, now
> >> that he's been invited to be a committer?  Maybe I'm a bit early,
> >> since Rajan hasn't accepted the committer status yet. ; o) Rajan, if
> >> you need any assistance with that process, feel free to ask...
> >>
> >> Best Regards,
> >> Myrle Krantz
> >> PMC Member, Apache Fineract
> >>
> >>
> >> On Mon, Mar 5, 2018 at 9:07 AM, Ed Cable <ed...@mifos.org> wrote:
> >> > Hello Aksh,
> >> >
> >> > Rajan is going to be updating the description soon with prospective
> >> tasks.
> >> > Sorry for that delay.
> >> >
> >> > Ed
> >> >
> >> >
> >> >
> >> > On Sat, Mar 3, 2018 at 4:55 AM, Aksh Gautam <ga...@gmail.com>
> wrote:
> >> >
> >> >> Hey,
> >> >>
> >> >> The description of Fineract CN Mobile 2.0 seems to be missing on the
> >> PAGE
> >> >> <https://mifosforge.jira.com/wiki/spaces/RES/pages/225411076
> >> /Google+Summer+of+Code+2018+Ideas#GoogleSummerofCode2018Idea
> >> s-FineractCNMobile2.0>
> >> >> It would be helpful if description could be updated.
> >> >>
> >> >> PS: I hope this is not a duplicate email. Since the previous mail
> >> failed
> >> >> to deliver.
> >> >>
> >> >> Thanks
> >> >> Aksh Gautam
> >> >>
> >> >> ------------------------------------------------------------
> >> >> ------------------
> >> >> Check out the vibrant tech community on one of the world's most
> >> >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> >> >> Mifos-developer mailing list
> >> >> mifos-developer@lists.sourceforge.net
> >> >> Unsubscribe or change settings at:
> >> >> https://lists.sourceforge.net/lists/listinfo/mifos-developer
> >> >>
> >> >
> >> >
> >> >
> >> > --
> >> > *Ed Cable*
> >> > President/CEO, Mifos Initiative
> >> > edcable@mifos.org | Skype: edcable | Mobile: +1.484.477.8649
> >> <(484)%20477-8649>
> >> >
> >> > *Collectively Creating a World of 3 Billion Maries | *
> http://mifos.org
> >> > <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
> >>
> >
> >
> >
> > --
> > *Thanks*
> > *Namaste*
> >
> > Rajan Maurya
> > Contact Number : +91 9015090523 <+91%2090150%2090523>
> > Github : @Github/therajanmaurya <https://github.com/therajanmaurya>,
> > LinkedIn: @LinkedIn/therajanmaurya
> > <https://www.linkedin.com/in/therajanmaurya/>
> >
>



-- 
*Thanks*
*Namaste*

Rajan Maurya
Contact Number : +91 9015090523
Github : @Github/therajanmaurya <https://github.com/therajanmaurya>,
LinkedIn: @LinkedIn/therajanmaurya
<https://www.linkedin.com/in/therajanmaurya/>

Re: [Mifos-developer] GSOC 2018

Posted by Isaac Kamga <is...@mifos.org>.
Hi Rajan,

These credentials work for me.

tenant : playground
user : operator
Password : initi@l ( Last letter in password is lowecase L )

On Tue, Mar 6, 2018 at 12:17 PM, Rajan Maurya <ra...@gmail.com>
wrote:

> Hi Myrle,
>
> Myrle, Like you know we don't have any instance to test the Fineract-CN
> API, that's why I ended up to build the Fineract-CN locally for updating
> idealist.
> I cloned the repos and build the web app successfully
> I followed this guideline https://cwiki.apache
> .org/confluence/display/FINERACT/How+To+Build+Apache+Fineract+CN
>
> Issue: I am unable to login into the web app with the given credentials in
> the guide.
>
>
>
> ‌
>
> On Mon, Mar 5, 2018 at 3:37 PM, Myrle Krantz <my...@apache.org> wrote:
>
>> Hey Ed,
>>
>> Can you please move the Fineract CN content, including the Fineract CN
>> mobile content to Apache infrastructure.  In this case, I'd recommend
>> appropriately tagged Jira tickets.  Also, I assume you know Rajan is
>> going to do that (and the same with Avik, and Gaurav), because he
>> agreed to it to you somewhere other than the public list?  Please move
>> communication like this to the public list.
>>
>> I assume that Rajan will be registering to mentor with Apache, now
>> that he's been invited to be a committer?  Maybe I'm a bit early,
>> since Rajan hasn't accepted the committer status yet. ; o) Rajan, if
>> you need any assistance with that process, feel free to ask...
>>
>> Best Regards,
>> Myrle Krantz
>> PMC Member, Apache Fineract
>>
>>
>> On Mon, Mar 5, 2018 at 9:07 AM, Ed Cable <ed...@mifos.org> wrote:
>> > Hello Aksh,
>> >
>> > Rajan is going to be updating the description soon with prospective
>> tasks.
>> > Sorry for that delay.
>> >
>> > Ed
>> >
>> >
>> >
>> > On Sat, Mar 3, 2018 at 4:55 AM, Aksh Gautam <ga...@gmail.com> wrote:
>> >
>> >> Hey,
>> >>
>> >> The description of Fineract CN Mobile 2.0 seems to be missing on the
>> PAGE
>> >> <https://mifosforge.jira.com/wiki/spaces/RES/pages/225411076
>> /Google+Summer+of+Code+2018+Ideas#GoogleSummerofCode2018Idea
>> s-FineractCNMobile2.0>
>> >> It would be helpful if description could be updated.
>> >>
>> >> PS: I hope this is not a duplicate email. Since the previous mail
>> failed
>> >> to deliver.
>> >>
>> >> Thanks
>> >> Aksh Gautam
>> >>
>> >> ------------------------------------------------------------
>> >> ------------------
>> >> Check out the vibrant tech community on one of the world's most
>> >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> >> Mifos-developer mailing list
>> >> mifos-developer@lists.sourceforge.net
>> >> Unsubscribe or change settings at:
>> >> https://lists.sourceforge.net/lists/listinfo/mifos-developer
>> >>
>> >
>> >
>> >
>> > --
>> > *Ed Cable*
>> > President/CEO, Mifos Initiative
>> > edcable@mifos.org | Skype: edcable | Mobile: +1.484.477.8649
>> <(484)%20477-8649>
>> >
>> > *Collectively Creating a World of 3 Billion Maries | *http://mifos.org
>> > <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
>>
>
>
>
> --
> *Thanks*
> *Namaste*
>
> Rajan Maurya
> Contact Number : +91 9015090523 <+91%2090150%2090523>
> Github : @Github/therajanmaurya <https://github.com/therajanmaurya>,
> LinkedIn: @LinkedIn/therajanmaurya
> <https://www.linkedin.com/in/therajanmaurya/>
>

Re: [Mifos-developer] GSOC 2018

Posted by Ippez Robert <ip...@gmail.com>.
Hi Mark,
I don't how it happened now but some how i was able to run the demo and web
app successfully. I also logged in with success.

Thanks
Regards

Ippez Robert

On Thu, Mar 8, 2018 at 1:45 PM, Myrle Krantz <my...@apache.org> wrote:

> Piyadassi, Rajan,
>
> I've merged the PR from Viswa that Mark pointed out (Many thanks to
> both of you.  : o)
>
> So try repulling repo: https://github.com/apache/
> fineract-cn-service-starter
>
> Best Regards,
> Myrle
>
> On Thu, Mar 8, 2018 at 10:51 AM, Piyadassi Shakya
> <sh...@gmail.com> wrote:
> > Hi Rajan
> > did you build all the 33 repository or how did it work? I have not been
> > able to run the demo-server as well.
>



-- 
Ippez Roberts
Founder/C.E.O - Swift3 Technologies (U) Ltd
"Redefining Next Generation I/O Systems"
P.O.Box 155, Moyo
UGANDA.
Tel: +256788725408/770602630
Skype ID: ippez.robert1
Email: ippezrobert@gmail.com

Re: [Mifos-developer] GSOC 2018

Posted by Myrle Krantz <my...@apache.org>.
Hey Piyadassi,

It looks like you are running initial-setup.sh instead of the method I
suggested.  While running it you are not passing in a parameter -- the
name of the github account.   The script assumes that  you're forking
all of the repositories, then working from your own forks.  It needs
the name of your github account to form the URLs correctly.

I can't see what the directory structure or the git remotes look like
on your computer.  But initial-setup isn't a particularly user
friendly piece of software.  It's just intended to save you a lot of
typing work, but it assumes you have some understanding of what you're
doing with respect to fineract.  The purpose is to clone all 33
repositories from forks you presumably created, clone them to your
computer, then call gradle publishToMavenLocal, in an order that
respects the dependencies between the projects.

I had assumed that you had already run the script successfully once,
which was why I suggested just running the commands you needed to
update the one repository.

If you still need help, do ask.

Best Regards,
Myrle

On Mon, Mar 12, 2018 at 7:58 AM, Piyadassi Shakya
<sh...@gmail.com> wrote:
> Thanks Myrle for letting me know about this. I have the error in here
> https://pastebin.com/ZsXzXXsb
> it shows some error with gradlew still facing the same error.
>
>
> With Regards
> Piyadassi Shakya
> +9779823667094
>
> On Sun, Mar 11, 2018 at 7:41 PM, Myrle Krantz <my...@apache.org> wrote:
>
>> Hey Rajan,
>>
>> Your error logs indicate you’ve already got the DB running. Or something
>> else on that port. Which would be an argument in favor of Viswa’s docker
>> approach.
>>
>> Piyadassi,
>>
>> You can’t attach things for this mailing list. Either paste the log into
>> the mail, or put your attachment somewhere and link it the way Rajan did.
>>
>> Best Regards,
>> Myrle
>>
>> On Sun 11. Mar 2018 at 14:28 Rajan Maurya <ra...@gmail.com>
>> wrote:
>>
>> > I am still getting error. Here my error log:
>> https://pastebin.com/LkDFC5Qc
>> >
>> >
>> >
>> > ‌
>> >
>> > On Sun, Mar 11, 2018 at 3:03 PM, Piyadassi Shakya <
>> > shakyapiyadassi@gmail.com
>> > > wrote:
>> >
>> > > Hi Awasum
>> > >
>> > > It is there in my end. Could you recheck agan?
>> > > anyways I have attached it again.
>> > >
>> > > With Regards
>> > > Piyadassi
>> > >
>> > > On Sun, Mar 11, 2018 at 2:50 PM, Awasum Yannick <aw...@apache.org>
>> > wrote:
>> > >
>> > >> Hey Piyadassi,
>> > >>
>> > >> I think you forgot to attach the screen shot or maybe I have not seen
>> it
>> > >> on
>> > >> my end.
>> > >>
>> > >>
>> > >> Thanks.
>> > >>
>> > >> On Sun, Mar 11, 2018 at 8:06 AM, Piyadassi Shakya <
>> > >> shakyapiyadassi@gmail.com
>> > >> > wrote:
>> > >>
>> > >> > Hi myrle
>> > >> >
>> > >> > I followed your guidelines and it was showing something positive but
>> > >> > failed in build.
>> > >> > I have shared a screenshot. Could you check and help me out?
>> > >> >
>> > >> > With Regards
>> > >> > Piyadassi
>> > >> > On Thu, Mar 8, 2018 at 5:26 PM, Myrle Krantz <my...@apache.org>
>> > wrote:
>> > >> >
>> > >> >> Hey Piyadassi,
>> > >> >>
>> > >> >> Thanks for your persistence.
>> > >> >>
>> > >> >> If you want to pull just the one service, go into it's directory,
>> set
>> > >> >> up a git remote to point to the apache repository, and pull from
>> that
>> > >> >> upstream.
>> > >> >>
>> > >> >> For example:
>> > >> >> % cd fineract-cn-service-starter
>> > >> >> % git remote --verbose
>> > >> >>
>> > >> >> Is there a remote pointing to apache?  If not:
>> > >> >> % git remote add upstream https://github.com/apache/fine
>> > >> >> ract-cn-service-starter
>> > >> >>
>> > >> >> % git pull upstream develop
>> > >> >> % ./gradlew publishToMavenLocal
>> > >> >> % cd ../fineract-cn-demo-server
>> > >> >> % ./gradlew assemble
>> > >> >>
>> > >> >> Best regards,
>> > >> >> Myrle
>> > >> >>
>> > >> >>
>> > >> >> On Thu, Mar 8, 2018 at 12:30 PM, Piyadassi Shakya
>> > >> >> <sh...@gmail.com> wrote:
>> > >> >> > Hi Myrle,
>> > >> >> > Don't we need the initial-setup.sh file for this method? or how
>> do
>> > we
>> > >> >> > execute it??
>> > >> >> >
>> > >> >> > With Regards
>> > >> >> > Piyadassi
>> > >> >> >
>> > >> >> > On Thu, Mar 8, 2018 at 4:30 PM, Myrle Krantz <my...@apache.org>
>> > >> wrote:
>> > >> >> >
>> > >> >> >> Piyadassi, Rajan,
>> > >> >> >>
>> > >> >> >> I've merged the PR from Viswa that Mark pointed out (Many thanks
>> > to
>> > >> >> >> both of you.  : o)
>> > >> >> >>
>> > >> >> >> So try repulling repo: https://github.com/apache/
>> > >> >> >> fineract-cn-service-starter
>> > >> >> >>
>> > >> >> >> Best Regards,
>> > >> >> >> Myrle
>> > >> >> >>
>> > >> >> >> On Thu, Mar 8, 2018 at 10:51 AM, Piyadassi Shakya
>> > >> >> >> <sh...@gmail.com> wrote:
>> > >> >> >> > Hi Rajan
>> > >> >> >> > did you build all the 33 repository or how did it work? I have
>> > not
>> > >> >> been
>> > >> >> >> > able to run the demo-server as well.
>> > >> >> >>
>> > >> >>
>> > >> >
>> > >> >
>> > >>
>> > >
>> > >
>> >
>> >
>> > --
>> > *Thanks*
>> > *Namaste*
>> >
>> > Rajan Maurya
>> > Contact Number : +91 9015090523
>> > Github : @Github/therajanmaurya <https://github.com/therajanmaurya>,
>> > LinkedIn: @LinkedIn/therajanmaurya
>> > <https://www.linkedin.com/in/therajanmaurya/>
>> >
>>

Re: [Mifos-developer] GSOC 2018

Posted by Piyadassi Shakya <sh...@gmail.com>.
Thanks Myrle for letting me know about this. I have the error in here
https://pastebin.com/ZsXzXXsb
it shows some error with gradlew still facing the same error.


With Regards
Piyadassi Shakya
+9779823667094

On Sun, Mar 11, 2018 at 7:41 PM, Myrle Krantz <my...@apache.org> wrote:

> Hey Rajan,
>
> Your error logs indicate you’ve already got the DB running. Or something
> else on that port. Which would be an argument in favor of Viswa’s docker
> approach.
>
> Piyadassi,
>
> You can’t attach things for this mailing list. Either paste the log into
> the mail, or put your attachment somewhere and link it the way Rajan did.
>
> Best Regards,
> Myrle
>
> On Sun 11. Mar 2018 at 14:28 Rajan Maurya <ra...@gmail.com>
> wrote:
>
> > I am still getting error. Here my error log:
> https://pastebin.com/LkDFC5Qc
> >
> >
> >
> > ‌
> >
> > On Sun, Mar 11, 2018 at 3:03 PM, Piyadassi Shakya <
> > shakyapiyadassi@gmail.com
> > > wrote:
> >
> > > Hi Awasum
> > >
> > > It is there in my end. Could you recheck agan?
> > > anyways I have attached it again.
> > >
> > > With Regards
> > > Piyadassi
> > >
> > > On Sun, Mar 11, 2018 at 2:50 PM, Awasum Yannick <aw...@apache.org>
> > wrote:
> > >
> > >> ​Hey Piyadassi,
> > >>
> > >> I think you forgot to attach the screen shot or maybe I have not seen
> it
> > >> on
> > >> my end.
> > >>
> > >>
> > >> Thanks.​
> > >>
> > >> On Sun, Mar 11, 2018 at 8:06 AM, Piyadassi Shakya <
> > >> shakyapiyadassi@gmail.com
> > >> > wrote:
> > >>
> > >> > Hi myrle
> > >> >
> > >> > I followed your guidelines and it was showing something positive but
> > >> > failed in build.
> > >> > I have shared a screenshot. Could you check and help me out?
> > >> >
> > >> > With Regards
> > >> > Piyadassi
> > >> > On Thu, Mar 8, 2018 at 5:26 PM, Myrle Krantz <my...@apache.org>
> > wrote:
> > >> >
> > >> >> Hey Piyadassi,
> > >> >>
> > >> >> Thanks for your persistence.
> > >> >>
> > >> >> If you want to pull just the one service, go into it's directory,
> set
> > >> >> up a git remote to point to the apache repository, and pull from
> that
> > >> >> upstream.
> > >> >>
> > >> >> For example:
> > >> >> % cd fineract-cn-service-starter
> > >> >> % git remote --verbose
> > >> >>
> > >> >> Is there a remote pointing to apache?  If not:
> > >> >> % git remote add upstream https://github.com/apache/fine
> > >> >> ract-cn-service-starter
> > >> >>
> > >> >> % git pull upstream develop
> > >> >> % ./gradlew publishToMavenLocal
> > >> >> % cd ../fineract-cn-demo-server
> > >> >> % ./gradlew assemble
> > >> >>
> > >> >> Best regards,
> > >> >> Myrle
> > >> >>
> > >> >>
> > >> >> On Thu, Mar 8, 2018 at 12:30 PM, Piyadassi Shakya
> > >> >> <sh...@gmail.com> wrote:
> > >> >> > Hi Myrle,
> > >> >> > Don't we need the initial-setup.sh file for this method? or how
> do
> > we
> > >> >> > execute it??
> > >> >> >
> > >> >> > With Regards
> > >> >> > Piyadassi
> > >> >> >
> > >> >> > On Thu, Mar 8, 2018 at 4:30 PM, Myrle Krantz <my...@apache.org>
> > >> wrote:
> > >> >> >
> > >> >> >> Piyadassi, Rajan,
> > >> >> >>
> > >> >> >> I've merged the PR from Viswa that Mark pointed out (Many thanks
> > to
> > >> >> >> both of you.  : o)
> > >> >> >>
> > >> >> >> So try repulling repo: https://github.com/apache/
> > >> >> >> fineract-cn-service-starter
> > >> >> >>
> > >> >> >> Best Regards,
> > >> >> >> Myrle
> > >> >> >>
> > >> >> >> On Thu, Mar 8, 2018 at 10:51 AM, Piyadassi Shakya
> > >> >> >> <sh...@gmail.com> wrote:
> > >> >> >> > Hi Rajan
> > >> >> >> > did you build all the 33 repository or how did it work? I have
> > not
> > >> >> been
> > >> >> >> > able to run the demo-server as well.
> > >> >> >>
> > >> >>
> > >> >
> > >> >
> > >>
> > >
> > >
> >
> >
> > --
> > *Thanks*
> > *Namaste*
> >
> > Rajan Maurya
> > Contact Number : +91 9015090523
> > Github : @Github/therajanmaurya <https://github.com/therajanmaurya>,
> > LinkedIn: @LinkedIn/therajanmaurya
> > <https://www.linkedin.com/in/therajanmaurya/>
> >
>

Re: [Mifos-developer] GSOC 2018

Posted by Awasum Yannick <aw...@apache.org>.
Hey Rajan,

What is the processing speed and RAM of your computer? I see some timeouts
which might mean that there isn't enough resources to complete the startup
process.
Fineract CN demo server runs atleast 10 embedded web servers which is
resource intensive. Make sure you use a powerful machine. Personally when
testing, I use an i7 Ubuntu 16.04 Baremetal with 250 GB SSD and a 32 GB
RAM.

If you are running embedded Cassandra, mariadb and activemq as above, you
need to always shutdown the system services running the above so that you
can free up the ports. Also at times you need to delete the /tmp/* contents
for a successful second run. Also makes sure ports 2020 through 2031 are
free as the different services will use those ports. You can reduce the
wait time within demo server which makes the startup process to halt for 5
minutes after provisioner runs. You can reduce that to 1 minute for faster
boot up. Remember when provisioner runs and stops, dont get fooled that
Fineract CN is up cus its not. It just resting. On my machine, startup
usually takes between 30 minutes and 1 hour on a good day. But after a few
runs..usually 3...I will have to restart the machine.

Not to forget, if you ever run with persistence = true, then you need to
remember to delete the seshat and playground keyspaces ( in case of
cassandra ) and databases 9 in case of mariadb or MySQL).

I wish you all the best and keep sharing your feedback as you get them.

Thanks.
Awasum Yannick.

On Sun, Mar 11, 2018 at 3:54 PM, Rajan Maurya <ra...@gmail.com>
wrote:

> Sorry It failed again Here is log: https://pastebin.com/qdPhw6j3
>
>
>
> ‌
>
> On Sun, Mar 11, 2018 at 7:56 PM, Rajan Maurya <ra...@gmail.com>
> wrote:
>
> > Thanks, Myrle, It is running now Here is log: https://pastebin.com/
> > KKwmY86k and I build the web app too but I can't login and getting this
> > error log https://pastebin.com/74dc2hdF
> >
> > I am using these credentials:
> >
> > Tenant : playground
> >
> > Username : operator
> >
> > Password : init1@l
> >
> >
> > Thanks
> > ‌
> >
> > On Sun, Mar 11, 2018 at 7:26 PM, Myrle Krantz <my...@apache.org> wrote:
> >
> >> Hey Rajan,
> >>
> >> Your error logs indicate you’ve already got the DB running. Or something
> >> else on that port. Which would be an argument in favor of Viswa’s docker
> >> approach.
> >>
> >> Piyadassi,
> >>
> >> You can’t attach things for this mailing list. Either paste the log into
> >> the mail, or put your attachment somewhere and link it the way Rajan
> did.
> >>
> >> Best Regards,
> >> Myrle
> >>
> >> On Sun 11. Mar 2018 at 14:28 Rajan Maurya <ra...@gmail.com>
> >> wrote:
> >>
> >> > I am still getting error. Here my error log:
> >> https://pastebin.com/LkDFC5Qc
> >> >
> >> >
> >> >
> >> > ‌
> >> >
> >> > On Sun, Mar 11, 2018 at 3:03 PM, Piyadassi Shakya <
> >> > shakyapiyadassi@gmail.com
> >> > > wrote:
> >> >
> >> > > Hi Awasum
> >> > >
> >> > > It is there in my end. Could you recheck agan?
> >> > > anyways I have attached it again.
> >> > >
> >> > > With Regards
> >> > > Piyadassi
> >> > >
> >> > > On Sun, Mar 11, 2018 at 2:50 PM, Awasum Yannick <aw...@apache.org>
> >> > wrote:
> >> > >
> >> > >> ​Hey Piyadassi,
> >> > >>
> >> > >> I think you forgot to attach the screen shot or maybe I have not
> >> seen it
> >> > >> on
> >> > >> my end.
> >> > >>
> >> > >>
> >> > >> Thanks.​
> >> > >>
> >> > >> On Sun, Mar 11, 2018 at 8:06 AM, Piyadassi Shakya <
> >> > >> shakyapiyadassi@gmail.com
> >> > >> > wrote:
> >> > >>
> >> > >> > Hi myrle
> >> > >> >
> >> > >> > I followed your guidelines and it was showing something positive
> >> but
> >> > >> > failed in build.
> >> > >> > I have shared a screenshot. Could you check and help me out?
> >> > >> >
> >> > >> > With Regards
> >> > >> > Piyadassi
> >> > >> > On Thu, Mar 8, 2018 at 5:26 PM, Myrle Krantz <my...@apache.org>
> >> > wrote:
> >> > >> >
> >> > >> >> Hey Piyadassi,
> >> > >> >>
> >> > >> >> Thanks for your persistence.
> >> > >> >>
> >> > >> >> If you want to pull just the one service, go into it's
> directory,
> >> set
> >> > >> >> up a git remote to point to the apache repository, and pull from
> >> that
> >> > >> >> upstream.
> >> > >> >>
> >> > >> >> For example:
> >> > >> >> % cd fineract-cn-service-starter
> >> > >> >> % git remote --verbose
> >> > >> >>
> >> > >> >> Is there a remote pointing to apache?  If not:
> >> > >> >> % git remote add upstream https://github.com/apache/fine
> >> > >> >> ract-cn-service-starter
> >> > >> >>
> >> > >> >> % git pull upstream develop
> >> > >> >> % ./gradlew publishToMavenLocal
> >> > >> >> % cd ../fineract-cn-demo-server
> >> > >> >> % ./gradlew assemble
> >> > >> >>
> >> > >> >> Best regards,
> >> > >> >> Myrle
> >> > >> >>
> >> > >> >>
> >> > >> >> On Thu, Mar 8, 2018 at 12:30 PM, Piyadassi Shakya
> >> > >> >> <sh...@gmail.com> wrote:
> >> > >> >> > Hi Myrle,
> >> > >> >> > Don't we need the initial-setup.sh file for this method? or
> how
> >> do
> >> > we
> >> > >> >> > execute it??
> >> > >> >> >
> >> > >> >> > With Regards
> >> > >> >> > Piyadassi
> >> > >> >> >
> >> > >> >> > On Thu, Mar 8, 2018 at 4:30 PM, Myrle Krantz <
> myrle@apache.org>
> >> > >> wrote:
> >> > >> >> >
> >> > >> >> >> Piyadassi, Rajan,
> >> > >> >> >>
> >> > >> >> >> I've merged the PR from Viswa that Mark pointed out (Many
> >> thanks
> >> > to
> >> > >> >> >> both of you.  : o)
> >> > >> >> >>
> >> > >> >> >> So try repulling repo: https://github.com/apache/
> >> > >> >> >> fineract-cn-service-starter
> >> > >> >> >>
> >> > >> >> >> Best Regards,
> >> > >> >> >> Myrle
> >> > >> >> >>
> >> > >> >> >> On Thu, Mar 8, 2018 at 10:51 AM, Piyadassi Shakya
> >> > >> >> >> <sh...@gmail.com> wrote:
> >> > >> >> >> > Hi Rajan
> >> > >> >> >> > did you build all the 33 repository or how did it work? I
> >> have
> >> > not
> >> > >> >> been
> >> > >> >> >> > able to run the demo-server as well.
> >> > >> >> >>
> >> > >> >>
> >> > >> >
> >> > >> >
> >> > >>
> >> > >
> >> > >
> >> >
> >> >
> >> > --
> >> > *Thanks*
> >> > *Namaste*
> >> >
> >> > Rajan Maurya
> >> > Contact Number : +91 9015090523
> >> > Github : @Github/therajanmaurya <https://github.com/therajanmaurya>,
> >> > LinkedIn: @LinkedIn/therajanmaurya
> >> > <https://www.linkedin.com/in/therajanmaurya/>
> >> >
> >>
> >
> >
> >
> > --
> > *Thanks*
> > *Namaste*
> >
> > Rajan Maurya
> > Contact Number : +91 9015090523
> > Github : @Github/therajanmaurya <https://github.com/therajanmaurya>,
> > LinkedIn: @LinkedIn/therajanmaurya
> > <https://www.linkedin.com/in/therajanmaurya/>
> >
>
>
>
> --
> *Thanks*
> *Namaste*
>
> Rajan Maurya
> Contact Number : +91 9015090523
> Github : @Github/therajanmaurya <https://github.com/therajanmaurya>,
> LinkedIn: @LinkedIn/therajanmaurya
> <https://www.linkedin.com/in/therajanmaurya/>
>

Re: [Mifos-developer] GSOC 2018

Posted by Rajan Maurya <ra...@gmail.com>.
Sorry It failed again Here is log: https://pastebin.com/qdPhw6j3



‌

On Sun, Mar 11, 2018 at 7:56 PM, Rajan Maurya <ra...@gmail.com>
wrote:

> Thanks, Myrle, It is running now Here is log: https://pastebin.com/
> KKwmY86k and I build the web app too but I can't login and getting this
> error log https://pastebin.com/74dc2hdF
>
> I am using these credentials:
>
> Tenant : playground
>
> Username : operator
>
> Password : init1@l
>
>
> Thanks
> ‌
>
> On Sun, Mar 11, 2018 at 7:26 PM, Myrle Krantz <my...@apache.org> wrote:
>
>> Hey Rajan,
>>
>> Your error logs indicate you’ve already got the DB running. Or something
>> else on that port. Which would be an argument in favor of Viswa’s docker
>> approach.
>>
>> Piyadassi,
>>
>> You can’t attach things for this mailing list. Either paste the log into
>> the mail, or put your attachment somewhere and link it the way Rajan did.
>>
>> Best Regards,
>> Myrle
>>
>> On Sun 11. Mar 2018 at 14:28 Rajan Maurya <ra...@gmail.com>
>> wrote:
>>
>> > I am still getting error. Here my error log:
>> https://pastebin.com/LkDFC5Qc
>> >
>> >
>> >
>> > ‌
>> >
>> > On Sun, Mar 11, 2018 at 3:03 PM, Piyadassi Shakya <
>> > shakyapiyadassi@gmail.com
>> > > wrote:
>> >
>> > > Hi Awasum
>> > >
>> > > It is there in my end. Could you recheck agan?
>> > > anyways I have attached it again.
>> > >
>> > > With Regards
>> > > Piyadassi
>> > >
>> > > On Sun, Mar 11, 2018 at 2:50 PM, Awasum Yannick <aw...@apache.org>
>> > wrote:
>> > >
>> > >> ​Hey Piyadassi,
>> > >>
>> > >> I think you forgot to attach the screen shot or maybe I have not
>> seen it
>> > >> on
>> > >> my end.
>> > >>
>> > >>
>> > >> Thanks.​
>> > >>
>> > >> On Sun, Mar 11, 2018 at 8:06 AM, Piyadassi Shakya <
>> > >> shakyapiyadassi@gmail.com
>> > >> > wrote:
>> > >>
>> > >> > Hi myrle
>> > >> >
>> > >> > I followed your guidelines and it was showing something positive
>> but
>> > >> > failed in build.
>> > >> > I have shared a screenshot. Could you check and help me out?
>> > >> >
>> > >> > With Regards
>> > >> > Piyadassi
>> > >> > On Thu, Mar 8, 2018 at 5:26 PM, Myrle Krantz <my...@apache.org>
>> > wrote:
>> > >> >
>> > >> >> Hey Piyadassi,
>> > >> >>
>> > >> >> Thanks for your persistence.
>> > >> >>
>> > >> >> If you want to pull just the one service, go into it's directory,
>> set
>> > >> >> up a git remote to point to the apache repository, and pull from
>> that
>> > >> >> upstream.
>> > >> >>
>> > >> >> For example:
>> > >> >> % cd fineract-cn-service-starter
>> > >> >> % git remote --verbose
>> > >> >>
>> > >> >> Is there a remote pointing to apache?  If not:
>> > >> >> % git remote add upstream https://github.com/apache/fine
>> > >> >> ract-cn-service-starter
>> > >> >>
>> > >> >> % git pull upstream develop
>> > >> >> % ./gradlew publishToMavenLocal
>> > >> >> % cd ../fineract-cn-demo-server
>> > >> >> % ./gradlew assemble
>> > >> >>
>> > >> >> Best regards,
>> > >> >> Myrle
>> > >> >>
>> > >> >>
>> > >> >> On Thu, Mar 8, 2018 at 12:30 PM, Piyadassi Shakya
>> > >> >> <sh...@gmail.com> wrote:
>> > >> >> > Hi Myrle,
>> > >> >> > Don't we need the initial-setup.sh file for this method? or how
>> do
>> > we
>> > >> >> > execute it??
>> > >> >> >
>> > >> >> > With Regards
>> > >> >> > Piyadassi
>> > >> >> >
>> > >> >> > On Thu, Mar 8, 2018 at 4:30 PM, Myrle Krantz <my...@apache.org>
>> > >> wrote:
>> > >> >> >
>> > >> >> >> Piyadassi, Rajan,
>> > >> >> >>
>> > >> >> >> I've merged the PR from Viswa that Mark pointed out (Many
>> thanks
>> > to
>> > >> >> >> both of you.  : o)
>> > >> >> >>
>> > >> >> >> So try repulling repo: https://github.com/apache/
>> > >> >> >> fineract-cn-service-starter
>> > >> >> >>
>> > >> >> >> Best Regards,
>> > >> >> >> Myrle
>> > >> >> >>
>> > >> >> >> On Thu, Mar 8, 2018 at 10:51 AM, Piyadassi Shakya
>> > >> >> >> <sh...@gmail.com> wrote:
>> > >> >> >> > Hi Rajan
>> > >> >> >> > did you build all the 33 repository or how did it work? I
>> have
>> > not
>> > >> >> been
>> > >> >> >> > able to run the demo-server as well.
>> > >> >> >>
>> > >> >>
>> > >> >
>> > >> >
>> > >>
>> > >
>> > >
>> >
>> >
>> > --
>> > *Thanks*
>> > *Namaste*
>> >
>> > Rajan Maurya
>> > Contact Number : +91 9015090523
>> > Github : @Github/therajanmaurya <https://github.com/therajanmaurya>,
>> > LinkedIn: @LinkedIn/therajanmaurya
>> > <https://www.linkedin.com/in/therajanmaurya/>
>> >
>>
>
>
>
> --
> *Thanks*
> *Namaste*
>
> Rajan Maurya
> Contact Number : +91 9015090523
> Github : @Github/therajanmaurya <https://github.com/therajanmaurya>,
> LinkedIn: @LinkedIn/therajanmaurya
> <https://www.linkedin.com/in/therajanmaurya/>
>



-- 
*Thanks*
*Namaste*

Rajan Maurya
Contact Number : +91 9015090523
Github : @Github/therajanmaurya <https://github.com/therajanmaurya>,
LinkedIn: @LinkedIn/therajanmaurya
<https://www.linkedin.com/in/therajanmaurya/>

Re: [Mifos-developer] GSOC 2018

Posted by Rajan Maurya <ra...@gmail.com>.
Thanks, Myrle, It is running now Here is log: https://pastebin.com/KKwmY86k
and I build the web app too but I can't login and getting this error log
https://pastebin.com/74dc2hdF

I am using these credentials:

Tenant : playground

Username : operator

Password : init1@l


Thanks
‌

On Sun, Mar 11, 2018 at 7:26 PM, Myrle Krantz <my...@apache.org> wrote:

> Hey Rajan,
>
> Your error logs indicate you’ve already got the DB running. Or something
> else on that port. Which would be an argument in favor of Viswa’s docker
> approach.
>
> Piyadassi,
>
> You can’t attach things for this mailing list. Either paste the log into
> the mail, or put your attachment somewhere and link it the way Rajan did.
>
> Best Regards,
> Myrle
>
> On Sun 11. Mar 2018 at 14:28 Rajan Maurya <ra...@gmail.com>
> wrote:
>
> > I am still getting error. Here my error log:
> https://pastebin.com/LkDFC5Qc
> >
> >
> >
> > ‌
> >
> > On Sun, Mar 11, 2018 at 3:03 PM, Piyadassi Shakya <
> > shakyapiyadassi@gmail.com
> > > wrote:
> >
> > > Hi Awasum
> > >
> > > It is there in my end. Could you recheck agan?
> > > anyways I have attached it again.
> > >
> > > With Regards
> > > Piyadassi
> > >
> > > On Sun, Mar 11, 2018 at 2:50 PM, Awasum Yannick <aw...@apache.org>
> > wrote:
> > >
> > >> ​Hey Piyadassi,
> > >>
> > >> I think you forgot to attach the screen shot or maybe I have not seen
> it
> > >> on
> > >> my end.
> > >>
> > >>
> > >> Thanks.​
> > >>
> > >> On Sun, Mar 11, 2018 at 8:06 AM, Piyadassi Shakya <
> > >> shakyapiyadassi@gmail.com
> > >> > wrote:
> > >>
> > >> > Hi myrle
> > >> >
> > >> > I followed your guidelines and it was showing something positive but
> > >> > failed in build.
> > >> > I have shared a screenshot. Could you check and help me out?
> > >> >
> > >> > With Regards
> > >> > Piyadassi
> > >> > On Thu, Mar 8, 2018 at 5:26 PM, Myrle Krantz <my...@apache.org>
> > wrote:
> > >> >
> > >> >> Hey Piyadassi,
> > >> >>
> > >> >> Thanks for your persistence.
> > >> >>
> > >> >> If you want to pull just the one service, go into it's directory,
> set
> > >> >> up a git remote to point to the apache repository, and pull from
> that
> > >> >> upstream.
> > >> >>
> > >> >> For example:
> > >> >> % cd fineract-cn-service-starter
> > >> >> % git remote --verbose
> > >> >>
> > >> >> Is there a remote pointing to apache?  If not:
> > >> >> % git remote add upstream https://github.com/apache/fine
> > >> >> ract-cn-service-starter
> > >> >>
> > >> >> % git pull upstream develop
> > >> >> % ./gradlew publishToMavenLocal
> > >> >> % cd ../fineract-cn-demo-server
> > >> >> % ./gradlew assemble
> > >> >>
> > >> >> Best regards,
> > >> >> Myrle
> > >> >>
> > >> >>
> > >> >> On Thu, Mar 8, 2018 at 12:30 PM, Piyadassi Shakya
> > >> >> <sh...@gmail.com> wrote:
> > >> >> > Hi Myrle,
> > >> >> > Don't we need the initial-setup.sh file for this method? or how
> do
> > we
> > >> >> > execute it??
> > >> >> >
> > >> >> > With Regards
> > >> >> > Piyadassi
> > >> >> >
> > >> >> > On Thu, Mar 8, 2018 at 4:30 PM, Myrle Krantz <my...@apache.org>
> > >> wrote:
> > >> >> >
> > >> >> >> Piyadassi, Rajan,
> > >> >> >>
> > >> >> >> I've merged the PR from Viswa that Mark pointed out (Many thanks
> > to
> > >> >> >> both of you.  : o)
> > >> >> >>
> > >> >> >> So try repulling repo: https://github.com/apache/
> > >> >> >> fineract-cn-service-starter
> > >> >> >>
> > >> >> >> Best Regards,
> > >> >> >> Myrle
> > >> >> >>
> > >> >> >> On Thu, Mar 8, 2018 at 10:51 AM, Piyadassi Shakya
> > >> >> >> <sh...@gmail.com> wrote:
> > >> >> >> > Hi Rajan
> > >> >> >> > did you build all the 33 repository or how did it work? I have
> > not
> > >> >> been
> > >> >> >> > able to run the demo-server as well.
> > >> >> >>
> > >> >>
> > >> >
> > >> >
> > >>
> > >
> > >
> >
> >
> > --
> > *Thanks*
> > *Namaste*
> >
> > Rajan Maurya
> > Contact Number : +91 9015090523
> > Github : @Github/therajanmaurya <https://github.com/therajanmaurya>,
> > LinkedIn: @LinkedIn/therajanmaurya
> > <https://www.linkedin.com/in/therajanmaurya/>
> >
>



-- 
*Thanks*
*Namaste*

Rajan Maurya
Contact Number : +91 9015090523
Github : @Github/therajanmaurya <https://github.com/therajanmaurya>,
LinkedIn: @LinkedIn/therajanmaurya
<https://www.linkedin.com/in/therajanmaurya/>

Re: [Mifos-developer] GSOC 2018

Posted by Myrle Krantz <my...@apache.org>.
Hey Rajan,

Your error logs indicate you’ve already got the DB running. Or something
else on that port. Which would be an argument in favor of Viswa’s docker
approach.

Piyadassi,

You can’t attach things for this mailing list. Either paste the log into
the mail, or put your attachment somewhere and link it the way Rajan did.

Best Regards,
Myrle

On Sun 11. Mar 2018 at 14:28 Rajan Maurya <ra...@gmail.com> wrote:

> I am still getting error. Here my error log: https://pastebin.com/LkDFC5Qc
>
>
>
> ‌
>
> On Sun, Mar 11, 2018 at 3:03 PM, Piyadassi Shakya <
> shakyapiyadassi@gmail.com
> > wrote:
>
> > Hi Awasum
> >
> > It is there in my end. Could you recheck agan?
> > anyways I have attached it again.
> >
> > With Regards
> > Piyadassi
> >
> > On Sun, Mar 11, 2018 at 2:50 PM, Awasum Yannick <aw...@apache.org>
> wrote:
> >
> >> ​Hey Piyadassi,
> >>
> >> I think you forgot to attach the screen shot or maybe I have not seen it
> >> on
> >> my end.
> >>
> >>
> >> Thanks.​
> >>
> >> On Sun, Mar 11, 2018 at 8:06 AM, Piyadassi Shakya <
> >> shakyapiyadassi@gmail.com
> >> > wrote:
> >>
> >> > Hi myrle
> >> >
> >> > I followed your guidelines and it was showing something positive but
> >> > failed in build.
> >> > I have shared a screenshot. Could you check and help me out?
> >> >
> >> > With Regards
> >> > Piyadassi
> >> > On Thu, Mar 8, 2018 at 5:26 PM, Myrle Krantz <my...@apache.org>
> wrote:
> >> >
> >> >> Hey Piyadassi,
> >> >>
> >> >> Thanks for your persistence.
> >> >>
> >> >> If you want to pull just the one service, go into it's directory, set
> >> >> up a git remote to point to the apache repository, and pull from that
> >> >> upstream.
> >> >>
> >> >> For example:
> >> >> % cd fineract-cn-service-starter
> >> >> % git remote --verbose
> >> >>
> >> >> Is there a remote pointing to apache?  If not:
> >> >> % git remote add upstream https://github.com/apache/fine
> >> >> ract-cn-service-starter
> >> >>
> >> >> % git pull upstream develop
> >> >> % ./gradlew publishToMavenLocal
> >> >> % cd ../fineract-cn-demo-server
> >> >> % ./gradlew assemble
> >> >>
> >> >> Best regards,
> >> >> Myrle
> >> >>
> >> >>
> >> >> On Thu, Mar 8, 2018 at 12:30 PM, Piyadassi Shakya
> >> >> <sh...@gmail.com> wrote:
> >> >> > Hi Myrle,
> >> >> > Don't we need the initial-setup.sh file for this method? or how do
> we
> >> >> > execute it??
> >> >> >
> >> >> > With Regards
> >> >> > Piyadassi
> >> >> >
> >> >> > On Thu, Mar 8, 2018 at 4:30 PM, Myrle Krantz <my...@apache.org>
> >> wrote:
> >> >> >
> >> >> >> Piyadassi, Rajan,
> >> >> >>
> >> >> >> I've merged the PR from Viswa that Mark pointed out (Many thanks
> to
> >> >> >> both of you.  : o)
> >> >> >>
> >> >> >> So try repulling repo: https://github.com/apache/
> >> >> >> fineract-cn-service-starter
> >> >> >>
> >> >> >> Best Regards,
> >> >> >> Myrle
> >> >> >>
> >> >> >> On Thu, Mar 8, 2018 at 10:51 AM, Piyadassi Shakya
> >> >> >> <sh...@gmail.com> wrote:
> >> >> >> > Hi Rajan
> >> >> >> > did you build all the 33 repository or how did it work? I have
> not
> >> >> been
> >> >> >> > able to run the demo-server as well.
> >> >> >>
> >> >>
> >> >
> >> >
> >>
> >
> >
>
>
> --
> *Thanks*
> *Namaste*
>
> Rajan Maurya
> Contact Number : +91 9015090523
> Github : @Github/therajanmaurya <https://github.com/therajanmaurya>,
> LinkedIn: @LinkedIn/therajanmaurya
> <https://www.linkedin.com/in/therajanmaurya/>
>

Re: [Mifos-developer] GSOC 2018

Posted by Rajan Maurya <ra...@gmail.com>.
I am still getting error. Here my error log: https://pastebin.com/LkDFC5Qc



‌

On Sun, Mar 11, 2018 at 3:03 PM, Piyadassi Shakya <shakyapiyadassi@gmail.com
> wrote:

> Hi Awasum
>
> It is there in my end. Could you recheck agan?
> anyways I have attached it again.
>
> With Regards
> Piyadassi
>
> On Sun, Mar 11, 2018 at 2:50 PM, Awasum Yannick <aw...@apache.org> wrote:
>
>> ​Hey Piyadassi,
>>
>> I think you forgot to attach the screen shot or maybe I have not seen it
>> on
>> my end.
>>
>>
>> Thanks.​
>>
>> On Sun, Mar 11, 2018 at 8:06 AM, Piyadassi Shakya <
>> shakyapiyadassi@gmail.com
>> > wrote:
>>
>> > Hi myrle
>> >
>> > I followed your guidelines and it was showing something positive but
>> > failed in build.
>> > I have shared a screenshot. Could you check and help me out?
>> >
>> > With Regards
>> > Piyadassi
>> > On Thu, Mar 8, 2018 at 5:26 PM, Myrle Krantz <my...@apache.org> wrote:
>> >
>> >> Hey Piyadassi,
>> >>
>> >> Thanks for your persistence.
>> >>
>> >> If you want to pull just the one service, go into it's directory, set
>> >> up a git remote to point to the apache repository, and pull from that
>> >> upstream.
>> >>
>> >> For example:
>> >> % cd fineract-cn-service-starter
>> >> % git remote --verbose
>> >>
>> >> Is there a remote pointing to apache?  If not:
>> >> % git remote add upstream https://github.com/apache/fine
>> >> ract-cn-service-starter
>> >>
>> >> % git pull upstream develop
>> >> % ./gradlew publishToMavenLocal
>> >> % cd ../fineract-cn-demo-server
>> >> % ./gradlew assemble
>> >>
>> >> Best regards,
>> >> Myrle
>> >>
>> >>
>> >> On Thu, Mar 8, 2018 at 12:30 PM, Piyadassi Shakya
>> >> <sh...@gmail.com> wrote:
>> >> > Hi Myrle,
>> >> > Don't we need the initial-setup.sh file for this method? or how do we
>> >> > execute it??
>> >> >
>> >> > With Regards
>> >> > Piyadassi
>> >> >
>> >> > On Thu, Mar 8, 2018 at 4:30 PM, Myrle Krantz <my...@apache.org>
>> wrote:
>> >> >
>> >> >> Piyadassi, Rajan,
>> >> >>
>> >> >> I've merged the PR from Viswa that Mark pointed out (Many thanks to
>> >> >> both of you.  : o)
>> >> >>
>> >> >> So try repulling repo: https://github.com/apache/
>> >> >> fineract-cn-service-starter
>> >> >>
>> >> >> Best Regards,
>> >> >> Myrle
>> >> >>
>> >> >> On Thu, Mar 8, 2018 at 10:51 AM, Piyadassi Shakya
>> >> >> <sh...@gmail.com> wrote:
>> >> >> > Hi Rajan
>> >> >> > did you build all the 33 repository or how did it work? I have not
>> >> been
>> >> >> > able to run the demo-server as well.
>> >> >>
>> >>
>> >
>> >
>>
>
>


-- 
*Thanks*
*Namaste*

Rajan Maurya
Contact Number : +91 9015090523
Github : @Github/therajanmaurya <https://github.com/therajanmaurya>,
LinkedIn: @LinkedIn/therajanmaurya
<https://www.linkedin.com/in/therajanmaurya/>

Re: [Mifos-developer] GSOC 2018

Posted by Piyadassi Shakya <sh...@gmail.com>.
Hi Awasum

It is there in my end. Could you recheck agan?
anyways I have attached it again.

With Regards
Piyadassi

On Sun, Mar 11, 2018 at 2:50 PM, Awasum Yannick <aw...@apache.org> wrote:

> ​Hey Piyadassi,
>
> I think you forgot to attach the screen shot or maybe I have not seen it on
> my end.
>
>
> Thanks.​
>
> On Sun, Mar 11, 2018 at 8:06 AM, Piyadassi Shakya <
> shakyapiyadassi@gmail.com
> > wrote:
>
> > Hi myrle
> >
> > I followed your guidelines and it was showing something positive but
> > failed in build.
> > I have shared a screenshot. Could you check and help me out?
> >
> > With Regards
> > Piyadassi
> > On Thu, Mar 8, 2018 at 5:26 PM, Myrle Krantz <my...@apache.org> wrote:
> >
> >> Hey Piyadassi,
> >>
> >> Thanks for your persistence.
> >>
> >> If you want to pull just the one service, go into it's directory, set
> >> up a git remote to point to the apache repository, and pull from that
> >> upstream.
> >>
> >> For example:
> >> % cd fineract-cn-service-starter
> >> % git remote --verbose
> >>
> >> Is there a remote pointing to apache?  If not:
> >> % git remote add upstream https://github.com/apache/fine
> >> ract-cn-service-starter
> >>
> >> % git pull upstream develop
> >> % ./gradlew publishToMavenLocal
> >> % cd ../fineract-cn-demo-server
> >> % ./gradlew assemble
> >>
> >> Best regards,
> >> Myrle
> >>
> >>
> >> On Thu, Mar 8, 2018 at 12:30 PM, Piyadassi Shakya
> >> <sh...@gmail.com> wrote:
> >> > Hi Myrle,
> >> > Don't we need the initial-setup.sh file for this method? or how do we
> >> > execute it??
> >> >
> >> > With Regards
> >> > Piyadassi
> >> >
> >> > On Thu, Mar 8, 2018 at 4:30 PM, Myrle Krantz <my...@apache.org>
> wrote:
> >> >
> >> >> Piyadassi, Rajan,
> >> >>
> >> >> I've merged the PR from Viswa that Mark pointed out (Many thanks to
> >> >> both of you.  : o)
> >> >>
> >> >> So try repulling repo: https://github.com/apache/
> >> >> fineract-cn-service-starter
> >> >>
> >> >> Best Regards,
> >> >> Myrle
> >> >>
> >> >> On Thu, Mar 8, 2018 at 10:51 AM, Piyadassi Shakya
> >> >> <sh...@gmail.com> wrote:
> >> >> > Hi Rajan
> >> >> > did you build all the 33 repository or how did it work? I have not
> >> been
> >> >> > able to run the demo-server as well.
> >> >>
> >>
> >
> >
>

Re: [Mifos-developer] GSOC 2018

Posted by Awasum Yannick <aw...@apache.org>.
​Hey Piyadassi,

I think you forgot to attach the screen shot or maybe I have not seen it on
my end.


Thanks.​

On Sun, Mar 11, 2018 at 8:06 AM, Piyadassi Shakya <shakyapiyadassi@gmail.com
> wrote:

> Hi myrle
>
> I followed your guidelines and it was showing something positive but
> failed in build.
> I have shared a screenshot. Could you check and help me out?
>
> With Regards
> Piyadassi
> On Thu, Mar 8, 2018 at 5:26 PM, Myrle Krantz <my...@apache.org> wrote:
>
>> Hey Piyadassi,
>>
>> Thanks for your persistence.
>>
>> If you want to pull just the one service, go into it's directory, set
>> up a git remote to point to the apache repository, and pull from that
>> upstream.
>>
>> For example:
>> % cd fineract-cn-service-starter
>> % git remote --verbose
>>
>> Is there a remote pointing to apache?  If not:
>> % git remote add upstream https://github.com/apache/fine
>> ract-cn-service-starter
>>
>> % git pull upstream develop
>> % ./gradlew publishToMavenLocal
>> % cd ../fineract-cn-demo-server
>> % ./gradlew assemble
>>
>> Best regards,
>> Myrle
>>
>>
>> On Thu, Mar 8, 2018 at 12:30 PM, Piyadassi Shakya
>> <sh...@gmail.com> wrote:
>> > Hi Myrle,
>> > Don't we need the initial-setup.sh file for this method? or how do we
>> > execute it??
>> >
>> > With Regards
>> > Piyadassi
>> >
>> > On Thu, Mar 8, 2018 at 4:30 PM, Myrle Krantz <my...@apache.org> wrote:
>> >
>> >> Piyadassi, Rajan,
>> >>
>> >> I've merged the PR from Viswa that Mark pointed out (Many thanks to
>> >> both of you.  : o)
>> >>
>> >> So try repulling repo: https://github.com/apache/
>> >> fineract-cn-service-starter
>> >>
>> >> Best Regards,
>> >> Myrle
>> >>
>> >> On Thu, Mar 8, 2018 at 10:51 AM, Piyadassi Shakya
>> >> <sh...@gmail.com> wrote:
>> >> > Hi Rajan
>> >> > did you build all the 33 repository or how did it work? I have not
>> been
>> >> > able to run the demo-server as well.
>> >>
>>
>
>

Re: [Mifos-developer] GSOC 2018

Posted by Piyadassi Shakya <sh...@gmail.com>.
Hi myrle

I followed your guidelines and it was showing something positive but failed
in build.
I have shared a screenshot. Could you check and help me out?

With Regards
Piyadassi
On Thu, Mar 8, 2018 at 5:26 PM, Myrle Krantz <my...@apache.org> wrote:

> Hey Piyadassi,
>
> Thanks for your persistence.
>
> If you want to pull just the one service, go into it's directory, set
> up a git remote to point to the apache repository, and pull from that
> upstream.
>
> For example:
> % cd fineract-cn-service-starter
> % git remote --verbose
>
> Is there a remote pointing to apache?  If not:
> % git remote add upstream https://github.com/apache/
> fineract-cn-service-starter
>
> % git pull upstream develop
> % ./gradlew publishToMavenLocal
> % cd ../fineract-cn-demo-server
> % ./gradlew assemble
>
> Best regards,
> Myrle
>
>
> On Thu, Mar 8, 2018 at 12:30 PM, Piyadassi Shakya
> <sh...@gmail.com> wrote:
> > Hi Myrle,
> > Don't we need the initial-setup.sh file for this method? or how do we
> > execute it??
> >
> > With Regards
> > Piyadassi
> >
> > On Thu, Mar 8, 2018 at 4:30 PM, Myrle Krantz <my...@apache.org> wrote:
> >
> >> Piyadassi, Rajan,
> >>
> >> I've merged the PR from Viswa that Mark pointed out (Many thanks to
> >> both of you.  : o)
> >>
> >> So try repulling repo: https://github.com/apache/
> >> fineract-cn-service-starter
> >>
> >> Best Regards,
> >> Myrle
> >>
> >> On Thu, Mar 8, 2018 at 10:51 AM, Piyadassi Shakya
> >> <sh...@gmail.com> wrote:
> >> > Hi Rajan
> >> > did you build all the 33 repository or how did it work? I have not
> been
> >> > able to run the demo-server as well.
> >>
>

Re: [Mifos-developer] GSOC 2018

Posted by Myrle Krantz <my...@apache.org>.
Hey Piyadassi,

Thanks for your persistence.

If you want to pull just the one service, go into it's directory, set
up a git remote to point to the apache repository, and pull from that
upstream.

For example:
% cd fineract-cn-service-starter
% git remote --verbose

Is there a remote pointing to apache?  If not:
% git remote add upstream https://github.com/apache/fineract-cn-service-starter

% git pull upstream develop
% ./gradlew publishToMavenLocal
% cd ../fineract-cn-demo-server
% ./gradlew assemble

Best regards,
Myrle


On Thu, Mar 8, 2018 at 12:30 PM, Piyadassi Shakya
<sh...@gmail.com> wrote:
> Hi Myrle,
> Don't we need the initial-setup.sh file for this method? or how do we
> execute it??
>
> With Regards
> Piyadassi
>
> On Thu, Mar 8, 2018 at 4:30 PM, Myrle Krantz <my...@apache.org> wrote:
>
>> Piyadassi, Rajan,
>>
>> I've merged the PR from Viswa that Mark pointed out (Many thanks to
>> both of you.  : o)
>>
>> So try repulling repo: https://github.com/apache/
>> fineract-cn-service-starter
>>
>> Best Regards,
>> Myrle
>>
>> On Thu, Mar 8, 2018 at 10:51 AM, Piyadassi Shakya
>> <sh...@gmail.com> wrote:
>> > Hi Rajan
>> > did you build all the 33 repository or how did it work? I have not been
>> > able to run the demo-server as well.
>>

Re: [Mifos-developer] GSOC 2018

Posted by Piyadassi Shakya <sh...@gmail.com>.
Hi Myrle,
Don't we need the initial-setup.sh file for this method? or how do we
execute it??

With Regards
Piyadassi

On Thu, Mar 8, 2018 at 4:30 PM, Myrle Krantz <my...@apache.org> wrote:

> Piyadassi, Rajan,
>
> I've merged the PR from Viswa that Mark pointed out (Many thanks to
> both of you.  : o)
>
> So try repulling repo: https://github.com/apache/
> fineract-cn-service-starter
>
> Best Regards,
> Myrle
>
> On Thu, Mar 8, 2018 at 10:51 AM, Piyadassi Shakya
> <sh...@gmail.com> wrote:
> > Hi Rajan
> > did you build all the 33 repository or how did it work? I have not been
> > able to run the demo-server as well.
>

Re: [Mifos-developer] GSOC 2018

Posted by Myrle Krantz <my...@apache.org>.
Piyadassi, Rajan,

I've merged the PR from Viswa that Mark pointed out (Many thanks to
both of you.  : o)

So try repulling repo: https://github.com/apache/fineract-cn-service-starter

Best Regards,
Myrle

On Thu, Mar 8, 2018 at 10:51 AM, Piyadassi Shakya
<sh...@gmail.com> wrote:
> Hi Rajan
> did you build all the 33 repository or how did it work? I have not been
> able to run the demo-server as well.

Re: [Mifos-developer] GSOC 2018

Posted by Piyadassi Shakya <sh...@gmail.com>.
Hi Rajan
did you build all the 33 repository or how did it work? I have not been
able to run the demo-server as well.



With Regards
Piyadassi


On Tue, Mar 6, 2018 at 5:02 PM, Rajan Maurya <ra...@gmail.com>
wrote:

> Hi Myrle,
>
> Myrle, Like you know we don't have any instance to test the Fineract-CN
> API, that's why I ended up to build the Fineract-CN locally for updating
> idealist.
> I cloned the repos and build the web app successfully
> I followed this guideline https://cwiki.apache
> .org/confluence/display/FINERACT/How+To+Build+Apache+Fineract+CN
>
> Issue: I am unable to login into the web app with the given credentials in
> the guide.
>
>
>
> ‌
>
> On Mon, Mar 5, 2018 at 3:37 PM, Myrle Krantz <my...@apache.org> wrote:
>
>> Hey Ed,
>>
>> Can you please move the Fineract CN content, including the Fineract CN
>> mobile content to Apache infrastructure.  In this case, I'd recommend
>> appropriately tagged Jira tickets.  Also, I assume you know Rajan is
>> going to do that (and the same with Avik, and Gaurav), because he
>> agreed to it to you somewhere other than the public list?  Please move
>> communication like this to the public list.
>>
>> I assume that Rajan will be registering to mentor with Apache, now
>> that he's been invited to be a committer?  Maybe I'm a bit early,
>> since Rajan hasn't accepted the committer status yet. ; o) Rajan, if
>> you need any assistance with that process, feel free to ask...
>>
>> Best Regards,
>> Myrle Krantz
>> PMC Member, Apache Fineract
>>
>>
>> On Mon, Mar 5, 2018 at 9:07 AM, Ed Cable <ed...@mifos.org> wrote:
>> > Hello Aksh,
>> >
>> > Rajan is going to be updating the description soon with prospective
>> tasks.
>> > Sorry for that delay.
>> >
>> > Ed
>> >
>> >
>> >
>> > On Sat, Mar 3, 2018 at 4:55 AM, Aksh Gautam <ga...@gmail.com> wrote:
>> >
>> >> Hey,
>> >>
>> >> The description of Fineract CN Mobile 2.0 seems to be missing on the
>> PAGE
>> >> <https://mifosforge.jira.com/wiki/spaces/RES/pages/225411076
>> /Google+Summer+of+Code+2018+Ideas#GoogleSummerofCode2018Idea
>> s-FineractCNMobile2.0>
>> >> It would be helpful if description could be updated.
>> >>
>> >> PS: I hope this is not a duplicate email. Since the previous mail
>> failed
>> >> to deliver.
>> >>
>> >> Thanks
>> >> Aksh Gautam
>> >>
>> >> ------------------------------------------------------------
>> >> ------------------
>> >> Check out the vibrant tech community on one of the world's most
>> >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> >> Mifos-developer mailing list
>> >> mifos-developer@lists.sourceforge.net
>> >> Unsubscribe or change settings at:
>> >> https://lists.sourceforge.net/lists/listinfo/mifos-developer
>> >>
>> >
>> >
>> >
>> > --
>> > *Ed Cable*
>> > President/CEO, Mifos Initiative
>> > edcable@mifos.org | Skype: edcable | Mobile: +1.484.477.8649
>> <(484)%20477-8649>
>> >
>> > *Collectively Creating a World of 3 Billion Maries | *http://mifos.org
>> > <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
>>
>
>
>
> --
> *Thanks*
> *Namaste*
>
> Rajan Maurya
> Contact Number : +91 9015090523 <+91%2090150%2090523>
> Github : @Github/therajanmaurya <https://github.com/therajanmaurya>,
> LinkedIn: @LinkedIn/therajanmaurya
> <https://www.linkedin.com/in/therajanmaurya/>
>

Re: [Mifos-developer] GSOC 2018

Posted by Rajan Maurya <ra...@gmail.com>.
Hi Myrle,

Myrle, Like you know we don't have any instance to test the Fineract-CN
API, that's why I ended up to build the Fineract-CN locally for updating
idealist.
I cloned the repos and build the web app successfully
I followed this guideline https://cwiki.apache.org/confluence/display/
FINERACT/How+To+Build+Apache+Fineract+CN

Issue: I am unable to login into the web app with the given credentials in
the guide.



‌

On Mon, Mar 5, 2018 at 3:37 PM, Myrle Krantz <my...@apache.org> wrote:

> Hey Ed,
>
> Can you please move the Fineract CN content, including the Fineract CN
> mobile content to Apache infrastructure.  In this case, I'd recommend
> appropriately tagged Jira tickets.  Also, I assume you know Rajan is
> going to do that (and the same with Avik, and Gaurav), because he
> agreed to it to you somewhere other than the public list?  Please move
> communication like this to the public list.
>
> I assume that Rajan will be registering to mentor with Apache, now
> that he's been invited to be a committer?  Maybe I'm a bit early,
> since Rajan hasn't accepted the committer status yet. ; o) Rajan, if
> you need any assistance with that process, feel free to ask...
>
> Best Regards,
> Myrle Krantz
> PMC Member, Apache Fineract
>
>
> On Mon, Mar 5, 2018 at 9:07 AM, Ed Cable <ed...@mifos.org> wrote:
> > Hello Aksh,
> >
> > Rajan is going to be updating the description soon with prospective
> tasks.
> > Sorry for that delay.
> >
> > Ed
> >
> >
> >
> > On Sat, Mar 3, 2018 at 4:55 AM, Aksh Gautam <ga...@gmail.com> wrote:
> >
> >> Hey,
> >>
> >> The description of Fineract CN Mobile 2.0 seems to be missing on the
> PAGE
> >> <https://mifosforge.jira.com/wiki/spaces/RES/pages/225411076
> /Google+Summer+of+Code+2018+Ideas#GoogleSummerofCode2018Idea
> s-FineractCNMobile2.0>
> >> It would be helpful if description could be updated.
> >>
> >> PS: I hope this is not a duplicate email. Since the previous mail failed
> >> to deliver.
> >>
> >> Thanks
> >> Aksh Gautam
> >>
> >> ------------------------------------------------------------
> >> ------------------
> >> Check out the vibrant tech community on one of the world's most
> >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> >> Mifos-developer mailing list
> >> mifos-developer@lists.sourceforge.net
> >> Unsubscribe or change settings at:
> >> https://lists.sourceforge.net/lists/listinfo/mifos-developer
> >>
> >
> >
> >
> > --
> > *Ed Cable*
> > President/CEO, Mifos Initiative
> > edcable@mifos.org | Skype: edcable | Mobile: +1.484.477.8649
> >
> > *Collectively Creating a World of 3 Billion Maries | *http://mifos.org
> > <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
>



-- 
*Thanks*
*Namaste*

Rajan Maurya
Contact Number : +91 9015090523
Github : @Github/therajanmaurya <https://github.com/therajanmaurya>,
LinkedIn: @LinkedIn/therajanmaurya
<https://www.linkedin.com/in/therajanmaurya/>

Re: [Mifos-developer] GSOC 2018

Posted by Myrle Krantz <my...@apache.org>.
Hey Ed,

Can you please move the Fineract CN content, including the Fineract CN
mobile content to Apache infrastructure.  In this case, I'd recommend
appropriately tagged Jira tickets.  Also, I assume you know Rajan is
going to do that (and the same with Avik, and Gaurav), because he
agreed to it to you somewhere other than the public list?  Please move
communication like this to the public list.

I assume that Rajan will be registering to mentor with Apache, now
that he's been invited to be a committer?  Maybe I'm a bit early,
since Rajan hasn't accepted the committer status yet. ; o) Rajan, if
you need any assistance with that process, feel free to ask...

Best Regards,
Myrle Krantz
PMC Member, Apache Fineract


On Mon, Mar 5, 2018 at 9:07 AM, Ed Cable <ed...@mifos.org> wrote:
> Hello Aksh,
>
> Rajan is going to be updating the description soon with prospective tasks.
> Sorry for that delay.
>
> Ed
>
>
>
> On Sat, Mar 3, 2018 at 4:55 AM, Aksh Gautam <ga...@gmail.com> wrote:
>
>> Hey,
>>
>> The description of Fineract CN Mobile 2.0 seems to be missing on the PAGE
>> <https://mifosforge.jira.com/wiki/spaces/RES/pages/225411076/Google+Summer+of+Code+2018+Ideas#GoogleSummerofCode2018Ideas-FineractCNMobile2.0>
>> It would be helpful if description could be updated.
>>
>> PS: I hope this is not a duplicate email. Since the previous mail failed
>> to deliver.
>>
>> Thanks
>> Aksh Gautam
>>
>> ------------------------------------------------------------
>> ------------------
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> Mifos-developer mailing list
>> mifos-developer@lists.sourceforge.net
>> Unsubscribe or change settings at:
>> https://lists.sourceforge.net/lists/listinfo/mifos-developer
>>
>
>
>
> --
> *Ed Cable*
> President/CEO, Mifos Initiative
> edcable@mifos.org | Skype: edcable | Mobile: +1.484.477.8649
>
> *Collectively Creating a World of 3 Billion Maries | *http://mifos.org
> <http://facebook.com/mifos>  <http://www.twitter.com/mifos>