<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:15:16 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-534] NetconfMonitoringActivator Error restarting bundles</title>
                <link>https://jira.opendaylight.org/browse/NETCONF-534</link>
                <project id="10142" key="NETCONF">netconf</project>
                    <description>&lt;p&gt;While installing &quot;features-of-config&quot;, encountered the following error with Oxygen.&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-java&quot;&gt;
opendaylight-user@root&amp;gt;feature:install features-of-config
Error executing command: Error restarting bundles:
	Exception in org.opendaylight.netconf.monitoring.osgi.NetconfMonitoringActivator.start() of bundle org.opendaylight.netconf.monitoring.
opendaylight-user@root&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Checked logs:&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-java&quot;&gt;
2018-04-05 08:42:50,674 | ERROR | nsole user karaf | ShellUtil                        | 48 - org.apache.karaf.shell.core - 4.1.3 | Exception caught &lt;span class=&quot;code-keyword&quot;&gt;while&lt;/span&gt; executing command
org.apache.karaf.features.internal.util.MultiException: Error restarting bundles:
	Exception in org.opendaylight.netconf.monitoring.osgi.NetconfMonitoringActivator.start() of bundle org.opendaylight.netconf.monitoring.
	at org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:896) ~[?:?]
	at org.apache.karaf.features.internal.service.FeaturesServiceImpl.doProvision(FeaturesServiceImpl.java:1248) ~[?:?]
	at org.apache.karaf.features.internal.service.FeaturesServiceImpl.lambda$doProvisionInThread$1(FeaturesServiceImpl.java:1147) ~[?:?]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:?]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:?]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:?]
	at java.lang.&lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt;.run(&lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt;.java:748) [?:?]
	Suppressed: org.osgi.framework.BundleException: Exception in org.opendaylight.netconf.monitoring.osgi.NetconfMonitoringActivator.start() of bundle org.opendaylight.netconf.monitoring.
		at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:795) ~[?:?]
		at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:724) ~[?:?]
		at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:932) ~[?:?]
		at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:309) ~[?:?]
		at org.eclipse.osgi.container.Module.doStart(Module.java:581) ~[?:?]
		at org.eclipse.osgi.container.Module.start(Module.java:449) ~[?:?]
		at org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:383) ~[?:?]
		at org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:402) ~[?:?]
		at org.apache.karaf.features.internal.service.FeaturesServiceImpl.startBundle(FeaturesServiceImpl.java:1361) ~[?:?]
		at org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:888) ~[?:?]
		at org.apache.karaf.features.internal.service.FeaturesServiceImpl.doProvision(FeaturesServiceImpl.java:1248) ~[?:?]
		at org.apache.karaf.features.internal.service.FeaturesServiceImpl.lambda$doProvisionInThread$1(FeaturesServiceImpl.java:1147) ~[?:?]
		at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:?]
		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:?]
		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:?]
		at java.lang.&lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt;.run(&lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt;.java:748) [?:?]
	Caused by: java.lang.IllegalStateException: Monitoring service was already added
		at com.google.common.base.Preconditions.checkState(Preconditions.java:501) ~[?:?]
		at org.opendaylight.netconf.monitoring.osgi.NetconfMonitoringServiceTracker.addingService(NetconfMonitoringServiceTracker.java:37) ~[?:?]
		at org.opendaylight.netconf.monitoring.osgi.NetconfMonitoringServiceTracker.addingService(NetconfMonitoringServiceTracker.java:23) ~[?:?]
		at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:941) ~[?:?]
		at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:870) ~[?:?]
		at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256) ~[?:?]
		at org.osgi.util.tracker.AbstractTracked.trackInitial(AbstractTracked.java:183) ~[?:?]
		at org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:318) ~[?:?]
		at org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:261) ~[?:?]
		at org.opendaylight.netconf.monitoring.osgi.NetconfMonitoringActivator.start(NetconfMonitoringActivator.java:31) ~[?:?]
		at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:774) ~[?:?]
		at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:1) ~[?:?]
		at java.security.AccessController.doPrivileged(Native Method) ~[?:?]
		at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:767) ~[?:?]
		... 15 more
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="29607">NETCONF-534</key>
            <summary>NetconfMonitoringActivator Error restarting bundles</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.opendaylight.org/images/icons/priorities/major.svg">Medium</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="-1">Unassigned</assignee>
                                    <reporter username="greenpau">Paul Greenberg</reporter>
                        <labels>
                    </labels>
                <created>Thu, 5 Apr 2018 12:46:51 +0000</created>
                <updated>Fri, 8 Feb 2019 18:26:44 +0000</updated>
                            <resolved>Fri, 8 Feb 2019 18:26:44 +0000</resolved>
                                                    <fixVersion>Neon</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="63219" author="vorburger" created="Thu, 31 May 2018 22:44:56 +0000"  >&lt;p&gt;FTR: We&apos;ve seen distribution build SFT test failure today which seemed to have been due to a fairly similar looking problem - and it just went away on a new &quot;recheck&quot; build (without any code changes in the respective Gerrit), just FTR:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://lists.opendaylight.org/pipermail/integration-dev/2018-May/012039.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://lists.opendaylight.org/pipermail/integration-dev/2018-May/012039.html&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;Failed: &lt;a href=&quot;https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/controller-distribution-check-fluorine/241/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/controller-distribution-check-fluorine/241/&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;Passed: &lt;a href=&quot;https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/controller-distribution-check-fluorine/242/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/controller-distribution-check-fluorine/242/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Background, but unrelated really:&#160;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/72530/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/72530/&lt;/a&gt; (&lt;a href=&quot;https://jira.opendaylight.org/browse/CONTROLLER-1832&quot; title=&quot;Transaction Trace tool wiring creates second BindingToNormalizedNodeCodec&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CONTROLLER-1832&quot;&gt;&lt;del&gt;CONTROLLER-1832&lt;/del&gt;&lt;/a&gt;)&lt;/p&gt;</comment>
                            <comment id="63591" author="vorburger" created="Thu, 21 Jun 2018 09:50:52 +0000"  >&lt;p&gt;This also appears in &lt;a href=&quot;https://jenkins.opendaylight.org/releng/job/distribution-check-fluorine/69/consoleFull&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/job/distribution-check-fluorine/69/consoleFull&lt;/a&gt; :&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-java&quot;&gt;2018-06-20T18:35:23,892 | ERROR | Framework Event Dispatcher: org.eclipse.osgi.internal.framework.EquinoxEventPublisher@45f45fa1 | monitoring                       | 424 - org.opendaylight.netconf.monitoring - 1.5.0.SNAPSHOT | FrameworkEvent ERROR - org.opendaylight.netconf.monitoring
java.lang.IllegalStateException: Monitoring service was already added
	at com.google.common.base.Preconditions.checkState(Preconditions.java:504) ~[?:?]
	at org.opendaylight.netconf.monitoring.osgi.NetconfMonitoringServiceTracker.addingService(NetconfMonitoringServiceTracker.java:37) ~[?:?]
	at org.opendaylight.netconf.monitoring.osgi.NetconfMonitoringServiceTracker.addingService(NetconfMonitoringServiceTracker.java:23) ~[?:?]
	at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:941) ~[?:?]&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="66429" author="jmorvay" created="Fri, 8 Feb 2019 18:26:17 +0000"  >&lt;p&gt;NetconfMonitoringActivator is not longer there since Neon so this issue is not relevant anymore.&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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03csv:</customfieldvalue>

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