RE: Unexcpected RuntimeException when indexing with Solr 4.0 Beta

2012-08-29 Thread Alexander Cougarman
c.org -Original Message- From: Jack Krupansky [mailto:j...@basetechnology.com] Sent: 29 August 2012 5:39 PM To: solr-user@lucene.apache.org Subject: Re: Unexcpected RuntimeException when indexing with Solr 4.0 Beta Understood. Well, you could always manually convert old docs to a newer doc forma

Re: Unexcpected RuntimeException when indexing with Solr 4.0 Beta

2012-08-29 Thread Jack Krupansky
To: 'solr-user@lucene.apache.org' Subject: RE: Unexcpected RuntimeException when indexing with Solr 4.0 Beta I believe these are the older Word 97 docs (*.doc) files. The problem was that Solr 3.6.1 blew up on *.MSG files when doing extractOnly=true. So we upgraded to Solr 4.0, and no

RE: Unexcpected RuntimeException when indexing with Solr 4.0 Beta

2012-08-29 Thread Alexander Cougarman
August 29, 2012 9:05 AM To: solr-user@lucene.apache.org Subject: Unexcpected RuntimeException when indexing with Solr 4.0 Beta Hi. I'm using Solr 4.0 Beta (no modifications to default installation) to index, and it's blowing up on some Word docs: curl "http://localhost:8983/solr/u

Re: Unexcpected RuntimeException when indexing with Solr 4.0 Beta

2012-08-29 Thread Jack Krupansky
-user@lucene.apache.org Subject: Unexcpected RuntimeException when indexing with Solr 4.0 Beta Hi. I'm using Solr 4.0 Beta (no modifications to default installation) to index, and it's blowing up on some Word docs: curl "http://localhost:8983/solr/update/extract?literal.id=doc15&c

Unexcpected RuntimeException when indexing with Solr 4.0 Beta

2012-08-29 Thread Alexander Cougarman
Hi. I'm using Solr 4.0 Beta (no modifications to default installation) to index, and it's blowing up on some Word docs: curl "http://localhost:8983/solr/update/extract?literal.id=doc15&commit=true"; -F "myfile=@15.doc" Here's the exception. And the same files go through Solr 3.6.1 just fine.