Did the tutorial help yesterday and ran into the same problem (used cloud9 IDE). I noticed that I was getting this error because the search was not performed. I deleted it with the command
sudo apt-get --purge autoremove elasticsearch
.
wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.7.0.deb
sudo dpkg -i elasticsearch-1.7.0.deb
#enable on bootup
sudo update-rc.d elasticsearch defaults 95 10
#
sudo /etc/init.d/elasticsearch start
#
curl http://localhost:9200
#
# {
# "status" : 200,
# "name" : "Storm",
# "version" : {
# "number" : "1.3.1",
# "build_hash" : "2de6dc5268c32fb49b205233c138d93aaf772015",
# "build_timestamp" : "2014-07-28T14:45:15Z",
# "build_snapshot" : false,
# "lucene_version" : "4.9"
# },
# "tagline" : "You Know, for Search"
#}
Searchkick . java, . , .