-
Notifications
You must be signed in to change notification settings - Fork 36
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
Failed to download out of all possible locations #16
Comments
Please check if you can download https://oss.sonatype.org/service/local/repositories/releases/content/org/codelibs/elasticsearch-dataformat/1.5.0/elasticsearch-dataformat-1.5.0.zip on the network environment. |
I manage to download the zip file via the link that you have given by using Browser. But I am not able to install it via plugin command. E:\elasticsearch\elasticsearch-1.5.0\bin>plugin --install org.codelibs/elasticsearch-dataformat/1.5.0 --timeout 1m --verbose Can I just unzip it to plugins folder? Will that work? After I unzip to plugins folder, I run: I get another error: |
It might be a problem for http proxy...
Yes.
I do not think it's elasticsearch plugin problem. |
I get the following error.
Other plugins work as expected. i.e. https://github.com/elastic/elasticsearch-analysis-phonetic |
This is not a problem for our plugin.
|
Any ideas on how I can fix that? |
It's because the path is incorrect. If you notice the first attempt is at http://download.elasticsearch.org. This attempt fails Failed: IOException[Can't get http://download.elasticsearch.org...]. This means that the path to the file is incorrect. When the install doesn't find the file, it moves on and attempts to download it from the maven site. Check the plugin path and try again. |
May be upgrading nss can help, reference: http://blog.backslasher.net/java-ssl-crash.html |
@JitenKumar's suggested blog post worked for me! thx! The commands I ran (do note it's for a different Elasticsearch plugin):
This was on a CentOS 6.5 VM. |
Getting error while trying to install.
E:\elasticsearch\elasticsearch-1.5.0\bin>plugin --install org.codelibs/elasticsearch-dataformat/1.5.0
-> Installing org.codelibs/elasticsearch-dataformat/1.5.0...
Trying http://download.elasticsearch.org/org.codelibs/elasticsearch-dataformat/elasticsearch-dataformat-1.5.0.zip...
Trying http://search.maven.org/remotecontent?filepath=org/codelibs/elasticsearch-dataformat/1.5.0/elasticsearch-dataformat-1.5.0.zip...
Trying https://oss.sonatype.org/service/local/repositories/releases/content/org/codelibs/elasticsearch-dataformat/1.5.0/elasticsearch-dataformat-1.5.0.zip...
Trying https://github.com/org.codelibs/elasticsearch-dataformat/archive/1.5.0.zip...
Trying https://github.com/org.codelibs/elasticsearch-dataformat/archive/master.zip...
Failed to install org.codelibs/elasticsearch-dataformat/1.5.0, reason: failed to download out of all possible locations..., use --verbose to get detailed information
The text was updated successfully, but these errors were encountered: