Re: ExtractingRequestHandler and SolrRequestHandler issue

2009-04-29 Thread francisco treacy
Well, problem seems to be with > java -Dsolr.solr.home="/my/path/to/solr" -jar start.jar Everything runs fine if I copy my xmls to the original conf directory of the example (example/solr/conf) and I execute like > java -jar start.jar Some wrong path to libs somewhere - who knows. Couldn't find

Re: ExtractingRequestHandler and SolrRequestHandler issue

2009-04-27 Thread francisco treacy
Thanks for your answers. Still no success. >> These need to be in your Solr home lib, not example/lib. I sometimes get >> confused on this one, too, forgetting that I need to go down a few more >> directories. The example/lib directory is where the Jetty stuff lives, >> example/solr/lib is the l

Re: ExtractingRequestHandler and SolrRequestHandler issue

2009-04-22 Thread Peter Wolanin
I had problems with this when trying to set this up with multiple cores - I had to set the shared lib as: in example/solr/solr.xml in order for it to find the jars in example/solr/lib -Peter On Wed, Apr 22, 2009 at 11:43 AM, Grant Ingersoll wrote: > > On Apr 20, 2009, at 12:46 PM, francisco t

Re: ExtractingRequestHandler and SolrRequestHandler issue

2009-04-22 Thread Grant Ingersoll
On Apr 20, 2009, at 12:46 PM, francisco treacy wrote: Additionally, here's what I've got in example/lib: These need to be in your Solr home lib, not example/lib. I sometimes get confused on this one, too, forgetting that I need to go down a few more directories. The example/lib director

Re: ExtractingRequestHandler and SolrRequestHandler issue

2009-04-20 Thread francisco treacy
Additionally, here's what I've got in example/lib: apache-solr-cell-nightly.jar bcmail-jdk14-132.jar commons-lang-2.1.jar icu4j-3.8.jar log4j-1.2.14.jar poi-3.5-beta5.jar slf4j-api-1.5.5.jar xml-apis-1.0.b2.jar apache-solr-core-nightly.jar bcprov-jdk14-132.jar common

Re: ExtractingRequestHandler and SolrRequestHandler issue

2009-04-20 Thread francisco treacy
Hi Grant, Here is the full stacktrace: 20-Apr-2009 12:36:39 org.apache.solr.common.SolrException log SEVERE: java.lang.ClassCastException: org.apache.solr.handler.extraction.ExtractingRequestHandler cannot be cast to org.apache.solr.request.SolrRequestHandler at org.apache.solr.core.Requ

Re: ExtractingRequestHandler and SolrRequestHandler issue

2009-04-20 Thread Grant Ingersoll
Can you give the full stack trace? On Apr 20, 2009, at 6:49 AM, francisco treacy wrote: Hi all, I am unsuccessfully attempting to use the ExtractingRequestHandler (indexing documents via Tika, Solr cell). I start Solr from the example app (start.jar), but point to my own Solr conf, where I hav

ExtractingRequestHandler and SolrRequestHandler issue

2009-04-20 Thread francisco treacy
Hi all, I am unsuccessfully attempting to use the ExtractingRequestHandler (indexing documents via Tika, Solr cell). I start Solr from the example app (start.jar), but point to my own Solr conf, where I have last_modified true Using the nightly builds (2009-04-17).