You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Robert J Berger <rb...@ibd.com> on 2009/04/18 01:37:56 UTC

HTTP ERROR: 404 when accessing http://master:60010/master.jsp

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


Re: HTTP ERROR: 404 when accessing http://master:60010/master.jsp

Posted by Robert Berger <rb...@ibd.com>.
Here's whats in my master log:
2009-04-17 16:03:55,177 INFO org.mortbay.http.HttpServer: Version
Jetty/5.1.4
2009-04-17 16:03:55,179 INFO org.mortbay.util.Container: Started
HttpContext[/logs,/logs]
2009-04-17 16:03:55,721 INFO org.mortbay.util.Container: Started
org.mortbay.jetty.servlet.WebApplicationHandler@145c859
2009-04-17 16:03:55,820 INFO org.mortbay.util.Container: Started
WebApplicationContext[/static,/static]
2009-04-17 16:03:56,074 INFO org.mortbay.util.Container: Started
org.mortbay.jetty.servlet.WebApplicationHandler@1d62270
2009-04-17 16:03:56,075 INFO org.mortbay.util.Container: Started
WebApplicationContext[/,/]
2009-04-17 16:03:56,649 INFO org.mortbay.util.Container: Started
org.mortbay.jetty.servlet.WebApplicationHandler@f7c31d
2009-04-17 16:03:56,651 INFO org.mortbay.util.Container: Started
WebApplicationContext[/api,rest]
2009-04-17 16:03:56,693 INFO org.mortbay.http.SocketListener: Started
SocketListener on 0.0.0.0:60010
2009-04-17 16:03:56,693 INFO org.mortbay.util.Container: Started
org.mortbay.jetty.Server@1adc30


On Fri, Apr 17, 2009 at 4:42 PM, Jean-Daniel Cryans <jd...@apache.org>wrote:

> 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.WebApplicationHandler@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.WebApplicationHandler@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.WebApplicationHandler@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.Server@195d4fe
>
> J-D
>
> On Fri, Apr 17, 2009 at 7:37 PM, Robert J Berger <rb...@ibd.com> 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
> >
> >
>

Re: HTTP ERROR: 404 when accessing http://master:60010/master.jsp

Posted by Jean-Daniel Cryans <jd...@apache.org>.
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.WebApplicationHandler@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.WebApplicationHandler@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.WebApplicationHandler@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.Server@195d4fe

J-D

On Fri, Apr 17, 2009 at 7:37 PM, Robert J Berger <rb...@ibd.com> 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
>
>