Beta plugin crashed. ES does not start

Running es 1.4.4. Just downloaded the beta and es does not start...

D:\elasticsearch-1.4.4\bin>plugin -i elasticsearch/watcher/xxxxxxlicensekey
D
-> Installing elasticsearch/watcher/xxxxxxlicensekey...
Trying http://download.elasticsearch.org/elasticsearch/watcher/watcher-e52000Qb0
xxxxxxlicensekey.zip...
Downloading ....................................................................
.........................DONE
Installed elasticsearch/watcher/xxxxxxlicensekey into D:\elasticsearch-1.4
.4\plugins\watcher

D:\elasticsearch-1.4.4\bin>elasticsearch.bat
[2015-05-20 10:07:17,621][WARN ][bootstrap ] jvm uses the client
vm, make sure to run java with the server vm for best performance by adding - server to the command line
[2015-05-20 10:07:17,807][INFO ][node ] [Gwen Stacy] version
[1.4.4], pid[2140], build[c88f77f/2015-02-19T13:05:36Z]
[2015-05-20 10:07:17,808][INFO ][node ] [Gwen Stacy] initial
izing ...
[2015-05-20 10:07:17,887][INFO ][plugins ] [Gwen Stacy] loaded
[watcher, license], sites []
{1.4.4}: Initialization Failed ...

  • NoSuchFieldError[V_1_5_0]

Hi esap,

Watcher requires at least ES 1.5.0, so can you try to install it on a >=1.5.0 cluster?

Martijn

I build my simple test server with this Dockerfile:

FROM elasticsearch:1.5.2

RUN plugin -i elasticsearch/license/latest
RUN plugin -i elasticsearch/watcher/<YOU_BETA_KEY>

Thank you mvg. Upgraded es 1.5.2 and it works now.