Saturday, 10 August 2013

Can't startup elasticsearch om UbuntuServer 12.04

Can't startup elasticsearch om UbuntuServer 12.04

I've installed ES on my Ubuntu Server like the following:
cd ~
sudo apt-get update
sudo apt-get install openjdk-7-jre-headless -y
wget
https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.0.deb
sudo dpkg -i elasticsearch-0.90.3.deb
It's file because If I check ES status then I see it works:
sudo service elasticsearch status
* ElasticSearch Server is running with pid 2350
But I don't see 9200 aand 9300 ports witch ES uses:
sudo netstat -anltp|grep :9200
sudo netstat -anltp|grep :9300
What's wrong?

No comments:

Post a Comment