Re: Response 4: Installation of OFBiz for dummies on a laptop (10/10/2018)

2018-10-10 Thread Terencio Macane
Thank you Aditya Sharma
I had the same issue and followed your instructions now its  working.



On 2018/10/10 11:54:38, Aditya Sharma  wrote: 
> Hi Andre,
> 
> Please refer following thread
> 
> 
> As suggested by Taher
> 
> I am not sure bit I have a suspicion. Does your windows user folder have
> > spaces like C:\Users\My User?
> > If yes, this could very well be the problem. To overcome that, try to
> > change the cache location with the --gradle-user-home flag or setting the
> > GRADLE_USER_HOME environment variable. Set it to a new location that does
> > not have spaces like C:\gradle_cache for example.
> > The reason spaces are a problem is because the classpath is registered
> > inside the jar file and does not allow for spaces (a Java thing).
> 
> 
> The issue may be due to your username with space "Andre Potgieter".  If
> your user's home directory name contains spaces, Gradle might not be able
> to download/save the dependencies.
> 
> HTH
> 
> Thanks and Regards,
> 
> *Aditya Sharma* | Enterprise Software Engineer
> HotWax Commerce  by HotWax Systems
> 
> [image: https://www.linkedin.com/in/aditya-p-sharma/]
> 
> 
> 
> On Wed, Oct 10, 2018 at 4:42 PM Andre Potgieter 
> wrote:
> 
> > To Whom It May Concern,
> >
> > Not sure what now?
> >
> > C:\Users\Andre
> > Potgieter\Documents\apache-ofbiz-16.11.04\apache-ofbiz-16.11.04>gradlew
> > loadDefault ofbiz
> > :compileJava
> > Note: Some input files use unchecked or unsafe operations.
> > Note: Recompile with -Xlint:unchecked for details.
> > :processResources
> > :classes
> > :jar
> > :assemble
> > :compileTestJava
> > Download
> > https://jcenter.bintray.com/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.pom
> > Download
> > https://jcenter.bintray.com/org/objenesis/objenesis/2.1/objenesis-2.1.pom
> > Download
> > https://jcenter.bintray.com/org/objenesis/objenesis-parent/2.1/objenesis-parent-2.1.pom
> > Download
> > https://jcenter.bintray.com/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar
> > Download
> > https://jcenter.bintray.com/org/objenesis/objenesis/2.1/objenesis-2.1.jar
> > :processTestResources UP-TO-DATE
> > :testClasses
> > :test
> > :check
> > :build
> > :ofbiz --load-data
> > Exception in thread "main" java.lang.NoClassDefFoundError:
> > org/apache/commons/cli/ParseException
> > at org.apache.ofbiz.base.start.Start.main(Start.java:60)
> > Caused by: java.lang.ClassNotFoundException:
> > org.apache.commons.cli.ParseException
> > at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
> > at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
> > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
> > at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
> > ... 1 more
> > :ofbiz --load-data FAILED
> >
> > FAILURE: Build failed with an exception.
> >
> > * What went wrong:
> > Execution failed for task ':ofbiz --load-data'.
> > > Process 'command 'C:\Program Files\Java\jdk1.8.0_181\bin\java.exe''
> > finished with non-zero exit value 1
> >
> > * Try:
> > Run with --stacktrace option to get the stack trace. Run with --info or
> > --debug option to get more log output.
> >
> > BUILD FAILED
> >
> > Total time: 12 mins 33.953 secs
> >
> > C:\Users\Andre
> > Potgieter\Documents\apache-ofbiz-16.11.04\apache-ofbiz-16.11.04>
> >
> >
> >
> > -Original Message-
> > From: Aditya Sharma [mailto:aditya.sha...@hotwaxsystems.com]
> > Sent: Wednesday, October 10, 2018 12:54
> > To: user@ofbiz.apache.org
> > Subject: Re: Response 3: Installation of OFBiz for dummies on a laptop
> > (10/10/2018)
> >
> > Hi Andre,
> >
> > You can not send any attachment to the mailing list but you can upload an
> > image to google drive & share the link here.
> >
> > https://commons.apache.org/mail-lists.html
> >
> > *Note:* please don't send patches or attachments to any of the mailing
> > lists. Patches are best handled via the *Issue Tracking* system. Otherwise,
> > please upload the file to a public server and include the URL in the mail.
> >
> > Thanks and Regards,
> >
> > *Aditya Sharma* | Enterprise Software Engineer
> > HotWax Commerce  by HotWax Systems
> > 
> > [image: https://www.linkedin.com/in/aditya-p-sharma/]
> > 
> >
> >
> > On Wed, Oct 10, 2018 at 4:04 PM Andre Potgieter 
> > wrote:
> >
> > > *To Whom It May Concern,*
> > >
> > >
> > >
> > > I have downloaded and installed, jdk-11_windows-x64_bin, but got the
> > below
> > > error.
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > *From:* Aditya Sharma [mailto:aditya.sha...@hotwaxsystems.com]
> > > *Sent:* Wednesday, October 10, 2018 10:14
> > > *To:* user@ofbiz.apache.org
> > > *Subject:* Re: Response 2: Installation of OFBiz for dummies on a laptop
> > > 

Re: Response 4: Installation of OFBiz for dummies on a laptop (10/10/2018)

2018-10-10 Thread Aditya Sharma
Hi Andre,

Please refer following thread


As suggested by Taher

I am not sure bit I have a suspicion. Does your windows user folder have
> spaces like C:\Users\My User?
> If yes, this could very well be the problem. To overcome that, try to
> change the cache location with the --gradle-user-home flag or setting the
> GRADLE_USER_HOME environment variable. Set it to a new location that does
> not have spaces like C:\gradle_cache for example.
> The reason spaces are a problem is because the classpath is registered
> inside the jar file and does not allow for spaces (a Java thing).


The issue may be due to your username with space "Andre Potgieter".  If
your user's home directory name contains spaces, Gradle might not be able
to download/save the dependencies.

HTH

Thanks and Regards,

*Aditya Sharma* | Enterprise Software Engineer
HotWax Commerce  by HotWax Systems

[image: https://www.linkedin.com/in/aditya-p-sharma/]



On Wed, Oct 10, 2018 at 4:42 PM Andre Potgieter 
wrote:

> To Whom It May Concern,
>
> Not sure what now?
>
> C:\Users\Andre
> Potgieter\Documents\apache-ofbiz-16.11.04\apache-ofbiz-16.11.04>gradlew
> loadDefault ofbiz
> :compileJava
> Note: Some input files use unchecked or unsafe operations.
> Note: Recompile with -Xlint:unchecked for details.
> :processResources
> :classes
> :jar
> :assemble
> :compileTestJava
> Download
> https://jcenter.bintray.com/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.pom
> Download
> https://jcenter.bintray.com/org/objenesis/objenesis/2.1/objenesis-2.1.pom
> Download
> https://jcenter.bintray.com/org/objenesis/objenesis-parent/2.1/objenesis-parent-2.1.pom
> Download
> https://jcenter.bintray.com/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar
> Download
> https://jcenter.bintray.com/org/objenesis/objenesis/2.1/objenesis-2.1.jar
> :processTestResources UP-TO-DATE
> :testClasses
> :test
> :check
> :build
> :ofbiz --load-data
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/apache/commons/cli/ParseException
> at org.apache.ofbiz.base.start.Start.main(Start.java:60)
> Caused by: java.lang.ClassNotFoundException:
> org.apache.commons.cli.ParseException
> at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
> ... 1 more
> :ofbiz --load-data FAILED
>
> FAILURE: Build failed with an exception.
>
> * What went wrong:
> Execution failed for task ':ofbiz --load-data'.
> > Process 'command 'C:\Program Files\Java\jdk1.8.0_181\bin\java.exe''
> finished with non-zero exit value 1
>
> * Try:
> Run with --stacktrace option to get the stack trace. Run with --info or
> --debug option to get more log output.
>
> BUILD FAILED
>
> Total time: 12 mins 33.953 secs
>
> C:\Users\Andre
> Potgieter\Documents\apache-ofbiz-16.11.04\apache-ofbiz-16.11.04>
>
>
>
> -Original Message-
> From: Aditya Sharma [mailto:aditya.sha...@hotwaxsystems.com]
> Sent: Wednesday, October 10, 2018 12:54
> To: user@ofbiz.apache.org
> Subject: Re: Response 3: Installation of OFBiz for dummies on a laptop
> (10/10/2018)
>
> Hi Andre,
>
> You can not send any attachment to the mailing list but you can upload an
> image to google drive & share the link here.
>
> https://commons.apache.org/mail-lists.html
>
> *Note:* please don't send patches or attachments to any of the mailing
> lists. Patches are best handled via the *Issue Tracking* system. Otherwise,
> please upload the file to a public server and include the URL in the mail.
>
> Thanks and Regards,
>
> *Aditya Sharma* | Enterprise Software Engineer
> HotWax Commerce  by HotWax Systems
> 
> [image: https://www.linkedin.com/in/aditya-p-sharma/]
> 
>
>
> On Wed, Oct 10, 2018 at 4:04 PM Andre Potgieter 
> wrote:
>
> > *To Whom It May Concern,*
> >
> >
> >
> > I have downloaded and installed, jdk-11_windows-x64_bin, but got the
> below
> > error.
> >
> >
> >
> >
> >
> >
> >
> > *From:* Aditya Sharma [mailto:aditya.sha...@hotwaxsystems.com]
> > *Sent:* Wednesday, October 10, 2018 10:14
> > *To:* user@ofbiz.apache.org
> > *Subject:* Re: Response 2: Installation of OFBiz for dummies on a laptop
> > (10/10/2018)
> >
> >
> >
> > Hi Andre,
> >
> >
> >
> > Based on the images.
> >
> >
> >
> > Just change the current directory to one in which Apache OFBiz exist.
> >
> >
> >
> > In your case try
> >
> >
> >
> > cd Documents/apache-ofbiz-16.11.04/apache-ofbiz-16.11.04
> >
> >
> >
> > and then use
> >
> >
> >
> > gradlew loadDefault ofbiz
> >
> >
> >
> >
> >
> > HTH
> >
> >
> > Thanks and Regards,
> >
> >
> >
> > *Aditya Sharma* | Enterprise 

Response 4: Installation of OFBiz for dummies on a laptop (10/10/2018)

2018-10-10 Thread Andre Potgieter
To Whom It May Concern,

Not sure what now?

C:\Users\Andre 
Potgieter\Documents\apache-ofbiz-16.11.04\apache-ofbiz-16.11.04>gradlew 
loadDefault ofbiz
:compileJava
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:processResources
:classes
:jar
:assemble
:compileTestJava
Download 
https://jcenter.bintray.com/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.pom
Download 
https://jcenter.bintray.com/org/objenesis/objenesis/2.1/objenesis-2.1.pom
Download 
https://jcenter.bintray.com/org/objenesis/objenesis-parent/2.1/objenesis-parent-2.1.pom
Download 
https://jcenter.bintray.com/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar
Download 
https://jcenter.bintray.com/org/objenesis/objenesis/2.1/objenesis-2.1.jar
:processTestResources UP-TO-DATE
:testClasses
:test
:check
:build
:ofbiz --load-data
Exception in thread "main" java.lang.NoClassDefFoundError: 
org/apache/commons/cli/ParseException
at org.apache.ofbiz.base.start.Start.main(Start.java:60)
Caused by: java.lang.ClassNotFoundException: 
org.apache.commons.cli.ParseException
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 1 more
:ofbiz --load-data FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':ofbiz --load-data'.
> Process 'command 'C:\Program Files\Java\jdk1.8.0_181\bin\java.exe'' finished 
> with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug 
option to get more log output.

BUILD FAILED

Total time: 12 mins 33.953 secs

C:\Users\Andre Potgieter\Documents\apache-ofbiz-16.11.04\apache-ofbiz-16.11.04>



-Original Message-
From: Aditya Sharma [mailto:aditya.sha...@hotwaxsystems.com] 
Sent: Wednesday, October 10, 2018 12:54
To: user@ofbiz.apache.org
Subject: Re: Response 3: Installation of OFBiz for dummies on a laptop 
(10/10/2018)

Hi Andre,

You can not send any attachment to the mailing list but you can upload an
image to google drive & share the link here.

https://commons.apache.org/mail-lists.html

*Note:* please don't send patches or attachments to any of the mailing
lists. Patches are best handled via the *Issue Tracking* system. Otherwise,
please upload the file to a public server and include the URL in the mail.

Thanks and Regards,

*Aditya Sharma* | Enterprise Software Engineer
HotWax Commerce  by HotWax Systems

[image: https://www.linkedin.com/in/aditya-p-sharma/]



On Wed, Oct 10, 2018 at 4:04 PM Andre Potgieter 
wrote:

> *To Whom It May Concern,*
>
>
>
> I have downloaded and installed, jdk-11_windows-x64_bin, but got the below
> error.
>
>
>
>
>
>
>
> *From:* Aditya Sharma [mailto:aditya.sha...@hotwaxsystems.com]
> *Sent:* Wednesday, October 10, 2018 10:14
> *To:* user@ofbiz.apache.org
> *Subject:* Re: Response 2: Installation of OFBiz for dummies on a laptop
> (10/10/2018)
>
>
>
> Hi Andre,
>
>
>
> Based on the images.
>
>
>
> Just change the current directory to one in which Apache OFBiz exist.
>
>
>
> In your case try
>
>
>
> cd Documents/apache-ofbiz-16.11.04/apache-ofbiz-16.11.04
>
>
>
> and then use
>
>
>
> gradlew loadDefault ofbiz
>
>
>
>
>
> HTH
>
>
> Thanks and Regards,
>
>
>
> *Aditya Sharma* | Enterprise Software Engineer
>
> *HotWax Commerce*  by *HotWax Systems*
> 
>
> [image: Image removed by sender.
> https://www.linkedin.com/in/aditya-p-sharma/]
> 
>
>
>
>
>
> On Wed, Oct 10, 2018 at 12:43 PM Andre Potgieter 
> wrote:
>
> *Error! Filename not specified.*
>
> *Error! Filename not specified.*
>
>
>
> *From:* Andre Potgieter [mailto:andre.pott...@gmail.com]
> *Sent:* Wednesday, October 10, 2018 08:58
> *To:* 'Aditya Sharma'; user@ofbiz.apache.org
> *Cc:* andre.pott...@gmail.com; d...@ofbiz.apache.org; 'Sanjay Yadav';
> jacques.le.r...@les7arts.com
> *Subject:* Response: Installation of OFBiz for dummies on a laptop
> (10/10/2018)
> *Importance:* High
>
>
>
> *Hi Aditya* (and others),
>
>
>
> Thank you for your response, much appreciated.
>
>
>
> The link you provided is the same one that I tried to follow by
> downloading it and then after that I am lost in the installation process.
>
>
>
> It seems to install your software, one need to be an IT expert, which I am
> not.
>
>
>
> Although this seems like a great option, probably the best, I will have to
> look at something where us (non-it people) can install the software and use
> it.
>
>
>
> Thank you for trying to assist.
>
>
>
> Kind Regards,
>
>
>
> André Potgieter
>
> +27 72 398 2375
>
>
>
>
>
>
>
> *From:* Aditya Sharma 

Re: Response 3: Installation of OFBiz for dummies on a laptop (10/10/2018)

2018-10-10 Thread Aditya Sharma
Hi Andre,

You can not send any attachment to the mailing list but you can upload an
image to google drive & share the link here.

https://commons.apache.org/mail-lists.html

*Note:* please don't send patches or attachments to any of the mailing
lists. Patches are best handled via the *Issue Tracking* system. Otherwise,
please upload the file to a public server and include the URL in the mail.

Thanks and Regards,

*Aditya Sharma* | Enterprise Software Engineer
HotWax Commerce  by HotWax Systems

[image: https://www.linkedin.com/in/aditya-p-sharma/]



On Wed, Oct 10, 2018 at 4:04 PM Andre Potgieter 
wrote:

> *To Whom It May Concern,*
>
>
>
> I have downloaded and installed, jdk-11_windows-x64_bin, but got the below
> error.
>
>
>
>
>
>
>
> *From:* Aditya Sharma [mailto:aditya.sha...@hotwaxsystems.com]
> *Sent:* Wednesday, October 10, 2018 10:14
> *To:* user@ofbiz.apache.org
> *Subject:* Re: Response 2: Installation of OFBiz for dummies on a laptop
> (10/10/2018)
>
>
>
> Hi Andre,
>
>
>
> Based on the images.
>
>
>
> Just change the current directory to one in which Apache OFBiz exist.
>
>
>
> In your case try
>
>
>
> cd Documents/apache-ofbiz-16.11.04/apache-ofbiz-16.11.04
>
>
>
> and then use
>
>
>
> gradlew loadDefault ofbiz
>
>
>
>
>
> HTH
>
>
> Thanks and Regards,
>
>
>
> *Aditya Sharma* | Enterprise Software Engineer
>
> *HotWax Commerce*  by *HotWax Systems*
> 
>
> [image: Image removed by sender.
> https://www.linkedin.com/in/aditya-p-sharma/]
> 
>
>
>
>
>
> On Wed, Oct 10, 2018 at 12:43 PM Andre Potgieter 
> wrote:
>
> *Error! Filename not specified.*
>
> *Error! Filename not specified.*
>
>
>
> *From:* Andre Potgieter [mailto:andre.pott...@gmail.com]
> *Sent:* Wednesday, October 10, 2018 08:58
> *To:* 'Aditya Sharma'; user@ofbiz.apache.org
> *Cc:* andre.pott...@gmail.com; d...@ofbiz.apache.org; 'Sanjay Yadav';
> jacques.le.r...@les7arts.com
> *Subject:* Response: Installation of OFBiz for dummies on a laptop
> (10/10/2018)
> *Importance:* High
>
>
>
> *Hi Aditya* (and others),
>
>
>
> Thank you for your response, much appreciated.
>
>
>
> The link you provided is the same one that I tried to follow by
> downloading it and then after that I am lost in the installation process.
>
>
>
> It seems to install your software, one need to be an IT expert, which I am
> not.
>
>
>
> Although this seems like a great option, probably the best, I will have to
> look at something where us (non-it people) can install the software and use
> it.
>
>
>
> Thank you for trying to assist.
>
>
>
> Kind Regards,
>
>
>
> André Potgieter
>
> +27 72 398 2375
>
>
>
>
>
>
>
> *From:* Aditya Sharma [mailto:aditya.sha...@hotwaxsystems.com]
> *Sent:* Wednesday, October 10, 2018 06:46
> *To:* user@ofbiz.apache.org
> *Cc:* andre.pott...@gmail.com
> *Subject:* Re: Installation of OFBiz for dummies on a laptop
>
>
>
> Hi Andre,
>
>
>
> Welcome to the Apache OFBiz ecosystem.
>
>
>
> Refer this link  to get
> started.
>
>
>
> HTH
>
>
> Thanks and Regards,
>
>
>
> *Aditya Sharma* | Enterprise Software Engineer
>
> *HotWax Commerce*  by *HotWax Systems*
> 
>
> *Error! Filename not specified.*
> 
>
>
>
>
>
> On Wed, Oct 10, 2018 at 12:22 AM Deepak Dixit 
> wrote:
>
> Looping in André
>
> Thanks & Regards
> --
> Deepak Dixit
>
>
> On Wed, Oct 10, 2018 at 12:20 AM, Deepak Dixit 
> wrote:
>
> > Hi André
> >
> > Your email has been moderated, Please subscribe to the mailing list
> > http://ofbiz.apache.org/mailing-lists.html
> >
> > Thanks & Regards
> > --
> > Deepak Dixit
> >
> >
> > On Tue, Oct 9, 2018 at 7:53 PM, andre.pott...@gmail.com <
> > andre.pott...@gmail.com> wrote:
> >
> >> To Whom It May Concern,
> >>
> >> I am not a developer and would like to test the software to be used in a
> >> SME.
> >>
> >> I am use to an .exe file and struggle to figure out how do you install
> >> the software to begin with;
> >>
> >> Do you have something to assist me on installing it on a Windows 10
> >> laptop?
> >>
> >> Kind Regards,
> >>
> >> André
> >>
> >
> >
>
>
>
> *Error! Filename not specified.*
> 
>
> Virus-free. www.avg.com
> 
>
>
>
>


Response 3: Installation of OFBiz for dummies on a laptop (10/10/2018)

2018-10-10 Thread Andre Potgieter
To Whom It May Concern,

 

I have downloaded and installed, jdk-11_windows-x64_bin, but got the below 
error.

 



 

 

From: Aditya Sharma [mailto:aditya.sha...@hotwaxsystems.com] 
Sent: Wednesday, October 10, 2018 10:14
To: user@ofbiz.apache.org
Subject: Re: Response 2: Installation of OFBiz for dummies on a laptop 
(10/10/2018)

 

Hi Andre,

 

Based on the images.

 

Just change the current directory to one in which Apache OFBiz exist.

 

In your case try 

 

cd Documents/apache-ofbiz-16.11.04/apache-ofbiz-16.11.04

 

and then use

 

gradlew loadDefault ofbiz

 

 

HTH




Thanks and Regards,

 

Aditya Sharma | Enterprise Software Engineer

  HotWax Commerce by   
HotWax Systems

  Image removed by sender. 
https://www.linkedin.com/in/aditya-p-sharma/


 

 

On Wed, Oct 10, 2018 at 12:43 PM Andre Potgieter  
wrote:

Error! Filename not specified.

Error! Filename not specified.

 

From: Andre Potgieter [mailto:andre.pott...@gmail.com] 
Sent: Wednesday, October 10, 2018 08:58
To: 'Aditya Sharma'; user@ofbiz.apache.org
Cc: andre.pott...@gmail.com; d...@ofbiz.apache.org; 'Sanjay Yadav'; 
jacques.le.r...@les7arts.com
Subject: Response: Installation of OFBiz for dummies on a laptop (10/10/2018)
Importance: High

 

Hi Aditya (and others),

 

Thank you for your response, much appreciated.

 

The link you provided is the same one that I tried to follow by downloading it 
and then after that I am lost in the installation process.

 

It seems to install your software, one need to be an IT expert, which I am not.

 

Although this seems like a great option, probably the best, I will have to look 
at something where us (non-it people) can install the software and use it.

 

Thank you for trying to assist.

 

Kind Regards,

 

André Potgieter

+27 72 398 2375

 

 

 

From: Aditya Sharma [mailto:aditya.sha...@hotwaxsystems.com] 
Sent: Wednesday, October 10, 2018 06:46
To: user@ofbiz.apache.org
Cc: andre.pott...@gmail.com
Subject: Re: Installation of OFBiz for dummies on a laptop

 

Hi Andre,

 

Welcome to the Apache OFBiz ecosystem.

 

Refer this link   to get started.

 

HTH




Thanks and Regards,

 

Aditya Sharma | Enterprise Software Engineer

  HotWax Commerce by   
HotWax Systems

  Error! Filename not specified.


 

 

On Wed, Oct 10, 2018 at 12:22 AM Deepak Dixit  wrote:

Looping in André

Thanks & Regards
--
Deepak Dixit


On Wed, Oct 10, 2018 at 12:20 AM, Deepak Dixit 
wrote:

> Hi André
>
> Your email has been moderated, Please subscribe to the mailing list
> http://ofbiz.apache.org/mailing-lists.html
>
> Thanks & Regards
> --
> Deepak Dixit
>
>
> On Tue, Oct 9, 2018 at 7:53 PM, andre.pott...@gmail.com <
> andre.pott...@gmail.com> wrote:
>
>> To Whom It May Concern,
>>
>> I am not a developer and would like to test the software to be used in a
>> SME.
>>
>> I am use to an .exe file and struggle to figure out how do you install
>> the software to begin with;
>>
>> Do you have something to assist me on installing it on a Windows 10
>> laptop?
>>
>> Kind Regards,
>>
>> André
>>
>
>

 


 

 Error! Filename not specified.

Virus-free.  

 www.avg.com 

 



Re: Response 2: Installation of OFBiz for dummies on a laptop (10/10/2018)

2018-10-10 Thread Aditya Sharma
Hi Andre,

Based on the images.

Just change the current directory to one in which Apache OFBiz exist.

In your case try

cd Documents/apache-ofbiz-16.11.04/apache-ofbiz-16.11.04

and then use

gradlew loadDefault ofbiz


HTH

Thanks and Regards,

*Aditya Sharma* | Enterprise Software Engineer
HotWax Commerce  by HotWax Systems

[image: https://www.linkedin.com/in/aditya-p-sharma/]



On Wed, Oct 10, 2018 at 12:43 PM Andre Potgieter 
wrote:

>
>
> *From:* Andre Potgieter [mailto:andre.pott...@gmail.com]
> *Sent:* Wednesday, October 10, 2018 08:58
> *To:* 'Aditya Sharma'; user@ofbiz.apache.org
> *Cc:* andre.pott...@gmail.com; d...@ofbiz.apache.org; 'Sanjay Yadav';
> jacques.le.r...@les7arts.com
> *Subject:* Response: Installation of OFBiz for dummies on a laptop
> (10/10/2018)
> *Importance:* High
>
>
>
> *Hi Aditya* (and others),
>
>
>
> Thank you for your response, much appreciated.
>
>
>
> The link you provided is the same one that I tried to follow by
> downloading it and then after that I am lost in the installation process.
>
>
>
> It seems to install your software, one need to be an IT expert, which I am
> not.
>
>
>
> Although this seems like a great option, probably the best, I will have to
> look at something where us (non-it people) can install the software and use
> it.
>
>
>
> Thank you for trying to assist.
>
>
>
> Kind Regards,
>
>
>
> André Potgieter
>
> +27 72 398 2375
>
>
>
>
>
>
>
> *From:* Aditya Sharma [mailto:aditya.sha...@hotwaxsystems.com]
> *Sent:* Wednesday, October 10, 2018 06:46
> *To:* user@ofbiz.apache.org
> *Cc:* andre.pott...@gmail.com
> *Subject:* Re: Installation of OFBiz for dummies on a laptop
>
>
>
> Hi Andre,
>
>
>
> Welcome to the Apache OFBiz ecosystem.
>
>
>
> Refer this link  to get
> started.
>
>
>
> HTH
>
>
> Thanks and Regards,
>
>
>
> *Aditya Sharma* | Enterprise Software Engineer
>
> *HotWax Commerce*  by *HotWax Systems*
> 
>
> [image: Image removed by sender.
> https://www.linkedin.com/in/aditya-p-sharma/]
> 
>
>
>
>
>
> On Wed, Oct 10, 2018 at 12:22 AM Deepak Dixit 
> wrote:
>
> Looping in André
>
> Thanks & Regards
> --
> Deepak Dixit
>
>
> On Wed, Oct 10, 2018 at 12:20 AM, Deepak Dixit 
> wrote:
>
> > Hi André
> >
> > Your email has been moderated, Please subscribe to the mailing list
> > http://ofbiz.apache.org/mailing-lists.html
> >
> > Thanks & Regards
> > --
> > Deepak Dixit
> >
> >
> > On Tue, Oct 9, 2018 at 7:53 PM, andre.pott...@gmail.com <
> > andre.pott...@gmail.com> wrote:
> >
> >> To Whom It May Concern,
> >>
> >> I am not a developer and would like to test the software to be used in a
> >> SME.
> >>
> >> I am use to an .exe file and struggle to figure out how do you install
> >> the software to begin with;
> >>
> >> Do you have something to assist me on installing it on a Windows 10
> >> laptop?
> >>
> >> Kind Regards,
> >>
> >> André
> >>
> >
> >
>
>
>
> [image: Image removed by sender.]
> 
>
> Virus-free. www.avg.com
> 
>
>
>


Re: Response: Installation of OFBiz for dummies on a laptop (10/10/2018)

2018-10-10 Thread Jacques Le Roux

Hi André,

Please send only to user ML (ie not personal and  not to dev ML)

At the ASF (Apache Software Foundation) we call that cross posting and it's 
discouraged: https://www.apache.org/dev/contrib-email-tips#no-cross-posting

Thanks

Jacques


Le 10/10/2018 à 08:58, Andre Potgieter a écrit :


*Hi Aditya*(and others),

Thank you for your response, much appreciated.

The link you provided is the same one that I tried to follow by downloading it 
and then after that I am lost in the installation process.

It seems to install your software, one need to be an IT expert, which I am not.

Although this seems like a great option, probably the best, I will have to look at something where us (non-it people) can install the software and 
use it.


Thank you for trying to assist.

Kind Regards,

André Potgieter

+27 72 398 2375

*From:*Aditya Sharma [mailto:aditya.sha...@hotwaxsystems.com]
*Sent:* Wednesday, October 10, 2018 06:46
*To:* user@ofbiz.apache.org
*Cc:* andre.pott...@gmail.com
*Subject:* Re: Installation of OFBiz for dummies on a laptop

Hi Andre,

Welcome to the Apache OFBiz ecosystem.

Refer this link  to get started.

HTH


Thanks and Regards,

*Aditya Sharma* | Enterprise Software Engineer

*HotWax Commerce* **by***HotWax Systems* 


https://www.linkedin.com/in/aditya-p-sharma/


On Wed, Oct 10, 2018 at 12:22 AM Deepak Dixit mailto:deepak.di...@hotwax.co>> wrote:

Looping in André

Thanks & Regards
--
Deepak Dixit


On Wed, Oct 10, 2018 at 12:20 AM, Deepak Dixit mailto:deepak.di...@hotwax.co>>
wrote:

> Hi André
>
> Your email has been moderated, Please subscribe to the mailing list
> http://ofbiz.apache.org/mailing-lists.html
>
> Thanks & Regards
> --
> Deepak Dixit
>
>
> On Tue, Oct 9, 2018 at 7:53 PM, andre.pott...@gmail.com 
 <
> andre.pott...@gmail.com > wrote:
>
>> To Whom It May Concern,
>>
>> I am not a developer and would like to test the software to be used in a
>> SME.
>>
>> I am use to an .exe file and struggle to figure out how do you install
>> the software to begin with;
>>
>> Do you have something to assist me on installing it on a Windows 10
>> laptop?
>>
>> Kind Regards,
>>
>> André
>>
>
>





Virus-free. www.avg.com 






Response 2: Installation of OFBiz for dummies on a laptop (10/10/2018)

2018-10-10 Thread Andre Potgieter




 

From: Andre Potgieter [mailto:andre.pott...@gmail.com] 
Sent: Wednesday, October 10, 2018 08:58
To: 'Aditya Sharma'; user@ofbiz.apache.org
Cc: andre.pott...@gmail.com; d...@ofbiz.apache.org; 'Sanjay Yadav'; 
jacques.le.r...@les7arts.com
Subject: Response: Installation of OFBiz for dummies on a laptop (10/10/2018)
Importance: High

 

Hi Aditya (and others),

 

Thank you for your response, much appreciated.

 

The link you provided is the same one that I tried to follow by downloading it 
and then after that I am lost in the installation process.

 

It seems to install your software, one need to be an IT expert, which I am not.

 

Although this seems like a great option, probably the best, I will have to look 
at something where us (non-it people) can install the software and use it.

 

Thank you for trying to assist.

 

Kind Regards,

 

André Potgieter

+27 72 398 2375

 

 

 

From: Aditya Sharma [mailto:aditya.sha...@hotwaxsystems.com] 
Sent: Wednesday, October 10, 2018 06:46
To: user@ofbiz.apache.org
Cc: andre.pott...@gmail.com
Subject: Re: Installation of OFBiz for dummies on a laptop

 

Hi Andre,

 

Welcome to the Apache OFBiz ecosystem.

 

Refer this link   to get started.

 

HTH




Thanks and Regards,

 

Aditya Sharma | Enterprise Software Engineer

  HotWax Commerce by   
HotWax Systems

  Image removed by sender. 
https://www.linkedin.com/in/aditya-p-sharma/


 

 

On Wed, Oct 10, 2018 at 12:22 AM Deepak Dixit  wrote:

Looping in André

Thanks & Regards
--
Deepak Dixit


On Wed, Oct 10, 2018 at 12:20 AM, Deepak Dixit 
wrote:

> Hi André
>
> Your email has been moderated, Please subscribe to the mailing list
> http://ofbiz.apache.org/mailing-lists.html
>
> Thanks & Regards
> --
> Deepak Dixit
>
>
> On Tue, Oct 9, 2018 at 7:53 PM, andre.pott...@gmail.com <
> andre.pott...@gmail.com> wrote:
>
>> To Whom It May Concern,
>>
>> I am not a developer and would like to test the software to be used in a
>> SME.
>>
>> I am use to an .exe file and struggle to figure out how do you install
>> the software to begin with;
>>
>> Do you have something to assist me on installing it on a Windows 10
>> laptop?
>>
>> Kind Regards,
>>
>> André
>>
>
>

 


 

 Image removed by sender.

Virus-free.  

 www.avg.com 

 



Response: Installation of OFBiz for dummies on a laptop (10/10/2018)

2018-10-10 Thread Andre Potgieter
Hi Aditya (and others),

 

Thank you for your response, much appreciated.

 

The link you provided is the same one that I tried to follow by downloading it 
and then after that I am lost in the installation process.

 

It seems to install your software, one need to be an IT expert, which I am not.

 

Although this seems like a great option, probably the best, I will have to look 
at something where us (non-it people) can install the software and use it.

 

Thank you for trying to assist.

 

Kind Regards,

 

André Potgieter

+27 72 398 2375

 

 

 

From: Aditya Sharma [mailto:aditya.sha...@hotwaxsystems.com] 
Sent: Wednesday, October 10, 2018 06:46
To: user@ofbiz.apache.org
Cc: andre.pott...@gmail.com
Subject: Re: Installation of OFBiz for dummies on a laptop

 

Hi Andre,

 

Welcome to the Apache OFBiz ecosystem.

 

Refer this link   to get started.

 

HTH




Thanks and Regards,

 

Aditya Sharma | Enterprise Software Engineer

  HotWax Commerce by   
HotWax Systems

  
https://www.linkedin.com/in/aditya-p-sharma/


 

 

On Wed, Oct 10, 2018 at 12:22 AM Deepak Dixit  wrote:

Looping in André

Thanks & Regards
--
Deepak Dixit


On Wed, Oct 10, 2018 at 12:20 AM, Deepak Dixit 
wrote:

> Hi André
>
> Your email has been moderated, Please subscribe to the mailing list
> http://ofbiz.apache.org/mailing-lists.html
>
> Thanks & Regards
> --
> Deepak Dixit
>
>
> On Tue, Oct 9, 2018 at 7:53 PM, andre.pott...@gmail.com <
> andre.pott...@gmail.com> wrote:
>
>> To Whom It May Concern,
>>
>> I am not a developer and would like to test the software to be used in a
>> SME.
>>
>> I am use to an .exe file and struggle to figure out how do you install
>> the software to begin with;
>>
>> Do you have something to assist me on installing it on a Windows 10
>> laptop?
>>
>> Kind Regards,
>>
>> André
>>
>
>

 


 

 

Virus-free.  

 www.avg.com 

 

--- Begin Message ---
Ok, Jacques.

We will use both URLs, one link for stable and one link for the trunk.

Including dev@ofbiz list. ThankYou!

Best Regards,

*Sanjay Yadav* | Manager, Enterprise Quality Assurance
HotWax Commerce  by HotWax Systems

80, Scheme No. 78, Indore, M.P. 452010, India
Mobile Phone: 787 918 8830 | Linkedin: Sanjay-Yadav



On Tue, Oct 9, 2018 at 6:16 PM Jacques Le Roux 
wrote:

> Hi Sanjay, Deepak, All,
>
> Maybe we can have both (like demos), one link for stable and one link for
> trunk?
>
> Jacques
>
>
> Le 09/10/2018 à 10:48, Sanjay Yadav a écrit :
> > Also corrected URLs -
> >
> >
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=68718605
> >
> > Release Branch Demo (stable)
> >
> > Front-End Store
> > 
> >
> > Management Applications
> > <
> https://demo-stable.ofbiz.apache.org/ordermgr/control/main?USERNAME=admin=ofbiz=Y
> >
> >
> >
> > >From instance ofbiz-vm2 to demo-stable instance.
> >
> > For developers: trunk
> >
> > Front-End Store 
> >
> > Management Applications
> > <
> https://demo-trunk.ofbiz.apache.org/ordermgr/control/main?USERNAME=admin=ofbiz=Y
> >
> >
> > Best Regards,
> >
> > *Sanjay Yadav* | Manager, Enterprise Quality Assurance
> > HotWax Commerce  by HotWax Systems
> > 
> > 80, Scheme No. 78, Indore, M.P. 452010, India
> > Mobile Phone: 787 918 8830 | Linkedin: Sanjay-Yadav
> > 
> >
> >
> > On Tue, Oct 9, 2018 at 1:52 PM Sanjay Yadav <
> sanjay.ya...@hotwaxsystems.com>
> > wrote:
> >
> >> URL updated. thanks!
> >>
> >> Best Regards,
> >>
> >> *Sanjay Yadav* | Manager, Enterprise Quality Assurance
> >> HotWax Commerce  by HotWax Systems
> >> 
> >> 80, Scheme No. 78, Indore, M.P. 452010, India
> >> Mobile Phone: 787 918 8830 | Linkedin: Sanjay-Yadav
> >> 
> >>
> >>
> >> On Tue, Oct 9, 2018 at 11:38 AM Sanjay Yadav <
> >> sanjay.ya...@hotwaxsystems.com> wrote:
> >>
> >>> Thank you and agree with you Deepak. demo-stable instance URL will be
> >>> better.
> >>>
> >>> Best Regards,
> >>>
> >>> *Sanjay Yadav* | Manager, Enterprise Quality Assurance
> >>> HotWax Commerce  by HotWax Systems
> >>> 
> >>> 80, Scheme No. 78, Indore, M.P. 452010, India
> >>> Mobile Phone: 787 918 8830 | Linkedin: Sanjay-Yadav
> >>> 
> >>>
> >>>
> >>> On Tue, Oct 9, 2018 at 11:32 AM Deepak Dixit 
> 

Re: Installation of OFBiz for dummies on a laptop

2018-10-09 Thread Sagar Shah
https://ofbiz.apache.org/business-users.html#UsrInstall  (on same page as
Aditya's) provides the install steps

On Wed, Oct 10, 2018 at 10:16 AM Aditya Sharma <
aditya.sha...@hotwaxsystems.com> wrote:

> Hi Andre,
>
> Welcome to the Apache OFBiz ecosystem.
>
> Refer this link  to get
> started.
>
> HTH
>
> Thanks and Regards,
>
> *Aditya Sharma* | Enterprise Software Engineer
> HotWax Commerce  by HotWax Systems
> 
> [image: https://www.linkedin.com/in/aditya-p-sharma/]
> 
>
>
> On Wed, Oct 10, 2018 at 12:22 AM Deepak Dixit 
> wrote:
>
> > Looping in André
> >
> > Thanks & Regards
> > --
> > Deepak Dixit
> >
> >
> > On Wed, Oct 10, 2018 at 12:20 AM, Deepak Dixit 
> > wrote:
> >
> > > Hi André
> > >
> > > Your email has been moderated, Please subscribe to the mailing list
> > > http://ofbiz.apache.org/mailing-lists.html
> > >
> > > Thanks & Regards
> > > --
> > > Deepak Dixit
> > >
> > >
> > > On Tue, Oct 9, 2018 at 7:53 PM, andre.pott...@gmail.com <
> > > andre.pott...@gmail.com> wrote:
> > >
> > >> To Whom It May Concern,
> > >>
> > >> I am not a developer and would like to test the software to be used
> in a
> > >> SME.
> > >>
> > >> I am use to an .exe file and struggle to figure out how do you install
> > >> the software to begin with;
> > >>
> > >> Do you have something to assist me on installing it on a Windows 10
> > >> laptop?
> > >>
> > >> Kind Regards,
> > >>
> > >> André
> > >>
> > >
> > >
> >
>


-- 
Regards
Sagar


Re: Installation of OFBiz for dummies on a laptop

2018-10-09 Thread Aditya Sharma
Hi Andre,

Welcome to the Apache OFBiz ecosystem.

Refer this link  to get
started.

HTH

Thanks and Regards,

*Aditya Sharma* | Enterprise Software Engineer
HotWax Commerce  by HotWax Systems

[image: https://www.linkedin.com/in/aditya-p-sharma/]



On Wed, Oct 10, 2018 at 12:22 AM Deepak Dixit 
wrote:

> Looping in André
>
> Thanks & Regards
> --
> Deepak Dixit
>
>
> On Wed, Oct 10, 2018 at 12:20 AM, Deepak Dixit 
> wrote:
>
> > Hi André
> >
> > Your email has been moderated, Please subscribe to the mailing list
> > http://ofbiz.apache.org/mailing-lists.html
> >
> > Thanks & Regards
> > --
> > Deepak Dixit
> >
> >
> > On Tue, Oct 9, 2018 at 7:53 PM, andre.pott...@gmail.com <
> > andre.pott...@gmail.com> wrote:
> >
> >> To Whom It May Concern,
> >>
> >> I am not a developer and would like to test the software to be used in a
> >> SME.
> >>
> >> I am use to an .exe file and struggle to figure out how do you install
> >> the software to begin with;
> >>
> >> Do you have something to assist me on installing it on a Windows 10
> >> laptop?
> >>
> >> Kind Regards,
> >>
> >> André
> >>
> >
> >
>


Re: Installation of OFBiz for dummies on a laptop

2018-10-09 Thread Deepak Dixit
Looping in André

Thanks & Regards
--
Deepak Dixit


On Wed, Oct 10, 2018 at 12:20 AM, Deepak Dixit 
wrote:

> Hi André
>
> Your email has been moderated, Please subscribe to the mailing list
> http://ofbiz.apache.org/mailing-lists.html
>
> Thanks & Regards
> --
> Deepak Dixit
>
>
> On Tue, Oct 9, 2018 at 7:53 PM, andre.pott...@gmail.com <
> andre.pott...@gmail.com> wrote:
>
>> To Whom It May Concern,
>>
>> I am not a developer and would like to test the software to be used in a
>> SME.
>>
>> I am use to an .exe file and struggle to figure out how do you install
>> the software to begin with;
>>
>> Do you have something to assist me on installing it on a Windows 10
>> laptop?
>>
>> Kind Regards,
>>
>> André
>>
>
>


Re: Installation of OFBiz for dummies on a laptop

2018-10-09 Thread Deepak Dixit
Hi André

Your email has been moderated, Please subscribe to the mailing list
http://ofbiz.apache.org/mailing-lists.html

Thanks & Regards
--
Deepak Dixit


On Tue, Oct 9, 2018 at 7:53 PM, andre.pott...@gmail.com <
andre.pott...@gmail.com> wrote:

> To Whom It May Concern,
>
> I am not a developer and would like to test the software to be used in a
> SME.
>
> I am use to an .exe file and struggle to figure out how do you install the
> software to begin with;
>
> Do you have something to assist me on installing it on a Windows 10 laptop?
>
> Kind Regards,
>
> André
>


Installation of OFBiz for dummies on a laptop

2018-10-09 Thread andre . potties
To Whom It May Concern,

I am not a developer and would like to test the software to be used in a SME.

I am use to an .exe file and struggle to figure out how do you install the 
software to begin with;

Do you have something to assist me on installing it on a Windows 10 laptop?

Kind Regards,

André