Re: OFBiz no start

2017-01-10 Thread Taher Alkhateeb
I don't think it's really worth it for such a minor thing. I do think, however, that the README.md file should quickly get users to the "Quick Start" section to avoid confusion. So the whole "Security" header should go way down in the file near perhaps the Crypto notice so that people immediately s

Re: OFBiz no start

2017-01-10 Thread Jacques Le Roux
Before we fix this issue (possible?) I think we should put a note in the main README.MD, maybe even a sentence in what Gradle shows on screen. Just before "Start.java using configuration file org/apache/ofbiz/base/start/start.properties" ? I wonder if we could not even put a word in the downlo

Re: OFBiz no start

2017-01-10 Thread Taher Alkhateeb
Hi Craig, The reason for the errors is that you're not preparing the system properly. You need follow the instructions in README.md, specifically: ./gradlew cleanAll loadDefault ./gradlew ofbiz The first command will take some time to populate the embedded database. Once that is done, starting t

Re: OFBiz no start

2017-01-10 Thread Craig Parker
I'm also stuck at 91%, but getting errors and can't get into ofbiz. I performed these steps: Downloaded ofbiz mv ~/Downloads/apache-ofbiz-16.11.01.zip / mv /apache-ofbiz-16.11.01.zip /ofbiz useradd -m ofbiz chown -R ofbiz:ofbiz /ofbiz su - ofbiz cd /ofbiz ./gradlew ofbiz -seems to download a bu