Skip to content

Instantly share code, notes, and snippets.

@timperrett
Created December 12, 2013 19:43
Show Gist options
  • Select an option

  • Save timperrett/7934146 to your computer and use it in GitHub Desktop.

Select an option

Save timperrett/7934146 to your computer and use it in GitHub Desktop.
[error] SERVER ERROR: Service Unavailable url=http://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/org.apache.maven/maven-aether-provider/3.1.0/jars/maven-aether-provider.jar
@yoav

yoav commented Dec 12, 2013

Copy link
Copy Markdown

I'm correctly getting a 404 for that URL. Are you still getting a 503?

curl -vL "http://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/org.apache.maven/maven-aether-provider/3.1.0/jars/maven-aether-provider.jar"

  • Adding handle: conn: 0x7fcd9a803a00
  • Adding handle: send: 0
  • Adding handle: recv: 0
  • Curl_addHandleToPipeline: length: 1
  • - Conn 0 (0x7fcd9a803a00) send_pipe: 1, recv_pipe: 0
  • About to connect() to repo.scala-sbt.org port 80 (#0)
  • Trying 107.23.88.175...
  • Connected to repo.scala-sbt.org (107.23.88.175) port 80 (#0)

    GET /scalasbt/sbt-plugin-releases/org.apache.maven/maven-aether-provider/3.1.0/jars/maven-aether-provider.jar HTTP/1.1
    User-Agent: curl/7.30.0
    Host: repo.scala-sbt.org
    Accept: /

    < HTTP/1.1 302 Moved Temporarily
    < Content-Type: text/html
    < Date: Thu, 12 Dec 2013 20:39:33 GMT
    < Location: http://dl.bintray.com/sbt/sbt-plugin-releases/org.apache.maven/maven-aether-provider/3.1.0/jars/maven-aether-provider.jar
  • Server nginx is not blacklisted
    < Server: nginx
    < Content-Length: 154
    < Connection: keep-alive
    <
  • Ignoring the response-body
  • Connection #0 to host repo.scala-sbt.org left intact
  • Issue another request to this URL: 'http://dl.bintray.com/sbt/sbt-plugin-releases/org.apache.maven/maven-aether-provider/3.1.0/jars/maven-aether-provider.jar'
  • Adding handle: conn: 0x7fcd9c001000
  • Adding handle: send: 0
  • Adding handle: recv: 0
  • Curl_addHandleToPipeline: length: 1
  • - Conn 1 (0x7fcd9c001000) send_pipe: 1, recv_pipe: 0
  • About to connect() to dl.bintray.com port 80 (#1)
  • Trying 108.168.194.92...
  • Connected to dl.bintray.com (108.168.194.92) port 80 (#1)

    GET /sbt/sbt-plugin-releases/org.apache.maven/maven-aether-provider/3.1.0/jars/maven-aether-provider.jar HTTP/1.1
    User-Agent: curl/7.30.0
    Host: dl.bintray.com
    Accept: /

    < HTTP/1.1 404 Not Found
  • Server nginx is not blacklisted
    < Server: nginx
    < Date: Thu, 12 Dec 2013 20:39:34 GMT
    < Content-Type: text/plain
    < Transfer-Encoding: chunked
    < Connection: keep-alive
    <
  • Connection #1 to host dl.bintray.com left intact

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment