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.2.0 Support #94

Open
marklit opened this issue Feb 5, 2016 · 1 comment
Open

2.2.0 Support #94

marklit opened this issue Feb 5, 2016 · 1 comment

Comments

@marklit
Copy link

marklit commented Feb 5, 2016

Elasticsearch 2.2.0 is complaining Knapsack is incompatible.

From /var/log/elasticsearch/elasticsearch.log after starting Elasticsearch:

java.lang.IllegalArgumentException: Plugin [knapsack] is incompatible with Elasticsearch [2.2.0]. Was designed for version [2.1.1]
        at org.elasticsearch.plugins.PluginInfo.readFromProperties(PluginInfo.java:118)
        at org.elasticsearch.plugins.PluginsService.getPluginBundles(PluginsService.java:378)
        at org.elasticsearch.plugins.PluginsService.<init>(PluginsService.java:128)
        at org.elasticsearch.node.Node.<init>(Node.java:146)
        at org.elasticsearch.node.Node.<init>(Node.java:128)
        at org.elasticsearch.node.NodeBuilder.build(NodeBuilder.java:145)
        at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:178)
        at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:285)
        at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:35)
@jprante
Copy link
Owner

jprante commented Feb 23, 2016

I have just released a version 2.2.0.0 for ES 2.2.0

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