Return-Path: Delivered-To: apmail-gump-general-archive@www.apache.org Received: (qmail 53274 invoked from network); 2 Mar 2004 19:03:00 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 2 Mar 2004 19:03:00 -0000 Received: (qmail 986 invoked by uid 500); 2 Mar 2004 19:02:38 -0000 Delivered-To: apmail-gump-general-archive@gump.apache.org Received: (qmail 957 invoked by uid 500); 2 Mar 2004 19:02:38 -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 896 invoked from network); 2 Mar 2004 19:02:37 -0000 Received: from unknown (HELO mx1.try.sybase.com) (130.214.10.19) by daedalus.apache.org with SMTP; 2 Mar 2004 19:02:37 -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 i22I0B222344 for ; Tue, 2 Mar 2004 11:00:11 -0700 Received: from tsws1 ([10.22.120.107]) by mail.try.sybase.com (8.11.6/8.11.6) with SMTP id i22Iivk32226 for ; Tue, 2 Mar 2004 11:44:59 -0700 Message-ID: <164f01c40088$ebff5cf0$d88b1f43@tsws1> From: "Adam R. B. Jack" To: "Gump code and data" References: <20040302115751.0F454FFE5@csm.chalko.com> <4044D589.7080301@chalko.com> Subject: Re: Unable to send... Date: Tue, 2 Mar 2004 12:02:20 -0700 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.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 'cos we have a unicode to ascii conversion issue to deal with, for that person's "from" address & their name's character set. The reason goes to the log file, but not this message. That probably needs to be fixed. ERROR:gump:Failed to send nag e-mail: ASCII decoding error: ordinal not in range(128) Traceback (most recent call last): File "/data3/gump/gump-install/python/gump/output/nag.py", line 310, in sendEmail self.workspace.mailport) File "/data3/gump/gump-install/python/gump/net/mailer.py", line 129, in mail data = message.getSerialized() File "/data3/gump/gump-install/python/gump/net/mailer.py", line 101, in getSerialized data = ("Date: %s\r\nFrom: %s\r\nTo: %s\r\nSubject: %s\r\n\r\n%s%s" UnicodeError: ASCII decoding error: ordinal not in range(128) ERROR:gump:Failed with to: [log4j-dev@logging.apache.org] from: [Ceki G?ceki@apache.org>] regards, Adam ----- Original Message ----- From: "Nick Chalko" To: "Gump code and data" Sent: Tuesday, March 02, 2004 11:42 AM Subject: Re: Unable to send... > Why are we " Unable to send..." > gump@jakarta.apache.org wrote: > > >[GUMP@lsd]: logging-log4j/log4j-tests failed > >To whom it may engage... > > > >This is an automated request, but not an unsolicited one. For help > >understanding the request please visit > >http://gump.apache.org/nagged.html, > >and/or contact general@gump.apache.org. > > > >Project log4j-tests has an issue affecting it's community integration, and has been outstanding for 16 runs. The current state is 'Failed', for reason 'Build Failed' > > > >Full details are available at: http://lsd.student.utwente.nl/gump/logging-log4j/log4j-tests.html, however some snippets follow: > > > >- - - - - -- -- ------------------------------------ G U M P > > > >Gump provided these annotations: > > > > - Info - Made directory [/data3/gump/logging-log4j/tests/classes] > > - Error - Failed with reason build failed > > > > > >- - - - - -- -- ------------------------------------ G U M P > >Gump performed this work: > > > >Work Name: build_logging-log4j_log4j-tests (Type: Build) > >State: Failed > >Elapsed: 0 hours, 0 minutes, 9 seconds > >Command Line: java -Djava.awt.headless=true -Dbuild.clonevm=true -Xbootclasspath/p:/data3/ gump/xml-xerces2/java/build/xercesImpl.jar:/data3/gump/xml-xerces2/java/buil d/xmlParserAPIs.jar org.apache.tools.ant.Main -Dgump.merge=/data3/gump/gump-install/work/merge.x ml -Dbuild.sysclasspath=only regression > >[Working Directory: /data3/gump/logging-log4j/tests] > >--------------------------------------------- > > > >build.xml: > > > >javamailCheck: > > > >javamail: > > > >build.javamail: > > > >jmsCheck: > > > >jms: > > > >jndiCheck: > > > >jndi: > > [echo] JNDI is present. > > > >build.jms: > > > >jmxCheck: > > > >jmx: > > > >build.jmx: > > > >avalonFrameworkCheck: > > > >avalonFramework: > > > >build.avalonFramework: > > > >build: > > > >prepare: > > [mkdir] Created dir: /data3/gump/logging-log4j/tests/output > > > >build: > > [javac] Compiling 61 source files to /data3/gump/logging-log4j/tests/classes > > [javac] /data3/gump/logging-log4j/tests/src/java/org/apache/log4j/chainsaw/receivers /ReceiversHelperTest.java:31: cannot resolve symbol > > [javac] symbol : variable ReceiversHelper > > [javac] location: class org.apache.log4j.chainsaw.receivers.ReceiversHelperTest > > [javac] List list = ReceiversHelper.getInstance().getKnownReceiverClasses(); > > [javac] ^ > > [javac] 1 error > > > >BUILD FAILED > >/data3/gump/logging-log4j/tests/build.xml:80: Compile failed; see the compiler error output for details. > > > >Total time: 8 seconds > >--------------------------------------------- > > > > > > > > > >To subscribe to this information via syndicated feeds: > >RSS: http://lsd.student.utwente.nl/gump/logging-log4j/log4j-tests.rss | Atom: http://lsd.student.utwente.nl/gump/logging-log4j/log4j-tests.atom > > > > > >-- > >Gump http://gump.apache.org/ > >[lsd] > > > >--------------------------------------------------------------------- > >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 > --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@gump.apache.org For additional commands, e-mail: general-help@gump.apache.org