Skip to content

Instantly share code, notes, and snippets.

@davsclaus
Created September 13, 2017 13:03
Show Gist options
  • Save davsclaus/15ce2bc0f55849a7a0d7fc495f3faae7 to your computer and use it in GitHub Desktop.
Save davsclaus/15ce2bc0f55849a7a0d7fc495f3faae7 to your computer and use it in GitHub Desktop.
Spring Boot 1.5.7 maven issue
curl -svo dev/null http://repo.maven.org/maven2/org/springframework/boot/spring-boot-starters/1.5.7.RELEASE/spring-boot-starters-1.5.7.RELEASE.pom
* Could not resolve host: repo.maven.org
* Closing connection 0
davsclaus:/Users/davsclaus/$ curl -svo dev/null http://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starters/1.5.7.RELEASE/spring-boot-starters-1.5.7.RELEASE.pom
* Trying 151.101.36.209...
* TCP_NODELAY set
* Connected to repo1.maven.org (151.101.36.209) port 80 (#0)
> GET /maven2/org/springframework/boot/spring-boot-starters/1.5.7.RELEASE/spring-boot-starters-1.5.7.RELEASE.pom HTTP/1.1
> Host: repo1.maven.org
> User-Agent: curl/7.54.0
> Accept: */*
>
< HTTP/1.1 404 Not Found
< Last-Modified: Wed, 10 Aug 2016 15:08:35 GMT
< ETag: "1fb066da6a67c7c02962f59b4b8cd1ee"
< x-amz-error-code: NoSuchKey
< x-amz-error-message: The specified key does not exist.
< x-amz-error-detail-Key: maven2/org/springframework/boot/spring-boot-starters/1.5.7.RELEASE/spring-boot-starters-1.5.7.RELEASE.pom
< Content-Type: text/html
< Via: 1.1 varnish
< Fastly-Debug-Digest: 70dd0bbd01e7d890ac9c4f8fc99ab614db06f752c0144c4e1b4d8f2703cc9776
< Content-Length: 554
< Accept-Ranges: bytes
< Date: Wed, 13 Sep 2017 13:02:48 GMT
< Via: 1.1 varnish
< Age: 89149
< Connection: keep-alive
< X-Served-By: cache-iad2151-IAD, cache-ams4147-AMS
< X-Cache: HIT, HIT
< X-Cache-Hits: 1, 2
< X-Timer: S1505307768.120114,VS0,VE0
<
{ [554 bytes data]
* Failed writing body (0 != 554)
* Closing connection 0
davsclaus:/Users/davsclaus/$ curl -svo dev/null http://repo2.maven.org/maven2/org/springframework/boot/spring-boot-starters/1.5.7.RELEASE/spring-boot-starters-1.5.7.RELEASE.pom
* Trying 151.101.36.209...
* TCP_NODELAY set
* Connected to repo2.maven.org (151.101.36.209) port 80 (#0)
> GET /maven2/org/springframework/boot/spring-boot-starters/1.5.7.RELEASE/spring-boot-starters-1.5.7.RELEASE.pom HTTP/1.1
> Host: repo2.maven.org
> User-Agent: curl/7.54.0
> Accept: */*
>
< HTTP/1.1 404 Not Found
< Last-Modified: Wed, 10 Aug 2016 15:08:35 GMT
< ETag: "1fb066da6a67c7c02962f59b4b8cd1ee"
< x-amz-error-code: NoSuchKey
< x-amz-error-message: The specified key does not exist.
< x-amz-error-detail-Key: maven2/org/springframework/boot/spring-boot-starters/1.5.7.RELEASE/spring-boot-starters-1.5.7.RELEASE.pom
< Content-Type: text/html
< Via: 1.1 varnish
< Fastly-Debug-Digest: 70dd0bbd01e7d890ac9c4f8fc99ab614db06f752c0144c4e1b4d8f2703cc9776
< Content-Length: 554
< Accept-Ranges: bytes
< Date: Wed, 13 Sep 2017 13:02:59 GMT
< Via: 1.1 varnish
< Age: 89162
< Connection: keep-alive
< X-Served-By: cache-iad2151-IAD, cache-ams4425-AMS
< X-Cache: HIT, HIT
< X-Cache-Hits: 1, 3
< X-Timer: S1505307780.978035,VS0,VE0
<
{ [554 bytes data]
* Failed writing body (0 != 554)
* Closing connection 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment