Introduction

2019-04-02 Thread Percy Enoabane
Hello,
I am Percy Ashu a computer engineering student in Buea, Cameroon.
I program in Java and i would like to get better in Spring boot .
I am very passionate about technology and will love to participate in this
project and learn new things.
At your service.


Request for GSoC proposal Feedbacks

2019-04-02 Thread Ayush Yadav
Hello
I have submitted the GSOC proposal for Mifos/Fineract Chatbot & Adapter
2.0. So I request to give feedbacks regarding it.

Regards
Ayush Yadav


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

2019-04-02 Thread Patrick Finken
I found the culprit: Tomcat 8.5.

Basically, my docker container, based on Tomcat 8.5, was working only on my
local computer. But not anywhere else like my laptop, GKE, GCE, Digital
Ocean...
Also, I tried to install my fineract.war file directly on a VM with tomcat
8.5 and it wasn't working either but it did work with tomcat 7.

So I just changed my docker container and based it on tomcat 7 and now
everything is working fine. Now I can deploy my container on K8s,  or in a
VM.

PS: Can someone confirm if he is able to install and run the latest version
of fineract on tomcat 8.5? Just to check if it is an isolated issue or not.

regards,
Patrick

On Thu, Mar 28, 2019 at 6:35 PM Vishwas Babu <
vish...@confluxtechnologies.com> wrote:

> >>Does someone have an idea of what can cause the error? Maybe something
> that
> >> changed between the last release and the current version?
>
> The only changes to dependencies between the two was made with this commit
>
> https://github.com/apache/fineract/commit/8bfc1f63ab51f3f67ef600f3e94537fcd7f61e2e
>  .
> The war is built with the command ./gradlew clean war
>
> Regards,
> Vishwas
>
>
>
> On Tue, Mar 26, 2019 at 6:14 AM Patrick Finken 
> wrote:
>
> > Hello,
> >
> > I have a containerized version of Fineract 1.x that's works well locally
> > with docker-compose or minikube. But not when I deploy it to Google
> > Kubernetes Engine. I have an error (cf end of the email).
> > To create my docker image, I use the fineract-provider.war file that I've
> > built from a recent code source.
> > On the other hand, it seems to work if I build my docker image with the
> > file fineract-provider.war from the official mifos release.
> >
> > Does someone have an idea of what can cause the error? Maybe something
> that
> > changed between the last release and the current version?
> >
> > Error on GKE:
> >
> > > org.springframework.beans.factory.BeanCreationException: Error creating
> > > bean with name
> > >
> >
> 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor':
> > > Invocation of init method failed; nested exception is
> > > java.lang.AbstractMethodError:
> > >
> >
> org.apache.bval.jsr303.ConfigurationImpl.getDefaultParameterNameProvider()Ljavax/validation/ParameterNameProvider;
> > > at
> > >
> >
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1572)
> > > ~[spring-beans-4.1.9.RELEASE.jar:4.1.9.RELEASE] at
> > >
> >
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539)
> > > ~[spring-beans-4.1.9.RELEASE.jar:4.1.9.RELEASE] at
> > >
> >
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
> > > ~[spring-beans-4.1.9.RELEASE.jar:4.1.9.RELEASE] at
> > >
> >
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
> > > ~[spring-beans-4.1.9.RELEASE.jar:4.1.9.RELEASE] at
> > >
> >
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
> > > ~[spring-beans-4.1.9.RELEASE.jar:4.1.9.RELEASE] at
> > >
> >
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
> > > ~[spring-beans-4.1.9.RELEASE.jar:4.1.9.RELEASE] at
> > >
> >
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
> > > ~[spring-beans-4.1.9.RELEASE.jar:4.1.9.RELEASE] at
> > >
> >
> org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors(PostProcessorRegistrationDelegate.java:199)
> > > ~[spring-context-4.1.9.RELEASE.jar:4.1.9.RELEASE] at
> > >
> >
> org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:619)
> > > ~[spring-context-4.1.9.RELEASE.jar:4.1.9.RELEASE] at
> > >
> >
> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:465)
> > > ~[spring-context-4.1.9.RELEASE.jar:4.1.9.RELEASE] at
> > >
> >
> org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:118)
> > > ~[spring-boot-1.2.8.RELEASE.jar:1.2.8.RELEASE] at
> > >
> >
> org.springframework.boot.SpringApplication.refresh(SpringApplication.java:690)
> > > ~[spring-boot-1.2.8.RELEASE.jar:1.2.8.RELEASE] at
> > >
> >
> org.springframework.boot.SpringApplication.run(SpringApplication.java:322)
> > > ~[spring-boot-1.2.8.RELEASE.jar:1.2.8.RELEASE] at
> > >
> >
> org.springframework.boot.context.web.SpringBootServletInitializer.run(SpringBootServletInitializer.java:135)
> > > [spring-boot-1.2.8.RELEASE.jar:1.2.8.RELEASE] at
> > >
> >
> 

Re: Does anyone know about this error?

2019-04-02 Thread Saransh Sharma
Thanks , for clarification.

Actually to setup the application inside the eclipse , I think just eclipse
related Gradle commands are necessary without any run configuration.



On Tue, Apr 2, 2019 at 4:32 PM Vishwas Babu 
wrote:

> This doesn’t work since the move to Fineract (using OpenJPA in lieu of
> hibernate) . You would have to start Fineract using Gradle and then debug
> the same as a remote java application .
>
> On Monday, April 1, 2019, Saransh Sharma  wrote:
>
> > What about from the IDE I am unable to run fineract as Application
> > configuration.
> >
> > On Tue, 2 Apr 2019, 00:49 Vishwas Babu,  >
> > wrote:
> >
> > > You should be able to debug Fineract platform as a remote Java
> > application.
> > >
> > > Regards,
> > > Vishwas
> > >
> > >
> > >
> > > On Mon, Apr 1, 2019 at 10:28 AM Saransh Sharma 
> > > wrote:
> > >
> > > > Just want to confirm that because of openJPA enhancer we cannot use
> IDE
> > > > based debugging?
> > > >
> > > > Correct please let me know.
> > > >
> > > > Thanks
> > > >
> > > > On Mon, Apr 1, 2019 at 1:53 AM Saransh Sharma  >
> > > > wrote:
> > > >
> > > > > I got the Fineract running finally.
> > > > >
> > > > > Now this seems little complicated.
> > > > >
> > > > > All around on the Fineract Documentation , it says visit and
> install
> > > > > ActiveMQ , I did not use Active MQ, although I had the error
> related
> > to
> > > > > OPEN JPA,  but it did not stop the server.
> > > > >
> > > > > Though previously I was importing the project in IntelliJ only
> > notable
> > > > > change is that I followed the Readme from git repository and did
> not
> > > > import
> > > > > the project.
> > > > >
> > > > > Thanks
> > > > >
> > > > > On Sun, Mar 31, 2019 at 10:55 PM Saransh Sharma <
> > sara...@theupscale.in
> > > >
> > > > > wrote:
> > > > >
> > > > >> I have followed almost all config style.
> > > > >>
> > > > >> First I tried 5.5 with JDK 1.8
> > > > >> Second I tried 5.6 with 1.8 with Active MQ
> > > > >> ..tried and spent almost 12 hours with above configuration.
> > > > >>
> > > > >> It seems like we cannot debug it directly from the IDE , ok not
> bad
> > ,
> > > > but
> > > > >> tomcatRunwar is also failing now what to do?  Then no connecting
> > with
> > > > >> remote debugging.
> > > > >>
> > > > >> Thanks
> > > > >>
> > > > >>
> > > > >>
> > > > >> On Sun, Mar 31, 2019 at 10:48 PM Saransh Sharma <
> > > sara...@theupscale.in>
> > > > >> wrote:
> > > > >>
> > > > >>> Oh, oops.
> > > > >>>
> > > > >>> I am trying to setup local development for Fineract and I am
> > getting
> > > > >>> exception as below.
> > > > >>>
> > > > >>> Caused by: 
> > > > >>> org.apache.openjpa.util.MetaDataException: The type "class
> > > > >>>
> > > > org.apache.fineract.infrastructure.core.domain.
> > AbstractPersistableCustom"
> > > > >>> has not been enhanced.
> > > > >>>
> > > > >>> Now after researching a bit on the forum , I have come to the
> > > > conclusion
> > > > >>> that with mysql 5.7 and JDK 1.8 I cannot run this from IDE.
> > > > >>>
> > > > >>> Now, I am trying to do ./gradlew clean tomcatrunwar also throwing
> > > > >>> exception of failed to start child container.
> > > > >>>
> > > > >>> I think information is bit scattered when it comes to setup
> > Fineract.
> > > > >>>
> > > > >>> Let me know if you have some solution for this.
> > > > >>>
> > > > >>>
> > > > >>> On Sun, Mar 31, 2019 at 10:35 PM Awasum Yannick <
> > > > >>> awasum.yann...@skylabase.com> wrote:
> > > > >>>
> > > >  Hey Saransh,
> > > > 
> > > >  You attachment is not visible because this mailing list does not
> > > > accept
> > > >  attachments. Please use an external service or paste the error
> in
> > > the
> > > >  body of the email.
> > > > 
> > > >  Thanks.
> > > > 
> > > >  On Sun, Mar 31, 2019 at 9:43 AM Saransh Sharma <
> > > sara...@theupscale.in
> > > > >
> > > >  wrote:
> > > > 
> > > >  > Trying to setup apache Fineract on (local instance) IntelliJ
> > while
> > > >  > starting the Application Server it comes up with this.
> > > >  >
> > > >  > I am using OS X 10.14.2
> > > >  > Mysql 5.6
> > > >  > JDK. is 1.8
> > > >  >
> > > >  >
> > > >  > [image: Screenshot 2019-03-31 at 2.12.13 PM.png]
> > > >  >
> > > >  >
> > > >  >
> > > >  >
> > > >  > --
> > > >  >
> > > >  >
> > > >  > Saransh Sharma
> > > >  >
> > > >  >
> > > >  >
> > > >  >
> > > > 
> > > >
> > > 
> > --
> > > >  >
> > > >  >
> > > >  >
> > > > 
> > > >
> > > 
> > --
> > > >  >
> > > >  >
> > > >  >
> > > > 
> > > > >>>
> > > > >>>
> > > > >>> --
> > > > >>>
> > > > >>>
> > > > >>> Saransh Sharma
> > > > >>>
> > > > >>>
> > > > >>>
> > > > >>>
> > > >
> > > 

Re: Does anyone know about this error?

2019-04-02 Thread Vishwas Babu
This doesn’t work since the move to Fineract (using OpenJPA in lieu of
hibernate) . You would have to start Fineract using Gradle and then debug
the same as a remote java application .

On Monday, April 1, 2019, Saransh Sharma  wrote:

> What about from the IDE I am unable to run fineract as Application
> configuration.
>
> On Tue, 2 Apr 2019, 00:49 Vishwas Babu, 
> wrote:
>
> > You should be able to debug Fineract platform as a remote Java
> application.
> >
> > Regards,
> > Vishwas
> >
> >
> >
> > On Mon, Apr 1, 2019 at 10:28 AM Saransh Sharma 
> > wrote:
> >
> > > Just want to confirm that because of openJPA enhancer we cannot use IDE
> > > based debugging?
> > >
> > > Correct please let me know.
> > >
> > > Thanks
> > >
> > > On Mon, Apr 1, 2019 at 1:53 AM Saransh Sharma 
> > > wrote:
> > >
> > > > I got the Fineract running finally.
> > > >
> > > > Now this seems little complicated.
> > > >
> > > > All around on the Fineract Documentation , it says visit and install
> > > > ActiveMQ , I did not use Active MQ, although I had the error related
> to
> > > > OPEN JPA,  but it did not stop the server.
> > > >
> > > > Though previously I was importing the project in IntelliJ only
> notable
> > > > change is that I followed the Readme from git repository and did not
> > > import
> > > > the project.
> > > >
> > > > Thanks
> > > >
> > > > On Sun, Mar 31, 2019 at 10:55 PM Saransh Sharma <
> sara...@theupscale.in
> > >
> > > > wrote:
> > > >
> > > >> I have followed almost all config style.
> > > >>
> > > >> First I tried 5.5 with JDK 1.8
> > > >> Second I tried 5.6 with 1.8 with Active MQ
> > > >> ..tried and spent almost 12 hours with above configuration.
> > > >>
> > > >> It seems like we cannot debug it directly from the IDE , ok not bad
> ,
> > > but
> > > >> tomcatRunwar is also failing now what to do?  Then no connecting
> with
> > > >> remote debugging.
> > > >>
> > > >> Thanks
> > > >>
> > > >>
> > > >>
> > > >> On Sun, Mar 31, 2019 at 10:48 PM Saransh Sharma <
> > sara...@theupscale.in>
> > > >> wrote:
> > > >>
> > > >>> Oh, oops.
> > > >>>
> > > >>> I am trying to setup local development for Fineract and I am
> getting
> > > >>> exception as below.
> > > >>>
> > > >>> Caused by: 
> > > >>> org.apache.openjpa.util.MetaDataException: The type "class
> > > >>>
> > > org.apache.fineract.infrastructure.core.domain.
> AbstractPersistableCustom"
> > > >>> has not been enhanced.
> > > >>>
> > > >>> Now after researching a bit on the forum , I have come to the
> > > conclusion
> > > >>> that with mysql 5.7 and JDK 1.8 I cannot run this from IDE.
> > > >>>
> > > >>> Now, I am trying to do ./gradlew clean tomcatrunwar also throwing
> > > >>> exception of failed to start child container.
> > > >>>
> > > >>> I think information is bit scattered when it comes to setup
> Fineract.
> > > >>>
> > > >>> Let me know if you have some solution for this.
> > > >>>
> > > >>>
> > > >>> On Sun, Mar 31, 2019 at 10:35 PM Awasum Yannick <
> > > >>> awasum.yann...@skylabase.com> wrote:
> > > >>>
> > >  Hey Saransh,
> > > 
> > >  You attachment is not visible because this mailing list does not
> > > accept
> > >  attachments. Please use an external service or paste the error in
> > the
> > >  body of the email.
> > > 
> > >  Thanks.
> > > 
> > >  On Sun, Mar 31, 2019 at 9:43 AM Saransh Sharma <
> > sara...@theupscale.in
> > > >
> > >  wrote:
> > > 
> > >  > Trying to setup apache Fineract on (local instance) IntelliJ
> while
> > >  > starting the Application Server it comes up with this.
> > >  >
> > >  > I am using OS X 10.14.2
> > >  > Mysql 5.6
> > >  > JDK. is 1.8
> > >  >
> > >  >
> > >  > [image: Screenshot 2019-03-31 at 2.12.13 PM.png]
> > >  >
> > >  >
> > >  >
> > >  >
> > >  > --
> > >  >
> > >  >
> > >  > Saransh Sharma
> > >  >
> > >  >
> > >  >
> > >  >
> > > 
> > >
> > 
> --
> > >  >
> > >  >
> > >  >
> > > 
> > >
> > 
> --
> > >  >
> > >  >
> > >  >
> > > 
> > > >>>
> > > >>>
> > > >>> --
> > > >>>
> > > >>>
> > > >>> Saransh Sharma
> > > >>>
> > > >>>
> > > >>>
> > > >>>
> > >
> > 
> --
> > > >>>
> > > >>> You know what I. love a woman whose name is simran,
> > > >>>
> > > >>>
> > >
> > 
> --
> > > >>>
> > > >>>
> > > >>>
> > > >>
> > > >>
> > > >> --
> > > >>
> > > >>
> > > >> Saransh Sharma
> > > >>
> > > >>
> > > >>
> > > >>
> > >
> > 
> --
> > > >>
> > > >> The idea of separation of me and you 

Re: Does anyone know about this error?

2019-04-02 Thread Saransh Sharma
This is what I get when running through eclipse

https://pastebin.com/1KQq8Fx2

On Tue, Apr 2, 2019 at 12:02 PM Saransh Sharma 
wrote:

> Could you be able to help me or point me in the right direction?
>
> I am unable to set it up on local instance.
>
> Thanks
>
> On Tue, 2 Apr 2019, 11:54 Saransh Sharma,  wrote:
>
>> what about the Run Application from within IDE? the step before remote
>> debugging.
>>
>> On Tue, 2 Apr 2019, 11:46 Shruthi M R, 
>> wrote:
>>
>>> Hi Saransh,
>>>
>>> You can enable debug mode. Kindly go through the 'Remote Debugging
>>> through'
>>> section under  https://github.com/openMF/mifosx/wiki/Eclipse
>>>
>>> Regards,
>>> Shruthi
>>> Senior Software Engineer
>>>
>>> +91 8277012716
>>> <
>>> https://mail.google.com/mail/u/0/#m_-1768572932182586981_SignatureSanitizer_
>>> >
>>> www.finflux.co | Banking Made Easy
>>> [image: https://www.facebook.com/finflux/]
>>>  
>>>  [image:
>>> https://twitter.com/finflux_?lang=en] <
>>> https://twitter.com/finflux_?lang=en>
>>>
>>>
>>> On Tue, Apr 2, 2019 at 11:21 AM Saransh Sharma 
>>> wrote:
>>>
>>> > What about from the IDE I am unable to run fineract as Application
>>> > configuration.
>>> >
>>> > On Tue, 2 Apr 2019, 00:49 Vishwas Babu, <
>>> vish...@confluxtechnologies.com>
>>> > wrote:
>>> >
>>> > > You should be able to debug Fineract platform as a remote Java
>>> > application.
>>> > >
>>> > > Regards,
>>> > > Vishwas
>>> > >
>>> > >
>>> > >
>>> > > On Mon, Apr 1, 2019 at 10:28 AM Saransh Sharma <
>>> sara...@theupscale.in>
>>> > > wrote:
>>> > >
>>> > > > Just want to confirm that because of openJPA enhancer we cannot
>>> use IDE
>>> > > > based debugging?
>>> > > >
>>> > > > Correct please let me know.
>>> > > >
>>> > > > Thanks
>>> > > >
>>> > > > On Mon, Apr 1, 2019 at 1:53 AM Saransh Sharma <
>>> sara...@theupscale.in>
>>> > > > wrote:
>>> > > >
>>> > > > > I got the Fineract running finally.
>>> > > > >
>>> > > > > Now this seems little complicated.
>>> > > > >
>>> > > > > All around on the Fineract Documentation , it says visit and
>>> install
>>> > > > > ActiveMQ , I did not use Active MQ, although I had the error
>>> related
>>> > to
>>> > > > > OPEN JPA,  but it did not stop the server.
>>> > > > >
>>> > > > > Though previously I was importing the project in IntelliJ only
>>> > notable
>>> > > > > change is that I followed the Readme from git repository and did
>>> not
>>> > > > import
>>> > > > > the project.
>>> > > > >
>>> > > > > Thanks
>>> > > > >
>>> > > > > On Sun, Mar 31, 2019 at 10:55 PM Saransh Sharma <
>>> > sara...@theupscale.in
>>> > > >
>>> > > > > wrote:
>>> > > > >
>>> > > > >> I have followed almost all config style.
>>> > > > >>
>>> > > > >> First I tried 5.5 with JDK 1.8
>>> > > > >> Second I tried 5.6 with 1.8 with Active MQ
>>> > > > >> ..tried and spent almost 12 hours with above configuration.
>>> > > > >>
>>> > > > >> It seems like we cannot debug it directly from the IDE , ok not
>>> bad
>>> > ,
>>> > > > but
>>> > > > >> tomcatRunwar is also failing now what to do?  Then no connecting
>>> > with
>>> > > > >> remote debugging.
>>> > > > >>
>>> > > > >> Thanks
>>> > > > >>
>>> > > > >>
>>> > > > >>
>>> > > > >> On Sun, Mar 31, 2019 at 10:48 PM Saransh Sharma <
>>> > > sara...@theupscale.in>
>>> > > > >> wrote:
>>> > > > >>
>>> > > > >>> Oh, oops.
>>> > > > >>>
>>> > > > >>> I am trying to setup local development for Fineract and I am
>>> > getting
>>> > > > >>> exception as below.
>>> > > > >>>
>>> > > > >>> Caused by: 
>>> > > > >>> org.apache.openjpa.util.MetaDataException: The type "class
>>> > > > >>>
>>> > > >
>>> >
>>> org.apache.fineract.infrastructure.core.domain.AbstractPersistableCustom"
>>> > > > >>> has not been enhanced.
>>> > > > >>>
>>> > > > >>> Now after researching a bit on the forum , I have come to the
>>> > > > conclusion
>>> > > > >>> that with mysql 5.7 and JDK 1.8 I cannot run this from IDE.
>>> > > > >>>
>>> > > > >>> Now, I am trying to do ./gradlew clean tomcatrunwar also
>>> throwing
>>> > > > >>> exception of failed to start child container.
>>> > > > >>>
>>> > > > >>> I think information is bit scattered when it comes to setup
>>> > Fineract.
>>> > > > >>>
>>> > > > >>> Let me know if you have some solution for this.
>>> > > > >>>
>>> > > > >>>
>>> > > > >>> On Sun, Mar 31, 2019 at 10:35 PM Awasum Yannick <
>>> > > > >>> awasum.yann...@skylabase.com> wrote:
>>> > > > >>>
>>> > > >  Hey Saransh,
>>> > > > 
>>> > > >  You attachment is not visible because this mailing list does
>>> not
>>> > > > accept
>>> > > >  attachments. Please use an external service or paste the
>>> error in
>>> > > the
>>> > > >  body of the email.
>>> > > > 
>>> > > >  Thanks.
>>> > > > 
>>> > > >  On Sun, Mar 31, 2019 at 9:43 AM Saransh Sharma <
>>> > > sara...@theupscale.in
>>> > > > >
>>> > > >  wrote:
>>> > > > 
>>> > > >  > Trying to setup 

Re: Does anyone know about this error?

2019-04-02 Thread Saransh Sharma
Could you be able to help me or point me in the right direction?

I am unable to set it up on local instance.

Thanks

On Tue, 2 Apr 2019, 11:54 Saransh Sharma,  wrote:

> what about the Run Application from within IDE? the step before remote
> debugging.
>
> On Tue, 2 Apr 2019, 11:46 Shruthi M R, 
> wrote:
>
>> Hi Saransh,
>>
>> You can enable debug mode. Kindly go through the 'Remote Debugging
>> through'
>> section under  https://github.com/openMF/mifosx/wiki/Eclipse
>>
>> Regards,
>> Shruthi
>> Senior Software Engineer
>>
>> +91 8277012716
>> <
>> https://mail.google.com/mail/u/0/#m_-1768572932182586981_SignatureSanitizer_
>> >
>> www.finflux.co | Banking Made Easy
>> [image: https://www.facebook.com/finflux/]
>>  
>>  [image:
>> https://twitter.com/finflux_?lang=en] <
>> https://twitter.com/finflux_?lang=en>
>>
>>
>> On Tue, Apr 2, 2019 at 11:21 AM Saransh Sharma 
>> wrote:
>>
>> > What about from the IDE I am unable to run fineract as Application
>> > configuration.
>> >
>> > On Tue, 2 Apr 2019, 00:49 Vishwas Babu, <
>> vish...@confluxtechnologies.com>
>> > wrote:
>> >
>> > > You should be able to debug Fineract platform as a remote Java
>> > application.
>> > >
>> > > Regards,
>> > > Vishwas
>> > >
>> > >
>> > >
>> > > On Mon, Apr 1, 2019 at 10:28 AM Saransh Sharma > >
>> > > wrote:
>> > >
>> > > > Just want to confirm that because of openJPA enhancer we cannot use
>> IDE
>> > > > based debugging?
>> > > >
>> > > > Correct please let me know.
>> > > >
>> > > > Thanks
>> > > >
>> > > > On Mon, Apr 1, 2019 at 1:53 AM Saransh Sharma <
>> sara...@theupscale.in>
>> > > > wrote:
>> > > >
>> > > > > I got the Fineract running finally.
>> > > > >
>> > > > > Now this seems little complicated.
>> > > > >
>> > > > > All around on the Fineract Documentation , it says visit and
>> install
>> > > > > ActiveMQ , I did not use Active MQ, although I had the error
>> related
>> > to
>> > > > > OPEN JPA,  but it did not stop the server.
>> > > > >
>> > > > > Though previously I was importing the project in IntelliJ only
>> > notable
>> > > > > change is that I followed the Readme from git repository and did
>> not
>> > > > import
>> > > > > the project.
>> > > > >
>> > > > > Thanks
>> > > > >
>> > > > > On Sun, Mar 31, 2019 at 10:55 PM Saransh Sharma <
>> > sara...@theupscale.in
>> > > >
>> > > > > wrote:
>> > > > >
>> > > > >> I have followed almost all config style.
>> > > > >>
>> > > > >> First I tried 5.5 with JDK 1.8
>> > > > >> Second I tried 5.6 with 1.8 with Active MQ
>> > > > >> ..tried and spent almost 12 hours with above configuration.
>> > > > >>
>> > > > >> It seems like we cannot debug it directly from the IDE , ok not
>> bad
>> > ,
>> > > > but
>> > > > >> tomcatRunwar is also failing now what to do?  Then no connecting
>> > with
>> > > > >> remote debugging.
>> > > > >>
>> > > > >> Thanks
>> > > > >>
>> > > > >>
>> > > > >>
>> > > > >> On Sun, Mar 31, 2019 at 10:48 PM Saransh Sharma <
>> > > sara...@theupscale.in>
>> > > > >> wrote:
>> > > > >>
>> > > > >>> Oh, oops.
>> > > > >>>
>> > > > >>> I am trying to setup local development for Fineract and I am
>> > getting
>> > > > >>> exception as below.
>> > > > >>>
>> > > > >>> Caused by: 
>> > > > >>> org.apache.openjpa.util.MetaDataException: The type "class
>> > > > >>>
>> > > >
>> >
>> org.apache.fineract.infrastructure.core.domain.AbstractPersistableCustom"
>> > > > >>> has not been enhanced.
>> > > > >>>
>> > > > >>> Now after researching a bit on the forum , I have come to the
>> > > > conclusion
>> > > > >>> that with mysql 5.7 and JDK 1.8 I cannot run this from IDE.
>> > > > >>>
>> > > > >>> Now, I am trying to do ./gradlew clean tomcatrunwar also
>> throwing
>> > > > >>> exception of failed to start child container.
>> > > > >>>
>> > > > >>> I think information is bit scattered when it comes to setup
>> > Fineract.
>> > > > >>>
>> > > > >>> Let me know if you have some solution for this.
>> > > > >>>
>> > > > >>>
>> > > > >>> On Sun, Mar 31, 2019 at 10:35 PM Awasum Yannick <
>> > > > >>> awasum.yann...@skylabase.com> wrote:
>> > > > >>>
>> > > >  Hey Saransh,
>> > > > 
>> > > >  You attachment is not visible because this mailing list does
>> not
>> > > > accept
>> > > >  attachments. Please use an external service or paste the error
>> in
>> > > the
>> > > >  body of the email.
>> > > > 
>> > > >  Thanks.
>> > > > 
>> > > >  On Sun, Mar 31, 2019 at 9:43 AM Saransh Sharma <
>> > > sara...@theupscale.in
>> > > > >
>> > > >  wrote:
>> > > > 
>> > > >  > Trying to setup apache Fineract on (local instance) IntelliJ
>> > while
>> > > >  > starting the Application Server it comes up with this.
>> > > >  >
>> > > >  > I am using OS X 10.14.2
>> > > >  > Mysql 5.6
>> > > >  > JDK. is 1.8
>> > > >  >
>> > > >  >
>> > > >  > [image: Screenshot 2019-03-31 at 2.12.13 

Re: Does anyone know about this error?

2019-04-02 Thread Saransh Sharma
what about the Run Application from within IDE? the step before remote
debugging.

On Tue, 2 Apr 2019, 11:46 Shruthi M R, 
wrote:

> Hi Saransh,
>
> You can enable debug mode. Kindly go through the 'Remote Debugging through'
> section under  https://github.com/openMF/mifosx/wiki/Eclipse
>
> Regards,
> Shruthi
> Senior Software Engineer
>
> +91 8277012716
> <
> https://mail.google.com/mail/u/0/#m_-1768572932182586981_SignatureSanitizer_
> >
> www.finflux.co | Banking Made Easy
> [image: https://www.facebook.com/finflux/]
>  
>  [image:
> https://twitter.com/finflux_?lang=en] <
> https://twitter.com/finflux_?lang=en>
>
>
> On Tue, Apr 2, 2019 at 11:21 AM Saransh Sharma 
> wrote:
>
> > What about from the IDE I am unable to run fineract as Application
> > configuration.
> >
> > On Tue, 2 Apr 2019, 00:49 Vishwas Babu,  >
> > wrote:
> >
> > > You should be able to debug Fineract platform as a remote Java
> > application.
> > >
> > > Regards,
> > > Vishwas
> > >
> > >
> > >
> > > On Mon, Apr 1, 2019 at 10:28 AM Saransh Sharma 
> > > wrote:
> > >
> > > > Just want to confirm that because of openJPA enhancer we cannot use
> IDE
> > > > based debugging?
> > > >
> > > > Correct please let me know.
> > > >
> > > > Thanks
> > > >
> > > > On Mon, Apr 1, 2019 at 1:53 AM Saransh Sharma  >
> > > > wrote:
> > > >
> > > > > I got the Fineract running finally.
> > > > >
> > > > > Now this seems little complicated.
> > > > >
> > > > > All around on the Fineract Documentation , it says visit and
> install
> > > > > ActiveMQ , I did not use Active MQ, although I had the error
> related
> > to
> > > > > OPEN JPA,  but it did not stop the server.
> > > > >
> > > > > Though previously I was importing the project in IntelliJ only
> > notable
> > > > > change is that I followed the Readme from git repository and did
> not
> > > > import
> > > > > the project.
> > > > >
> > > > > Thanks
> > > > >
> > > > > On Sun, Mar 31, 2019 at 10:55 PM Saransh Sharma <
> > sara...@theupscale.in
> > > >
> > > > > wrote:
> > > > >
> > > > >> I have followed almost all config style.
> > > > >>
> > > > >> First I tried 5.5 with JDK 1.8
> > > > >> Second I tried 5.6 with 1.8 with Active MQ
> > > > >> ..tried and spent almost 12 hours with above configuration.
> > > > >>
> > > > >> It seems like we cannot debug it directly from the IDE , ok not
> bad
> > ,
> > > > but
> > > > >> tomcatRunwar is also failing now what to do?  Then no connecting
> > with
> > > > >> remote debugging.
> > > > >>
> > > > >> Thanks
> > > > >>
> > > > >>
> > > > >>
> > > > >> On Sun, Mar 31, 2019 at 10:48 PM Saransh Sharma <
> > > sara...@theupscale.in>
> > > > >> wrote:
> > > > >>
> > > > >>> Oh, oops.
> > > > >>>
> > > > >>> I am trying to setup local development for Fineract and I am
> > getting
> > > > >>> exception as below.
> > > > >>>
> > > > >>> Caused by: 
> > > > >>> org.apache.openjpa.util.MetaDataException: The type "class
> > > > >>>
> > > >
> > org.apache.fineract.infrastructure.core.domain.AbstractPersistableCustom"
> > > > >>> has not been enhanced.
> > > > >>>
> > > > >>> Now after researching a bit on the forum , I have come to the
> > > > conclusion
> > > > >>> that with mysql 5.7 and JDK 1.8 I cannot run this from IDE.
> > > > >>>
> > > > >>> Now, I am trying to do ./gradlew clean tomcatrunwar also throwing
> > > > >>> exception of failed to start child container.
> > > > >>>
> > > > >>> I think information is bit scattered when it comes to setup
> > Fineract.
> > > > >>>
> > > > >>> Let me know if you have some solution for this.
> > > > >>>
> > > > >>>
> > > > >>> On Sun, Mar 31, 2019 at 10:35 PM Awasum Yannick <
> > > > >>> awasum.yann...@skylabase.com> wrote:
> > > > >>>
> > > >  Hey Saransh,
> > > > 
> > > >  You attachment is not visible because this mailing list does not
> > > > accept
> > > >  attachments. Please use an external service or paste the error
> in
> > > the
> > > >  body of the email.
> > > > 
> > > >  Thanks.
> > > > 
> > > >  On Sun, Mar 31, 2019 at 9:43 AM Saransh Sharma <
> > > sara...@theupscale.in
> > > > >
> > > >  wrote:
> > > > 
> > > >  > Trying to setup apache Fineract on (local instance) IntelliJ
> > while
> > > >  > starting the Application Server it comes up with this.
> > > >  >
> > > >  > I am using OS X 10.14.2
> > > >  > Mysql 5.6
> > > >  > JDK. is 1.8
> > > >  >
> > > >  >
> > > >  > [image: Screenshot 2019-03-31 at 2.12.13 PM.png]
> > > >  >
> > > >  >
> > > >  >
> > > >  >
> > > >  > --
> > > >  >
> > > >  >
> > > >  > Saransh Sharma
> > > >  >
> > > >  >
> > > >  >
> > > >  >
> > > > 
> > > >
> > >
> >
> --
> > > >  >
> > > >  >
> > > >  >
> > > > 
> > > >
> > >
> >
> 

Re: Does anyone know about this error?

2019-04-02 Thread Shruthi M R
Hi Saransh,

You can enable debug mode. Kindly go through the 'Remote Debugging through'
section under  https://github.com/openMF/mifosx/wiki/Eclipse

Regards,
Shruthi
Senior Software Engineer

+91 8277012716

www.finflux.co | Banking Made Easy
[image: https://www.facebook.com/finflux/]
 
 [image:
https://twitter.com/finflux_?lang=en] 


On Tue, Apr 2, 2019 at 11:21 AM Saransh Sharma 
wrote:

> What about from the IDE I am unable to run fineract as Application
> configuration.
>
> On Tue, 2 Apr 2019, 00:49 Vishwas Babu, 
> wrote:
>
> > You should be able to debug Fineract platform as a remote Java
> application.
> >
> > Regards,
> > Vishwas
> >
> >
> >
> > On Mon, Apr 1, 2019 at 10:28 AM Saransh Sharma 
> > wrote:
> >
> > > Just want to confirm that because of openJPA enhancer we cannot use IDE
> > > based debugging?
> > >
> > > Correct please let me know.
> > >
> > > Thanks
> > >
> > > On Mon, Apr 1, 2019 at 1:53 AM Saransh Sharma 
> > > wrote:
> > >
> > > > I got the Fineract running finally.
> > > >
> > > > Now this seems little complicated.
> > > >
> > > > All around on the Fineract Documentation , it says visit and install
> > > > ActiveMQ , I did not use Active MQ, although I had the error related
> to
> > > > OPEN JPA,  but it did not stop the server.
> > > >
> > > > Though previously I was importing the project in IntelliJ only
> notable
> > > > change is that I followed the Readme from git repository and did not
> > > import
> > > > the project.
> > > >
> > > > Thanks
> > > >
> > > > On Sun, Mar 31, 2019 at 10:55 PM Saransh Sharma <
> sara...@theupscale.in
> > >
> > > > wrote:
> > > >
> > > >> I have followed almost all config style.
> > > >>
> > > >> First I tried 5.5 with JDK 1.8
> > > >> Second I tried 5.6 with 1.8 with Active MQ
> > > >> ..tried and spent almost 12 hours with above configuration.
> > > >>
> > > >> It seems like we cannot debug it directly from the IDE , ok not bad
> ,
> > > but
> > > >> tomcatRunwar is also failing now what to do?  Then no connecting
> with
> > > >> remote debugging.
> > > >>
> > > >> Thanks
> > > >>
> > > >>
> > > >>
> > > >> On Sun, Mar 31, 2019 at 10:48 PM Saransh Sharma <
> > sara...@theupscale.in>
> > > >> wrote:
> > > >>
> > > >>> Oh, oops.
> > > >>>
> > > >>> I am trying to setup local development for Fineract and I am
> getting
> > > >>> exception as below.
> > > >>>
> > > >>> Caused by: 
> > > >>> org.apache.openjpa.util.MetaDataException: The type "class
> > > >>>
> > >
> org.apache.fineract.infrastructure.core.domain.AbstractPersistableCustom"
> > > >>> has not been enhanced.
> > > >>>
> > > >>> Now after researching a bit on the forum , I have come to the
> > > conclusion
> > > >>> that with mysql 5.7 and JDK 1.8 I cannot run this from IDE.
> > > >>>
> > > >>> Now, I am trying to do ./gradlew clean tomcatrunwar also throwing
> > > >>> exception of failed to start child container.
> > > >>>
> > > >>> I think information is bit scattered when it comes to setup
> Fineract.
> > > >>>
> > > >>> Let me know if you have some solution for this.
> > > >>>
> > > >>>
> > > >>> On Sun, Mar 31, 2019 at 10:35 PM Awasum Yannick <
> > > >>> awasum.yann...@skylabase.com> wrote:
> > > >>>
> > >  Hey Saransh,
> > > 
> > >  You attachment is not visible because this mailing list does not
> > > accept
> > >  attachments. Please use an external service or paste the error in
> > the
> > >  body of the email.
> > > 
> > >  Thanks.
> > > 
> > >  On Sun, Mar 31, 2019 at 9:43 AM Saransh Sharma <
> > sara...@theupscale.in
> > > >
> > >  wrote:
> > > 
> > >  > Trying to setup apache Fineract on (local instance) IntelliJ
> while
> > >  > starting the Application Server it comes up with this.
> > >  >
> > >  > I am using OS X 10.14.2
> > >  > Mysql 5.6
> > >  > JDK. is 1.8
> > >  >
> > >  >
> > >  > [image: Screenshot 2019-03-31 at 2.12.13 PM.png]
> > >  >
> > >  >
> > >  >
> > >  >
> > >  > --
> > >  >
> > >  >
> > >  > Saransh Sharma
> > >  >
> > >  >
> > >  >
> > >  >
> > > 
> > >
> >
> --
> > >  >
> > >  >
> > >  >
> > > 
> > >
> >
> --
> > >  >
> > >  >
> > >  >
> > > 
> > > >>>
> > > >>>
> > > >>> --
> > > >>>
> > > >>>
> > > >>> Saransh Sharma
> > > >>>
> > > >>>
> > > >>>
> > > >>>
> > >
> >
> --
> > > >>>
> > > >>> You know what I. love a woman whose name is simran,
> > > >>>
> > > >>>
> > >
> >
>