Hey Naresh, few things that may be wrong 1) your application is not pointed to correct solr(change config.ini) 2)not able to access new solr machine from your application environment(just run this command in terminal to know the status of the port/IP from application environment telnet IP_ADDRESS 8983). Hope this helps!
On Sat, Apr 26, 2014 at 5:33 PM, Naresh <naresh4...@gmail.com> wrote: > I've got this problem that I can't solve. Partly because I can't explain it > with the right terms. I'm new to this so sorry for this clumsy question. > > Below you can see an overview of my goal. > > I'm using Magento CE1.7.0.2 & Solr 4.6.0. > > I'm using Magentix/Solr extension in Magento CE1.7.0.2 its working fine i > can able get the response in max of 2secs. (Here i place Solr Server in > near > to My Magento) > > But i placed my Solr in separate server i don't want to place all these > thing in one server. > > Enable Search : Yes > Enable Index : Yes > Host : IP address of Solr file existing server > Port : 8983 > Path : /solr > Search limit : 100 > > But in solr logs its not giving any log details but actually that should > give some log details & time taken for re-indexing data....etc > > And in Solr.log file its giving ERR (3): '0' Status: Communication Error.. > > Any thing wrong i did here ? > > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/0-Status-Communication-Error-tp4133265.html > Sent from the Solr - User mailing list archive at Nabble.com. >