Skip to content
This repository has been archived by the owner on Aug 16, 2020. It is now read-only.

Does it work with elastic-search 1.3.1? #26

Open
brucemackenzie opened this issue Aug 31, 2014 · 1 comment
Open

Does it work with elastic-search 1.3.1? #26

brucemackenzie opened this issue Aug 31, 2014 · 1 comment

Comments

@brucemackenzie
Copy link

It appears that they might have made a breaking change with regards to an overload:

bin/elasticsearch
[2014-08-31 10:00:20,857][INFO ][node] [Jackpot] version[1.3.1], pid[8491], build[2de6dc5/2014-07-28T14:45:15Z]
[2014-08-31 10:00:20,857][INFO ][node] [Jackpot] initializing ...
[2014-08-31 10:00:20,868][INFO ][plugins] [Jackpot] loaded [marvel, reindex], sites [marvel, kopf]
{1.3.1}: Initialization Failed ...

  • VerifyError[class com.pannous.es.reindex.ReIndexAction overrides final method handleRequest.(Lorg/elasticsearch/rest/RestRequest;Lorg/elasticsearch/rest/RestChannel;)V]
@brucemackenzie
Copy link
Author

Updating the elastic-search version in the pom.xml caused even more wreckage:

    <properties>
        <maven.compiler.target>1.6</maven.compiler.target>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <elasticsearch.version>1.3.1</elasticsearch.version>
    </properties>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant