Re: ConcurrentUpdateSolrServer "Missing ContentType" error on SOLR 4.2.1

2013-05-07 Thread cleardot
This is resolved, I switched in the 4.2.1 jars and also corrected a mismatch between the compile and runtime JDKs, for some reason the system was overriding my JAVA_HOME setting (6.1) and running the client with a 5.0 JVM. I did not have to use setParser. I did try running the 'new' 4.2.1 SolrJ c

Re: ConcurrentUpdateSolrServer "Missing ContentType" error on SOLR 4.2.1

2013-05-06 Thread Shawn Heisey
> I apologize for intruding, Shawn, do you know what can cause empty params > (i.e. params={}) ? I've got no idea what is causing this problem on your system. All of the ideas I've had so far don't seem to apply. Can you run a packet sniffer on your client to see whether the client is sending the

Re: ConcurrentUpdateSolrServer "Missing ContentType" error on SOLR 4.2.1

2013-05-06 Thread Ravi Solr
I apologize for intruding, Shawn, do you know what can cause empty params (i.e. params={}) ? Ravi On Mon, May 6, 2013 at 5:47 PM, Shawn Heisey wrote: > On 5/6/2013 1:25 PM, cleardot wrote: > >> My SolrJ client uses ConcurrentUpdateSolrServer to index > 50Gs of docs >> to a >> SOLR 3.6 instance

Re: ConcurrentUpdateSolrServer "Missing ContentType" error on SOLR 4.2.1

2013-05-06 Thread Shawn Heisey
On 5/6/2013 4:06 PM, cleardot wrote: Shawn, I didn't sanitize the log other than the ec2 servername. The constructor is ConcurrentUpdateSolrServer solrServer = new ConcurrentUpdateSolrServer(solrUrl, solrBufferCount, solrThreadCount); and I don't use setParse

Re: ConcurrentUpdateSolrServer "Missing ContentType" error on SOLR 4.2.1

2013-05-06 Thread cleardot
Shawn, I didn't sanitize the log other than the ec2 servername. The constructor is ConcurrentUpdateSolrServer solrServer = new ConcurrentUpdateSolrServer(solrUrl, solrBufferCount, solrThreadCount); and I don't use setParser at all. But the SolrJ client is using

Re: ConcurrentUpdateSolrServer "Missing ContentType" error on SOLR 4.2.1

2013-05-06 Thread Shawn Heisey
On 5/6/2013 1:25 PM, cleardot wrote: My SolrJ client uses ConcurrentUpdateSolrServer to index > 50Gs of docs to a SOLR 3.6 instance on my Linux box. When running the same client against SOLR 4.2.1 on EC2 I got the following: SOLR 4.2.1 log error =