I think this was a latent bug (contrib/benchmark's build.xml doesn't express the dependency it has on contrib/memory, because it's using contrib/highlighter), uncovered by my commits for LUCENE-1773. I'll add a contrib/memory dependency into contrib/benchmark's build.xml under LUCENE-1773.
Mike On Wed, Aug 5, 2009 at 4:34 AM, Uwe Schindler<u...@thetaphi.de> wrote: > Hi, > > > > The Hudson build failed last night with the following error: > > > > [junit] Testcase: > testHighlighting(org.apache.lucene.benchmark.byTask.TestPerfTasksLogic): > Caused an ERROR > > [junit] org/apache/lucene/index/memory/MemoryIndex > > [junit] java.lang.NoClassDefFoundError: > org/apache/lucene/index/memory/MemoryIndex > > [junit] at > org.apache.lucene.search.highlight.WeightedSpanTermExtractor.getReaderForField(WeightedSpanTermExtractor.java:310) > > [junit] at > org.apache.lucene.search.highlight.WeightedSpanTermExtractor.extractWeightedSpanTerms(WeightedSpanTermExtractor.java:236) > > [junit] at > org.apache.lucene.search.highlight.WeightedSpanTermExtractor.extract(WeightedSpanTermExtractor.java:123) > > [junit] at > org.apache.lucene.search.highlight.WeightedSpanTermExtractor.extract(WeightedSpanTermExtractor.java:104) > > [junit] at > org.apache.lucene.search.highlight.WeightedSpanTermExtractor.getWeightedSpanTerms(WeightedSpanTermExtractor.java:371) > > [junit] at > org.apache.lucene.search.highlight.QueryScorer.initExtractor(QueryScorer.java:197) > > [junit] at > org.apache.lucene.search.highlight.QueryScorer.init(QueryScorer.java:161) > > [junit] at > org.apache.lucene.search.highlight.Highlighter.getBestTextFragments(Highlighter.java:226) > > [junit] at > org.apache.lucene.benchmark.byTask.tasks.SearchTravRetHighlightTask$1.doHighlight(SearchTravRetHighlightTask.java:100) > > [junit] at > org.apache.lucene.benchmark.byTask.tasks.ReadTask.doLogic(ReadTask.java:141) > > [junit] at > org.apache.lucene.benchmark.byTask.tasks.PerfTask.runAndMaybeStats(PerfTask.java:147) > > [junit] at > org.apache.lucene.benchmark.byTask.tasks.TaskSequence.doSerialTasks(TaskSequence.java:149) > > [junit] at > org.apache.lucene.benchmark.byTask.tasks.TaskSequence.doLogic(TaskSequence.java:130) > > [junit] at > org.apache.lucene.benchmark.byTask.tasks.PerfTask.runAndMaybeStats(PerfTask.java:147) > > [junit] at > org.apache.lucene.benchmark.byTask.tasks.TaskSequence.doSerialTasks(TaskSequence.java:149) > > [junit] at > org.apache.lucene.benchmark.byTask.tasks.TaskSequence.doLogic(TaskSequence.java:130) > > [junit] at > org.apache.lucene.benchmark.byTask.tasks.PerfTask.runAndMaybeStats(PerfTask.java:147) > > [junit] at > org.apache.lucene.benchmark.byTask.utils.Algorithm.execute(Algorithm.java:247) > > [junit] at > org.apache.lucene.benchmark.byTask.Benchmark.execute(Benchmark.java:73) > > [junit] at > org.apache.lucene.benchmark.byTask.TestPerfTasksLogic.execBenchmark(TestPerfTasksLogic.java:456) > > [junit] at > org.apache.lucene.benchmark.byTask.TestPerfTasksLogic.testHighlighting(TestPerfTasksLogic.java:144) > > > > I have seen this short time ago. There was a problem to send the mail to > java-dev, this is why we didn’t realize that: > > Sending e-mails to: java-dev@lucene.apache.org > > ERROR: Could not connect to SMTP host: localhost, port: 25 > > > > Uwe > > ----- > > Uwe Schindler > > H.-H.-Meier-Allee 63, D-28213 Bremen > > http://www.thetaphi.de > > eMail: u...@thetaphi.de > > --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org