From notifications-return-15920-apmail-accumulo-notifications-archive=accumulo.apache.org@accumulo.apache.org Thu Jan 30 00:24:32 2014 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 1E126100B0 for ; Thu, 30 Jan 2014 00:24:32 +0000 (UTC) Received: (qmail 47180 invoked by uid 500); 30 Jan 2014 00:24:19 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 46851 invoked by uid 500); 30 Jan 2014 00:24:13 -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 46666 invoked by uid 99); 30 Jan 2014 00:24:10 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jan 2014 00:24:10 +0000 Date: Thu, 30 Jan 2014 00:24:10 +0000 (UTC) From: "John Vines (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ACCUMULO-2267) problems running accumulo from RPM 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-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Vines updated ACCUMULO-2267: --------------------------------- Fix Version/s: 1.6.0 > problems running accumulo from RPM > ---------------------------------- > > Key: ACCUMULO-2267 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2267 > Project: Accumulo > Issue Type: Bug > Reporter: Michael Berman > Fix For: 1.6.0 > > > - jps is called in the init.d scripts but it's not in the PATH it sets. on my centos box, it's in $JAVA_HOME/bin > - in bin/accumulo, accumulo-start.jar is expected to be in $ACCUMULO_HOME/lib, but actually it's in $JAVA_HOME/accumulo > - in bin/accumulo, accumulo-start.jar does not have version decoration, but the installed jar does > - nothing else (other accumulo jars from $JAVA_HOME/accumulo, other dependencies from $ACCUMULO_HOME/lib) seems to be getting into the classpath. initial failure is NoClassDefFoundError: org/apache/commons/vfs2/provider/FileProvider > i wonder if the standardization on RPM deployment locations is worth the departure from the standard accumulo deployment locations, at least for 1.6.0, since it seems like the impact on all the script infrastructure hasn't really been thought through yet, so close to the release. -- This message was sent by Atlassian JIRA (v6.1.5#6160)