You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by "yury vashchyla (JIRA)" <ji...@apache.org> on 2012/07/12 22:45:35 UTC

[jira] [Updated] (ACCUMULO-687) Unable to connect to remote Accumulo instance via Java

     [ https://issues.apache.org/jira/browse/ACCUMULO-687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

yury vashchyla updated ACCUMULO-687:
------------------------------------

    Description: 
I have an Accumulo instance setup (with everything running on onehost) and I'm able to connect locally through the Accumulo shell.

However from a remote machine:

new ZooKeeperInstance("inst0", "192.168.1.4").getConnector("root", "password".getBytes());

I get the following error:

12/07/12 16:02:57 WARN impl.ServerClient: Failed to find an available server in the list of servers: [127.0.0.1:9997:9997 (120000)]


  was:
I have an Accumulo instance setup (with everything running on onehost) and I'm able to connect locally through the Accumulo shell.

However from a remote machine:

new ZooKeeperInstance("inst0", "192.168.1.4:2181").getConnector("root", "password".getBytes());

I get the following error:

12/07/12 16:02:57 WARN impl.ServerClient: Failed to find an available server in the list of servers: [127.0.0.1:9997:9997 (120000)]


    
> Unable to connect to remote Accumulo instance via Java
> ------------------------------------------------------
>
>                 Key: ACCUMULO-687
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-687
>             Project: Accumulo
>          Issue Type: Bug
>    Affects Versions: 1.4.1
>            Reporter: yury vashchyla
>
> I have an Accumulo instance setup (with everything running on onehost) and I'm able to connect locally through the Accumulo shell.
> However from a remote machine:
> new ZooKeeperInstance("inst0", "192.168.1.4").getConnector("root", "password".getBytes());
> I get the following error:
> 12/07/12 16:02:57 WARN impl.ServerClient: Failed to find an available server in the list of servers: [127.0.0.1:9997:9997 (120000)]

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira