|
tincup
2012-02-21, 16:50
Eric Yang
2012-02-23, 22:04
tincup
2012-02-26, 10:47
aa701152
2012-02-28, 14:15
Eric Yang
2012-02-29, 00:10
moyun
2012-03-02, 15:38
aa701152
2012-03-05, 06:28
Eric Yang
2012-03-06, 04:31
|
-
Does chukwa-0.5.0's HICC work with hbase-0.92.0?tincup 2012-02-21, 16:50
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.
-
Re: Does chukwa-0.5.0's HICC work with hbase-0.92.0?Eric Yang 2012-02-23, 22:04
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?
-
Re: Does chukwa-0.5.0's HICC work with hbase-0.92.0?tincup 2012-02-26, 10:47
Thanks, I have managed to use hbase-0.92.0 with chukwa. Besides hbase I have
to update some others packages such as jackson-*.jar. Regards, Tincup -- 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-tp3764102p3776745.html Sent from the Chukwa - Users mailing list archive at Nabble.com.
-
Re: Does chukwa-0.5.0's HICC work with hbase-0.92.0?aa701152 2012-02-28, 14:15
Hi,
I met the same problem. I tried to unpackage the war file, replace the jar files and repackage. But it doesn't work. Would you please show more details about this? Thank you. BTW, I have already logged an issue CHUKWA-636. Hopefully this can be fixed soon. -- 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-tp3764102p3784127.html Sent from the Chukwa - Users mailing list archive at Nabble.com.
-
Re: Does chukwa-0.5.0's HICC work with hbase-0.92.0?Eric Yang 2012-02-29, 00:10
The proper method is to rebuild chukwa source code with hbase-0.92.0.
Edit pom.xml, and change hbase dependency to version 0.92.0, then run: mvn clean package -DskipTests After the war file has been created, place hicc.war into your CHUKWA_HOME/share/chukwa/webapps directory. This will ensure that HBase dependencies are setup correctly. Hope this helps. regards, Eric On Tue, Feb 28, 2012 at 6:15 AM, aa701152 <[EMAIL PROTECTED]> wrote: > Hi, > > I met the same problem. I tried to unpackage the war file, replace the jar > files and repackage. But it doesn't work. Would you please show more details > about this? Thank you. > BTW, I have already logged an issue CHUKWA-636. Hopefully this can be fixed > soon. > > -- > 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-tp3764102p3784127.html > Sent from the Chukwa - Users mailing list archive at Nabble.com.
-
Re: Does chukwa-0.5.0's HICC work with hbase-0.92.0?moyun 2012-03-02, 15:38
Hi,
I also updated some jar files in the .pom and then rebuild the chukwa. Because there is no hbase-0.92.0 in maven2' repository, so I used hbase-0.90.5 instead. When the rebuilding finished, I change hbase-0.90.5 with hbase-0.02.0. But I haven't try hicc, I just need to parse and write data directly to hbase. So if you want info for hicc, maybe you have to try more by yourself. regards, On Tue, Feb 28, 2012 at 11:15 PM, aa701152 <[EMAIL PROTECTED]> wrote: > Hi, > > I met the same problem. I tried to unpackage the war file, replace the jar > files and repackage. But it doesn't work. Would you please show more details > about this? Thank you. > BTW, I have already logged an issue CHUKWA-636. Hopefully this can be fixed > soon. > > -- > 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-tp3764102p3784127.html > Sent from the Chukwa - Users mailing list archive at Nabble.com. -- 以上です、宜しく���願いします。 /*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/ 劉 雨(リュウ ウ) TEL: 080-3451-���152 email: [EMAIL PROTECTED] /*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/
-
Re: Does chukwa-0.5.0's HICC work with hbase-0.92.0?aa701152 2012-03-05, 06:28
Thank you, tincup. If maven has no specific version of Hbase, you can add it
locally. I compile the updated chukwa successfully. And it works for collect data and write them to HBase. But the hicc cannot work properly. I tried several ways, but still cannot make it work. May Eric can help me on this error? -- 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-tp3764102p3799966.html Sent from the Chukwa - Users mailing list archive at Nabble.com.
-
Re: Does chukwa-0.5.0's HICC work with hbase-0.92.0?Eric Yang 2012-03-06, 04:31
Is there stacktrace in hicc.log?
regards, Eric On Sun, Mar 4, 2012 at 10:28 PM, aa701152 <[EMAIL PROTECTED]> wrote: > Thank you, tincup. If maven has no specific version of Hbase, you can add it > locally. I compile the updated chukwa successfully. And it works for collect > data and write them to HBase. But the hicc cannot work properly. I tried > several ways, but still cannot make it work. May Eric can help me on this > error? > > -- > 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-tp3764102p3799966.html > Sent from the Chukwa - Users mailing list archive at Nabble.com. |