Re: error sending a delete all request

2010-10-01 Thread Christopher Gross
Looking into it more, trying to issue a *:* doesn't work on either index. I went back to a different setup of tomcat and solr (just one solr instance), and the command did run. So I'm guessing that I did misconfigure something, but I have no idea what. Now I'm trying to set up a separate instanc

Re: error sending a delete all request

2010-09-30 Thread Christopher Gross
I have also tried using SolrJ to hit my index, and I get this error: 2010-09-30 16:23:14,406 [pool-2-thread-1] DEBUG org.apache.commons.httpclient.params.DefaultHttpParams - Set parameter http.useragent = Jakarta Commons-HttpClient/3.0 2010-09-30 16:23:14,406 [pool-2-thread-1] DEBUG org.apache.com

error sending a delete all request

2010-09-30 Thread Christopher Gross
I'm writing some code that pushes data into a Solr instance. I have my Tomcat (5.5.28) set up to use 2 indexes, I'm hitting the second one for this. I try to issue the basic command to clear out the index (*:*), and I get the error posted below back. Does anyone have an idea of what I'm missing o