<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:53:56 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>[CONTROLLER-811] Installing ODL-RESTCONF feature causes missing yang file exception</title>
                <link>https://jira.opendaylight.org/browse/CONTROLLER-811</link>
                <project id="10113" key="CONTROLLER">controller</project>
                    <description>&lt;p&gt;It appears that the order of bundles in the feature.xml matters in terms of how the yang files are loaded by the config subsystem.&lt;/p&gt;

&lt;p&gt;When I do a feature:install odl-restconf I see the below exception:&lt;/p&gt;


&lt;p&gt;2014-09-11 12:34:29,218 | INFO  | Local user karaf | SharedSchemaContextFactory       | 96 - org.opendaylight.yangtools.yang-parser-impl - 0.6.2.SNAPSHOT | Failed to assemble sources&lt;br/&gt;
SchemaResolutionException{unsatisfiedImports={SourceIdentifier &lt;span class=&quot;error&quot;&gt;&amp;#91;name=sal-remote-augment@2014-7-8&amp;#93;&lt;/span&gt;=[ModuleImportImpl &lt;span class=&quot;error&quot;&gt;&amp;#91;name=sal-remote, revision=2014-01-14&amp;#93;&lt;/span&gt;]}}&lt;br/&gt;
	at org.opendaylight.yangtools.yang.parser.repo.SharedSchemaContextFactory$2.apply(SharedSchemaContextFactory.java:77)&lt;br/&gt;
	at &lt;/p&gt;

&lt;p&gt;== Full Exception @ end ===&lt;/p&gt;


&lt;p&gt;When I modify the odl-restconf feature and move the &lt;/p&gt;

&lt;p&gt;&amp;lt;bundle&amp;gt;mvn:org.opendaylight.controller/sal-remote/${mdsal.version}&amp;lt;/bundle&amp;gt;&lt;/p&gt;

&lt;p&gt;above &lt;/p&gt;

&lt;p&gt;&amp;lt;bundle&amp;gt;mvn:org.opendaylight.controller/sal-rest-connector/${mdsal.version}&amp;lt;/bundle&amp;gt;&lt;/p&gt;

&lt;p&gt;the exception goes away.&lt;/p&gt;

&lt;p&gt;Unknown what affects this have.&lt;/p&gt;

&lt;p&gt;==== Possible Resolution ====&lt;/p&gt;

&lt;p&gt;Move the bundle for now, and long term we should look at removing the order dependency.&lt;/p&gt;

&lt;p&gt;====  FULL EXCEPTION ====&lt;/p&gt;

&lt;p&gt;2014-09-11 12:34:29,218 | INFO  | Local user karaf | SharedSchemaContextFactory       | 96 - org.opendaylight.yangtools.yang-parser-impl - 0.6.2.SNAPSHOT | Failed to assemble sources&lt;br/&gt;
SchemaResolutionException{unsatisfiedImports={SourceIdentifier &lt;span class=&quot;error&quot;&gt;&amp;#91;name=sal-remote-augment@2014-7-8&amp;#93;&lt;/span&gt;=[ModuleImportImpl &lt;span class=&quot;error&quot;&gt;&amp;#91;name=sal-remote, revision=2014-01-14&amp;#93;&lt;/span&gt;]}}&lt;br/&gt;
	at org.opendaylight.yangtools.yang.parser.repo.SharedSchemaContextFactory$2.apply(SharedSchemaContextFactory.java:77)&lt;br/&gt;
	at org.opendaylight.yangtools.yang.parser.repo.SharedSchemaContextFactory$2.apply(SharedSchemaContextFactory.java:61)&lt;br/&gt;
	at com.google.common.util.concurrent.Futures$ChainingListenableFuture.run(Futures.java:859)&lt;br/&gt;
	at com.google.common.util.concurrent.MoreExecutors$SameThreadExecutorService.execute(MoreExecutors.java:293)&lt;br/&gt;
	at com.google.common.util.concurrent.ExecutionList$RunnableExecutorPair.execute(ExecutionList.java:150)&lt;br/&gt;
	at com.google.common.util.concurrent.ExecutionList.add(ExecutionList.java:106)&lt;br/&gt;
	at com.google.common.util.concurrent.AbstractFuture.addListener(AbstractFuture.java:170)&lt;br/&gt;
	at com.google.common.util.concurrent.Futures.transform(Futures.java:613)&lt;br/&gt;
	at com.google.common.util.concurrent.Futures.transform(Futures.java:565)&lt;br/&gt;
	at org.opendaylight.yangtools.yang.parser.repo.SharedSchemaContextFactory.createSchemaContext(SharedSchemaContextFactory.java:126)&lt;br/&gt;
	at org.opendaylight.yangtools.yang.parser.repo.URLSchemaContextResolver.getSchemaContext(URLSchemaContextResolver.java:165)&lt;br/&gt;
	at org.opendaylight.controller.sal.dom.broker.GlobalBundleScanningSchemaServiceImpl.tryToUpdateSchemaContext(GlobalBundleScanningSchemaServiceImpl.java:236)&lt;br/&gt;
	at org.opendaylight.controller.sal.dom.broker.GlobalBundleScanningSchemaServiceImpl$BundleScanner.addingBundle(GlobalBundleScanningSchemaServiceImpl.java:191)&lt;br/&gt;
	at org.opendaylight.controller.sal.dom.broker.GlobalBundleScanningSchemaServiceImpl$BundleScanner.addingBundle(GlobalBundleScanningSchemaServiceImpl.java:165)&lt;br/&gt;
	at org.osgi.util.tracker.BundleTracker$Tracked.customizerAdding(BundleTracker.java:467)&lt;span class=&quot;error&quot;&gt;&amp;#91;karaf-org.osgi.core.jar:&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.osgi.util.tracker.BundleTracker$Tracked.customizerAdding(BundleTracker.java:414)&lt;span class=&quot;error&quot;&gt;&amp;#91;karaf-org.osgi.core.jar:&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256)&lt;span class=&quot;error&quot;&gt;&amp;#91;karaf-org.osgi.core.jar:&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229)&lt;span class=&quot;error&quot;&gt;&amp;#91;karaf-org.osgi.core.jar:&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.osgi.util.tracker.BundleTracker$Tracked.bundleChanged(BundleTracker.java:443)&lt;span class=&quot;error&quot;&gt;&amp;#91;karaf-org.osgi.core.jar:&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:847)&lt;br/&gt;
	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)&lt;br/&gt;
...&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Mac OS&lt;br/&gt;
Platform: PC&lt;/p&gt;</environment>
        <key id="25365">CONTROLLER-811</key>
            <summary>Installing ODL-RESTCONF feature causes missing yang file exception</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="10000">Done</resolution>
                                        <assignee username="devin.avery@brocade.com">Devin Avery</assignee>
                                    <reporter username="devin.avery@brocade.com">Devin Avery</reporter>
                        <labels>
                    </labels>
                <created>Thu, 11 Sep 2014 17:11:10 +0000</created>
                <updated>Tue, 11 Nov 2014 13:48:24 +0000</updated>
                            <resolved>Tue, 11 Nov 2014 13:48:24 +0000</resolved>
                                    <version>Helium</version>
                                                    <component>mdsal</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="49135" author="devin.avery@brocade.com" created="Thu, 11 Sep 2014 17:59:44 +0000"  >&lt;p&gt;Change for temporary fix is in &lt;a href=&quot;https://git.opendaylight.org/gerrit/11062&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/11062&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Created &lt;a href=&quot;https://jira.opendaylight.org/browse/CONTROLLER-812&quot; title=&quot;Loading of YangFiles dependent on bundle order in features.xml&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CONTROLLER-812&quot;&gt;&lt;del&gt;CONTROLLER-812&lt;/del&gt;&lt;/a&gt; to address the long term need.&lt;/p&gt;</comment>
                            <comment id="49136" author="tony.tkacik@gmail.com" created="Fri, 12 Sep 2014 09:40:19 +0000"  >&lt;p&gt;Thrown exception is innocent, MD-SAL only detected incorrect start order report and will reattemt to parse models after another bundle started.&lt;/p&gt;

&lt;p&gt;Model will be parsed once all its dependencies are satisfied.&lt;/p&gt;

&lt;p&gt;See &lt;a href=&quot;https://bugs.opendaylight.org/show_bug.cgi?id=1774&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://bugs.opendaylight.org/show_bug.cgi?id=1774&lt;/a&gt; for more details about this error report.&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>1819</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=1819]]></customfieldvalue>

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

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