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/lib/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/lib/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/lib/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/icu4j-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_r1604085/ >> >> 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]
