I agree, it's not a problem. The message of SolrResourceCorrumpter is a bit misleading: It does not load the JAR, it just adds it to classpath 2 times, which is not a problem at all.
Uwe ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: Robert Muir [mailto:[email protected]] > Sent: Friday, June 20, 2014 4:10 PM > To: [email protected]; Ahmet Arslan > Subject: Re: [VOTE] 4.9.0 > > I don't think this issue needs to cause a respin, its in a contrib module, > there > is a workaround, and the fix is either some classpath problem or, in case it > is a > bug, likely involves dangerous territory (e.g. SolrResourceLoader)... > > > On Fri, Jun 20, 2014 at 10:03 AM, Ahmet Arslan <[email protected]> > wrote: > > Hi, > > > > here is what I do > > > > * download solr-4.9.0.tgz > > * add icu4j-53.1.jar and solr-analysis-extras-4.9.0.jar and > > lucene-analyzers-icu-4.9.0.jar to > > solr-4.9.0/example/solr/collection1/lib/ > > > > * confirm they are loaded > > > > INFO org.apache.solr.core.SolrResourceLoader – Adding > > 'file:/Volumes/datadisk/Desktop/solr-4.9.0/example/solr/collection1/li > > b/icu4j-53.1.jar' to class loader > > > > INFO org.apache.solr.core.SolrResourceLoader – Adding > > 'file:/Volumes/datadisk/Desktop/solr-4.9.0/example/solr/collection1/li > > b/lucene-analyzers-icu-4.9.0.jar' to classloader > > > > INFO org.apache.solr.core.SolrResourceLoader – Adding > > 'file:/Volumes/datadisk/Desktop/solr-4.9.0/example/solr/collection1/li > > b/solr-analysis-extras-4.9.0.jar' to class loader > > > > icu4j-53.1.jar loaded twice > > > > INFO org.apache.solr.core.SolrResourceLoader – Adding > > 'file:/Volumes/datadisk/Desktop/solr-4.9.0/contrib/extraction/lib/icu4 > > j-53.1.jar' to classloader > > > > > > * add <filter class="solr.ICUFoldingFilterFactory"/> to example > > schema.xml > > > > * java -jar start.jar yields the exception reported in SOLR-6188 > > > > > > When <filter > class="org.apache.lucene.analysis.icu.ICUFoldingFilterFactory"/> is used > everything works fine. > > > > Thanks, > > Ahmet > > > > > > > > On Friday, June 20, 2014 3:55 PM, Michael McCandless > <[email protected]> wrote: > > +1 > > > > SUCCESS! [0:47:26.115239] > > > > Mike McCandless > > > > http://blog.mikemccandless.com > > > > > > On Fri, Jun 20, 2014 at 8:13 AM, Robert Muir <[email protected]> wrote: > >> Artifacts here: > >> > http://people.apache.org/~rmuir/staging_area/lucene_solr_4_9_0_r16040 > >> 85/ > >> > >> Here's my +1 > >> > >> SUCCESS! [0:35:36.654925] > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] For > >> additional commands, e-mail: [email protected] > > > > > > > >> > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] For > > additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] For > > additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] For additional > commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
