|
|
-
Re: Error accessing master UI pageHarsh J 2012-06-19, 15:46
Samar,
If you ran a local build on your HBase installation (via mvn or so), please undo it. You can run {{mvn clean}} to clean up any bad build files, and then restart your HMaster to see if this goes away. On Tue, Jun 19, 2012 at 5:44 PM, samar kumar <[EMAIL PROTECTED]> wrote: > Hi All, > Getting error when trying to access the page > http://localhost:60010/master-status on my local hbase installation. > Everything is in default. Please suggest. > I am using CDH3 installation. > > HTTP ERROR 500 > > Problem accessing /master-status. Reason: > > Unresolved compilation problems: > The import org.apache.hbase cannot be resolved > MasterStatusTmpl cannot be resolved to a type > > Caused by: > > java.lang.Error: Unresolved compilation problems: > The import org.apache.hbase cannot be resolved > MasterStatusTmpl cannot be resolved to a type > > at org.apache.hadoop.hbase.master.MasterStatusServlet.<init>(MasterStatusServlet.java:38) > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) > at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) > at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) > at java.lang.reflect.Constructor.newInstance(Constructor.java:513) > at java.lang.Class.newInstance0(Class.java:355) > at java.lang.Class.newInstance(Class.java:308) -- Harsh J |