java - Why is my Elasticsearch 1.6.0 missing the plugin manager? -
i trying run elasticsearch 1.6.0 using cygwin on 64-bit windows 7 machine. downloaded elasticsearch zip elasticsearch home page, , installed latest version of java , jdk (1.8.0_45) , have set java_home
variable right path think. when try execute first step in definitive guide installation process:
$ ./bin/plugin -i elasticsearch/marvel/latest
i error:
error: not find or load main class org.elasticsearch.plugins.pluginmanager
i've seen problem earlier versions of elastic, apparently problem fixed i'm not sure why happening.
Comments
Post a Comment