<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:15:10 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>[NETCONF-491] Mounting netconf device in clustered environment results in MissingSchemaSourceException: All available providers exhausted</title>
                <link>https://jira.opendaylight.org/browse/NETCONF-491</link>
                <project id="10142" key="NETCONF">netconf</project>
                    <description>&lt;p&gt;Seems related to this old bug: &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-131&quot; title=&quot;Netconf crash configuring device on clustered setup: &amp;quot;All available providers exhausted&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-131&quot;&gt;&lt;del&gt;NETCONF-131&lt;/del&gt;&lt;/a&gt;, can happen on one or both slave nodes. Custom schema directory under cache/ is empty on affected nodes.&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-none&quot;&gt;
2017-12-15 18:39:15,132 | ERROR | lt-dispatcher-37 | AggregateFuture                  | 12 - com.google.guava - 22.0.0 | Got more than one input Future failure. Logging failures after the first
org.opendaylight.yangtools.yang.model.repo.api.MissingSchemaSourceException: All available providers exhausted
	at org.opendaylight.yangtools.yang.model.repo.util.AbstractSchemaRepository.lambda$fetchSource$0(AbstractSchemaRepository.java:84)[73:org.opendaylight.yangtools.yang-model-util:1.2.1]
	at com.google.common.util.concurrent.AbstractCatchingFuture$AsyncCatchingFuture.doFallback(AbstractCatchingFuture.java:175)[12:com.google.guava:22.0.0]
	at com.google.common.util.concurrent.AbstractCatchingFuture$AsyncCatchingFuture.doFallback(AbstractCatchingFuture.java:162)[12:com.google.guava:22.0.0]
	at com.google.common.util.concurrent.AbstractCatchingFuture.run(AbstractCatchingFuture.java:132)[12:com.google.guava:22.0.0]
	at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)[12:com.google.guava:22.0.0]
	at com.google.common.util.concurrent.AbstractFuture.executeListener(AbstractFuture.java:911)[12:com.google.guava:22.0.0]
	at com.google.common.util.concurrent.AbstractFuture.complete(AbstractFuture.java:822)[12:com.google.guava:22.0.0]
	at com.google.common.util.concurrent.AbstractFuture.setException(AbstractFuture.java:686)[12:com.google.guava:22.0.0]
	at com.google.common.util.concurrent.AbstractTransformFuture.run(AbstractTransformFuture.java:112)[12:com.google.guava:22.0.0]
	at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)[12:com.google.guava:22.0.0]
	at com.google.common.util.concurrent.AbstractFuture.executeListener(AbstractFuture.java:911)[12:com.google.guava:22.0.0]
	at com.google.common.util.concurrent.AbstractFuture.complete(AbstractFuture.java:822)[12:com.google.guava:22.0.0]
	at com.google.common.util.concurrent.AbstractFuture.setException(AbstractFuture.java:686)[12:com.google.guava:22.0.0]
	at com.google.common.util.concurrent.AbstractCatchingFuture.run(AbstractCatchingFuture.java:134)[12:com.google.guava:22.0.0]
	at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)[12:com.google.guava:22.0.0]
	at com.google.common.util.concurrent.AbstractFuture.executeListener(AbstractFuture.java:911)[12:com.google.guava:22.0.0]
	at com.google.common.util.concurrent.AbstractFuture.complete(AbstractFuture.java:822)[12:com.google.guava:22.0.0]
	at com.google.common.util.concurrent.AbstractFuture.setException(AbstractFuture.java:686)[12:com.google.guava:22.0.0]
	at com.google.common.util.concurrent.SettableFuture.setException(SettableFuture.java:54)[12:com.google.guava:22.0.0]
	at org.opendaylight.controller.cluster.schema.provider.impl.RemoteSchemaProvider$2.onComplete(RemoteSchemaProvider.java:66)[262:org.opendaylight.controller.sal-clustering-commons:1.6.1]
	at org.opendaylight.controller.cluster.schema.provider.impl.RemoteSchemaProvider$2.onComplete(RemoteSchemaProvider.java:58)[262:org.opendaylight.controller.sal-clustering-commons:1.6.1]
	at akka.dispatch.OnComplete.internal(Future.scala:258)[100:com.typesafe.akka.actor:2.4.18]
	at akka.dispatch.OnComplete.internal(Future.scala:256)[100:com.typesafe.akka.actor:2.4.18]
	at akka.dispatch.japi$CallbackBridge.apply(Future.scala:186)[100:com.typesafe.akka.actor:2.4.18]
	at akka.dispatch.japi$CallbackBridge.apply(Future.scala:183)[100:com.typesafe.akka.actor:2.4.18]
	at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:36)[331:org.scala-lang.scala-library:2.11.11.v20170413-090219-8a413ba7cc]
	at akka.dispatch.BatchingExecutor$AbstractBatch.processBatch(BatchingExecutor.scala:55)[100:com.typesafe.akka.actor:2.4.18]
	at akka.dispatch.BatchingExecutor$BlockableBatch$$anonfun$run$1.apply$mcV$sp(BatchingExecutor.scala:91)[100:com.typesafe.akka.actor:2.4.18]
	at akka.dispatch.BatchingExecutor$BlockableBatch$$anonfun$run$1.apply(BatchingExecutor.scala:91)[100:com.typesafe.akka.actor:2.4.18]
	at akka.dispatch.BatchingExecutor$BlockableBatch$$anonfun$run$1.apply(BatchingExecutor.scala:91)[100:com.typesafe.akka.actor:2.4.18]
	at scala.concurrent.BlockContext$.withBlockContext(BlockContext.scala:72)[331:org.scala-lang.scala-library:2.11.11.v20170413-090219-8a413ba7cc]
	at akka.dispatch.BatchingExecutor$BlockableBatch.run(BatchingExecutor.scala:90)[100:com.typesafe.akka.actor:2.4.18]
	at akka.dispatch.TaskInvocation.run(AbstractDispatcher.scala:39)[100:com.typesafe.akka.actor:2.4.18]
	at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:415)[100:com.typesafe.akka.actor:2.4.18]
	at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)[331:org.scala-lang.scala-library:2.11.11.v20170413-090219-8a413ba7cc]
	at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)[331:org.scala-lang.scala-library:2.11.11.v20170413-090219-8a413ba7cc]
	at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)[331:org.scala-lang.scala-library:2.11.11.v20170413-090219-8a413ba7cc]
	at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)[331:org.scala-lang.scala-library:2.11.11.v20170413-090219-8a413ba7cc]
Caused by: org.opendaylight.yangtools.yang.model.repo.api.MissingSchemaSourceException: All available providers exhausted
	at org.opendaylight.yangtools.yang.model.repo.util.AbstractSchemaRepository.lambda$fetchSource$0(AbstractSchemaRepository.java:84)[73:org.opendaylight.yangtools.yang-model-util:1.2.1]
	at com.google.common.util.concurrent.AbstractCatchingFuture$AsyncCatchingFuture.doFallback(AbstractCatchingFuture.java:175)[12:com.google.guava:22.0.0]
	at com.google.common.util.concurrent.AbstractCatchingFuture$AsyncCatchingFuture.doFallback(AbstractCatchingFuture.java:162)[12:com.google.guava:22.0.0]
	at com.google.common.util.concurrent.AbstractCatchingFuture.run(AbstractCatchingFuture.java:132)[12:com.google.guava:22.0.0]
	... 24 more
Caused by: org.opendaylight.yangtools.yang.model.repo.api.MissingSchemaSourceException: No providers registered for sourceRevisionSourceIdentifier [name=vyatta-service-dhcp-server-routing-instance-v1@2016-06-12]
	at org.opendaylight.yangtools.yang.model.repo.util.AbstractSchemaRepository.getSchemaSource(AbstractSchemaRepository.java:97)[73:org.opendaylight.yangtools.yang-model-util:1.2.1]
	at org.opendaylight.netconf.topology.singleton.impl.actors.NetconfNodeActor.sendYangTextSchemaSourceProxy(NetconfNodeActor.java:201)[318:org.opendaylight.netconf.topology-singleton:1.3.1]
	at org.opendaylight.netconf.topology.singleton.impl.actors.NetconfNodeActor.onReceive(NetconfNodeActor.java:145)[318:org.opendaylight.netconf.topology-singleton:1.3.1]
	at akka.actor.UntypedActor$$anonfun$receive$1.applyOrElse(UntypedActor.scala:165)[100:com.typesafe.akka.actor:2.4.18]
	at akka.actor.Actor$class.aroundReceive(Actor.scala:502)[100:com.typesafe.akka.actor:2.4.18]
	at akka.actor.UntypedActor.aroundReceive(UntypedActor.scala:95)[100:com.typesafe.akka.actor:2.4.18]
	at akka.actor.ActorCell.receiveMessage(ActorCell.scala:526)[100:com.typesafe.akka.actor:2.4.18]
	at akka.actor.ActorCell.invoke(ActorCell.scala:495)[100:com.typesafe.akka.actor:2.4.18]
	at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:257)[100:com.typesafe.akka.actor:2.4.18]
	at akka.dispatch.Mailbox.run(Mailbox.scala:224)[100:com.typesafe.akka.actor:2.4.18]
	at akka.dispatch.Mailbox.exec(Mailbox.scala:234)[100:com.typesafe.akka.actor:2.4.18]
	... 4 more
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="29001">NETCONF-491</key>
            <summary>Mounting netconf device in clustered environment results in MissingSchemaSourceException: All available providers exhausted</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.opendaylight.org/images/icons/priorities/critical.svg">High</priority>
                        <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="ivanm1996">Ivan Martiniak</assignee>
                                    <reporter username="evanz">Evan Zeller</reporter>
                        <labels>
                    </labels>
                <created>Sat, 16 Dec 2017 01:42:47 +0000</created>
                <updated>Mon, 31 Jan 2022 09:05:10 +0000</updated>
                            <resolved>Mon, 31 Jan 2022 09:05:10 +0000</resolved>
                                    <version>Nitrogen SR1</version>
                                                    <component>netconf</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="64819" author="xygeng" created="Tue, 28 Aug 2018 00:52:38 +0000"  >&lt;p&gt;not yet&lt;/p&gt;</comment>
                            <comment id="65117" author="jmorvay" created="Mon, 1 Oct 2018 16:05:35 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=evanz&quot; class=&quot;user-hover&quot; rel=&quot;evanz&quot;&gt;evanz&lt;/a&gt;, is the issue still present also in newer releases? Unfortunately, Nitrogen is not supported anymore.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="17224" name="[NETCONF-491] Steps to reproduce.odt" size="16706" author="ivanm1996" created="Mon, 31 Jan 2022 08:09:35 +0000"/>
                    </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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i0392f:</customfieldvalue>

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