Channels / #fineract / 2026 / 04 / 13

#fineract 2026-04-13

Mon 11:48Kaushal Shriyan
Hi All I am configuring https://github.com/openMF/mifos-reporting-plugin running Ubuntu 24.04.4 LTS along with Apache Fineract 1.14. I am encountering issues. Please guide me. Thanks in advance
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:32 min
[INFO] Finished at: 2026-04-13T17:13:25+05:30
[INFO] ------------------------------------------------------------------------

[ERROR] Failed to execute goal on project pentaho-plugin: Could not collect dependencies for project community.mifos:pentaho-plugin:jar:1.15.0-SNAPSHOT
[ERROR] Failed to read artifact descriptor for org.pentaho.reporting.engine:classic-core:jar:9.4.0.0-343
[ERROR] Caused by: The following artifacts could not be resolved: org.pentaho.reporting.engine:classic-core:pom:9.4.0.0-343 (absent): Could not transfer artifact org.pentaho.reporting.engine:classic-core:pom:9.4.0.0-343 from/to hitachivantara (https://hitachiedge1.jfrog.io/artifactory/pnt-mvn/): status code: 401, reason phrase: (401)
[ERROR] Failed to read artifact descriptor for org.pentaho.reporting.engine:classic-extensions:jar:9.4.0.0-343
[ERROR] Caused by: The following artifacts could not be resolved: org.pentaho.reporting.engine:classic-extensions:pom:9.4.0.0-343 (absent): Could not transfer artifact org.pentaho.reporting.engine:classic-extensions:pom:9.4.0.0-343 from/to hitachivantara (https://hitachiedge1.jfrog.io/artifactory/pnt-mvn/): status code: 401, reason phrase: (401)
reply Mon 14:16Victor Romero
The Pentaho repositories are down, you cannot do new builds using those repositories.
reply Mon 15:44Kaushal Shriyan
Any other alternative?
reply Mon 16:01Victor Romero
look for the jar binaries, install them in you local dev env and try to do that, the other is to download the pentaho reporting plugin binary
reply Tue 09:27Francisco Cuandon
Hi @Kaushal Shriyan check for binaries on .m2/repository, you have to include them in the correct path that will be used by FINERACT_PENTAHO_REPORTS_PATH
reply Tue 09:29Francisco Cuandon
Complementing, my implementation works fine with those
reply Wed 00:54Kaushal Shriyan
@Francisco Cuandon Thanks a lot for the clarification.