Return-Path: Delivered-To: apmail-cxf-dev-archive@www.apache.org Received: (qmail 44842 invoked from network); 17 Sep 2009 12:59:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Sep 2009 12:59:22 -0000 Received: (qmail 56167 invoked by uid 500); 17 Sep 2009 12:59:21 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 56072 invoked by uid 500); 17 Sep 2009 12:59:21 -0000 Mailing-List: contact dev-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list dev@cxf.apache.org Received: (qmail 56062 invoked by uid 99); 17 Sep 2009 12:59:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Sep 2009 12:59:21 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of david.bosschaert@gmail.com designates 209.85.211.196 as permitted sender) Received: from [209.85.211.196] (HELO mail-yw0-f196.google.com) (209.85.211.196) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Sep 2009 12:59:11 +0000 Received: by ywh34 with SMTP id 34so3612ywh.10 for ; Thu, 17 Sep 2009 05:58:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=muC6Ijb5F1HwCmG7P+H+iOZ6lFsrgEI5Iag1krNtpkA=; b=tOvP8EVD//yX+g26EDPZvh4Lon4bDqJqcNv6ArhfvcbQtLHSRFBWOLYC7+cbWhYokW cDvj9TZO1uIPfTow+ET0RUYQ5/+AHAIz3mdp1oh6cUP6qWaz5ny1Q9LGpHKx9JU4Ftnz /vB0zBMAD9N5ChwvEIJKVOUz1QGFwWz0++i8A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=FHs1sksdCPK0ZZQ0jPMrO9qWoNLresaSrVQHTFp0Rye1TSKYakYk70CVAnL7m0HRFa UKCGi1TqwkWv1knOtgxK72vgwv0kR1xcOp0xcrowh1jH1t6aaH/LVsq6J379jCjYyZ2e zloA630J7b3byA+1+CU6JqrfKQsyFAZ+MxZzc= MIME-Version: 1.0 Received: by 10.150.89.8 with SMTP id m8mr1045310ybb.310.1253192328430; Thu, 17 Sep 2009 05:58:48 -0700 (PDT) From: David Bosschaert Date: Thu, 17 Sep 2009 13:58:28 +0100 Message-ID: Subject: Hudson failure on CXF-DOSGi To: dev@cxf.apache.org Content-Type: multipart/alternative; boundary=000e0cd5d0aa9244a40473c59368 X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd5d0aa9244a40473c59368 Content-Type: text/plain; charset=ISO-8859-1 Hi all, Hudson is failing on the CXF-DOSGi builds at the moment: http://hudson.zones.apache.org/hudson/view/CXF/job/CXF-DOSGi/81/console I'm a little baffled by the failure (mvn install works fine for me on both Linux and Windows) and it seems like it's related to Hudson itself. See stack trace below. Anyone any ideas how to get this fixed? Thanks, David [locks-and-latches] All the locks released ERROR: Processing failed due to a bug in the code. Please report this to users@hudson.dev.java.net hudson.remoting.RequestAbortedException: hudson.remoting.RequestAbortedException: java.io.EOFException at hudson.remoting.Request.call(Request.java:131) at hudson.remoting.ProxyInputStream.read(ProxyInputStream.java:76) at hudson.remoting.RemoteInputStream.read(RemoteInputStream.java:76) at java.io.BufferedInputStream.read1(BufferedInputStream.java:256) at java.io.BufferedInputStream.read(BufferedInputStream.java:317) at java.io.BufferedInputStream.fill(BufferedInputStream.java:218) at java.io.BufferedInputStream.read(BufferedInputStream.java:237) at hudson.remoting.Channel.(Channel.java:321) at hudson.remoting.Channel.(Channel.java:257) at hudson.remoting.Channel.(Channel.java:253) at hudson.slaves.Channels$1.(Channels.java:71) at hudson.slaves.Channels.forProcess(Channels.java:71) at hudson.maven.MavenProcessFactory.newProcess(MavenProcessFactory.java:212) at hudson.maven.ProcessCache.get(ProcessCache.java:227) at hudson.maven.MavenModuleSetBuild$RunnerImpl.doRun(MavenModuleSetBuild.java:451) at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:354) at hudson.model.Run.run(Run.java:1117) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:300) at hudson.model.ResourceController.execute(ResourceController.java:93) at hudson.model.Executor.run(Executor.java:122) Caused by: hudson.remoting.RequestAbortedException: java.io.EOFException at hudson.remoting.Request.abort(Request.java:223) at hudson.remoting.Channel.terminate(Channel.java:583) at hudson.remoting.Channel$ReaderThread.run(Channel.java:842) Caused by: java.io.EOFException at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2554) at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1297) at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351) at hudson.remoting.Channel$ReaderThread.run(Channel.java:823) --000e0cd5d0aa9244a40473c59368--