Re: solr-1.2.0 java.util.concurrent.RejectedExecutionException

2007-06-29 Thread Yonik Seeley
On 6/29/07, Karen Loughran <[EMAIL PROTECTED]> wrote: Yonik, Thanks for your reply, I originally had implemented it as you suggest, ie, opened the core in a static initialiser and never closed it, but my client hangs - AFTER receiving the response back from solr (and after response from my utili

Re: solr-1.2.0 java.util.concurrent.RejectedExecutionException

2007-06-29 Thread Karen Loughran
Yonik, Thanks for your reply, I originally had implemented it as you suggest, ie, opened the core in a static initialiser and never closed it, but my client hangs - AFTER receiving the response back from solr (and after response from my utility jar). I have now changed back to this approach,

Re: solr-1.2.0 java.util.concurrent.RejectedExecutionException

2007-06-29 Thread Yonik Seeley
On 6/29/07, Karen Loughran <[EMAIL PROTECTED]> wrote: Hi all, I have downloaded the latest Solr and have created a solr utility jar based on EmbeddedSolr from the wiki, (http://wiki.apache.org/solr/SolJava). My jar has a search method which basically gets the solr core and calls "searchSolr" (

solr-1.2.0 java.util.concurrent.RejectedExecutionException

2007-06-29 Thread Karen Loughran
Hi all, I have downloaded the latest Solr and have created a solr utility jar based on EmbeddedSolr from the wiki, (http://wiki.apache.org/solr/SolJava). My jar has a search method which basically gets the solr core and calls "searchSolr" (identical to that in EmbeddedSolr) with the passed in