openzipkin / openzipkin.github.io

content for https://zipkin.io
https://zipkin.io
Apache License 2.0
39 stars 61 forks source link

quickstart failed: target version is "3.0.0-rc0". That doesn't look like a valid Zipkin release version #173

Closed nitulkukadia closed 7 months ago

nitulkukadia commented 7 months ago

curl -sSL https://zipkin.io/quickstart.sh | bash -sx --

shakuzen commented 7 months ago

Until it is fixed, you can specify the version to download as follows:

curl -sSL https://zipkin.io/quickstart.sh | bash -s io.zipkin:zipkin-server:2.24.3:exec zipkin.jar
shakuzen commented 7 months ago

@nitulkukadia it should be fixed now. Can you try again?