Page 1 of 1

Error starting Jetty

Posted: Mon Nov 10, 2014 12:16 am
by sb3762
I went through with the set up instructions provided on the site - ( which is very nicely documented). However, when I try to start up the demo and click on Jetty-Demo - I get the following error -

Buildfile: C:\workspace_broadleaf\eclipse-workspace\DemoSite\site\build.xml
start-db:
[echo] Starting Data Base...
jetty-demo:

BUILD FAILED
C:\workspace_broadleaf\eclipse-workspace\DemoSite\site\build.xml:41: C:\apache-maven-3.2.3\apache-maven-3.2.3\bin\boot does not exist.

Please help resolve the issue .

Thanks,
SB

Re: Error starting Jetty

Posted: Tue Dec 02, 2014 8:46 pm
by phillipuniverse
Verify the value of maven.home in your build.properties in the root of your project.

Re: Error starting Jetty

Posted: Wed Dec 17, 2014 6:24 pm
by sb3762
Thanks a lot for the response.
The Maven directory is correctly indicated in the logs - it is
#required
#maven.home=/usr/share/maven
maven.home=C:/apache-maven-3.2.3/apache-maven-3.2.3/bin

If you see the attached snapshot, you will note that the /boot folder is at same level as /bin folder - where as the error log shows it to be looking for /bin/boot

I am not sure where to fix that