You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@fineract.apache.org by Alex Chege <al...@intrasofttechnologies.com> on 2016/04/13 09:10:58 UTC

Unable to start Apache Fineract in Netbeans.

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


RE: Unable to start Apache Fineract in Netbeans.

Posted by Markus Geiß <ma...@live.de>.
Hey Alex,

this is not an issue. Java simply wasn't able to determine your desktop environment.

If you see this message, don't hit enter, this is simply the default shutdown hook to end the application. Your server is running correctly.

Cheers

Markus

From: alex.chege@intrasofttechnologies.com
To: dev@fineract.incubator.apache.org
Subject: Unable to start Apache Fineract in Netbeans.
Date: Wed, 13 Apr 2016 10:10:58 +0300

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 		 	   		  

Re: Unable to start Apache Fineract in Netbeans.

Posted by samridhi gupta <sa...@gmail.com>.
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.chege@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
>