Re: MIFOS - Dev Setup Issue

2017-11-28 Thread Santosh Math
Good to know Karthink. Recommended are: java/jdk 1.8, mysql 5.6 and Tomcat 7. Regards Santosh On Wed, Nov 29, 2017 at 12:56 AM, Karthik Ananthakrishnan < karthi...@beyondsquare.com> wrote: > Hello All, > > I have got this issue resolved. I was using MySQL 5.7 and was getting that > error. I

Re: MIFOS - Dev Setup Issue

2017-11-28 Thread Karthik Ananthakrishnan
Hello All, I have got this issue resolved. I was using MySQL 5.7 and was getting that error. I changed it to 5.6 and tomcat started without any error. ☺ Thanks, Karthik On 28/11/17, 6:22 PM, "Karthik Ananthakrishnan" wrote: Santhosh, I

Re: MIFOS - Dev Setup Issue

2017-11-28 Thread Karthik Ananthakrishnan
Santhosh, I have created the Eclipse WS from https://github.com/openMF/incubator-fineract/tree/mifosplatform-17.07.01.RELEASE I have installed Apache Activemq 5.15.2 and Started it. (No Configurations wr.r.t mifos done.) Started Fineract using 'gradlew clean tomcatrunwar' from the root

Re: MIFOS - Dev Setup Issue

2017-11-20 Thread Santosh Math
Hi Karthik, 1. Download and Install Apache Activemq 5.15 and run it. 2. Run the Fineract platform using command, 'gradlew clean tomcatrunwar' 3. Through Eclipse, connect to the already running Fineract server using 'Remote Debugging' Regards Santosh On Tue, Nov 21, 2017 at 11:40 AM,

Re: MIFOS - Dev Setup Issue

2017-11-20 Thread karthik . a
Thanks Santhosh, If eclipse wont work, How do i setup a dev environment.? Like, I want to run debug configuration and check the workflow. Thanks, Karthik > Hi Karthik, > > After moving to OPENJPA, the eclipse doesn't work with Fineract. You can > only use gradle to compile the code. > >