-
Notifications
You must be signed in to change notification settings - Fork 15
Not able to build Gradle process #17
Description
Hello,
We were trying to implement this feature and followed all the steps but we are not able to complete "gradle build " step. When applying this step we are getting following error -
FAILURE: Build failed with an exception.
-
What went wrong:
Could not resolve all dependencies for configuration ':compile'.Could not resolve log4j:log4j:1.2.17.
Required by:
:incident_overview:unspecified
Could not GET 'http://repo1.maven.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.pom'.
Connection timed out
Could not resolve org.slf4j:slf4j-api:1.7.9.
Required by:
:incident_overview:unspecified
Could not GET 'http://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.9/slf4j-api-1.7.9.pom'.
Connection timed out
Could not resolve org.slf4j:slf4j-log4j12:1.7.9.
Required by:
:incident_overview:unspecified
Could not GET 'http://repo1.maven.org/maven2/org/slf4j/slf4j-log4j12/1.7.9/slf4j-log4j12-1.7.9.pom'.
Connection timed out
Could not resolve org.apache.httpcomponents:httpclient:4.3.6.
Required by:
:incident_overview:unspecified
Could not GET 'http://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.pom'.
Connection timed out
Could not resolve com.fasterxml.jackson.core:jackson-core:2.5.0.
Required by:
:incident_overview:unspecified
Could not GET 'http://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.5.0/jackson-core-2.5.0.pom'.
Connection timed out
Could not resolve com.fasterxml.jackson.core:jackson-annotations:2.5.0.
Required by:
:incident_overview:unspecified
Could not GET 'http://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.5.0/jackson-annotations-2.5.0.pom'.
Connection timed out
Could not resolve com.fasterxml.jackson.core:jackson-databind:2.5.0.
Required by:
:incident_overview:unspecified
Could not GET 'http://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.5.0/jackson-databind-2.5.0.pom'.
Connection timed out
Could not resolve com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.5.0.
Required by:
:incident_overview:unspecified
Could not GET 'http://repo1.maven.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.5.0/jackson-jaxrs-json-provider-2.5.0.pom'.
Connection timed out
Could not resolve org.apache.commons:commons-lang3:3.0.
Required by:
:incident_overview:unspecified
Could not GET 'http://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.0/commons-lang3-3.0.pom'.
Connection timed out
Could not resolve com.maxmind.geoip2:geoip2:2.1.0.
Required by:
:incident_overview:unspecified
Could not GET 'http://repo1.maven.org/maven2/com/maxmind/geoip2/geoip2/2.1.0/geoip2-2.1.0.pom'.
Connection timed out
Could not resolve javax.servlet:javax.servlet-api:3.1.0.
Required by:
:incident_overview:unspecified
Could not GET 'http://repo1.maven.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom'.
Connection timed out
Could not resolve javax.ws.rs:jsr311-api:1.1.1.
Required by:
:incident_overview:unspecified
Could not GET 'http://repo1.maven.org/maven2/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom'.
Connection timed out
Could not resolve javax.annotation:jsr250-api:1.0.
Required by:
:incident_overview:unspecified
Could not GET 'http://repo1.maven.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom'.
Connection timed out
Could not resolve org.apache.geronimo.specs:geronimo-jpa_2.0_spec:1.1.
Required by:
:incident_overview:unspecified
Could not GET 'http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-jpa_2.0_spec/1.1/geronimo-jpa_2.0_spec-1.1.pom'.
Connection timed out -
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
It seems gradle is not able to fetch the required files from repo1.
Our machines is using proxy for internet connection and logged in as root.
Please guide us how to proceed from here. Do we need to configure any proxy setting for maven repository.
Thanks,
Atul