Re: Lazy loading error in Extracting request handler

2011-04-19 Thread Juan Grande
Hi Vignesh, Are you working from the provided example? If not, did you copy the solr-cell libraries to your Solr deployment? You can follow the instructions here: http://wiki.apache.org/solr/ExtractingRequestHandler#Configuration Regards, *Juan* On Tue, Apr 19, 2011 at 3:47 AM, Vignesh Raj

Re: lazy loading error?

2011-01-19 Thread Juan Grande
In order to use the ExtractingRequestHandler, you have to first copy apache-solr-cell-version.jar and all the libraries from contrib/extraction/lib to a lib folder next to the conf folder of your instance. Also, check the URL because there is an ampersand missing. Regards, *Juan Grande* On

Re: lazy loading error?

2011-01-19 Thread Jörg Agatz
ok, but i cant find the folders in the Tomcat folder /varlib/tomcat6/solr/ no existing contrib folder or lib folder? where will missing an ampersand missing??? curl http://192.168.105.210:8080/solr/rechnungen/update/extract?literal.id=1234567uprefix=attr_commit=true; -F myfile=@test.xls

Re: lazy loading error?

2011-01-19 Thread Gora Mohanty
On Wed, Jan 19, 2011 at 7:35 PM, Jörg Agatz joerg.ag...@googlemail.com wrote: ok, but i cant find the folders in the Tomcat folder /varlib/tomcat6/solr/ no existing contrib folder or lib folder? The contrib/extraction/lib folder should be under the top-level directory of your Solr source

Re: Re: lazy loading error?

2011-01-19 Thread ahopedog
J鰎g_Agatz,您好! copy to tomcat common lib folder. === 2011-01-19 22:06:18 您在来信中写道:=== ok, but i cant find the folders in the Tomcat folder /varlib/tomcat6/solr/ no existing contrib folder or lib folder? where will missing an ampersand missing??? curl

Re: lazy loading error usin Solr Cell

2009-10-14 Thread Yonik Seeley
Hmmm, I just tried the first steps of the Solr Cell tutorial, and it worked fine for me (well, with the exception that there is no site directory... I went to docs instead - I'll fix that). Oh wait - I see your problem: at gnu.xml.stream.SAXParserFactory.setFeature(libgcj.so.90) You're path

Re: lazy loading error usin Solr Cell

2009-10-14 Thread Stefano Nannetti
I removed the existing JVM from my Ubuntu 9.04 and installed OpenJDK. Now it's working fine. Thanks, now I can go deeper in the use of Solr!! Ste Yonik Seeley ha scritto: Hmmm, I just tried the first steps of the Solr Cell tutorial, and it worked fine for me (well, with the exception that