On Mon, Apr 28, 2025 at 1:30 AM Adam Monsen <amon...@mifos.org> wrote:

> I am following the steps below to set up the Apache Fineract application
>> on Ubuntu 24.04 Linux OS:
>>
>
> Why? For local development, or for some reason? (that'll inform the rest
> of our advice)
>



>
> $ java -version
>> openjdk version "21.0.6" 2025-01-21
>> OpenJDK Runtime Environment (build 21.0.6+7-Ubuntu-124.04.1)
>> OpenJDK 64-Bit Server VM (build 21.0.6+7-Ubuntu-124.04.1, mixed mode,
>> sharing)
>
>
> This Java should work but note we test with and--I think--generally
> recommend Azul Zulu Java builds.
>
> $ cd /opt/
>> $ git clone https://github.com/apache/fineract.git
>> $ cd fineract
>> $ ./gradlew :fineract-provider:bootJar
>>
>> Please advise if the above steps are correct.
>
>
> If you want to build a jar, yes. What was the result? What else have you
> tried?
>

Thanks, Adam, for your response. I really appreciate it. I am currently
setting it up for local development. The application properties file is
located at:
/opt/fineract/fineract-provider/src/main/resources/application.properties
-> https://termbin.com/sb8z

I ran the following steps:

$ cd /opt/
$ git clone https://github.com/apache/fineract.git
$ cd fineract
$ ./gradlew :fineract-provider:bootJar
$ java -jar
fineract-provider/build/libs/fineract-provider-1.12.0-SNAPSHOT.jar

I am encountering an exception, which is mentioned in the pastebin link:
https://termbin.com/d79v

Please guide me. Thanks in advance.

Best regards,

Kaushal

Reply via email to