Re: Missing slf4j jar in solr 1.4.0 distribution?

2009-11-19 Thread Per Halvor Tryggeseth
slf4j so that each user can decide their logging implementation, it includes the jdk version so that something works off-the-shelf, but if you want more control, then you can switch in whatever you want. ryan On Nov 18, 2009, at 1:22 AM, Per Halvor Tryggeseth wrote: > Thanks. I see. It se

Re: Missing slf4j jar in solr 1.4.0 distribution?

2009-11-18 Thread Per Halvor Tryggeseth
Thanks. I see. It seems that slf4j-nop-1.5.5.jar is the only jar file missing in solrj-lib, so I suggest that it should be included in the next release. Per Halvor -Opprinnelig melding- Fra: Chris Hostetter [mailto:hossman_luc...@fucit.org] Sendt: 17. november 2009 20:51 Til: 'solr-u

Missing slf4j jar in solr 1.4.0 distribution?

2009-11-17 Thread Per Halvor Tryggeseth
I downloaded solr 1.4.0 but discovered when using solrj 1.4 that a required slf4j jar was missing in the distribution (i.e. apache-solr-1.4.0/dist). I got a java.lang.NoClassDefFoundError: org/slf4j/impl/StaticLoggerBinder when using solrj I solved the problem according to http://www.slf4j.org