You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hitesh Shah (Created) (JIRA)" <ji...@apache.org> on 2012/02/01 00:25:58 UTC

[jira] [Created] (HBASE-5309) Hbase web-app /jmx throws an exception

Hbase web-app /jmx throws an exception
--------------------------------------

                 Key: HBASE-5309
                 URL: https://issues.apache.org/jira/browse/HBASE-5309
             Project: HBase
          Issue Type: Bug
            Reporter: Hitesh Shah


hbasemaster:60010/jmx throws an NoSuchMethodError exception

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5309) Hbase web-app /jmx throws an exception

Posted by "Hitesh Shah (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13197528#comment-13197528 ] 

Hitesh Shah commented on HBASE-5309:
------------------------------------

With the namenode, jobtracker UIs, they currently do so via the JMXJsonServlet. 
                
> Hbase web-app /jmx throws an exception
> --------------------------------------
>
>                 Key: HBASE-5309
>                 URL: https://issues.apache.org/jira/browse/HBASE-5309
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Hitesh Shah
>
> hbasemaster:60010/jmx throws an NoSuchMethodError exception

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5309) Hbase web-app /jmx throws an exception

Posted by "stack (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13197393#comment-13197393 ] 

stack commented on HBASE-5309:
------------------------------

If you go to /jmx, are we supposed to dump a view on jmx?
                
> Hbase web-app /jmx throws an exception
> --------------------------------------
>
>                 Key: HBASE-5309
>                 URL: https://issues.apache.org/jira/browse/HBASE-5309
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Hitesh Shah
>
> hbasemaster:60010/jmx throws an NoSuchMethodError exception

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5309) Hbase web-app /jmx throws an exception

Posted by "stack (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13197587#comment-13197587 ] 

stack commented on HBASE-5309:
------------------------------

That'd work for us.
                
> Hbase web-app /jmx throws an exception
> --------------------------------------
>
>                 Key: HBASE-5309
>                 URL: https://issues.apache.org/jira/browse/HBASE-5309
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Hitesh Shah
>            Assignee: Enis Soztutar
>
> hbasemaster:60010/jmx throws an NoSuchMethodError exception

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5309) Hbase web-app /jmx throws an exception

Posted by "Hitesh Shah (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13197375#comment-13197375 ] 

Hitesh Shah commented on HBASE-5309:
------------------------------------

HTTP ERROR 500

Problem accessing /jmx. Reason:

    org.codehaus.jackson.JsonGenerator.useDefaultPrettyPrinter()V

Caused by:

java.lang.NoSuchMethodError: org.codehaus.jackson.JsonGenerator.useDefaultPrettyPrinter()V
	at org.apache.hadoop.jmx.JMXJsonServlet.doGet(JMXJsonServlet.java:147)
	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$CachedChain.doFilter(ServletHandler.java:1221)
	at org.apache.hadoop.http.HttpServer$QuotingInputFilter.doFilter(HttpServer.java:835)
	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1212)
	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:399)
	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.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)

                
> Hbase web-app /jmx throws an exception
> --------------------------------------
>
>                 Key: HBASE-5309
>                 URL: https://issues.apache.org/jira/browse/HBASE-5309
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Hitesh Shah
>
> hbasemaster:60010/jmx throws an NoSuchMethodError exception

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5309) Hbase web-app /jmx throws an exception

Posted by "Hitesh Shah (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13197376#comment-13197376 ] 

Hitesh Shah commented on HBASE-5309:
------------------------------------

Versions used: Hbase 0.92, hadoop 1.0.0
                
> Hbase web-app /jmx throws an exception
> --------------------------------------
>
>                 Key: HBASE-5309
>                 URL: https://issues.apache.org/jira/browse/HBASE-5309
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Hitesh Shah
>
> hbasemaster:60010/jmx throws an NoSuchMethodError exception

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5309) Hbase web-app /jmx throws an exception

Posted by "Enis Soztutar (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13197543#comment-13197543 ] 

Enis Soztutar commented on HBASE-5309:
--------------------------------------

The issue arises due to the runtime version mismatch between jackson 1.0.1 coming from hadoop-1.0 and jackson-1.5.5 from hbase. I think the best way to solve this is to update the Jackson version in hadoop-1.0.1, and update hadoop in hbase once it is released. See HADOOP-7470
                
> Hbase web-app /jmx throws an exception
> --------------------------------------
>
>                 Key: HBASE-5309
>                 URL: https://issues.apache.org/jira/browse/HBASE-5309
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Hitesh Shah
>            Assignee: Enis Soztutar
>
> hbasemaster:60010/jmx throws an NoSuchMethodError exception

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5309) Hbase web-app /jmx throws an exception

Posted by "Hitesh Shah (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13197533#comment-13197533 ] 

Hitesh Shah commented on HBASE-5309:
------------------------------------

Hit enter too quickly. To clarify, /jmx for the NN/JT returns a json-based dump for all registered jmx beans. 
                
> Hbase web-app /jmx throws an exception
> --------------------------------------
>
>                 Key: HBASE-5309
>                 URL: https://issues.apache.org/jira/browse/HBASE-5309
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Hitesh Shah
>
> hbasemaster:60010/jmx throws an NoSuchMethodError exception

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (HBASE-5309) Hbase web-app /jmx throws an exception

Posted by "Enis Soztutar (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-5309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Enis Soztutar reassigned HBASE-5309:
------------------------------------

    Assignee: Enis Soztutar
    
> Hbase web-app /jmx throws an exception
> --------------------------------------
>
>                 Key: HBASE-5309
>                 URL: https://issues.apache.org/jira/browse/HBASE-5309
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Hitesh Shah
>            Assignee: Enis Soztutar
>
> hbasemaster:60010/jmx throws an NoSuchMethodError exception

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira