Return-Path: X-Original-To: apmail-accumulo-user-archive@www.apache.org Delivered-To: apmail-accumulo-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2F403105AC for ; Fri, 6 Jun 2014 00:54:19 +0000 (UTC) Received: (qmail 22889 invoked by uid 500); 6 Jun 2014 00:54:19 -0000 Delivered-To: apmail-accumulo-user-archive@accumulo.apache.org Received: (qmail 22828 invoked by uid 500); 6 Jun 2014 00:54:18 -0000 Mailing-List: contact user-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@accumulo.apache.org Delivered-To: mailing list user@accumulo.apache.org Received: (qmail 22820 invoked by uid 99); 6 Jun 2014 00:54:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jun 2014 00:54:18 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [209.85.128.181] (HELO mail-ve0-f181.google.com) (209.85.128.181) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jun 2014 00:54:13 +0000 Received: by mail-ve0-f181.google.com with SMTP id pa12so2189300veb.26 for ; Thu, 05 Jun 2014 17:53:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=8VhrSY/VSQoxkR+C/mp2WlI4blF6zFNFv8zknKt0OJc=; b=Os3NrfX7JfRVqegs7UkTk9DLCeIoxc4oOQ0GvDFCXQinrZgZ4vOynYYQt1og9gi5L2 U8NJg7ngzyJbolc3Pvjh+UA8C70PNCbQRng5t8LrHzE76OGI6Na1z/8RJVGyAdyR0+T7 0edPlWD4mqhoonyGk0Q2g5JTi3frM+lZX0dtk0p6r2gnUUOrES2r4RO2ShHOLqgo1NTq /pc+KK6RexnWZA7CA0TJHgR2xdazI+eAHEJM8ZN3+hlvpIPHSVLjKqJNiuHtQncocFkV DE7bhgIUVrB2a9+Llmh3DXAAaCvgzrYrSHW226Nmos9HjfSII39ybW3sDoy9LxKSuMKn VxXg== X-Gm-Message-State: ALoCoQlB3DS5GQkyTDVqsx1H3pKToEc2Y+tD5dGHtGrcM2kjMxot17qQd8VXAamKRbTfQzigZuhX MIME-Version: 1.0 X-Received: by 10.52.141.74 with SMTP id rm10mr1297049vdb.6.1402016031648; Thu, 05 Jun 2014 17:53:51 -0700 (PDT) Received: by 10.221.21.199 with HTTP; Thu, 5 Jun 2014 17:53:51 -0700 (PDT) In-Reply-To: References: Date: Thu, 5 Jun 2014 20:53:51 -0400 Message-ID: Subject: Re: How can I troubleshoot this? From: Keith Turner To: user@accumulo.apache.org Content-Type: multipart/alternative; boundary=bcaec52c5e7b8944dc04fb204b7f X-Virus-Checked: Checked by ClamAV on apache.org --bcaec52c5e7b8944dc04fb204b7f Content-Type: text/plain; charset=UTF-8 You can try running the Accumulo shell w/ the --debug option. This may give more info about what its trying to do. I think 9997 is the default tserver port. Maybe change localhost in your slaves files to an actual hostname. On Thu, Jun 5, 2014 at 6:13 PM, Geoffry Roberts wrote: > All, > > I am getting a "connection refused" when trying to connect to Accumulo > remotely. Everything works when the connection attempt is local. I can > remotely connect using the zkCli, which shows my accumlo instance is there. > I can connect locally of course with the shell. > > I get an IOException that says connection refused at the following line: > > TTimeoutTransport... > > 48> socket.connect(addr); > > > where addr=/127.0.0.1:9997 > > > I have ports 2181, 9000 opened up to the outside, and both show a > listener. I am not aware that port 9997 should be opened as well. > > > It appears to be looping calling the aforementioned line of code > repeatedly. > > > How can I troubleshoot this? > > > Thanks > > -- > There are ways and there are ways, > > Geoffry Roberts > --bcaec52c5e7b8944dc04fb204b7f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
You can try running the Accumulo shell w/ the --debug opti= on.=C2=A0 This may give more info about what its trying to do.

I thi= nk 9997 is the default tserver port.=C2=A0 Maybe change localhost in your s= laves files to an actual hostname.


On Thu, Jun 5= , 2014 at 6:13 PM, Geoffry Roberts <threadedblue@gmail.com> wrote:
All,

I a= m getting a "connection refused" when trying to connect to Accumu= lo remotely. =C2=A0Everything works when the connection attempt is local. = =C2=A0I can remotely connect using the zkCli, which shows my accumlo instan= ce is there. =C2=A0I can connect locally of course with the shell.

I get an IOException that says connection refused at th= e following line:

TTimeoutTransport...

48> socket.connect(addr);


where=C2=A0addr=3D/127.0.0.1:= 9997


I have ports 2181, 9000=C2=A0opened up to the outside, and both show a listener.= =C2=A0I am not aware that port 9997 should be opened as well.


It appears to be looping calling= the aforementioned line of code repeatedly. =C2=A0


How can I troubleshoot this?


Thanks

<= br>
--
There are ways and there are ways,=C2=A0

Geoffry Roberts

--bcaec52c5e7b8944dc04fb204b7f--