: > try to do a search - throws 303 error Can you be specific about how exactly you did the search?
Was this from the admin UI? what URL was in your browser location bar? what values did you put in the form? what buttons did you click? what URL was in your browser location bar when the error happened? Can you post the logs from each of the servers from arround the time of this error (a few lings of context before it happened as well) : >> org.apache.solr.common.SolrException: Server at : >> http://linux-vckp:8983/solr/collection1 returned non ok status:303, that smells like something jetty *might* be returning automaticly because the client asked for... http://linux-vckp:8983/solr/collection1 ...instead of... http://linux-vckp:8983/solr/collection1/ ... (ie: no trailing slash) ... but i'm not sure why HttpShardHandler would be asking for either of those URLs w/o specifying a handler. -Hoss