<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:25:59 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[NIC-12] Error loading odl-nic-core feature in karaf</title>
                <link>https://jira.opendaylight.org/browse/NIC-12</link>
                <project id="10147" key="NIC">nic</project>
                    <description>&lt;p&gt;Seems that there is something wrong with 88-intent-impl.xml.&lt;/p&gt;

&lt;p&gt;Currently on master branch, loading the odl-nic-core feature in karaf throws the following exception:&lt;/p&gt;

&lt;p&gt;2016-01-07 10:39:19,637 | ERROR | config-pusher    | ConfigPusherImpl                 | 118 - org.opendaylight.controller.config-persister-impl - 0.4.0.SNAPSHOT | Failed to apply configuration snapshot: 88-intent-impl.xml(odl-nic-core,odl-nic-core)&lt;br/&gt;
java.lang.IllegalStateException: Unable to resolve value AttributeConfigElement [defaultValue=null, value=MappedDependency&lt;/p&gt;
{namespace=&apos;urn:opendaylight:params:xml:ns:yang:nic:mapping&apos;, serviceName=&apos;intent-mapping-interface&apos;, refName=&apos;intent-mapping-interface&apos;}
&lt;p&gt;] to attribute intent-mapping-interface&lt;br/&gt;
	at org.opendaylight.controller.config.facade.xml.mapping.config.InstanceConfig.resolveConfiguration(InstanceConfig.java:131)&lt;span class=&quot;error&quot;&gt;&amp;#91;116:org.opendaylight.controller.config-manager-facade-xml:0.4.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.config.facade.xml.mapping.config.InstanceConfig.fromXml(InstanceConfig.java:192)&lt;span class=&quot;error&quot;&gt;&amp;#91;116:org.opendaylight.controller.config-manager-facade-xml:0.4.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.config.facade.xml.mapping.config.ModuleConfig.fromXml(ModuleConfig.java:59)&lt;span class=&quot;error&quot;&gt;&amp;#91;116:org.opendaylight.controller.config-manager-facade-xml:0.4.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.config.facade.xml.mapping.config.Config$1.resolveElement(Config.java:147)&lt;span class=&quot;error&quot;&gt;&amp;#91;116:org.opendaylight.controller.config-manager-facade-xml:0.4.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.config.facade.xml.mapping.config.Config$1.resolveElement(Config.java:144)&lt;span class=&quot;error&quot;&gt;&amp;#91;116:org.opendaylight.controller.config-manager-facade-xml:0.4.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.config.facade.xml.mapping.config.Config.resolveModule(Config.java:224)&lt;span class=&quot;error&quot;&gt;&amp;#91;116:org.opendaylight.controller.config-manager-facade-xml:0.4.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.config.facade.xml.mapping.config.Config.fromXmlModulesResolved(Config.java:152)&lt;span class=&quot;error&quot;&gt;&amp;#91;116:org.opendaylight.controller.config-manager-facade-xml:0.4.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.config.facade.xml.ConfigExecution.getResolvedXmlElements(ConfigExecution.java:49)&lt;span class=&quot;error&quot;&gt;&amp;#91;116:org.opendaylight.controller.config-manager-facade-xml:0.4.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.config.facade.xml.ConfigSubsystemFacade.setOnTransaction(ConfigSubsystemFacade.java:228)&lt;span class=&quot;error&quot;&gt;&amp;#91;116:org.opendaylight.controller.config-manager-facade-xml:0.4.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.config.facade.xml.ConfigSubsystemFacade.test(ConfigSubsystemFacade.java:165)&lt;span class=&quot;error&quot;&gt;&amp;#91;116:org.opendaylight.controller.config-manager-facade-xml:0.4.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.config.facade.xml.ConfigSubsystemFacade.executeTests(ConfigSubsystemFacade.java:149)&lt;span class=&quot;error&quot;&gt;&amp;#91;116:org.opendaylight.controller.config-manager-facade-xml:0.4.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.config.facade.xml.ConfigSubsystemFacade.executeConfigExecution(ConfigSubsystemFacade.java:123)&lt;span class=&quot;error&quot;&gt;&amp;#91;116:org.opendaylight.controller.config-manager-facade-xml:0.4.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.config.persist.impl.ConfigPusherImpl.executeWithMissingModuleFactoryRetries(ConfigPusherImpl.java:329)&lt;span class=&quot;error&quot;&gt;&amp;#91;118:org.opendaylight.controller.config-persister-impl:0.4.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.config.persist.impl.ConfigPusherImpl.pushConfig(ConfigPusherImpl.java:305)&lt;span class=&quot;error&quot;&gt;&amp;#91;118:org.opendaylight.controller.config-persister-impl:0.4.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.config.persist.impl.ConfigPusherImpl.pushConfigWithConflictingVersionRetries(ConfigPusherImpl.java:164)&lt;span class=&quot;error&quot;&gt;&amp;#91;118:org.opendaylight.controller.config-persister-impl:0.4.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.config.persist.impl.ConfigPusherImpl.internalPushConfigs(ConfigPusherImpl.java:129)&lt;span class=&quot;error&quot;&gt;&amp;#91;118:org.opendaylight.controller.config-persister-impl:0.4.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.config.persist.impl.ConfigPusherImpl.processSingle(ConfigPusherImpl.java:83)&lt;span class=&quot;error&quot;&gt;&amp;#91;118:org.opendaylight.controller.config-persister-impl:0.4.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.config.persist.impl.ConfigPusherImpl.process(ConfigPusherImpl.java:74)&lt;span class=&quot;error&quot;&gt;&amp;#91;118:org.opendaylight.controller.config-persister-impl:0.4.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.config.persist.impl.osgi.ConfigPersisterActivator$2.run(ConfigPersisterActivator.java:131)&lt;span class=&quot;error&quot;&gt;&amp;#91;118:org.opendaylight.controller.config-persister-impl:0.4.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at java.lang.Thread.run(Thread.java:745)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_91&amp;#93;&lt;/span&gt;&lt;br/&gt;
Caused by: java.lang.IllegalArgumentException: No service mapped to urn:opendaylight:params:xml:ns:yang:nic:mapping:intent-mapping-interface:intent-mapping-interface. Wrong namespace, available namespaces: &lt;span class=&quot;error&quot;&gt;&amp;#91;urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom, urn:opendaylight:params:xml:ns:yang:controller:md:sal:rest:connector, urn:opendaylight:params:xml:ns:yang:controller:md:sal:core:spi:config-dom-store, urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl, urn:opendaylight:nic:intent:impl, urn:opendaylight:params:xml:ns:yang:controller:netty, urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding, urn:opendaylight:params:xml:ns:yang:controller:shutdown, urn:opendaylight:params:xml:ns:yang:controller:config:actor-system-provider:service, urn:opendaylight:params:xml:ns:yang:controller:md:sal:core:spi:operational-dom-store, urn:opendaylight:params:xml:ns:yang:controller:md:sal:core:spi:entity-ownership-service, urn:opendaylight:params:xml:ns:yang:controller:sal:restconf:service&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at com.google.common.base.Preconditions.checkArgument(Preconditions.java:145)&lt;span class=&quot;error&quot;&gt;&amp;#91;61:com.google.guava:18.0.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.config.facade.xml.mapping.config.ServiceRegistryWrapper.getByServiceAndRefName(ServiceRegistryWrapper.java:32)&lt;span class=&quot;error&quot;&gt;&amp;#91;116:org.opendaylight.controller.config-manager-facade-xml:0.4.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.config.facade.xml.mapping.attributes.resolving.ObjectNameAttributeResolvingStrategy.parseAttribute(ObjectNameAttributeResolvingStrategy.java:44)&lt;span class=&quot;error&quot;&gt;&amp;#91;116:org.opendaylight.controller.config-manager-facade-xml:0.4.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.config.facade.xml.mapping.attributes.fromxml.AttributeConfigElement.resolveValue(AttributeConfigElement.java:46)&lt;span class=&quot;error&quot;&gt;&amp;#91;116:org.opendaylight.controller.config-manager-facade-xml:0.4.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.config.facade.xml.mapping.config.InstanceConfig.resolveConfiguration(InstanceConfig.java:127)&lt;span class=&quot;error&quot;&gt;&amp;#91;116:org.opendaylight.controller.config-manager-facade-xml:0.4.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	... 19 more&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="23970">NIC-12</key>
            <summary>Error loading odl-nic-core feature in karaf</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="5" iconUrl="https://jira.opendaylight.org/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10003">Cannot Reproduce</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="gary.wu1@huawei.com">Gary Wu</reporter>
                        <labels>
                    </labels>
                <created>Thu, 7 Jan 2016 18:44:42 +0000</created>
                <updated>Thu, 19 Oct 2017 21:26:33 +0000</updated>
                            <resolved>Thu, 7 Jan 2016 19:33:01 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="46335" author="raphael.amorim@hp.com" created="Thu, 7 Jan 2016 19:17:44 +0000"  >&lt;p&gt;Have you tried to install odl-nic-core-service-mdsal before odl-nic-core?&lt;/p&gt;</comment>
                            <comment id="46336" author="gary.wu1@huawei.com" created="Thu, 7 Jan 2016 19:29:12 +0000"  >&lt;p&gt;Ok, that worked.  Looks like I missed the earlier discussion thread on this topic.  I wonder if there is a way to have a more descriptive error message so that people who get this error can know what to do.  Thanks.&lt;/p&gt;</comment>
                            <comment id="46337" author="raphael.amorim@hp.com" created="Thu, 7 Jan 2016 19:33:01 +0000"  >&lt;p&gt;I think so, What we could have is some kind of proxy implementation on the mapping service interface bundle, that could check if there&apos;s a mapping service implementation there already installed. But probably not for beryllium, we&apos;re assuming that some implementation will be installed prior to the core installation.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4895</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=4895]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i02e3b:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>