You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jonathan Hsieh (JIRA)" <ji...@apache.org> on 2012/12/29 18:04:12 UTC

[jira] [Created] (HBASE-7459) NPE in HMaster TestlocalHBaseCluster

Jonathan Hsieh created HBASE-7459:
-------------------------------------

             Summary: NPE in HMaster TestlocalHBaseCluster
                 Key: HBASE-7459
                 URL: https://issues.apache.org/jira/browse/HBASE-7459
             Project: HBase
          Issue Type: Bug
          Components: master, test
    Affects Versions: hbase-6055, 0.96.0
            Reporter: Jonathan Hsieh
            Assignee: Jonathan Hsieh


TestLocalHBaseCluster has failed on a unit test run with this exception stack.

{code}
java.lang.NullPointerException
	at org.apache.hadoop.hbase.master.HMaster.shutdown(HMaster.java:2064)
	at org.apache.hadoop.hbase.util.JVMClusterUtil.shutdown(JVMClusterUtil.java:238)
	at org.apache.hadoop.hbase.LocalHBaseCluster.shutdown(LocalHBaseCluster.java:430)
	at org.apache.hadoop.hbase.TestLocalHBaseCluster.testLocalHBaseCluster(TestLocalHBaseCluster.java:71)
	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)
	
{code}

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