Re: Installation trouble

2020-01-22 Thread Michael Brohl
This is well documented in the README along with the system requirements which is always a good read ;-) You can find the reasons for this here: [1] Thanks, Michael Brohl ecomify GmbH - www.ecomify.de [1] https://issues.apache.org/jira/browse/OFBIZ-10145 Am 22.01.20 um 15:08 schrieb

Re: Installation trouble

2020-01-22 Thread Parminder S. Lehal
The problem lies with the download files. Some of the zip files *even the latest 16.11 zip) does not have gradlew file included in them. It is pathetic that the final package file served from the mirrors is incomplete(May be someone will pay some attention to this decline in quality). I also

Re: Installation trouble

2020-01-22 Thread Jacques Le Roux
Hi born2trump (nice name, if I got it right), Your message has been moderated. Please subscribe to the user ML for such questions and then use your email client. See why here http://ofbiz.apache.org/mailing-lists.html. You will get a better support, people can answer you on the ML. The wider

Re: Installation trouble

2020-01-22 Thread Gil Portenseigne
On Wed, Jan 22, 2020 at 10:30:14AM +0100, Gil Portenseigne wrote: > Hello, > > Typo : And you should be able to : $ ./gradlew loadAll signature.asc Description: PGP signature

Re: Installation trouble

2020-01-22 Thread Gil Portenseigne
Hello, You seems to have well installed java and unzipped OFBiz, and downloaded the gradle wrapper. Now you should have in your OFBiz directory an executable : gradlew And you should be able to : $ .gradlew loadAll And continue with this executable for the other command (launching the app etc.)

Re: Installation trouble

2020-01-22 Thread Nicolas Malin
Hello L, After you download the wrapper with the help script, you just run $ ./gradlew ofbiz the command `gradle wrapper --gradle-version 2.13`need to be run if you currently have gradle on your system and you prefer to load the wrapper with it. Nicolas On 22/01/2020 00:38, L wrote: > Having

Installation trouble

2020-01-22 Thread L
Having trouble getting this working.  I the installation docs are pretty thin on details. I started with a clean install of CentOS7 updated:     [root@localhost ~]# cat /etc/redhat-release Followed these instructionsQuick & Easy Setup: