Re: solr-6.3.0 error port is running already

2017-05-03 Thread Satya Marivada
Hi Rick and Erick, Thanks for responding. I made sure that there is no other process running on that port. Also when this happened, the admin page had all the nodes as live nodes though some of them are down. So I went ahead and emptied the zookeeper data directory where all the configuration is

Re: solr-6.3.0 error port is running already

2017-05-03 Thread Rick Leir
Here it is on Fedora/Redhat/Centos (similar on Unix like systems). Look for other processes which might already be listening on the port you want to listen on: $ sudo netstat --inet -lp -4 Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address

Re: solr-6.3.0 error port is running already

2017-05-02 Thread Rick Leir
Satya Say netstat --inet -lP You might need to add -ipv4 to that command. The P might be lower case (I am on the bus!). And the output might show misleading service names, see /etc/services. Cheers-- Rick On May 2, 2017 3:10:30 PM EDT, Satya Marivada wrote: >Hi, > >I am getting the below except

Re: solr-6.3.0 error port is running already

2017-05-02 Thread Erick Erickson
Well, if an ephemeral node exists, restarting your Zookeeper ensemble will delete it. Not sure what the precursor here is. Are you absolutely and totally sure you don't have a solr process still running on the node you try and start the shows this error? 'ps aux | grep solr' will show you all of t

Re: solr-6.3.0 error port is running already

2017-05-02 Thread Satya Marivada
Any ideas? "null:org.apache.solr.common.SolrException: A previous ephemeral live node still exists. Solr cannot continue. Please ensure that no other Solr process using the same port is running already." Not sure, if JMX enablement has caused this. Thanks, Satya On Tue, May 2, 2017 at 3:10 PM S

solr-6.3.0 error port is running already

2017-05-02 Thread Satya Marivada
Hi, I am getting the below exception all of a sudden with solr-6.3.0. "null:org.apache.solr.common.SolrException: A previous ephemeral live node still exists. Solr cannot continue. Please ensure that no other Solr process using the same port is running already." We are using external zookeeper an