Return-Path: X-Original-To: apmail-builds-archive@minotaur.apache.org Delivered-To: apmail-builds-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0D20DB21F for ; Wed, 4 Jan 2012 09:49:52 +0000 (UTC) Received: (qmail 52915 invoked by uid 500); 4 Jan 2012 09:49:50 -0000 Delivered-To: apmail-builds-archive@apache.org Received: (qmail 51815 invoked by uid 500); 4 Jan 2012 09:49:46 -0000 Mailing-List: contact builds-help@apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: builds@apache.org Delivered-To: mailing list builds@apache.org Received: (qmail 51793 invoked by uid 99); 4 Jan 2012 09:49:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jan 2012 09:49:44 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of andreas.veithen@gmail.com designates 209.85.216.50 as permitted sender) Received: from [209.85.216.50] (HELO mail-qw0-f50.google.com) (209.85.216.50) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jan 2012 09:49:38 +0000 Received: by qaea17 with SMTP id a17so11379398qae.2 for ; Wed, 04 Jan 2012 01:49:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=ZFpjxAs78kRQrO9/aUD8SyaNZJPO61zC8isoT1iIUkk=; b=SelqSA4JViSZn3UYc5Mr1JIVii0saKK5Hfkxw3qR5mD9bZCb4M9fn++Jj8pACnv6id TqgnTiIw5nXuYk/LWmmW+duKVH1EAfBvNAQpyW1Qn8Cl98fWQONuqltdaFz5oH6k2BBe bGPuHHHGKFDg1Dcpa6+zPPX9kXEhB2ZUxMcfg= Received: by 10.224.203.67 with SMTP id fh3mr63728126qab.13.1325670557281; Wed, 04 Jan 2012 01:49:17 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.50.204 with HTTP; Wed, 4 Jan 2012 01:48:55 -0800 (PST) In-Reply-To: References: <4E67C4F3.5060601@schor.com> From: Andreas Veithen Date: Wed, 4 Jan 2012 10:48:55 +0100 Message-ID: Subject: Re: getting some StreamCorruptedException failures To: builds@apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org We are still getting StreamCorruptedExceptions, even after the upgrade. Example: https://builds.apache.org/job/sandesha2-trunk/587/ Andreas On Fri, Dec 30, 2011 at 17:21, Niklas Gustavsson wrote: > On Fri, Dec 30, 2011 at 4:45 PM, Andreas Veithen > wrote: >> In our case, switching to Maven 2.2.1 is a valid workaround, so we >> don't really care. >> >> On the other hand, I guess that many people are annoyed by the issues >> that pop up after upgrading to a new Jenkins release (this seems to be >> a somewhat recurring issue at the ASF). Therefore it may be a good >> idea to install a SNAPSHOT and check for other issues that we may >> identify (and if necessary repeat that in several iterations), so that >> we eventually get a stable release that works well at the ASF and that >> we can keep for a couple of months. WDYT? > > That was what we did with the former release. We ran that for like two > months or so, but eventually problems like that with > StreamCorruptedException creeps up. I guess that's the curse of having > a large installation with many different types of builds. > > /niklas