I'm sure... it seems like solr is having trouble writing to a tomcat response that's been inactive for a bit. It's only 30 seconds though, so I'm not entirely sure why that would happen.
I use the same client code for DL'ing XSL sheets from external servers and it works fine, but in those instances the server responds much faster to the request. This is an elusive bug for sure. -S On 7/27/06, Yonik Seeley <[EMAIL PROTECTED]> wrote:
On 7/27/06, sangraal aiken <[EMAIL PROTECTED]> wrote: > Commenting out the following line in SolrCore fixes my problem... but of > course I don't get the result status info... but this isn't a problem for me > really. > > -Sangraal > > writer.write("<result status=\"" + status + "\"></result>"); While it's possible you hit a Tomcat bug, I think it's more likely a client problem. -Yonik