Hello everyone, I am new to the apache ofbiz framework and I have started following its beginner tutorial for the 18.12 release. I am following all the instructions given in the tutorial likewise. I was able to clone the repository successfully, but the command for running the ofbiz showed errors for multiple test cases.
This is the configuration of my laptop: 1. OS Name: Microsoft Windows 10 Pro 2. Version: 10.0.18363 Build 18363 3. Processor: Intel (R) Core (TM) i7-5600U CPU @ 2.60GHz, 2601 MHz, 2 Core(s), 4 Logical Processor(s) 4. System Model: HP EliteBook 840 G2 Installed 5. Physical Memory (RAM): 8.00 GB After a lot of debugging, exploring and discussing this problem with my mentors and peers, somehow we managed to find the solution. Instead of writing the command "gradlew cleanAll loadAll ofbiz" for running the ofbiz for my windows OS configuration laptop following commands worked for running the ofbiz in the given order: "gradlew loadAll -x test" "gradlew ofbiz -x test" I have faced a lot of problems while running the command given in the tutorial. I discussed this with my colleagues and I got to know most windows users are facing this problem. I feel these commands should be there in the documentation which would be helpful for many users like me. It would be highly appreciated if the foundation adds these commands along with the present command to run the ofbiz. With Regards, Sheetal Jain
