I am in process for setting up Solr-6 in cloud mode and I started Solr server with command -
bin/solr -e cloud -noprompt
IP to which solr was bound was - 15.xxx.xxx.103. I restarted my server the next day it is picking up and trying to connect to above IP address only. I have a dynamic IP address and currently my IP is - 15.xxx.xxx.194. The error on console is -
ERROR: Failed to create collection 'gettingstarted' due to: {15.xxx.xxx.103:7574_solr=org.apache.solr.client.solrj.SolrServerException:Server refused connection at: http://15.xxx.xxx.103:7574/solr,
15.xxx.xxx.103:8983_solr=org.apache.solr.client.solrj.SolrServerException:Server refused connection at: http://15.xxx.xxx.103:8983/solr}
Operating System being used - OSX LCapitan 10.11.6
How can I resolve this issue?