Hi, hicc.war bundles HBase 0.90.4 jar file, this might be causing conflicts with HBase 0.92.0 jar file on the classpath. You should remove HBase 0.90.4 jar file from hicc.war and repackage with HBase 0.92.0 jar file. Hope this works.
regards, Eric On Tue, Feb 21, 2012 at 8:50 AM, tincup <[email protected]> wrote: > Hi, > I have a hbase cluster which version is 0.92.0, when I installed > chukwa0.5.0, every thing seems OK > but hicc doesn't work. > I got the error like this: > > Problem accessing /hicc/. Reason: > > STANDARD_IMPORTS > Caused by: > > java.lang.NoSuchFieldError: STANDARD_IMPORTS > at org.apache.jasper.compiler.PageInfo.<init>(PageInfo.java:101) > at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:108) > at org.apache.jasper.compiler.Compiler.compile(Compiler.java:296) > at org.apache.jasper.compiler.Compiler.compile(Compiler.java:277) > at org.apache.jasper.compiler.Compiler.compile(Compiler.java:265) > at > org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:564) > at > org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:299) > at > org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:315) > at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) > at > org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511) > at > org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:401) > at > org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) > at > org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182) > at > org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:766) > at > org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:450) > at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:327) > at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:126) > at > org.mortbay.jetty.servlet.DefaultServlet.doGet(DefaultServlet.java:503) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) > at > org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511) > at > org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:401) > at > org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) > at > org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182) > at > org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:766) > at > org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:450) > at > org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230) > at > org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114) > at > org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) > at org.mortbay.jetty.Server.handle(Server.java:326) > at > org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542) > at > org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:928) > at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:549) > at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212) > at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) > at > org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:410) > at > org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582) > > ---------------------------------------------- > I have googled and found similar trouble in the maillist of chukwa-user. > And this seems caused by the setting of classpath. > > How can I get rid of this problem? I have tried a lot... > Does anyone have some ideas? > Thanks! > > > -- > View this message in context: > http://apache-chukwa.679492.n3.nabble.com/Does-chukwa-0-5-0-s-HICC-work-with-hbase-0-92-0-tp3764102p3764102.html > Sent from the Chukwa - Users mailing list archive at Nabble.com.
