From hama-user-return-304-apmail-incubator-hama-user-archive=incubator.apache.org@incubator.apache.org Sat Jun 25 06:22:00 2011 Return-Path: X-Original-To: apmail-incubator-hama-user-archive@minotaur.apache.org Delivered-To: apmail-incubator-hama-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4B66C4814 for ; Sat, 25 Jun 2011 06:22:00 +0000 (UTC) Received: (qmail 57590 invoked by uid 500); 25 Jun 2011 06:21:59 -0000 Delivered-To: apmail-incubator-hama-user-archive@incubator.apache.org Received: (qmail 57471 invoked by uid 500); 25 Jun 2011 06:21:53 -0000 Mailing-List: contact hama-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hama-user@incubator.apache.org Delivered-To: mailing list hama-user@incubator.apache.org Received: (qmail 57452 invoked by uid 99); 25 Jun 2011 06:21:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jun 2011 06:21:47 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [195.238.6.177] (HELO mailrelay010.isp.belgacom.be) (195.238.6.177) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jun 2011 06:21:39 +0000 X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: An4IAKN8BU5bsgnr/2dsb2JhbABShEmUFY5jeIh1sR2QWYErg3mBDASiFA Received: from 235.9-178-91.adsl-dyn.isp.belgacom.be (HELO Eric-Charles-iMac.local) ([91.178.9.235]) by relay.skynet.be with ESMTP; 25 Jun 2011 08:21:18 +0200 Message-ID: <4E057E5E.8080004@u-mangate.com> Date: Sat, 25 Jun 2011 08:21:18 +0200 From: Eric Charles User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: hama-user@incubator.apache.org Subject: Re: Web UI References: <4E0575B8.70904@u-mangate.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org the logs showed 2011-06-25 08:13:48,984 ERROR org.apache.hama.bsp.GroomServer: Got fatal exception while reinitializing GroomServer: java.net.UnknownHostException: unknown host: local at org.apache.hadoop.ipc.Client$Connection.(Client.java:195) at org.apache.hadoop.ipc.Client.getConnection(Client.java:850) at org.apache.hadoop.ipc.Client.call(Client.java:720) at org.apache.hadoop.ipc.RPC$Invoker.invoke(RPC.java:220) at $Proxy4.getProtocolVersion(Unknown Source) at org.apache.hadoop.ipc.RPC.getProxy(RPC.java:359) at org.apache.hadoop.ipc.RPC.getProxy(RPC.java:346) at org.apache.hadoop.ipc.RPC.getProxy(RPC.java:383) at org.apache.hadoop.ipc.RPC.waitForProxy(RPC.java:314) at org.apache.hadoop.ipc.RPC.waitForProxy(RPC.java:291) at org.apache.hama.bsp.GroomServer.initialize(GroomServer.java:279) at org.apache.hama.bsp.GroomServer.run(GroomServer.java:600) at java.lang.Thread.run(Thread.java:680) and yes, jps was only showing zookeeper, but no groomaster 79938 Jps 79830 ZooKeeperRunner As temporary workaround, I added local to my /etc/hosts (mac os x 10.6). I relaunched, and now jps shows: 80227 GroomServerRunner 80134 ZooKeeperRunner 80165 BSPMasterRunner --> could it be that local value is interpreted as a hostname ? bsp.master.address local Going to http://localhost:40013/ redirects me to http://localhost:40013/bspmaster.jsp which shows a 500 HTTP ERROR 500 Problem accessing /bspmaster.jsp. Reason: JSP support not configured --> probably jetty-jsp dependency missing in the dist. Tks On 25/06/11 08:10, Edward J. Yoon wrote: > Hello eric, > > Could you please paste your 'BSPMaster' logs here? > > On Sat, Jun 25, 2011 at 2:44 PM, Eric Charles > wrote: >> Hi, >> >> I'm just trying the proposed 0.3-RC1. It builds/tests/runs fine. >> >> Just the Web UI on port 40013 which is not accessible (socket is simply not >> present): "Firefox can't establish a connection to the server at >> localhost:40013." >> >> hama-default.xml contains >> >> bsp.http.infoserver.port >> 40013 >> >> >> Any idea? >> Tks. >> -- >> Eric >> > > > -- Eric