Robert,

When the master starts it will log where the web UI listens to, can
you show us what you have around those lines? It should look like :

2009-04-17 19:15:57,788 INFO org.mortbay.http.HttpServer: Version Jetty/5.1.4
2009-04-17 19:15:57,789 INFO org.mortbay.util.Container: Started
HttpContext[/logs,/logs]
2009-04-17 19:15:58,120 INFO org.mortbay.util.Container: Started
org.mortbay.jetty.servlet.webapplicationhand...@14a18d
2009-04-17 19:15:58,169 INFO org.mortbay.util.Container: Started
WebApplicationContext[/static,/static]
2009-04-17 19:15:58,351 INFO org.mortbay.util.Container: Started
org.mortbay.jetty.servlet.webapplicationhand...@1ce85c4
2009-04-17 19:15:58,354 INFO org.mortbay.util.Container: Started
WebApplicationContext[/,/]
2009-04-17 19:15:58,646 INFO org.mortbay.util.Container: Started
org.mortbay.jetty.servlet.webapplicationhand...@1493102
2009-04-17 19:15:58,647 INFO org.mortbay.util.Container: Started
WebApplicationContext[/api,rest]
2009-04-17 19:15:58,731 INFO org.mortbay.http.SocketListener: Started
SocketListener on 0.0.0.0:60010
2009-04-17 19:15:58,731 INFO org.mortbay.util.Container: Started
org.mortbay.jetty.ser...@195d4fe

J-D

On Fri, Apr 17, 2009 at 7:37 PM, Robert J Berger <[email protected]> wrote:
> I just installed another hbase system on Ubuntu 8.04 and as far as I can
> tell its an exact same deployment as I have on an existing system that works
> fine.
>
> But on this new one when I try to access the http interface via
> http://localhost:60010 on the same machine as its running or via its IP
> address from a remote machine I always get
>
> HTTP ERROR: 404
> /master.jsp
> RequestURI=/master.jsp
>
> But I can access it fine by hbase shell locally and remotely.
>
> I don't see anything in hbase/logs from the http accesses.
>
> Anyplace else to look?
>
> Thanks
> Rob
>
>

Reply via email to