Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3754217821 for ; Fri, 7 Nov 2014 12:55:39 +0000 (UTC) Received: (qmail 88736 invoked by uid 500); 7 Nov 2014 12:55:34 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 88696 invoked by uid 500); 7 Nov 2014 12:55:34 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 88451 invoked by uid 99); 7 Nov 2014 12:55:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Nov 2014 12:55:34 +0000 Date: Fri, 7 Nov 2014 12:55:33 +0000 (UTC) From: "Johannes Bauer (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ACCUMULO-3313) Classpath for starting zookeper is almost empty MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-3313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johannes Bauer updated ACCUMULO-3313: ------------------------------------- Attachment: screenshot-1.png > Classpath for starting zookeper is almost empty > ----------------------------------------------- > > Key: ACCUMULO-3313 > URL: https://issues.apache.org/jira/browse/ACCUMULO-3313 > Project: Accumulo > Issue Type: Bug > Components: mini > Environment: Windows > Hadoop 2.5.0cdh5.2.0 > Accumulo 1.6.0cdh5.1.0 > Reporter: Johannes Bauer > Attachments: screenshot-1.png > > > When I run the MiniAccumuloCluster 1.6.0 on Windows, it does not start up correctly, but ends up with the error > {code} > java.lang.RuntimeException: Zookeeper did not start within 20 seconds. Check the logs in C:\Users\jsbaue\AppData\Local\Temp\1415364318664-0\logs for errors. Last exception: java.net.ConnectException: Connection refused: connect > at org.apache.accumulo.minicluster.impl.MiniAccumuloClusterImpl.start(MiniAccumuloClusterImpl.java:460) > at org.apache.accumulo.minicluster.MiniAccumuloCluster.start(MiniAccumuloCluster.java:72) > at com.gfk.st2.pace.datafactory.adaptor.accumulo.impl.MiniAccumuloClusterTest.testStart(MiniAccumuloClusterTest.java:50) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > {code} > Reason is, that Zookeeper does not startup at all, as the classpath, returned by the function > {code} > private String getClasspath() throws IOException > {code} > in MiniAccumuloClusterImpl.java returns a classpath, containing just the config directory. The reason for this is the part -- This message was sent by Atlassian JIRA (v6.3.4#6332)