Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 93011 invoked from network); 8 Oct 2009 00:04:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Oct 2009 00:04:33 -0000 Received: (qmail 29470 invoked by uid 500); 8 Oct 2009 00:04:31 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 29413 invoked by uid 500); 8 Oct 2009 00:04:31 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Received: (qmail 29322 invoked by uid 99); 8 Oct 2009 00:04:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Oct 2009 00:04:31 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Oct 2009 00:04:20 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MvgUB-0002Gw-9R for users@continuum.apache.org; Wed, 07 Oct 2009 17:03:59 -0700 Message-ID: <25796537.post@talk.nabble.com> Date: Wed, 7 Oct 2009 17:03:59 -0700 (PDT) From: George Snyder To: users@continuum.apache.org Subject: Re: Build Agents - XmlRpcExtensionException In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_22653_26205928.1254960239300" X-Nabble-From: George.Snyder@arrisi.com References: X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_22653_26205928.1254960239300 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I am getting essentially the same traceback in 1.3.4 for all distributed shell builds. My build definition is: Add/Edit Build Definition Shell executable*: ./build.sh Arguments: -branch info sysinfo path-info clean package cleanup [ ] Build Fresh (Run always a clean checkout instead of an SCM update) [x] Always Build [ ] Is it default? Schedule: None Build Environment: SunOS 9 Builds Type: shell Description: Engineering Build The Build Result page says: Build Definition Used POM filename ./build.sh Goals Arguments -branch info sysinfo path-info clean package cleanup Build Fresh false Always Build true Is it default ? false Schedule None Build Environment SunOS 9 TLX Builds Description Engineering Build java.lang.Exception: Failed to build projects. ... Caused by: java.lang.RuntimeException: Could not execute RPC method buildProjects ... Caused by: org.apache.xmlrpc.common.XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false ... The "POM filename" and "Goals" lines seem suspicious for a shell build. Perhaps Continuum is trying to execute the shell build as if it were a Maven2 build, and failing due to lack of goals? -- George Snyder -- View this message in context: http://www.nabble.com/Build-Agents---XmlRpcExtensionException-tp24105472p25796537.html Sent from the Continuum - Users mailing list archive at Nabble.com. ------=_Part_22653_26205928.1254960239300--