Questions tagged [apache-fineract]
5 questions
1
vote
1 answer
Apache Fineract Reporting
I have got Apache fineract(Open Source core banking solution) from GitHub, So it is a gradle-based project, All functionality works well, But In reporting section, when I want to get a report by using Pentaho, I got this exception…

reza mirzaie
- 27
- 5
0
votes
4 answers
Fineract CN Basic Setup
I have followed the setup detailed on this link https://cwiki.apache.org/confluence/display/FINERACT/Bare+minimum+to+run+Fineract-CN+locally but it appears there are some properties that are missing such…

Mapfunde Venon
- 25
- 8
0
votes
1 answer
fineract API Post recurringdepositaccount not working and It is not also covered in the fineract documentation
fineract Post recurringdepositaccount api in postman responds with the error message:
{
"timestamp": 1568640270686,
"status": 500,
"error": "Internal Server Error",
"exception": "java.lang.NullPointerException",
"message":…

SukurujuShabangu
- 1
- 1
0
votes
1 answer
Fineract doesn't start in mac Mojave
I followed exact same step as per [1] and when I execute
./gradlew tomcatRunWar
Process didn't work after 92%
16:14:48.912 [localhost-startStop-1] INFO o.s.j.c.CachingConnectionFactory - Established shared JMS Connection: ActiveMQConnection…

Gayan
- 779
- 3
- 8
0
votes
1 answer
Run/Debug Apache Fineract using Eclipse?
Github guides suggest building the war and running in embedded tomcat through gradle wrapper....
This takes a lot of time to implement code changes.....I would like to run the project from Eclipse/IntelliJ and debug, hot code replacement, etc.
The…

julianm
- 2,393
- 1
- 23
- 24