You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Karthik Palanisamy (Jira)" <ji...@apache.org> on 2019/11/06 08:08:00 UTC

[jira] [Created] (HBASE-23263) NPE in Quotas.jsp

Karthik Palanisamy created HBASE-23263:
------------------------------------------

             Summary: NPE in Quotas.jsp
                 Key: HBASE-23263
                 URL: https://issues.apache.org/jira/browse/HBASE-23263
             Project: HBase
          Issue Type: Bug
          Components: UI
    Affects Versions: 3.0.0
            Reporter: Karthik Palanisamy
            Assignee: Karthik Palanisamy


QuotaManager will be started after master initialization. If no online regionservers then master will not be initialized and will throw NPE over accessing Quota page. 

 

[http://172.26.70.200:16010/quotas.jsp]
{code:java}
HTTP ERROR 500
Problem accessing /quotas.jsp. 
Reason:    
 Server Error
Caused by:java.lang.NullPointerException
         at org.apache.hadoop.hbase.generated.master.quotas_jsp._jspService(quotas_jsp.java:58)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:111)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
         at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:840)
         at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1780)
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)