On 7/31/2013 7:16 AM, Vineet Mishra wrote: > I checked the File. . .nothing is there. I mean the formatting is correct, > its a valid XML file.
What version of Solr, and how large is your XML file? If Solr is older than version 4.1, then the POST buffer limit is decided by your container config, which based on your stacktrace, is tomcat. If you have 4.1 or later, then the POST buffer limit is decided by Solr, and defaults to 2048KiB. Could that be the problem? Thanks, Shawn