You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Eric Newton (JIRA)" <ji...@apache.org> on 2013/07/16 19:32:50 UTC

[jira] [Created] (ACCUMULO-1574) utility class TabletServerLocks doesn't work

Eric Newton created ACCUMULO-1574:
-------------------------------------

             Summary: 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