我使用ELS 1.4.1在Windows 7版本x64上成功安装了Elasticsearch.升级到Kibana 4 RTM后,它需要ELS 1.4.4.
为了执行升级,我执行了以下步骤:
# Helps Chrome work properly
http.cors.allow-origin: "/.*/"
http.cors.enabled: true
Run Code Online (Sandbox Code Playgroud)
启动服务后,它会在几秒钟内停止.日志如下:
(注意这是出于开发目的)
java version "1.8.0_31"
Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
Java HotSpot(TM) Client VM (build 25.31-b07, mixed mode, sharing)
Run Code Online (Sandbox Code Playgroud)
The Elasticsearch 1.4.4 (elasticsearch) service terminated with service-specific error Incorrect function..
Run Code Online (Sandbox Code Playgroud)
2015-02-20 08:49:13 Commons Daemon procrun stderr initialized
Exception in thread "main" ror: Could not initialize class org.elasticsearch.Version
at org.elasticsearch.bootstrap.Bootstrap.buildErrorMessage(Bootstrap.java:254)
at org.elasticsearch.bootstrap.Bootstrap.main(Bootstrap.java:238)
at …Run Code Online (Sandbox Code Playgroud)