Re: help finding illegal chars in XML doc

2010-07-27 Thread Chris Hostetter
: Thanks for your reply. I could not find in the log files any mention to : that. By the way I only have _MM_DD.request.log files in my directory. : : Do I have to enable any specific log or level to catch those errors? if you are using that "java -jar start.jar" command for the example jet

Re: help finding illegal chars in XML doc

2010-07-21 Thread robert mena
Hi Chris, Thanks for your reply. I could not find in the log files any mention to that. By the way I only have _MM_DD.request.log files in my directory. Do I have to enable any specific log or level to catch those errors? On Sun, Jul 18, 2010 at 3:45 PM, Chris Hostetter wrote: > > : Simple

Re: help finding illegal chars in XML doc

2010-07-18 Thread Chris Hostetter
: SimplePostTool: FATAL: Solr returned an error: : Illegal_character_CTRLCHAR_code_27__at_rowcol_unknownsource_37022847 : : I've tried to track where this problem is located without luck. check your solr logs, it will contain the "unmunged" version of the error message (the the version of jetty

Re: help finding illegal chars in XML doc

2010-07-18 Thread didier deshommes
For xml 1.1 documents, you can view if any of your documents have these restricted characters defined here: http://www.w3.org/TR/2006/REC-xml11-20060816/#NT-RestrictedChar If they are, you'll have to remove them. didier On Sun, Jul 18, 2010 at 11:16 AM, robert mena wrote: > Hi, > > I am doing s

help finding illegal chars in XML doc

2010-07-18 Thread robert mena
Hi, I am doing some tests with solr 1.4.1. I've created a XML file with the documents I'd like to index. With a few items (1000) everything went fine. When I went to a more representative import (around 6) I got error java -jar example/exampledocs/post.jar doc.xml SimplePostTool: version