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