Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@heidigit
Created November 22, 2012 00:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heidigit/4128692 to your computer and use it in GitHub Desktop.
Save heidigit/4128692 to your computer and use it in GitHub Desktop.
Gradle proxy
10:56:40.449 [DEBUG] [org.apache.http.impl.conn.DefaultClientConnectionOperator] Connecting to <host:port>
10:56:40.465 [DEBUG] [org.apache.http.client.protocol.RequestAddCookies] CookieSpec selected: best-match
10:56:40.480 [DEBUG] [org.apache.http.client.protocol.RequestAuthCache] Auth cache not set in the context
10:56:40.496 [DEBUG] [org.apache.http.client.protocol.RequestTargetAuthentication] Target auth state: UNCHALLENGED
10:56:40.496 [DEBUG] [org.apache.http.client.protocol.RequestProxyAuthentication] Proxy auth state: UNCHALLENGED
10:56:40.512 [DEBUG] [org.apache.http.impl.client.SystemDefaultHttpClient] Attempt 1 to execute request
10:56:40.512 [DEBUG] [org.apache.http.impl.conn.DefaultClientConnection] Sending request: HEAD http://repo1.maven.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom HTTP/1.1
10:56:40.527 [DEBUG] [org.apache.http.headers] >> HEAD http://repo1.maven.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom HTTP/1.1
10:56:40.527 [DEBUG] [org.apache.http.headers] >> Accept-Encoding: gzip,deflate
10:56:40.527 [DEBUG] [org.apache.http.headers] >> Host: repo1.maven.org
10:56:40.543 [DEBUG] [org.apache.http.headers] >> Proxy-Connection: Keep-Alive
10:56:40.543 [DEBUG] [org.apache.http.headers] >> User-Agent: Gradle/1.2 (Windows XP;5.1;x86) (Sun Microsystems Inc.;1.6.0_37;20.12-b01)
10:56:40.559 [DEBUG] [org.apache.http.impl.conn.DefaultClientConnection] Receiving response: HTTP/1.1 407 Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. )
10:56:40.559 [DEBUG] [org.apache.http.headers] << HTTP/1.1 407 Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. )
10:56:40.574 [DEBUG] [org.apache.http.headers] << Via: 1.1 <server name>
10:56:40.574 [DEBUG] [org.apache.http.headers] << Proxy-Authenticate: NTLM
10:56:40.590 [DEBUG] [org.apache.http.headers] << Connection: Keep-Alive
10:56:40.605 [DEBUG] [org.apache.http.headers] << Proxy-Connection: Keep-Alive
10:56:40.605 [DEBUG] [org.apache.http.headers] << Pragma: no-cache
10:56:40.605 [DEBUG] [org.apache.http.headers] << Cache-Control: no-cache
10:56:40.621 [DEBUG] [org.apache.http.headers] << Content-Type: text/html
10:56:40.621 [DEBUG] [org.apache.http.headers] << Content-Length: 4825
10:56:40.637 [DEBUG] [org.apache.http.impl.client.SystemDefaultHttpClient] <host:port> requested authentication
10:56:40.637 [DEBUG] [org.apache.http.impl.client.ProxyAuthenticationStrategy] Authentication schemes in the order of preference: [negotiate, Kerberos, NTLM, Digest, Basic]
10:56:40.652 [DEBUG] [org.apache.http.impl.client.ProxyAuthenticationStrategy] Challenge for negotiate authentication scheme not available
10:56:40.652 [DEBUG] [org.apache.http.impl.client.ProxyAuthenticationStrategy] Challenge for Kerberos authentication scheme not available
10:56:40.668 [DEBUG] [org.apache.http.impl.client.ProxyAuthenticationStrategy] Challenge for Digest authentication scheme not available
10:56:40.668 [DEBUG] [org.apache.http.impl.client.ProxyAuthenticationStrategy] Challenge for Basic authentication scheme not available
10:56:40.684 [DEBUG] [org.apache.http.impl.client.SystemDefaultHttpClient] Selected authentication options: [NTLM]
10:56:40.684 [DEBUG] [org.apache.http.impl.conn.DefaultClientConnection] Connection 0.0.0.0:3903<->xxx.xxx.xxx.xxx:8080 closed
10:56:40.699 [DEBUG] [org.apache.http.impl.conn.DefaultClientConnectionOperator] Connecting to <host:port>
10:56:40.699 [DEBUG] [org.apache.http.client.protocol.RequestAddCookies] CookieSpec selected: best-match
10:56:40.715 [DEBUG] [org.apache.http.client.protocol.RequestAuthCache] Auth cache not set in the context
10:56:40.715 [DEBUG] [org.apache.http.client.protocol.RequestTargetAuthentication] Target auth state: UNCHALLENGED
10:56:40.730 [DEBUG] [org.apache.http.client.protocol.RequestProxyAuthentication] Proxy auth state: CHALLENGED
10:56:40.730 [DEBUG] [org.apache.http.client.protocol.RequestProxyAuthentication] Generating response to an authentication challenge using ntlm scheme
10:56:40.746 [DEBUG] [org.apache.http.impl.client.SystemDefaultHttpClient] Attempt 2 to execute request
10:56:40.762 [DEBUG] [org.apache.http.impl.conn.DefaultClientConnection] Sending request: HEAD http://repo1.maven.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom HTTP/1.1
10:56:40.762 [DEBUG] [org.apache.http.headers] >> HEAD http://repo1.maven.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom HTTP/1.1
10:56:40.777 [DEBUG] [org.apache.http.headers] >> Accept-Encoding: gzip,deflate
10:56:40.777 [DEBUG] [org.apache.http.headers] >> Host: repo1.maven.org
10:56:40.777 [DEBUG] [org.apache.http.headers] >> Proxy-Connection: Keep-Alive
10:56:40.793 [DEBUG] [org.apache.http.headers] >> User-Agent: Gradle/1.2 (Windows XP;5.1;x86) (Sun Microsystems Inc.;1.6.0_37;20.12-b01)
10:56:40.793 [DEBUG] [org.apache.http.headers] >> Proxy-Authorization: NTLM <base64>
10:56:40.809 [DEBUG] [org.apache.http.impl.conn.DefaultClientConnection] Receiving response: HTTP/1.1 407 Proxy Authentication Required ( Access is denied. )
10:56:40.809 [DEBUG] [org.apache.http.headers] << HTTP/1.1 407 Proxy Authentication Required ( Access is denied. )
10:56:40.824 [DEBUG] [org.apache.http.headers] << Via: 1.1 <server name>
10:56:40.824 [DEBUG] [org.apache.http.headers] << Proxy-Authenticate: NTLM <base64>
10:56:40.840 [DEBUG] [org.apache.http.headers] << Connection: Keep-Alive
10:56:40.840 [DEBUG] [org.apache.http.headers] << Proxy-Connection: Keep-Alive
10:56:40.855 [DEBUG] [org.apache.http.headers] << Pragma: no-cache
10:56:40.855 [DEBUG] [org.apache.http.headers] << Cache-Control: no-cache
10:56:40.855 [DEBUG] [org.apache.http.headers] << Content-Type: text/html
10:56:40.871 [DEBUG] [org.apache.http.headers] << Content-Length: 0
10:56:40.871 [DEBUG] [org.apache.http.impl.client.SystemDefaultHttpClient] <host:port> requested authentication
10:56:40.887 [DEBUG] [org.apache.http.impl.client.SystemDefaultHttpClient] Authorization challenge processed
10:56:40.887 [DEBUG] [org.apache.http.impl.conn.DefaultClientConnection] Connection 0.0.0.0:3904<-><xxx.xxx.xxx.xxx>:8080 closed
10:56:40.887 [DEBUG] [org.apache.http.impl.conn.DefaultClientConnectionOperator] Connecting to <host:port>
10:56:40.902 [DEBUG] [org.apache.http.client.protocol.RequestAddCookies] CookieSpec selected: best-match
10:56:40.902 [DEBUG] [org.apache.http.client.protocol.RequestAuthCache] Auth cache not set in the context
10:56:40.918 [DEBUG] [org.apache.http.client.protocol.RequestTargetAuthentication] Target auth state: UNCHALLENGED
10:56:40.918 [DEBUG] [org.apache.http.client.protocol.RequestProxyAuthentication] Proxy auth state: HANDSHAKE
10:56:40.934 [DEBUG] [org.apache.http.impl.client.SystemDefaultHttpClient] Attempt 3 to execute request
10:56:40.949 [DEBUG] [org.apache.http.impl.conn.DefaultClientConnection] Sending request: HEAD http://repo1.maven.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom HTTP/1.1
10:56:40.949 [DEBUG] [org.apache.http.headers] >> HEAD http://repo1.maven.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom HTTP/1.1
10:56:40.965 [DEBUG] [org.apache.http.headers] >> Accept-Encoding: gzip,deflate
10:56:40.965 [DEBUG] [org.apache.http.headers] >> Host: repo1.maven.org
10:56:40.980 [DEBUG] [org.apache.http.headers] >> Proxy-Connection: Keep-Alive
10:56:40.980 [DEBUG] [org.apache.http.headers] >> User-Agent: Gradle/1.2 (Windows XP;5.1;x86) (Sun Microsystems Inc.;1.6.0_37;20.12-b01)
10:56:40.980 [DEBUG] [org.apache.http.headers] >> Proxy-Authorization: NTLM <base64Code>
10:56:40.996 [DEBUG] [org.apache.http.impl.conn.DefaultClientConnection] Receiving response: HTTP/1.1 407 Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. )
10:56:41.012 [DEBUG] [org.apache.http.headers] << HTTP/1.1 407 Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. )
10:56:41.012 [DEBUG] [org.apache.http.headers] << Via: 1.1 <server name>
10:56:41.012 [DEBUG] [org.apache.http.headers] << Proxy-Authenticate: NTLM
10:56:41.027 [DEBUG] [org.apache.http.headers] << Connection: close
10:56:41.027 [DEBUG] [org.apache.http.headers] << Proxy-Connection: close
10:56:41.043 [DEBUG] [org.apache.http.headers] << Pragma: no-cache
10:56:41.043 [DEBUG] [org.apache.http.headers] << Cache-Control: no-cache
10:56:41.059 [DEBUG] [org.apache.http.headers] << Content-Type: text/html
10:56:41.059 [DEBUG] [org.apache.http.headers] << Content-Length: 4825
10:56:41.059 [DEBUG] [org.apache.http.impl.client.SystemDefaultHttpClient] <host:port> requested authentication
10:56:41.074 [DEBUG] [org.apache.http.impl.client.SystemDefaultHttpClient] Authorization challenge processed
10:56:41.074 [DEBUG] [org.apache.http.impl.client.SystemDefaultHttpClient] Authentication failed
10:56:41.090 [DEBUG] [org.apache.http.impl.conn.PoolingClientConnectionManager] Connection [id: 0][route: {}->http://<host:port>->http://repo1.maven.org] can be kept alive for 9223372036854775807 MILLISECONDS
10:56:41.090 [DEBUG] [org.apache.http.impl.conn.DefaultClientConnection] Connection 0.0.0.0:3905<-><xxx.xxx.xxx.xxx>:8080 closed
10:56:41.105 [DEBUG] [org.apache.http.impl.conn.PoolingClientConnectionManager] Connection released: [id: 0][route: {}->http://<host:port>->http://repo1.maven.org][total kept alive: 0; route allocated: 0 of 2; total allocated: 0 of 20]
10:56:41.105 [INFO] [org.gradle.api.internal.externalresource.transport.http.HttpClientHelper] Failed to get resource: HEAD. [HTTP HTTP/1.1 407 Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. ): http://repo1.maven.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom]
10:56:41.121 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.DependencyGraphBuilder] Attaching base#prod;1.0(compile) to its parents.
10:56:41.137 [DEBUG] [org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter] Finished executing task ':prod:compileJava'
10:56:41.137 [ERROR] [org.gradle.BuildExceptionReporter]
10:56:41.152 [ERROR] [org.gradle.BuildExceptionReporter] FAILURE: Build failed with an exception.
10:56:41.152 [ERROR] [org.gradle.BuildExceptionReporter]
10:56:41.168 [ERROR] [org.gradle.BuildExceptionReporter] * What went wrong:
10:56:41.168 [ERROR] [org.gradle.BuildExceptionReporter] Could not resolve all dependencies for configuration ':prod:compile'.
10:56:41.168 [ERROR] [org.gradle.BuildExceptionReporter] > Could not resolve group:commons-collections, module:commons-collections, version:3.2.
10:56:41.184 [ERROR] [org.gradle.BuildExceptionReporter] Required by:
10:56:41.184 [ERROR] [org.gradle.BuildExceptionReporter] base:prod:1.0
10:56:41.199 [ERROR] [org.gradle.BuildExceptionReporter] > Could not HEAD 'http://repo1.maven.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom'. Received status code 407 from server: Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. )
10:56:41.199 [ERROR] [org.gradle.BuildExceptionReporter]
10:56:41.215 [ERROR] [org.gradle.BuildExceptionReporter] * Exception is:
10:56:41.215 [ERROR] [org.gradle.BuildExceptionReporter] org.gradle.api.artifacts.ResolveException: Could not resolve all dependencies for configuration ':prod:compile'.
10:56:41.215 [ERROR] [org.gradle.BuildExceptionReporter] at org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration.rethrowFailure(DefaultLenientConfiguration.java:52)
10:56:41.230 [ERROR] [org.gradle.BuildExceptionReporter] at org.gradle.api.internal.artifacts.ivyservice.DefaultResolvedConfiguration.rethrowFailure(DefaultResolvedConfiguration.java:39)
10:56:41.230 [ERROR] [org.gradle.BuildExceptionReporter] at org.gradle.api.internal.artifacts.ivyservice.SelfResolvingDependencyResolver$1.rethrowFailure(SelfResolvingDependencyResolver.java:86)
10:56:41.230 [ERROR] [org.gradle.BuildExceptionReporter] at org.gradle.api.internal.artifacts.ivyservice.ErrorHandlingArtifactDependencyResolver$ErrorHandlingResolvedConfiguration.rethrowFailure(ErrorHandlingArtifactDependencyResolver.java:71)
10:56:41.246 [ERROR] [org.gradle.BuildExceptionReporter] at org.gradle.api.internal.artifacts.configurations.DefaultConfiguration$ConfigurationFileCollection.getFiles(DefaultConfiguration.java:458)
10:56:41.246 [ERROR] [org.gradle.BuildExceptionReporter] at org.gradle.api.internal.artifacts.configurations.DefaultConfiguration.getFiles(DefaultConfiguration.java:203)
10:56:41.246 [ERROR] [org.gradle.BuildExceptionReporter] at org.gradle.api.internal.artifacts.configurations.DefaultConfiguration_Decorated.getFiles(Unknown Source)
10:56:41.262 [ERROR] [org.gradle.BuildExceptionReporter] at org.gradle.api.internal.file.collections.DefaultFileCollectionResolveContext$FileTreeConverter.convertInto(DefaultFileCollectionResolveContext.java:191)
10:56:41.262 [ERROR] [org.gradle.BuildExceptionReporter] at org.gradle.api.internal.file.collections.DefaultFileCollectionResolveContext.doResolve(DefaultFileCollectionResolveContext.java:103)
10:56:41.262 [ERROR] [org.gradle.BuildExceptionReporter] at org.gradle.api.internal.file.collections.DefaultFileCollectionResolveContext.resolveAsFileTrees(DefaultFileCollectionResolveContext.java:75)
10:56:41.277 [ERROR] [org.gradle.BuildExceptionReporter] at org.gradle.api.internal.file.collections.DefaultFileCollectionResolveContext$FileTreeConverter.convertInto(DefaultFileCollectionResolveContext.java:182)
10:56:41.277 [ERROR] [org.gradle.BuildExceptionReporter] at org.gradle.api.internal.file.collections.DefaultFileCollectionResolveContext.doResolve(DefaultFileCollectionResolveContext.java:98)
10:56:41.277 [ERROR] [org.gradle.BuildExceptionReporter] at org.gradle.api.internal.file.collections.DefaultFileCollectionResolveContext.resolveAsFileTrees(DefaultFileCollectionResolveContext.java:75)
10:56:41.293 [ERROR] [org.gradle.BuildExceptionReporter] at org.gradle.api.internal.file.CompositeFileCollection$1.resolve(CompositeFileCollection.java:88)
10:56:41.293 [ERROR] [org.gradle.BuildExceptionReporter] at org.gradle.api.internal.file.CompositeFileCollection.getSourceCollections(CompositeFileCollection.java:143)
10:56:41.293 [ERROR] [org.gradle.BuildExceptionReporter] at org.gradle.api.internal.file.CompositeFileTree.getSourceCollections(CompositeFileTree.java:30)
10:56:41.309 [ERROR] [org.gradle.BuildExceptionReporter] at org.gradle.api.internal.file.CompositeFileCollection.getFiles(CompositeFileCollection.java:38)
10:56:41.309 [ERROR] [org.gradle.BuildExceptionReporter] at org.gradle.api.internal.file.AbstractFileCollection.iterator(AbstractFileCollection.java:60)
10:56:41.324 [ERROR] [org.gradle.BuildExceptionReporter] at org.gradle.api.internal.changedetection.DefaultFileSnapshotter.snapshot(DefaultFileSnapshotter.java:42)
10:56:41.324 [ERROR] [org.gradle.BuildExceptionReporter] at org.gradle.api.internal.changedetection.InputFilesChangedUpToDateRule.create(InputFilesChangedUpToDateRule.java:35)
10:56:41.324 [ERROR] [org.gradle.BuildExceptionReporter] at org.gradle.api.internal.changedetection.CompositeUpToDateRule.create(CompositeUpToDateRule.java:35)
10:56:41.340 [ERROR] [org.gradle.BuildExceptionReporter] at org.gradle.api.internal.changedetection.DefaultTaskArtifactStateRepository$HistoricExecution.calcCurrentState(DefaultTaskArtifactStateRepository.java:80)
10:56:41.340 [ERROR] [org.gradle.BuildExceptionReporter] at org.gradle.api.internal.changedetection.DefaultTaskArtifactStateRepository$HistoricExecution.isUpToDate(DefaultTaskArtifactStateRepository.java:88)
10:56:41.340 [ERROR] [org.gradle.BuildExceptionReporter] at org.gradle.api.internal.changedetection.DefaultTaskArtifactStateRepository$TaskArtifactStateImpl.isUpToDate(DefaultTaskArtifactStateRepository.java:128)
10:56:41.355 [ERROR] [org.gradle.BuildExceptionReporter] at org.gradle.api.internal.changedetection.ShortCircuitTaskArtifactStateRepository$ShortCircuitArtifactState.isUpToDate(ShortCircuitTaskArtifactStateRepository.java:77)
10:56:41.355 [ERROR] [org.gradle.BuildExceptionReporter] at org.gradle.api.internal.changedetection.FileCacheBroadcastTaskArtifactStateRepository$1.isUpToDate(FileCacheBroadcastTaskArtifactStateRepository.java:37)
10:56:41.371 [ERROR] [org.gradle.BuildExceptionReporter] at org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter.execute(SkipUpToDateTaskExecuter.java:44)
10:56:41.371 [ERROR] [org.gradle.BuildExceptionReporter] at org.gradle.api.internal.tasks.execution.ValidatingTaskExecuter.execute(ValidatingTaskExecuter.java:57)
10:56:41.371 [ERROR] [org.gradle.BuildExceptionReporter] at org.gradle.api.internal.tasks.execution.SkipEmptySourceFilesTaskExecuter.execute(SkipEmptySourceFilesTaskExecuter.java:41)
10:56:41.387 [ERROR] [org.gradle.BuildExceptionReporter] at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:51)
10:56:41.387 [ERROR] [org.gradle.BuildExceptionReporter] at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:52)
10:56:41.387 [ERROR] [org.gradle.BuildExceptionReporter] at org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter.execute(ExecuteAtMostOnceTaskExecuter.java:42)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment