Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Jmeter links to an incorrect download link and fails to install #39364

Closed
thorrsson opened this issue May 4, 2015 · 3 comments
Closed

Jmeter links to an incorrect download link and fails to install #39364

thorrsson opened this issue May 4, 2015 · 3 comments

Comments

@thorrsson
Copy link

The formula uses:
https://www.apache.org/dyn/closer.cgi?path=jmeter/binaries/apache-jmeter-2.13.tgz

Which results in:

brew install jmeter
==> Downloading https://www.apache.org/dyn/closer.cgi?path=jmeter/binaries/apache-jmeter-2.13.tgz
Error: Failed to download resource "jmeter"
Download failed: Couldn't determine mirror, try again later.

This is not a valid download link, but any of the mirrors listed on that page are, editing the formula locally to use one of those works fine.

@DomT4
Copy link
Member

DomT4 commented May 4, 2015

Works fine here:

==> Downloading https://www.apache.org/dyn/closer.cgi?path=jmeter/binaries/apache-jmeter-2.13.tgz
==> Best Mirror http://apache.mirrors.spacedump.net/jmeter/binaries/apache-jmeter-2.13.tgz
######################################################################## 100.0%
Downloaded to: /usr/local/var/homebrew/cache/jmeter-2.13.tgz

Probably a local issue. The dyn path is Apache's geolocation URL - Fairly common across Apache formulae.

@thorrsson
Copy link
Author

Odd, let me try it from where I am now... I'll update shortly

@thorrsson
Copy link
Author

brew install jmeter
==> Downloading https://www.apache.org/dyn/closer.cgi?path=jmeter/binaries/apache-jmeter-2.13.tgz
==> Best Mirror http://apache.claz.org/jmeter/binaries/apache-jmeter-2.13.tgz
######################################################################## 100.0%
🍺 /usr/local/Cellar/jmeter/2.13: 1859 files, 82M, built in 9 seconds

Yup seems OK at home..
I'll check at the office again tomorrow

@Homebrew Homebrew locked and limited conversation to collaborators Jul 10, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants