Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrupt JAR file #10

Open
llinder opened this issue Sep 15, 2016 · 4 comments
Open

Corrupt JAR file #10

llinder opened this issue Sep 15, 2016 · 4 comments

Comments

@llinder
Copy link

llinder commented Sep 15, 2016

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.

@jcarres-mdsol
Copy link

We are hit by this issue also

@Coalla
Copy link

Coalla commented Apr 27, 2017

I dated with this problem today

@UncleBarney
Copy link

I ran into this issue today

@bkleef
Copy link

bkleef commented May 5, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants