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 05:53:12 UTC

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

Jean-Baptiste Onofré created KARAF-3397:
-------------------------------------------

             Summary: 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)