uvagfx / hipi

HIPI: Hadoop Image Processing Interface
http://hipi.cs.virginia.edu
BSD 3-Clause "New" or "Revised" License
133 stars 82 forks source link

gradle command error #14

Open fahimfana opened 9 years ago

fahimfana commented 9 years ago

I have installed java,hadoop and gradle correctly and i have set the paths perfectly. My ubuntu version is 15.04. gradle version is 2.7. when i run the gradle command in hipi root directory I got this error messege:

FAILURE: Build failed with an exception.

BUILD FAILED

Total time: 26.06 secs

What would be the problem?

voigtlandier commented 9 years ago

This looks like a network connectivity issue. It's failing to download dependencies from Maven Central. Can you load those URLs in a browser (e.g., https://repo1.maven.org/maven2/org/apache/hadoop/hadoop-common/2.7.1/hadoop-common-2.7.1.pom)?

fahimfana commented 9 years ago

The URLs load in the browser.

fahimfana commented 9 years ago

Thank you voigtlandie. It's proxy problem. Now it's working

phani470 commented 8 years ago

hello fahimfana i am also getting the same problem could you please help me to resolve the problem by giving the step by step explanation to resolve this problem.

hpt1992 commented 8 years ago

hi fahimfana , I got same error can you pl tell me where and what changes you had made in proxy?

Rems143 commented 8 years ago

Hello, I am also getting same error. Kindly let us know the changes you have made..

piyushjha97 commented 6 years ago

I also have the same issue pls help somebody

OlajideOgun commented 6 years ago

Has anyone figured this out?