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

Elasticsearch fails to start with 0.90.3 and cloud-aws 1.12.0 #126

Closed
albertsun opened this issue Aug 26, 2013 · 1 comment
Closed

Elasticsearch fails to start with 0.90.3 and cloud-aws 1.12.0 #126

albertsun opened this issue Aug 26, 2013 · 1 comment

Comments

@albertsun
Copy link

I believe the cookbook should be updated to specify a newer version of cloud-aws.

With version 1.12.0 we get the following error on elasticsearch start:

java.lang.NoClassDefFoundError: org/elasticsearch/common/io/Closeables
    at org.elasticsearch.cloud.aws.node.Ec2CustomNodeAttributes.buildAttributes(Ec2CustomNodeAttributes.java:72)
    at org.elasticsearch.cluster.node.DiscoveryNodeService.buildAttributes(DiscoveryNodeService.java:66)
    at org.elasticsearch.discovery.zen.ZenDiscovery.doStart(ZenDiscovery.java:169)
    at org.elasticsearch.common.component.AbstractLifecycleComponent.start(AbstractLifecycleComponent.java:85)
    at org.elasticsearch.discovery.DiscoveryService.doStart(DiscoveryService.java:62)
    at org.elasticsearch.common.component.AbstractLifecycleComponent.start(AbstractLifecycleComponent.java:85)
    at org.elasticsearch.node.internal.InternalNode.start(InternalNode.java:215)
    at org.elasticsearch.bootstrap.Bootstrap.start(Bootstrap.java:121)
    at org.elasticsearch.bootstrap.Bootstrap.main(Bootstrap.java:205)
    at org.elasticsearch.bootstrap.ElasticSearch.main(ElasticSearch.java:32)

Upgrading the plugin to 1.14.0 fixed this. There's this commit in that repo. elastic/elasticsearch-cloud-aws#31

This is where the version number is specified, right?
https://github.com/elasticsearch/cookbook-elasticsearch/blob/master/attributes/aws.rb#L26

@karmi
Copy link
Contributor

karmi commented Sep 16, 2013

Closes by closing #127 and #125, please ping me if not!

@karmi karmi closed this as completed Sep 16, 2013
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

2 participants