Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C83871082E for ; Wed, 9 Jul 2014 15:12:05 +0000 (UTC) Received: (qmail 55778 invoked by uid 500); 9 Jul 2014 15:12:05 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 55742 invoked by uid 500); 9 Jul 2014 15:12:05 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 55713 invoked by uid 99); 9 Jul 2014 15:12:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jul 2014 15:12:05 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of josh.elser@gmail.com designates 209.85.216.45 as permitted sender) Received: from [209.85.216.45] (HELO mail-qa0-f45.google.com) (209.85.216.45) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jul 2014 15:12:01 +0000 Received: by mail-qa0-f45.google.com with SMTP id s7so2223343qap.18 for ; Wed, 09 Jul 2014 08:11:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=iwvoHeiuKf4MxKhGN74Dq2/2pL3kGqg4j9NPOgK+1nU=; b=FtTePP7GW3SUu8hKybppWBftpqxoLMajgX/7fbQcKyTA+G75heuXTLxeNcvfYFw2uo uAJTL5cULWCW7+gVL00/GVNSSEv/9MIJ8763KKcp1L/FdYs/zVfu7/Vmn5bOSOkNGKy6 INArDfXT2+ZQR9LMOJb0ZsEEpB33H341/uTmpqWM6Dzm14YaSvLrjwv4tQ/CEJiCSVbN jMaHVm7MLD4GhbVVaTp4SdRFKfcJouOGvbGo4R+OCcnzppY48khqlOXWblWSDtIyOU5A Suh2u/TMpAU9i2M7Y1R4ODoMqn2vWz++BhRJOJVB8NwLnr8UFE2W/OsnJqhZySliKQz+ t8PA== X-Received: by 10.140.89.197 with SMTP id v63mr67179282qgd.71.1404918696562; Wed, 09 Jul 2014 08:11:36 -0700 (PDT) Received: from HW10447.local (pool-71-166-48-47.bltmmd.fios.verizon.net. [71.166.48.47]) by mx.google.com with ESMTPSA id s8sm86847267qac.49.2014.07.09.08.11.35 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 09 Jul 2014 08:11:36 -0700 (PDT) Message-ID: <53BD5BA7.50403@gmail.com> Date: Wed, 09 Jul 2014 11:11:35 -0400 From: Josh Elser User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: dev@accumulo.apache.org Subject: Re: Monitor finding wrong hostname References: 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 I think I had made the change before 1.5.1 came out which updates the example configs to set the JVM preferIpv4Stack (or w/e that option is), too. On 7/9/14, 10:37 AM, Sean Busbey wrote: > The stacktrace shows it's trying to use IPv6. > > Have you disabled ipv6 on the host? Do your Accumulo role options include > the flag that says to use the ipv4 network stack? >