Return-Path: Delivered-To: apmail-incubator-beehive-dev-archive@www.apache.org Received: (qmail 16724 invoked from network); 7 Jun 2005 17:02:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Jun 2005 17:02:55 -0000 Received: (qmail 59092 invoked by uid 500); 7 Jun 2005 17:02:53 -0000 Delivered-To: apmail-incubator-beehive-dev-archive@incubator.apache.org Received: (qmail 59069 invoked by uid 500); 7 Jun 2005 17:02:53 -0000 Mailing-List: contact beehive-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Developers" Delivered-To: mailing list beehive-dev@incubator.apache.org Received: (qmail 59056 invoked by uid 99); 7 Jun 2005 17:02:53 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from ussjmh01.bea.com (HELO ussjmh01.bea.com) (63.96.162.5) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 07 Jun 2005 10:02:49 -0700 Received: from ussjfe01.amer.bea.com (ussjfe01b.bea.com [172.16.120.57]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j57H255E005157 for ; Tue, 7 Jun 2005 10:02:14 -0700 Received: from USBOEX01.amer.bea.com ([10.36.32.15]) by ussjfe01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Tue, 7 Jun 2005 10:02:01 -0700 Received: from [127.0.0.1] ([10.36.32.162]) by USBOEX01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Tue, 7 Jun 2005 11:01:58 -0600 Message-ID: <42A5D2F7.6080404@bea.com> Date: Tue, 07 Jun 2005 11:01:43 -0600 From: "Eddie O'Neil" User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Beehive Developers Subject: Re: Beehive Check-in Test (Linux) Failed References: <12874904.1118125125615.JavaMail.beehive@beehive01.bea.com> <42A549CC.80206@bea.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 07 Jun 2005 17:01:58.0979 (UTC) FILETIME=[9DF2E930:01C56B82] X-PMX-Version: 4.7.0.111621, Antispam-Engine: 2.0.2.0, Antispam-Data: 2005.6.1.21 X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Yep -- looks like that was it. Controls test folks -- any thoughts as to how we can prevent this from happening next time? Thanks! Eddie Eddie ONeil wrote: > The new website just went live, so we'll see if CC passes next time. > > > > On 6/7/05, Eddie ONeil wrote: > >> I'm guessing that this happened because of the website update >>yesterday. It appears that the controls test infrastructure is >>relying on the presence of a DTD here: >> >> http://incubator.apache.org/beehive/dtd/gtlf/gtlf-config-2.0.dtd >> >>and that this file no longer exists at this URL. I've put it back and >>am waiting for it to be picked up (can take 30 minutes or so). After >>the website update, the next checkin caused the tests to run and fail, >>which explains the delay. >> >>Until this passes, it's all speculation, though. >> >> :) >> >> Can someone who tests controls comment as to why this DTD can't be >>resolved without its presence at this URL and what we can do in the >>future to prevent this? >> >> Thanks! >> >>Eddie >> >> >>On 6/7/05, Richard Feit wrote: >> >>>I've crawled through the logs, and all the build/test runs are successful. >>> >>>This appears to be an issue with TCH. Both >>>http://beehive01.bea.com/downloads/20050606221541/general/build.out and >>>http://beehive01.bea.com/downloads/20050606221541/general/test.dist.out >>>show the following error in the middle of the overall build, even though >>>the ultimate result is BUILD SUCCESSFUL: >>> >>> >>>> [tch] BUILD SUCCESSFUL >>>> [tch] Total time: 10 seconds >>>> >>>>generate-html-log: >>>> >>>>-generate-html-log: >>>> [echo] gtlf.file: /home/beehive/cc/svn/controls/test/tch.xml >>>> [java] Buildfile: /home/beehive/cc/svn/controls/test/infra/gtlf/xsl/build.xml >>>> >>>> [java] test.report: >>>> [java] Creating /home/beehive/cc/svn/controls/test/tch.html >>>> [java] Deleting: /home/beehive/cc/svn/controls/test/tch.html >>>> [java] Processing /home/beehive/cc/svn/controls/test/tch.xml to /home/beehive/cc/svn/controls/test/tch.html >>>> [java] Loading stylesheet /home/beehive/cc/svn/controls/test/infra/gtlf/xsl/TestReport.xsl >>>> [java] : Error! http://incubator.apache.org/beehive/dtd/gtlf/gtlf-config-2.0.dtd >>>> [java] : Error! com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: http://incubator.apache.org/beehive/dtd/gtlf/gtlf-config-2.0.dtd >>>> [java] Failed to process /home/beehive/cc/svn/controls/test/tch.xml >>>> >>>> [java] BUILD FAILED >>>> [java] /home/beehive/cc/svn/controls/test/infra/gtlf/xsl/build.xml:306: javax.xml.transform.TransformerException: javax.xml.transform.TransformerException: com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: http://incubator.apache.org/beehive/dtd/gtlf/gtlf-config-2.0.dtd >>>> >>>> [java] Total time: 2 seconds >>>> [java] Java Result: 1 >>>> >>> >>>This happens after a *successful* TCH run. Anyone know what's going on >>>here? >>> >>>Rich >>> >>> >>> >>>jpembert@bea.com wrote: >>> >>> >>>>View results here -> http://beehive01.bea.com/cruisecontrol/buildresults?log=log20050606221541 >>>> >>>> >>>> >>> >