Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 72864 invoked from network); 25 Jul 2006 16:36:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Jul 2006 16:36:52 -0000 Received: (qmail 42687 invoked by uid 500); 25 Jul 2006 16:36:48 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 42641 invoked by uid 500); 25 Jul 2006 16:36:48 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 42630 invoked by uid 99); 25 Jul 2006 16:36:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jul 2006 09:36:47 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: 64.74.244.70 is neither permitted nor denied by domain of geir@pobox.com) Received: from [64.74.244.70] (HELO smtp.ivresearch.com) (64.74.244.70) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 25 Jul 2006 09:36:47 -0700 Received: (qmail 24724 invoked from network); 25 Jul 2006 16:36:23 -0000 Received: from ip10.fa1-0-2.occ.iinet.com (HELO ?10.10.14.27?) (geir@198.145.33.10) by vdmx01.ivresearch.net with SMTP; 25 Jul 2006 16:36:23 -0000 Message-ID: <44C64882.4080005@pobox.com> Date: Tue, 25 Jul 2006 12:36:18 -0400 From: Geir Magnusson Jr Reply-To: geir@pobox.com User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: harmony-dev@incubator.apache.org Subject: [app-bug] Anyone interested in chasing down a bug? X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N In HARMONY-956, I noted a bug that seems to point to a classpath management problem. I was just trying to run our own buildtest framework using the latest JRE, and I get : [exec] Uncaught exception in Thread-2: [exec] java.lang.NoClassDefFoundError: org/apache/log4j/spi/VectorWriter [exec] at org.apache.log4j.spi.LoggingEvent.(LoggingEvent.java:126) [exec] at org.apache.log4j.Category.forcedLog(Category.java:375) [exec] at org.apache.log4j.Category.log(Category.java:869) [exec] at org.apache.commons.logging.impl.Log4JLogger.warn(Log4JLogger.java:176) [exec] at org.mortbay.jetty.servlet.WebApplicationContext.doStart(WebApplicationContext.java:521) [exec] at org.mortbay.util.Container.start(Container.java:72) [exec] at org.mortbay.http.HttpServer.doStart(HttpServer.java:755) [exec] at org.mortbay.util.Container.start(Container.java:72) [exec] at CruiseControlWithJetty$1.run(CruiseControlWithJetty.java:86) [exec] at java.lang.Thread.run() It may be really easy, but I don't have the time today... just a hint for someone that's interested. What I did was : 1) get the snapshot for windows (see download page on site) 2) do a checkout of the buildtest part of harmony 3) run 'ant setup' to get it setup (don't waste the time having it checkout the source for classlib and drlvm - just let it get CC and set that up. 4) run 'ant' geir --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org For additional commands, e-mail: harmony-dev-help@incubator.apache.org