Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 12237 invoked from network); 16 Oct 2010 09:44:36 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Oct 2010 09:44:36 -0000 Received: (qmail 63398 invoked by uid 500); 16 Oct 2010 09:44:35 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 63165 invoked by uid 500); 16 Oct 2010 09:44:33 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 63157 invoked by uid 99); 16 Oct 2010 09:44:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Oct 2010 09:44:32 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [74.125.82.48] (HELO mail-ww0-f48.google.com) (74.125.82.48) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Oct 2010 09:44:26 +0000 Received: by wwb17 with SMTP id 17so1475185wwb.5 for ; Sat, 16 Oct 2010 02:44:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.231.160 with SMTP id l32mr2691117weq.98.1287222243829; Sat, 16 Oct 2010 02:44:03 -0700 (PDT) Received: by 10.216.70.135 with HTTP; Sat, 16 Oct 2010 02:44:03 -0700 (PDT) Date: Sat, 16 Oct 2010 05:44:03 -0400 Message-ID: Subject: odd VelocityResponseWriterTest failure... From: Michael McCandless To: dev@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 Does anyone else see this failure? It must be a JAR classpath issue? Ie the test is compiled against one JAR but then run against another that's missing this method...? ant test-core -Dtestcase=VelocityResponseWriterTest .... junit-sequential: [junit] Testsuite: org.apache.solr.velocity.VelocityResponseWriterTest [junit] Testcase: testTemplateName(org.apache.solr.velocity.VelocityResponseWriterTest): Caused an ERROR [junit] org.apache.log4j.Logger.setAdditivity(Z)V [junit] java.lang.NoSuchMethodError: org.apache.log4j.Logger.setAdditivity(Z)V [junit] at org.apache.velocity.runtime.log.Log4JLogChute.initAppender(Log4JLogChute.java:126) [junit] at org.apache.velocity.runtime.log.Log4JLogChute.init(Log4JLogChute.java:85) [junit] at org.apache.velocity.runtime.log.LogManager.createLogChute(LogManager.java:157) [junit] at org.apache.velocity.runtime.log.LogManager.updateLog(LogManager.java:255) [junit] at org.apache.velocity.runtime.RuntimeInstance.initializeLog(RuntimeInstance.java:795) [junit] at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:250) [junit] at org.apache.velocity.app.VelocityEngine.init(VelocityEngine.java:107) [junit] at org.apache.solr.response.VelocityResponseWriter.getEngine(VelocityResponseWriter.java:131) [junit] at org.apache.solr.response.VelocityResponseWriter.write(VelocityResponseWriter.java:39) [junit] at org.apache.solr.velocity.VelocityResponseWriterTest.testTemplateName(VelocityResponseWriterTest.java:22) [junit] at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:811) [junit] at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:776) Mike --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org