Yes, I did. I have also tried disabling security and removing the '#' from the masterURL. ... but still get, "Master at: http://<IP-Addr>:9081/solr/collection1 is not available. Index fetch failed."
Thanks -----Original Message----- From: Doug Turnbull [mailto:dturnb...@opensourceconnections.com] Sent: Saturday, March 15, 2014 9:04 PM To: Newallo, Dexter - DOT Subject: RE: Master Not Available - Replication Hey Dexter, Have you confirmed you have the correct http basic auth password? Have you tried manually going to that URL to try out the auth? Sent from my Windows Phone From: Newallo, Dexter - DOT Sent: 3/15/2014 9:54 PM To: solr-user@lucene.apache.org Subject: Master Not Available - Replication System Config ------------------ Web App Server: WebSphere 7.0 SOLR 4.7.0 Windows 2008R2 solrconfig.xml (replication section on slave) <lst name="slave"> <str name="masterUrl">http://master-IP:9081/solr/#/collection1</str> <str name="httpBasicAuthUser"><ID></str> <str name="httpBasicAuthPassword"><Passwd></str> <str name="pollInterval">00:00:60</str> </lst> Error Messages: WARN ReplicationHandler Exception while invoking 'details' method for replication on master ERROR SnapPuller Master at: http://<master-IP>:9081/solr/#/collection1 is not available. Index fetch failed. Exception: Invalid content type: And the Replication page for the collection1 core say "Invalid_master". The setup for a master/slave configuration appears to be fairly straightforward but I am unable to get this to work. Any idea what I could be missing? Thanks -D