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

plugins breaks elasticsearch 1.4.0 #10

Closed
dblado opened this issue Nov 13, 2014 · 1 comment
Closed

plugins breaks elasticsearch 1.4.0 #10

dblado opened this issue Nov 13, 2014 · 1 comment

Comments

@dblado
Copy link

dblado commented Nov 13, 2014

I just tried to upgrade my environment to the new version of ES and discovered that index-termlist no longer works:

elasticsearch-1.4.0$ ./bin/elasticsearch
[2014-11-12 22:28:00,212][INFO ][node                     ] [Madame Masque] version[1.4.0], pid[92545], build[bc94bd8/2014-11-05T14:26:12Z]
[2014-11-12 22:28:00,212][INFO ][node                     ] [Madame Masque] initializing ...
[2014-11-12 22:28:00,215][INFO ][plugins                  ] [Madame Masque] loaded [], sites []
[2014-11-12 22:28:02,074][INFO ][node                     ] [Madame Masque] initialized
[2014-11-12 22:28:02,075][INFO ][node                     ] [Madame Masque] starting ...
[2014-11-12 22:28:02,122][INFO ][transport                ] [Madame Masque] bound_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish_address {inet[/192.168.1.104:9300]}
[2014-11-12 22:28:02,145][INFO ][discovery                ] [Madame Masque] elasticsearch/8NI0XN43RHqhMyQubzu1RQ
[2014-11-12 22:28:05,918][INFO ][cluster.service          ] [Madame Masque] new_master [Madame Masque][8NI0XN43RHqhMyQubzu1RQ][globogym.local][inet[/192.168.1.104:9300]], reason: zen-disco-join (elected_as_master)
[2014-11-12 22:28:05,932][INFO ][http                     ] [Madame Masque] bound_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish_address {inet[/192.168.1.104:9200]}
[2014-11-12 22:28:05,932][INFO ][node                     ] [Madame Masque] started
[2014-11-12 22:28:05,936][INFO ][gateway                  ] [Madame Masque] recovered [0] indices into cluster_state
^C[2014-11-12 22:28:27,469][INFO ][node                     ] [Madame Masque] stopping ...
[2014-11-12 22:28:27,482][INFO ][node                     ] [Madame Masque] stopped
[2014-11-12 22:28:27,482][INFO ][node                     ] [Madame Masque] closing ...
[2014-11-12 22:28:27,486][INFO ][node                     ] [Madame Masque] closed

elasticsearch-1.4.0$ ./bin/plugin -install index-termlist -url http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-index-termlist/1.3.0.0/elasticsearch-index-termlist-1.3.0.0-plugin.zip
-> Installing index-termlist...
Trying http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-index-termlist/1.3.0.0/elasticsearch-index-termlist-1.3.0.0-plugin.zip...
Downloading ................................DONE
Installed index-termlist into /Users/dblado/Downloads/test/elasticsearch-1.4.0/plugins/index-termlist

elasticsearch-1.4.0$ ./bin/elasticsearch
[2014-11-12 22:28:52,585][INFO ][node                     ] [Gargoyle] version[1.4.0], pid[92614], build[bc94bd8/2014-11-05T14:26:12Z]
[2014-11-12 22:28:52,586][INFO ][node                     ] [Gargoyle] initializing ...
[2014-11-12 22:28:52,595][INFO ][plugins                  ] [Gargoyle] loaded [index-termlist-1.3.0.0-c3c77f6], sites []
{1.4.0}: Initialization Failed ...
1) NoSuchMethodError[org.elasticsearch.action.support.broadcast.TransportBroadcastOperationAction.<init>(Lorg/elasticsearch/common/settings/Settings;Ljava/lang/String;Lorg/elasticsearch/threadpool/ThreadPool;Lorg/elasticsearch/cluster/ClusterService;Lorg/elasticsearch/transport/TransportService;)V]2) NoSuchMethodError[org.elasticsearch.rest.BaseRestHandler.<init>(Lorg/elasticsearch/common/settings/Settings;Lorg/elasticsearch/client/Client;)V]

Any plans to fix the issue?

@jprante
Copy link
Owner

jprante commented Nov 18, 2014

Update to ES 1.4. released

@jprante jprante closed this as completed Nov 18, 2014
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