Return-Path: Delivered-To: apmail-gump-general-archive@www.apache.org Received: (qmail 60609 invoked from network); 23 May 2004 17:58:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 23 May 2004 17:58:11 -0000 Received: (qmail 68092 invoked by uid 500); 23 May 2004 17:58:12 -0000 Delivered-To: apmail-gump-general-archive@gump.apache.org Received: (qmail 68029 invoked by uid 500); 23 May 2004 17:58:12 -0000 Mailing-List: contact general-help@gump.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Gump code and data" Reply-To: "Gump code and data" Delivered-To: mailing list general@gump.apache.org Received: (qmail 68014 invoked by uid 98); 23 May 2004 17:58:12 -0000 Received: from ajack@trysybase.com by hermes.apache.org by uid 82 with qmail-scanner-1.20 (clamuko: 0.70. Clear:RC:0(130.214.10.19):. Processed in 0.036836 secs); 23 May 2004 17:58:12 -0000 X-Qmail-Scanner-Mail-From: ajack@trysybase.com via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(130.214.10.19):. Processed in 0.036836 secs) Received: from unknown (HELO mx1.try.sybase.com) (130.214.10.19) by hermes.apache.org with SMTP; 23 May 2004 17:58:12 -0000 Received: from mail.try.sybase.com (mail.try.sybase.com [130.214.10.18]) by mx1.try.sybase.com (8.11.6/8.11.0) with ESMTP id i4NGw8213956 for ; Sun, 23 May 2004 10:58:08 -0600 Received: from tsws1 ([10.22.120.65]) by mail.try.sybase.com (8.11.6/8.11.6) with SMTP id i4NHaok00312 for ; Sun, 23 May 2004 11:36:50 -0600 Message-ID: <027f01c440ef$7f8328c0$97cbea43@sybase.com> From: "Adam R. B. Jack" To: "Gump code and data" References: <20040523174650.E4A623602B8@mail6-haw.bigfish.com> Subject: Re: Problem running Apache Gump... Date: Sun, 23 May 2004 11:57:58 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > There is a problem with the run at : tsws1:python\gump\test\resources\full1\tsws1.xml Sorry folks, after the branch I reset my workspace to that in CVS, but forgot to override the notification address in my local tsws1.xml workspace. regards Adam > ------------------------------------------------------------ > The log ought be at: > /gumpy_log.txt > ------------------------------------------------------------ > The last (up to) 50 lines of the log are : > INFO:gump:GC: Enabled 1 : Tracked 14968 : Threshold (700, 10, 10) > ERROR:gump:Failed to download [http://no_such_url_to_test_missing]. Details: [Errno socket error] (7, 'getaddrinfo failed') > INFO:gump:Failed to find environment variable [MAVEN_HOME] > WARN:gump:Command failed. [timeout 60 env ]. ExitCode: 1 > INFO:gump:Failed to detect [timeout] > WARN:gump:Command failed. [python update.py -version ]. ExitCode: 2 > INFO:gump:Failed to detect [python update.py] > WARN:gump:Command failed. [pgrep -help ]. ExitCode: 1 > INFO:gump:Failed to detect [pgrep] > INFO:gump:*New* Statistics Database:F:\data\OSS\gump\work\stats.db > INFO:gump:Prepare XDoc work with template > INFO:gump:Wipe Directory [u'F:\\data\\gump-ws\\forrest-work'] > INFO:gump:Wipe Directory [u'F:\\data\\gump-ws\\forrest-staging'] > INFO:gump:Perform Update on #[1] : module1 > INFO:gump:Perform CVS Update on #[1] : module1 > WARN:gump:Command failed. [cvs -q -n -z3 -d :pserver:anoncvs@cvs.apache.org:2401/home/cvspublic update -P -d -r module1Tag ]. ExitCode: 1 > ERROR:gump:Failed to checkout/update module: module1 > WARN:gump:Command failed. [cvs -q -z3 -d :pserver:anoncvs@cvs.apache.org:2401/home/cvspublic update -P -d -r module1Tag ]. ExitCode: 1 > ERROR:gump:Failed to checkout/update module: module1 > INFO:gump: Project: #[1] : project1 > INFO:gump: ------ Script-ing: #[1] : project1 > WARN:gump:Command failed. [F:\data\gump-ws\module1\gumpscript.bat ]. ExitCode: 1 > WARN:gump:Failed to build project #[1] : [project1], state:Failed > Traceback (most recent call last): > File "gump/integrate.py", line 104, in ? > irun() > File "gump/integrate.py", line 81, in irun > result = getRunner(run).performRun() > File "F:\data\OSS\gump\python\gump\runner\demand.py", line 71, in performRun > self.builder.buildProject(project) > File "F:\data\OSS\gump\python\gump\build\builder.py", line 185, in buildProject > self.run.generateEvent(project) > File "F:\data\OSS\gump\python\gump\core\gumprun.py", line 682, in generateEvent > self.dispatchEvent(EntityRunEvent(self, entity)) > File "F:\data\OSS\gump\python\gump\core\gumprun.py", line 671, in dispatchEvent > actor._processEvent(event) > File "F:\data\OSS\gump\python\gump\core\actor.py", line 83, in _processEvent > self.processEvent(event) > File "F:\data\OSS\gump\python\gump\core\actor.py", line 104, in processEvent > self._processProject(entity) > File "F:\data\OSS\gump\python\gump\core\actor.py", line 152, in _processProject > self.processProject(project) > File "F:\data\OSS\gump\python\gump\document\xdocs\documenter.py", line 87, in processProject > self.documentProject(project,1) > File "F:\data\OSS\gump\python\gump\document\xdocs\documenter.py", line 1723, in documentProject > self.documentProjectDetails(project,realtime) > File "F:\data\OSS\gump\python\gump\document\xdocs\documenter.py", line 1841, in documentProjectDetails > content=nagger.getNamedTypedContent(project) > AttributeError: Notifier instance has no attribute 'getNamedTypedContent' > Process Exit Code : 1 > -- > Gumpy Version: 2.0.2-alpha-0002 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: general-unsubscribe@gump.apache.org > For additional commands, e-mail: general-help@gump.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@gump.apache.org For additional commands, e-mail: general-help@gump.apache.org