You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2014/12/04 10:50:13 UTC

[jira] [Commented] (KARAF-3397) FeaturesServiceMBeanImpl throws an Exception when listening the features

    [ https://issues.apache.org/jira/browse/KARAF-3397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14234072#comment-14234072 ] 

Jean-Baptiste Onofré commented on KARAF-3397:
---------------------------------------------

Fixed on karaf-2.x: https://git-wip-us.apache.org/repos/asf?p=karaf.git;a=commitdiff;h=cb32bed389947804bd0f57ee15b6dd573604d725

I'm checking if we don't have the issue on the other beanches.

> FeaturesServiceMBeanImpl throws an Exception when listening the features
> ------------------------------------------------------------------------
>
>                 Key: KARAF-3397
>                 URL: https://issues.apache.org/jira/browse/KARAF-3397
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-feature
>    Affects Versions: 2.4.0
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.4.1
>
>
> Using jconsole, when listing the features in the FeaturesMBean, we can see in the log:
> {code}
> java.lang.IllegalArgumentException: Different lengths: itemNames[2], itemValues[3]
>         at javax.management.openmbean.CompositeDataSupport.makeMap(CompositeDataSupport.java:130)
>         at javax.management.openmbean.CompositeDataSupport.<init>(CompositeDataSupport.java:118)
>         at org.apache.karaf.features.management.codec.JmxFeature.getConfigList(JmxFeature.java:134)
>         at org.apache.karaf.features.management.codec.JmxFeature.<init>(JmxFeature.java:80)
>         at org.apache.karaf.features.management.internal.FeaturesServiceMBeanImpl.getFeatures(FeaturesServiceMBeanImpl.java:105)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)