Re: ContentStreamLoader Problem

2011-07-13 Thread Tod
On 07/12/2011 6:52 PM, Erick Erickson wrote: This is a shot in the dark, but this smells like a classpath issue, and since you have a 1.4.1 installation on the machine, I'm *guessing* that you're getting a mix of old and new Jars. What happens if you try this on a machine that doesn't have 1.4.1

Re: ContentStreamLoader Problem

2011-07-12 Thread Erick Erickson
This is a shot in the dark, but this smells like a classpath issue, and since you have a 1.4.1 installation on the machine, I'm *guessing* that you're getting a mix of old and new Jars. What happens if you try this on a machine that doesn't have 1.4.1 on it? If that works, then it's likely a classp

ContentStreamLoader Problem

2011-07-12 Thread Tod
I'm getting this error testing Solr V3.3.0 using the ExtractingRequestHandler. I'm taking advantage of the REST interface and batching my documents in using stream.url. It happens for every document I try to index. It works fine under Solr 1.4.1. I'm running everything under Tomcat. I alr