Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 27741 invoked from network); 26 Jul 2006 15:48:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Jul 2006 15:48:13 -0000 Received: (qmail 48708 invoked by uid 500); 26 Jul 2006 15:48:09 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 48675 invoked by uid 500); 26 Jul 2006 15:48:09 -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 48664 invoked by uid 99); 26 Jul 2006 15:48:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jul 2006 08:48:09 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of anton.luht@gmail.com designates 64.233.182.191 as permitted sender) Received: from [64.233.182.191] (HELO nf-out-0910.google.com) (64.233.182.191) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jul 2006 08:48:09 -0700 Received: by nf-out-0910.google.com with SMTP id x4so752848nfb for ; Wed, 26 Jul 2006 08:47:47 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cHOzbfBpLutBLPw8v+204yljvXwZvPG1eyFz+TNmNGyM9/tIJGeqfH9WkArEH84wbeOBA3bQPD4ezZNGNLT4wPlNmOcJzHROIZwqU0aT+VVvBnVgTWpQ8EdjxOeiBMQ18W0mOdw/r+Qe5ryEcV3wnjwzDB30XzW8YVzSBGdV88U= Received: by 10.78.139.5 with SMTP id m5mr225298hud; Wed, 26 Jul 2006 08:47:47 -0700 (PDT) Received: by 10.78.15.6 with HTTP; Wed, 26 Jul 2006 08:47:46 -0700 (PDT) Message-ID: Date: Wed, 26 Jul 2006 19:47:46 +0400 From: "Anton Luht" To: harmony-dev@incubator.apache.org Subject: Re: [app-bug] Anyone interested in chasing down a bug? In-Reply-To: <44C64882.4080005@pobox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44C64882.4080005@pobox.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Unfortunately I coudn't reproduce it. Here is what I did (I already had buildtest infrastructure set up): 1. downloaded latest JRE snapshot for WIndows. unzipped it to C:\temp\harmony-jre-r424571\ 2. set JAVA_HOME=C:\temp\harmony-jre-r424571\ 3. set PATH= C:\temp\harmony-jre-r424571\bin;%PATH% 4. ant everything worked. Here's the head of the output: --------- Unable to locate tools.jar. Expected to find it in C:\temp\harmony-jre-r424571\l ib\tools.jar Buildfile: build.xml pre-copy: [echo] Copying full test configuration for CruiseControl from /config/confi g-full.xml start-win: [exec] "C:\temp\harmony-jre-r424571\\bin\java" -cp "C:\temp\harmony-jre-r4 24571\\lib\tools.jar;\buildtest\trunk\cc\lib\cruisecontrol.jar............ --------------- Jetty on 8080 doesn't work: HTTP ERROR: 404 Not Found RequestURI=/ On 7/25/06, Geir Magnusson Jr wrote: > 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 > > -- Regards, Anton Luht, Intel Middleware Products Division --------------------------------------------------------------------- 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