Hi,
1) I have downloaded version elasticsearch-0.20.6 and installed Java 7 on my machine.
2) I have also set the environment variable JAVA_Home to the path where java is installed i.e C:\Program Files\Java\jre7.
3) Now when i try to run the batch file from the extracted folder elasticsearch.bat
I am getting the following error.
[2013-04-08 14:21:33,164][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
[2013-04-08 14:21:33,179][INFO ][node ] [Black Fox] {0.20.6}
5052: initializing ...
[2013-04-08 14:21:33,195][INFO ][plugins ] [Black Fox] loaded [
], sites []
[2013-04-08 14:21:38,086][INFO ][node ] [Black Fox] {0.20.6}
Hi, 1) I have downloaded version elasticsearch-0.20.6 and installed Java 7 on my machine. 2) I have also set the environment variable JAVA_Home to the path where java is installed i.e C:\Program Files\Java\jre7. 3) Now when i try to run the batch file from the extracted folder elasticsearch.bat
I am getting the following error.
[2013-04-08 14:21:33,164][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 [2013-04-08 14:21:33,179][INFO ][node ] [Black Fox] {0.20.6} 5052: initializing ... [2013-04-08 14:21:33,195][INFO ][plugins ] [Black Fox] loaded [ ], sites [] [2013-04-08 14:21:38,086][INFO ][node ] [Black Fox] {0.20.6}[2013-04-08 14:21:38,086][INFO ][node ] [Black Fox] {0.20.6} 5052: starting ... [2013-04-08 14:21:38,493][INFO ][transport ] [Black Fox] bound_ad dress {inet[/0:0:0:0:0:0:0:0:9300]}, publish_address {inet[/10.100.172.220:9300] } [2013-04-08 14:21:41,813][INFO ][cluster.service ] [Black Fox] new_mast er [Black Fox][hlJZhaxGT3qtjYnH0F2Juw][inet[/10.100.172.220:9300]], reason: zen- disco-join (elected_as_master) [2013-04-08 14:21:41,876][INFO ][discovery ] [Black Fox] elastics earch/hlJZhaxGT3qtjYnH0F2Juw [2013-04-08 14:21:42,001][INFO ][gateway ] [Black Fox] recovere d [0] indices into cluster_state [2013-04-08 14:21:42,048][INFO ][http ] [Black Fox] bound_ad dress {inet[/0:0:0:0:0:0:0:0:9200]}, publish_address {inet[/10.100.172.220:9200] } [2013-04-08 14:21:42,048][INFO ][node ] [Black Fox] {0.20.6}
I really stuck in this part, any help would be really useful here.