Re: Truncated XML responses from CoreAdminHandler

2009-07-31 Thread James Brady
Hi Mark, You're right - a custom request handler sounds like the right option. I've created a handler as you suggested, but I'm having problems on Solr startup (my class is LiveCoresHandler): Jul 31, 2009 5:20:39 PM org.apache.solr.common.SolrException log SEVERE: java.lang.ClassCastException: Liv

Re: Truncated XML responses from CoreAdminHandler

2009-07-20 Thread Mark Miller
Hi James, That is very odd behavior! I'm not sure what causing it at the moment, but that is not a great way to get all of the core names anyway. It also gathers a *lot* of information for each core that you don't need, including index statistic from Luke. Its very heavy weight for what you want.

Re: Truncated XML responses from CoreAdminHandler

2009-07-18 Thread Otis Gospodnetic
James, Not enough memory and Garbage Collection? Connecting to Solr via JConsole should show it. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: James Brady > To: solr-user@lucene.apache.org > Sent: Saturday, July 18, 2009 5:02:42 PM >