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

2.0.0-beta2 bin/plugin --help has cloud-aws as official plugin but not available + fails #14013

Closed
robertsmarty opened this issue Oct 8, 2015 · 4 comments

Comments

@robertsmarty
Copy link

bin/plugin install cloud-aws fails to install with the following error...

Trying https://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/cloud-aws/2.0.0-beta2/cloud-aws-2.0.0-beta2.zip ...
ERROR: failed to download out of all possible locations

I managed to find the file here...

https://oss.sonatype.org/content/repositories/releases/org/elasticsearch/plugin/cloud-aws/2.0.0-beta2/

Installing from this location seems to work ok however when I start elasticsearch I receive the following error...

[2015-10-08 15:28:11,674][WARN ][com.amazonaws.jmx.SdkMBeanRegistrySupport]
java.security.AccessControlException: access denied ("javax.management.MBeanServerPermission" "findMBeanServer")

A couple of questions...

I thought this plugin was for < v2. Should I be using it?
Is this potentially an issue caused by tighter v2 java permissions?

Cheers,

Marty

@clintongormley
Copy link

I think you're using the wrong install command, and trying to install the old version. This works:

./bin/plugin install cloud-aws

@Cidan
Copy link

Cidan commented Oct 13, 2015

I can confirm this happens to me as well with RC1 -- cloud-aws gives me the same error (while installing properly with plugin install)

Ideas?

@rmuir
Copy link
Contributor

rmuir commented Oct 13, 2015

Installing from this location seems to work ok however when I start elasticsearch I receive the following error...

[2015-10-08 15:28:11,674][WARN ][com.amazonaws.jmx.SdkMBeanRegistrySupport]
java.security.AccessControlException: access denied ("javax.management.MBeanServerPermission" "findMBeanServer")

That isn't an error, your logging configuration must be incorrect or outdated. Do you have a custom file?

https://github.com/elastic/elasticsearch/blob/master/distribution/src/main/resources/config/logging.yml#L13-L15

@robertsmarty
Copy link
Author

This works fine for me with rc1. Got a feeling it was not available for beta2.

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

4 participants