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

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

2021-03-23 Thread Sakthivel Vellingiri
Dug a little further and see the below reference (for metadataSources) in build.gradle, when i commented the below, i get further along and download other dependencies, but as expected and noted in the comment below, unable to resolve > org.milyn:flute; it appears linux does not seem to like

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

2021-03-23 Thread Sakthivel Vellingiri
Greetings Ofbiz Framework Gurus - Ofbiz 17.12.06 seems to be failing to build in Ubuntu 18.04.5 LTS (May be in other Linux flavors too), but successful in Windows Server 2016, I even tried deleting the .gradle folder but no luck. Anyone encountered this, any pointers are appreciated. *OS Version