: 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 used in the 1.4.1 example setup seems to think all punctuation should be removed from error messages) complete with the row/column of your XML message that had the problem (it's either 3,7022847; or 370,22847; or 3702,2847; etc... -Hoss