Hi Alex

I have started working Mifos recently and I came across this issue myself
recently. From what I have understood, the behaviour you are experiencing
is as per expectation. Since your desktop is not supported in carrying
out Desktop
APIs (https://docs.oracle.com/javase/tutorial/uiswing/misc/desktop.html
might help), it won't be able to read your javascript application that is:
community-app from from disk, hence it can't launch UI homepage in local
web browser.
But you can build your community app separately and run it while pointing
it to your local instance of finreact-provider.
To point to your instance all you have to do is replace
localhost:9000/?baseApiUrl=https://demo.openmf.org#/home to
localhost:9000/?baseApiUrl=https://localhost:8443# . I am considering your
community app is running on port 9000 and finreact-provider is running on
port 8443.

Samridhi



On Wed, Apr 13, 2016 at 3:10 AM, Alex Chege <
alex.ch...@intrasofttechnologies.com> wrote:

> Dear all,
>
>
>
> I have had issues starting the Fineract project in Netbeans. I was able to
> import the project and successfully build and run it. However I get a
> message in the log window, then after that the project stops running. Here
> is a part of the log message:
>
>
>
> “09:55:12.752 [main] INFO  o.a.f.ServerWithMariaDB4jApplication - Started
> ServerWithMariaDB4jApplication in 110.876 seconds (JVM running for 112.215)
>
> 09:55:12.801 [main] INFO  o.a.f.ServerWithMariaDB4jApplication - Not going
> to open UI homepage in local web browser, because
> !Desktop.isDesktopSupported()
>
>
>
> Hit Enter to quit...
>
> 09:55:12.814 [main] INFO  o.s.c.s.DefaultLifecycleProcessor - Stopping
> beans in phase 0
>
>
>
> BUILD SUCCESSFUL
>
>
>
> Total time: 2 mins 2.96 secs”
>
>
>
> I do not know what is wrong or what the issue may be. My laptop is running
> Windows 10 and I have Chrome and Firefox installed. Thank you in advance
> for your cooperation.
>
>
>
> Regards,
>
> Alex
>

Reply via email to