On Thu, Sep 10, 2009 at 4:52 PM, dharhsana <rekha.dharsh...@gmail.com>wrote:
> > Hi to all, > when i try to execute my query i get Connection refused ,can any one please > tell me what should be done for this ,to make my solr run. > > org.apache.solr.client.solrj.SolrServerException: > java.net.ConnectException: > Connection refused: connect > org.apache.solr.client.solrj.SolrServerException: > java.net.ConnectException: > Connection refused: connect > at > > org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:471) > at > Your Solr server is not running at the url you have given to CommonsHttpSolrServer. Make sure you have given the correct url and Solr is actually up and running at that url. -- Regards, Shalin Shekhar Mangar.