[jira] [Updated] (HBASE-5967) OpenDataException because HBaseProtos.ServerLoad cannot be converted to an open data type

2012-07-05 Thread Gregory Chanan (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-5967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gregory Chanan updated HBASE-5967:
--

Resolution: Fixed
Status: Resolved  (was: Patch Available)

Marking as resolved.

> OpenDataException because HBaseProtos.ServerLoad cannot be converted to an 
> open data type
> -
>
> Key: HBASE-5967
> URL: https://issues.apache.org/jira/browse/HBASE-5967
> Project: HBase
>  Issue Type: Bug
>Affects Versions: 0.96.0
>Reporter: Jimmy Xiang
>Assignee: Gregory Chanan
>Priority: Minor
> Fix For: 0.96.0
>
> Attachments: 5967-v2.patch, HBASE-5967-v2.patch, HBASE-5967.patch, 
> master.log
>
>
> I saw this error in the master log:
> Caused by: java.lang.IllegalArgumentException: Method 
> org.apache.hadoop.hbase.master.MXBean.getRegionServers has parameter or 
> return type that cannot be translated into an open type
> at com.sun.jmx.mbeanserver.ConvertingMethod.from(ConvertingMethod.java:32)
> at 
> com.sun.jmx.mbeanserver.MXBeanIntrospector.mFrom(MXBeanIntrospector.java:63)
> at 
> com.sun.jmx.mbeanserver.MXBeanIntrospector.mFrom(MXBeanIntrospector.java:33)
> at com.sun.jmx.mbeanserver.MBeanAnalyzer.initMaps(MBeanAnalyzer.java:118)
> at com.sun.jmx.mbeanserver.MBeanAnalyzer.(MBeanAnalyzer.java:99)
> ... 14 more
> Caused by: javax.management.openmbean.OpenDataException: Cannot convert type: 
> java.util.Map
> at 
> com.sun.jmx.mbeanserver.OpenConverter.openDataException(OpenConverter.jav

--
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] [Updated] (HBASE-5967) OpenDataException because HBaseProtos.ServerLoad cannot be converted to an open data type

2012-06-25 Thread Zhihong Ted Yu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-5967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Zhihong Ted Yu updated HBASE-5967:
--

Hadoop Flags: Reviewed
 Summary: OpenDataException because HBaseProtos.ServerLoad cannot be 
converted to an open data type  (was: ServerLoad OpenDataException)

> OpenDataException because HBaseProtos.ServerLoad cannot be converted to an 
> open data type
> -
>
> Key: HBASE-5967
> URL: https://issues.apache.org/jira/browse/HBASE-5967
> Project: HBase
>  Issue Type: Bug
>Affects Versions: 0.96.0
>Reporter: Jimmy Xiang
>Assignee: Gregory Chanan
>Priority: Minor
> Fix For: 0.96.0
>
> Attachments: HBASE-5967-v2.patch, HBASE-5967.patch, master.log
>
>
> I saw this error in the master log:
> Caused by: java.lang.IllegalArgumentException: Method 
> org.apache.hadoop.hbase.master.MXBean.getRegionServers has parameter or 
> return type that cannot be translated into an open type
> at com.sun.jmx.mbeanserver.ConvertingMethod.from(ConvertingMethod.java:32)
> at 
> com.sun.jmx.mbeanserver.MXBeanIntrospector.mFrom(MXBeanIntrospector.java:63)
> at 
> com.sun.jmx.mbeanserver.MXBeanIntrospector.mFrom(MXBeanIntrospector.java:33)
> at com.sun.jmx.mbeanserver.MBeanAnalyzer.initMaps(MBeanAnalyzer.java:118)
> at com.sun.jmx.mbeanserver.MBeanAnalyzer.(MBeanAnalyzer.java:99)
> ... 14 more
> Caused by: javax.management.openmbean.OpenDataException: Cannot convert type: 
> java.util.Map
> at 
> com.sun.jmx.mbeanserver.OpenConverter.openDataException(OpenConverter.jav

--
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] [Updated] (HBASE-5967) OpenDataException because HBaseProtos.ServerLoad cannot be converted to an open data type

2012-06-26 Thread Zhihong Ted Yu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-5967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Zhihong Ted Yu updated HBASE-5967:
--

Attachment: 5967-v2.patch

Re-attaching patch v2.

> OpenDataException because HBaseProtos.ServerLoad cannot be converted to an 
> open data type
> -
>
> Key: HBASE-5967
> URL: https://issues.apache.org/jira/browse/HBASE-5967
> Project: HBase
>  Issue Type: Bug
>Affects Versions: 0.96.0
>Reporter: Jimmy Xiang
>Assignee: Gregory Chanan
>Priority: Minor
> Fix For: 0.96.0
>
> Attachments: 5967-v2.patch, HBASE-5967-v2.patch, HBASE-5967.patch, 
> master.log
>
>
> I saw this error in the master log:
> Caused by: java.lang.IllegalArgumentException: Method 
> org.apache.hadoop.hbase.master.MXBean.getRegionServers has parameter or 
> return type that cannot be translated into an open type
> at com.sun.jmx.mbeanserver.ConvertingMethod.from(ConvertingMethod.java:32)
> at 
> com.sun.jmx.mbeanserver.MXBeanIntrospector.mFrom(MXBeanIntrospector.java:63)
> at 
> com.sun.jmx.mbeanserver.MXBeanIntrospector.mFrom(MXBeanIntrospector.java:33)
> at com.sun.jmx.mbeanserver.MBeanAnalyzer.initMaps(MBeanAnalyzer.java:118)
> at com.sun.jmx.mbeanserver.MBeanAnalyzer.(MBeanAnalyzer.java:99)
> ... 14 more
> Caused by: javax.management.openmbean.OpenDataException: Cannot convert type: 
> java.util.Map
> at 
> com.sun.jmx.mbeanserver.OpenConverter.openDataException(OpenConverter.jav

--
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