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 49C1E234A for ; Thu, 5 May 2011 06:30:07 +0000 (UTC) Received: (qmail 39088 invoked by uid 500); 5 May 2011 06:30:07 -0000 Delivered-To: apmail-builds-archive@apache.org Received: (qmail 38825 invoked by uid 500); 5 May 2011 06:30:03 -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 38812 invoked by uid 99); 5 May 2011 06:30:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 May 2011 06:30:01 +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 (athena.apache.org: domain of phunt@cloudera.com designates 209.85.220.178 as permitted sender) Received: from [209.85.220.178] (HELO mail-vx0-f178.google.com) (209.85.220.178) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 May 2011 06:29:57 +0000 Received: by vxc11 with SMTP id 11so2738802vxc.23 for ; Wed, 04 May 2011 23:29:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.98.36 with SMTP id ef4mr186758vdb.70.1304576976052; Wed, 04 May 2011 23:29:36 -0700 (PDT) Received: by 10.52.160.106 with HTTP; Wed, 4 May 2011 23:29:36 -0700 (PDT) In-Reply-To: References: Date: Wed, 4 May 2011 23:29:36 -0700 Message-ID: Subject: Re: Hudson test failing due to "java not found" From: Patrick Hunt To: builds@apache.org, gkesavan@yahoo-inc.com, Mahadev Konar Content-Type: text/plain; charset=ISO-8859-1 Thanks Giri. I don't think we changed anything on our side, that script is the same for quite a while. I just looked and it's just calling "java ...." so the assumption is that java is on the PATH. Could it be that jenkins is spawning our test process with java not on the path? (vs when you shell in). Patrick On Wed, May 4, 2011 at 3:55 PM, Giridharan Kesavan wrote: > Hi Patrick, > > I looked at this and do see java in path in the machine. > > hudson@h7:~$ java -version > java version "1.6.0_23" > Java(TM) SE Runtime Environment (build 1.6.0_23-b05) > Java HotSpot(TM) Server VM (build 19.0-b09, mixed mode) > hudson@h7:~$ which java > /homes/hudson/tools/java/latest1.6/bin/java > > Thanks, > giri > > On 5/4/11 3:29 PM, "Patrick Hunt" wrote: > >> On Wed, May 4, 2011 at 2:42 PM, Gavin McDonald wrote: >>> >>> >>>> -----Original Message----- >>>> From: Patrick Hunt [mailto:phunt@cloudera.com] >>>> Sent: Thursday, 5 May 2011 3:56 AM >>>> To: builds@apache.org >>>> Subject: Hudson test failing due to "java not found" >>>> >>>> Hi, could someone help me out with this? >>>> >>>> This test used to pass, but now for some reason (perhaps it depends on the >>>> host?) it's failing, see: >>>> https://builds.apache.org/hudson/job/PreCommit-ZOOKEEPER- >>>> Build/247/artifact/trunk/build/tmp/zk.log >>>> >>>> it says: >>>> /grid/0/hudson/hudson-slave/workspace/PreCommit-ZOOKEEPER- >>>> Build/trunk/src/c/tests/zkServer.sh: >>>> line 115: java: command not found >>> >>> That's a Yahoo! grid machine, any Yahoo! related projects that use those >>> grid >>> machines please contact Yahoo! they are nothing to do with us. >>> >> >> Will do. Is there a contact point for this? >> >>>> >>>> Also Hudson is very very slow today, could someone look into this? >>> >>> Will so, please also refer to our instance as Jenkins, we don't use Hudson >>> any more. >> >> Sorry about that, I'll update my bookmarks. FYI, when you go to >> https://builds.apache.org it redirects to >> https://builds.apache.org/hudson/ >> >> Thanks! >> >> Patrick > >