Shalin Shekhar Mangar <shalinmangar <at> gmail.com> writes: > > On Thu, Sep 10, 2009 at 4:52 PM, dharhsana <rekha.dharshana <at> 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(CommonsHttpSolrS erver.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. >
I have the same problem. can you help me how to solve this? CommonsHttpSolrServer is running very well.