You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Balazs Meszaros (JIRA)" <ji...@apache.org> on 2019/03/20 12:12:00 UTC

[jira] [Created] (HBASE-22073) /rits.jsp throws an exception if no procedure

Balazs Meszaros created HBASE-22073:
---------------------------------------

             Summary: /rits.jsp throws an exception if no procedure
                 Key: HBASE-22073
                 URL: https://issues.apache.org/jira/browse/HBASE-22073
             Project: HBase
          Issue Type: Bug
          Components: UI
    Affects Versions: 2.1.0
            Reporter: Balazs Meszaros
            Assignee: Balazs Meszaros


I got the following exception in our test environment:
{noformat}
java.lang.NullPointerException
	at org.apache.hadoop.hbase.generated.master.rits_jsp._jspService(rits_jsp.java:101)
	at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:111)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
	...
{noformat}

Because {{regionStateNode.getProcedure()}} returns {{null}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)