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 3DAEC10273 for ; Wed, 17 Jul 2013 15:32:51 +0000 (UTC) Received: (qmail 10379 invoked by uid 500); 17 Jul 2013 15:32:50 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 10285 invoked by uid 500); 17 Jul 2013 15:32:49 -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 10205 invoked by uid 99); 17 Jul 2013 15:32:49 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jul 2013 15:32:49 +0000 Date: Wed, 17 Jul 2013 15:32:49 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-1574) utility class TabletServerLocks doesn't work 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-1574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13711177#comment-13711177 ] ASF subversion and git services commented on ACCUMULO-1574: ----------------------------------------------------------- Commit a1fda97fe788be4cceb9bb10a0d2247ac0ac145c in branch refs/heads/1.5.1-SNAPSHOT from [~ecn] [ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=a1fda97 ] ACCUMULO-1574 > utility class TabletServerLocks doesn't work > -------------------------------------------- > > Key: ACCUMULO-1574 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1574 > Project: Accumulo > Issue Type: Bug > Affects Versions: 1.5.0 > Reporter: Eric Newton > Assignee: Eric Newton > Priority: Minor > > {noformat} > ./bin/accumulo org.apache.accumulo.server.util.TabletServerLocks -list > Thread "org.apache.accumulo.server.util.TabletServerLocks" died null > java.lang.reflect.InvocationTargetException > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.accumulo.start.Main$1.run(Main.java:101) > at java.lang.Thread.run(Thread.java:662) > Caused by: java.lang.NullPointerException > at org.apache.accumulo.fate.zookeeper.ZooLock.getLockData(ZooLock.java:416) > at org.apache.accumulo.fate.zookeeper.ZooLock.getLockData(ZooLock.java:441) > at org.apache.accumulo.fate.zookeeper.ZooLock.getLockData(ZooLock.java:437) > at org.apache.accumulo.server.util.TabletServerLocks.main(TabletServerLocks.java:54) > ... 6 more > {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira