I am a new to solr and servers in general. I am using Solr 5.5.0 on a Raspberry Pi 2 running Ubuntu trusty. I can start the solr server, and visit the admin page, but when I try to run something like 'bin/solr create -c testcore' I recieve:
*INFO - 2016-03-01 02:26:41.595; org.apache.http.impl.client.DefaultRequestDirector; I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://localhost:8983: The target server failed to respond INFO - 2016-03-01 02:26:41.612; org.apache.http.impl.client.DefaultRequestDirector; Retrying request to {}->http://localhost:8983* If i do the same on my laptop, everything works, so I know it has something to do with what is on the Pi. I am wondering what might be going on with the bin/solr create statement that would cause a connection refuse error. There is scant info on this scenario on google, so I turned here. -- View this message in context: http://lucene.472066.n3.nabble.com/bin-solr-create-returning-target-server-failed-to-respond-tp4260680.html Sent from the Solr - User mailing list archive at Nabble.com.