[ 
https://issues.apache.org/jira/browse/HBASE-20224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16443489#comment-16443489
 ] 

Josh Elser commented on HBASE-20224:
------------------------------------

Here's what I was thinking, but I might need Umesh to help me verify.

The change to conf/hbase-site.xml fixes the standalone port binds
{noformat}
➜ [email protected] % jps -m
28848 HMaster start
➜ [email protected] % lsof -Pp 28848 | fgrep LISTEN
java    28848 jelser  391u    IPv6 0x8019bf5188d943d7       0t0      TCP *:2181 
(LISTEN)
java    28848 jelser  448u    IPv6 0x8019bf51877abe97       0t0      TCP 
hw13390.local:16000 (LISTEN)
java    28848 jelser  455u    IPv6 0x8019bf5189b15957       0t0      TCP 
*:16010 (LISTEN)
java    28848 jelser  516u    IPv6 0x8019bf5181a193d7       0t0      TCP 
hw13390.local:16020 (LISTEN)
java    28848 jelser  522u    IPv6 0x8019bf5181aa2957       0t0      TCP 
*:16030 (LISTEN)
{noformat}
But, I can't actually load the UI because of some Jetty issue, it seems:
{noformat}
    java.lang.NoSuchMethodError: 
javax.servlet.http.HttpServletRequest.isAsyncStarted()Z{noformat}

> Web UI is broken in standalone mode
> -----------------------------------
>
>                 Key: HBASE-20224
>                 URL: https://issues.apache.org/jira/browse/HBASE-20224
>             Project: HBase
>          Issue Type: Bug
>          Components: UI, Usability
>    Affects Versions: 2.0.0-beta-2
>            Reporter: Umesh Agashe
>            Assignee: Umesh Agashe
>            Priority: Blocker
>             Fix For: 2.0.0
>
>         Attachments: 
> 0001-HBASE-20224-Web-UI-is-broken-in-standalone-mode-ADDE.ADDENDUM.patch, 
> 20224-addendum.3.txt, 20224.addendum.4, 20224.addendum.5, 20224.addendum.6, 
> HBASE-20224.master.004.patch, hbase-20224.master.001.patch, 
> hbase-20224.master.002.patch, hbase-20224.master.003.patch, 
> hbase-20224.master.addendum.patch
>
>
> Web UI doesn't show up in standalone mode on default port. This can be seen 
> on master and branch-2.



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

Reply via email to