Re: Fineract build

2019-12-04 Thread Juhan Aasaru
Windows should be fine, you should get everything working on that. Michael has a little typo, you need to use ./gradlew (or ./gradlew.bat) insead of "gradle". You probably have Gradle 5 in your path which is not compatible (run "gradle --version" to see what version you have). Also if you

Re: help jump starting?

2019-12-04 Thread Awasum Yannick
Hi Demo server at times runs with an embedded activemq and other data stores. So if you already have an activemq installed on your host, then thats what is causing the port in use exception. Hope this helps. On Wed, Dec 4, 2019, 23:06 Rohit Jain wrote: > Hi Ebenezer, > > > > A thread by the

Re: Fineract build

2019-12-04 Thread Michael Vorburger
These error messages look like they could be caused by a mismatch in Gradle version. Instead of installing Gradle yourself and using "gradle" as the command, try using ./gradlewt to see if that helps? On Wed, Dec 4, 2019 at 2:07 PM Rohit Jain wrote: > No changes. I am following the build

Re: PENTAHO REPORTS

2019-12-04 Thread Girish Kumar
Could you tell me the procedures, I tried (don't worry about the SQL I will look into it) but the reports are not generating only I see blank screens when a Pentaho report is called !! the build was successful after adding the reports and other dependencies (I presume I had added all, as there

Re: Regarding Release Date of Fineract 1.4.0

2019-12-04 Thread Ed Cable
Thank you Avik! Ed On Wed, Dec 4, 2019, 06:14 Avik Ganguly wrote: > Hi team, > > PR for issue FIN-802 has > been sent for backend and > frontend

RE: Fineract build

2019-12-04 Thread Rohit Jain
No changes. I am following the build guidelines as outlined on that web page. From: Victor Romero Sent: Wednesday, December 4, 2019 3:56 PM To: dev@fineract.apache.org Subject: Re: Fineract build External Hi Rohit, That is not related to Operating System issues. It is Fineract-CN code

help jump starting?

2019-12-04 Thread Rohit Jain
Hi Ebenezer, A thread by the same subject line was initiated by my colleague, Eric Owhadi, on 06 Jun, 20:51. He ran into an issue: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused It so happens that 4 months later I have run into

Re: Fineract build

2019-12-04 Thread Victor Romero
Hi Rohit, That is not related to Operating System issues. It is Fineract-CN code itself. Have you done any change or is a fresh clone ? Regards Victor El 4 de diciembre de 2019 a las 10:56 AM Rohit

Fineract build

2019-12-04 Thread Rohit Jain
When I started to build using the instructions on https://cwiki.apache.org/confluence/display/FINERACT/How+To+Build+Apache+Fineract+CN, I followed the recommended option 1 in Step 2: Get Program Code and ran into some issues when I ran gradle build (remember, I am trying to do this on a

Re: Load testing of MifosX/Fineract scheduler jobs

2019-12-04 Thread Joseph Cabral
Hi Fineract community, Sorry for the very late reply. We have been trying different things to improve the batch run time for post interest to savings job but to no avail. We have tried various things like upgrading Spring Boot, migrating to Hibernate, using SpringJPA instead of OpenJPA so we can

Re: Regarding Release Date of Fineract 1.4.0

2019-12-04 Thread Avik Ganguly
Hi team, PR for issue FIN-802 has been sent for backend and frontend . Can someone review and merge it? With best regards, Avik. ᐧ On Wed, Dec

Re: PENTAHO REPORTS

2019-12-04 Thread Maek Twain
I tried doing the same seems like there is some issue with database queries, t me there were errors in the log about statement being fired but failing at the core level of execution, I researched a bit I found it , has to do with sql libs. Thanks On Wed, 4 Dec 2019, 14:19 Girish Kumar, wrote:

PENTAHO REPORTS

2019-12-04 Thread Girish Kumar
Hi all, We are trying to enforce the pentaho reports to the fineract, the build with pentaho rep and dependencies was successful but the reports are nor running, any clue where and what we are missing .. the reports are very crucial for the projects Regards Girish K