Re: Build failure > Ofbiz 17.12.06 in Ubuntu 18.04.5 LTS; Build success > Ofbiz 17.12.06 Windows Server 2016 : RESOLVED

2021-04-06 Thread Sakthivel Vellingiri
Girish - Sorry for the late reply. I updated ./gradle/init-gradle-wrapper.sh with --debug option as below [image: image.png] However when i run the command, i only get the below, not getting a lot of debug info, Pls let know if you want me to rerun with another option or if i'm missing something

Re: Build failure > Ofbiz 17.12.06 in Ubuntu 18.04.5 LTS; Build success > Ofbiz 17.12.06 Windows Server 2016 : RESOLVED

2021-03-29 Thread Girish Vasmatkar
Please try the following and let me know - wget --debug -S -O $GRADLE_WRAPPER_OFBIZ_PATH/$1 $2/$1 Since I can't recreate the issue on my machine (MacOS) I need to know exactly what is happening. The JIRA ticket you cited, I was able to recreate that issue but not any more so just wanted to check

Re: Build failure > Ofbiz 17.12.06 in Ubuntu 18.04.5 LTS; Build success > Ofbiz 17.12.06 Windows Server 2016 : RESOLVED

2021-03-25 Thread Sakthivel Vellingiri
Thanks Girish for looking into this, Pls find the results and let me know if i can help with anything else. I'm not sure where you would like me to enable wget debug (wget --debug), i tried to enable wget debug in the gradle/init-gradle-wrapper.sh as below and still get the below response

Re: Build failure > Ofbiz 17.12.06 in Ubuntu 18.04.5 LTS; Build success > Ofbiz 17.12.06 Windows Server 2016 : RESOLVED

2021-03-25 Thread Michael Brohl
Hi Girish, the download of the gradle-wrapper.properties file is deliberately removed for the 17.12 release because of inconstistencies in the Gradle plugins repository which was necessary to use because of the JCenter/Bintray shutdown. The file is not downloaded and the checksum matches

Re: Build failure > Ofbiz 17.12.06 in Ubuntu 18.04.5 LTS; Build success > Ofbiz 17.12.06 Windows Server 2016 : RESOLVED

2021-03-24 Thread Girish Vasmatkar
Hi Sakthivel The ticket you're linking to also dealt with a similar issue related to wget. Based on your logs, I see two issues but while one is apparent and reproducible, I am not sure why the download is not happening. I think with latest changes to the file, gradle-wrapper.properties file no

Re: Build failure > Ofbiz 17.12.06 in Ubuntu 18.04.5 LTS; Build success > Ofbiz 17.12.06 Windows Server 2016 : RESOLVED

2021-03-24 Thread Sakthivel Vellingiri
Believe i found a resolution and the root cause of the issue, the bottom line is ./gradle/init-gradle-wrapper.sh does not work with wget [When curl is not installed], and throws the below error, however when i installed curl things worked as expected. Again below is my environment details where