once you have to restart your system..
then type this command "netstat -nlp|grep 9200" if port is in use then kill it by this command
"kill -9 pid" (pid means u will seen one id by typing previous command).
After killing the port then u have to start elastic search.