The problem seems to occur at the apache redirect - I found if I bypass apache by using my VM IP address directly as the Solr URL, then the error does not occur even from windows.
>From some searching it seems like Apache does not allow carriage returns in its request headers - so my guess is SolrJ is adding a carriage return in the request when run on Windows, but not on linux, so when receiving the request from Windows apache is spitting back an error. Is there any way to disable this behavior with SolrJ / have it generate consistent requests regardless of platform? -- View this message in context: http://lucene.472066.n3.nabble.com/Indexing-with-SolrJ-fails-on-windows-tp4170687p4170690.html Sent from the Solr - User mailing list archive at Nabble.com.