This is what I get when running through eclipse

https://pastebin.com/1KQq8Fx2

On Tue, Apr 2, 2019 at 12:02 PM Saransh Sharma <[email protected]>
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, <[email protected]> wrote:
>
>> what about the Run Application from within IDE? the step before remote
>> debugging.
>>
>> On Tue, 2 Apr 2019, 11:46 Shruthi M R, <[email protected]>
>> 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/]
>>> <https://www.facebook.com/finflux/> <https://www.finflux.co/>
>>> <https://www.linkedin.com/company/finfluxtoo/> [image:
>>> https://twitter.com/finflux_?lang=en] <
>>> https://twitter.com/finflux_?lang=en>
>>>
>>>
>>> On Tue, Apr 2, 2019 at 11:21 AM Saransh Sharma <[email protected]>
>>> wrote:
>>>
>>> > What about from the IDE I am unable to run fineract as Application
>>> > configuration.
>>> >
>>> > On Tue, 2 Apr 2019, 00:49 Vishwas Babu, <
>>> [email protected]>
>>> > 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 <
>>> [email protected]>
>>> > > 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 <
>>> [email protected]>
>>> > > > 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 <
>>> > [email protected]
>>> > > >
>>> > > > > 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 <
>>> > > [email protected]>
>>> > > > >> wrote:
>>> > > > >>
>>> > > > >>> Oh, oops.
>>> > > > >>>
>>> > > > >>> I am trying to setup local development for Fineract and I am
>>> > getting
>>> > > > >>> exception as below.
>>> > > > >>>
>>> > > > >>> Caused by: <openjpa-2.4.1-r422266:1730418 fatal user error>
>>> > > > >>> 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 <
>>> > > > >>> [email protected]> 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 <
>>> > > [email protected]
>>> > > > >
>>> > > > >>>> 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 is amazing.
>>> > > > >>
>>> > > > >>
>>> > > >
>>> > >
>>> >
>>> ----------------------------------------------------------------------------------------------
>>> > > > >>
>>> > > > >>
>>> > > > >>
>>> > > > >
>>> > > > >
>>> > > > > --
>>> > > > >
>>> > > > >
>>> > > > > Saransh Sharma
>>> > > > >
>>> > > > >
>>> > > > >
>>> > > > >
>>> > > >
>>> > >
>>> >
>>> ----------------------------------------------------------------------------------------------
>>> > > > >
>>> > > > > The idea of separation of me and you is amazing.
>>> > > > >
>>> > > > >
>>> > > >
>>> > >
>>> >
>>> ----------------------------------------------------------------------------------------------
>>> > > > >
>>> > > > >
>>> > > > >
>>> > > >
>>> > > >
>>> > > > --
>>> > > >
>>> > > >
>>> > > > Saransh Sharma
>>> > > >
>>> > > >
>>> > > >
>>> > > >
>>> > >
>>> >
>>> ----------------------------------------------------------------------------------------------
>>> > > >
>>> > > > The idea of separation of me and you is amazing.
>>> > > >
>>> > > >
>>> > >
>>> >
>>> ----------------------------------------------------------------------------------------------
>>> > > >
>>> > >
>>> >
>>>
>>

-- 


Saransh Sharma


----------------------------------------------------------------------------------------------

The idea of separation of me and you is amazing.
----------------------------------------------------------------------------------------------

Reply via email to