Re: Malformed Stats Page error

2009-02-05 Thread Jeff Newburn
Let me know if there is any additional information I can provide to you. I even added showItems="0" to the FastLRU to no avail. It still shows them and eventually breaks. On 2/5/09 1:32 PM, "Erik Hatcher" wrote: > I just committed a fix (SOLR-1008) to stats.jsp to escape names of > items. T

Re: Malformed Stats Page error

2009-02-05 Thread Erik Hatcher
I just committed a fix (SOLR-1008) to stats.jsp to escape names of items. This should fix your issue, but I'm not quite clear on why you're getting item_* output without showItems set. I must be missing a path that could make that happen in the code. I left SOLR-1008 open for a bit in ca

Re: Malformed Stats Page error

2009-02-05 Thread Jeff Newburn
Unfortunately, I don't have any reference to showItems at all in the solrconfig.xml. Below is the fastLRU config. Let me know if something else is wrong. On 2/5/09 11:31 AM, "Erik Hatcher" wrote: > Upon further investigation, these must be comi

Re: Malformed Stats Page error

2009-02-05 Thread Erik Hatcher
Upon further investigation, these must be coming from the stats of FastLRUCache. Besides the need to XML escape in stats.jsp, you could turn off showing these items by setting showItems to 0 in solrconfig.xml. You must have it set to something greater than 0, right? Is that a recent chan

Re: Malformed Stats Page error

2009-02-05 Thread Erik Hatcher
On Feb 5, 2009, at 1:44 PM, Jeff Newburn wrote: I am getting the following on the stats page. XML Parsing Error: not well-formed Location: http://solr2.zappos.net:8080/solr/zeta-main/admin/stats.jsp Line Number 1327, Column 48:name="item_attrFacet_Size_&_Shape" -