docker-zipkin-dependencies icon indicating copy to clipboard operation
docker-zipkin-dependencies copied to clipboard

Corrupt JAR file

Open llinder opened this issue 8 years ago • 4 comments

java -jar zipkin-dependencies.jar fails with "Error: Invalid or corrupt jarfile zipkin-dependencies.jar"

Running the docker container locally and inspecting the JAR file shows that it consists of:

{
  "errors" : [ {
    "status" : 404,
    "message" : "Could not find resource"
  } ]
}

Running the curl command used in the Dockerfile does download a valid JAR file. My suspicion is that it might be a timing thing between the zipkin-dependencies build and the docker-zipkin-dependencies build.

llinder avatar Sep 15 '16 20:09 llinder

We are hit by this issue also

jcarres-mdsol avatar Sep 27 '16 02:09 jcarres-mdsol

I dated with this problem today

Coalla avatar Apr 27 '17 15:04 Coalla

I ran into this issue today

UncleBarney avatar May 03 '17 23:05 UncleBarney

Same here, fixed by docker pull quay.io/openzipkin/zipkin-dependencies:1.5.4.

bkleef avatar May 05 '17 13:05 bkleef