There's definetly a problem here since our upgrade to jetty6. See HBASE-1395.
Meantime, as a workaround, build it and then run it in place as in: ant clean jar and then ./bin/start-hbase.sh Do this rather than ant package and then cd build/hbase-x.y.z/ before doing ./bin/start-hbase.sh St.Ack On Sat, May 9, 2009 at 4:21 PM, Tom Santos <[email protected]> wrote: > I'm running hadoop 0.20.0 and I used svn to get the hbase trunk as of today > (May 9). I did an 'ant package' in the hbase trunk, configured it for 5 > nodes, distributed it to them, and started up my hbase. It seems to make a > valid-looking /hbase dir in my DFS and the hmaster and regionservers come > up > with no errors but the webapp running on 60010 just says: > > HTTP ERROR: 404 > > /webapps/master/master.jsp > > RequestURI=/webapps/master/master.jsp > > Powered by Jetty:// > > The regionserver webapps seem to have the same problem. > > Is it something I did with my build? It seemed like 'ant package' > generated > a good looking directory but I can't be absolutely sure. > > Is there a config item that's new (since 19.1) that makes it so the webapp > will work? > > Thanks for any insight you may have, > > -- > Tom Santos > [email protected] >
