<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:14: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-97] netconf won&apos;t come up with &apos;odl-integration-compatible-with-all&apos;</title>
                <link>https://jira.opendaylight.org/browse/NETCONF-97</link>
                <project id="10142" key="NETCONF">netconf</project>
                    <description>&lt;p&gt;Put &apos;config,standard,region,package,kar,ssh,management,odl-integration-compatible-with-all,odl-restconf,odl-netconf-mdsal,odl-netconf-connector-all&apos; into bootFeatures, then fire ODL up. Netconf will fail to come up.&lt;/p&gt;

&lt;p&gt;When debug logging was enabled around the time Netconf was expected to be up, the following fragment was spotted in the logs repeating over and over again:&lt;/p&gt;

&lt;p&gt;   ...&lt;br/&gt;
2015-11-05 13:22:50,644 | DEBUG | r - ConfigPusher | bind                             |  -  -  | Trying to create the platform default provider&lt;br/&gt;
2015-11-05 13:22:50,644 | DEBUG | r - ConfigPusher | bind                             |  -  -  | Trying to load com.sun.xml.internal.bind.v2.ContextFactory&lt;br/&gt;
2015-11-05 13:22:50,644 | DEBUG | r - ConfigPusher | bind                             |  -  -  | loaded com.sun.xml.internal.bind.v2.ContextFactory from jar:&lt;a href=&quot;file:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.75.x86_64/jre/lib/rt.jar!/com/sun/xml/internal/bind/v2/ContextFactory.class&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;file:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.75.x86_64/jre/lib/rt.jar!/com/sun/xml/internal/bind/v2/ContextFactory.class&lt;/a&gt;&lt;br/&gt;
2015-11-05 13:22:50,644 | DEBUG | r - ConfigPusher | ContextFactory                   |  -  -  | Property com.sun.xml.internal.bind.XmlAccessorFactoryis not active.  Using JAXB&apos;s implementation&lt;br/&gt;
2015-11-05 13:22:50,645 | DEBUG | r - ConfigPusher | OptimizedAccessorFactory         |  -  -  | Using optimized Accessor for public java.util.SortedSet org.opendaylight.controller.config.persist.storage.file.xml.model.ConfigSnapshot.getCapabilities() and public void org.opendaylight.controller.config.persist.storage.file.xml.model.ConfigSnapshot.setCapabilities(java.util.SortedSet)&lt;br/&gt;
2015-11-05 13:22:50,646 | DEBUG | r - ConfigPusher | OptimizedAccessorFactory         |  -  -  | Using optimized Accessor for public java.lang.String org.opendaylight.controller.config.persist.storage.file.xml.model.ConfigSnapshot.getConfigSnapshot() and public void org.opendaylight.controller.config.persist.storage.file.xml.model.ConfigSnapshot.setConfigSnapshot(java.lang.String)&lt;br/&gt;
2015-11-05 13:22:50,646 | DEBUG | r - ConfigPusher | OptimizedAccessorFactory         |  -  -  | Using optimized Accessor for public java.util.Set org.opendaylight.controller.config.persist.storage.file.xml.model.ConfigSnapshot.getFeatures() and public void org.opendaylight.controller.config.persist.storage.file.xml.model.ConfigSnapshot.setFeatures(java.util.Set)&lt;br/&gt;
2015-11-05 13:22:50,648 | DEBUG | r - ConfigPusher | bind                             |  -  -  | Trying to locate org/opendaylight/controller/config/persist/storage/file/xml/model/jaxb.properties&lt;br/&gt;
2015-11-05 13:22:50,648 | DEBUG | r - ConfigPusher | bind                             |  -  -  |   not found&lt;br/&gt;
2015-11-05 13:22:50,648 | DEBUG | r - ConfigPusher | bind                             |  -  -  | Checking system property javax.xml.bind.JAXBContext&lt;br/&gt;
2015-11-05 13:22:50,648 | DEBUG | r - ConfigPusher | bind                             |  -  -  |   not found&lt;br/&gt;
2015-11-05 13:22:50,648 | DEBUG | r - ConfigPusher | bind                             |  -  -  | Checking META-INF/services&lt;br/&gt;
2015-11-05 13:22:50,648 | DEBUG | r - ConfigPusher | bind                             |  -  -  | Unable to find: META-INF/services/javax.xml.bind.JAXBContext&lt;br/&gt;
2015-11-05 13:22:50,648 | DEBUG | r - ConfigPusher | bind                             |  -  -  | Trying to create the platform default provider&lt;br/&gt;
   ...&lt;/p&gt;

&lt;p&gt;(the first &quot;Trying to create the platform default provider&quot; at the start is from the previous iteration of the infinite loop, the last one belongs to the current iteration and is followed by another instance of the second log message which is followed by another instance of the third log message and so on and so forth).&lt;br/&gt;
(messages from other features/subsystems are randomly interspersed).&lt;/p&gt;

&lt;p&gt;From my perspective this is what the logs are telling me about what is happening:&lt;/p&gt;

&lt;p&gt;1. &quot;/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.75.x86_64/jre/lib/rt.jar!/com/sun/xml/internal/bind/v2/ContextFactory.class&quot; tries to access &quot;com.sun.xml.internal.bind.XmlAccessorFactoryis&quot;&lt;br/&gt;
2. Because &quot;com.sun.xml.internal.bind.XmlAccessorFactoryis&quot; is &quot;not active&quot;, the code tries to load and use &quot;JAXB&apos;s implementation&quot;&lt;br/&gt;
3. The &quot;Using JAXB&apos;s implementation&quot; tries to access &quot;jaxb.properties&quot;.&lt;br/&gt;
4. The &quot;jaxb.properties&quot; is discovered to be nowhere to be found.&lt;br/&gt;
5. Because of that, &quot;META-INF/services/javax.xml.bind.JAXBContext&quot; cannot be found and the code thus tries to create &quot;the default platform provider&quot;&lt;br/&gt;
6. The default platform provider is &quot;/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.75.x86_64/jre/lib/rt.jar!/com/sun/xml/internal/bind/v2/ContextFactory.class&quot; and because of that the loop repeats.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="21110">NETCONF-97</key>
            <summary>netconf won&apos;t come up with &apos;odl-integration-compatible-with-all&apos;</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="-1">Unassigned</assignee>
                                    <reporter username="jbehran@cisco.com">Jozef Behran</reporter>
                        <labels>
                    </labels>
                <created>Thu, 5 Nov 2015 14:48:47 +0000</created>
                <updated>Fri, 15 Mar 2019 22:22:16 +0000</updated>
                            <resolved>Mon, 4 Jan 2016 02:26:54 +0000</resolved>
                                                                    <component>netconf</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                                                                <comments>
                            <comment id="39069" author="jbehran@cisco.com" created="Thu, 5 Nov 2015 15:56:30 +0000"  >&lt;p&gt;Occurs in stable-lithium branch:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jenkins.opendaylight.org/releng/view/netconf/job/netconf-csit-1node-userfeatures-all-stable-lithium/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/view/netconf/job/netconf-csit-1node-userfeatures-all-stable-lithium/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="39070" author="ecelgp" created="Thu, 5 Nov 2015 16:40:28 +0000"  >&lt;p&gt;Right we talk about this issue every Li SR reviews, thanks for opening the bug.&lt;/p&gt;</comment>
                            <comment id="39071" author="vrpolak" created="Mon, 9 Nov 2015 12:43:24 +0000"  >&lt;p&gt;Looking at karaf.log &lt;span class=&quot;error&quot;&gt;&amp;#91;0&amp;#93;&lt;/span&gt;, there is another symptom, visible due to workaround for &lt;a href=&quot;https://jira.opendaylight.org/browse/CONTROLLER-1200&quot; title=&quot;Spawning Netconf Connectors while controller is running not working&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CONTROLLER-1200&quot;&gt;&lt;del&gt;CONTROLLER-1200&lt;/del&gt;&lt;/a&gt;. This message keeps repeating:&lt;/p&gt;

&lt;p&gt;2015-11-05 19:19:46,735 | WARN  | r - ConfigPusher | FeatureConfigPusher              | 144 - config-persister-feature-adapter - 0.3.3.SNAPSHOT | Feature: standard-condition-webconsole_0_0_0, 3.0.3 is missing from features service. Skipping&lt;/p&gt;

&lt;p&gt;Perhaps ConfigPushingRunnable does not detect there is nothing more to push; or (more probably) there is still something to push, but there is not enough logging to see what it is and why it does not get pushed quickly enough.&lt;/p&gt;


&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;0&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://jenkins.opendaylight.org/releng/view/netconf/job/netconf-csit-1node-userfeatures-all-stable-lithium/lastSuccessfulBuild/artifact/karaf.log&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/view/netconf/job/netconf-csit-1node-userfeatures-all-stable-lithium/lastSuccessfulBuild/artifact/karaf.log&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="39072" author="vrpolak" created="Thu, 12 Nov 2015 13:01:07 +0000"  >&lt;p&gt;Manual testing shows that if all odl-sfc* features are removed from odl-integration-compatible-with-all, this Bug does not happen.&lt;br/&gt;
More examination in progress.&lt;/p&gt;</comment>
                            <comment id="39073" author="vrpolak" created="Thu, 12 Nov 2015 15:16:54 +0000"  >&lt;p&gt;It is the&lt;br/&gt;
  &amp;lt;configfile finalname=&quot;etc/opendaylight/karaf/sfc-netconf-initial.xml&quot;&amp;gt;&lt;br/&gt;
of odl-sfc-netconf which triggers the behavior.&lt;/p&gt;

&lt;p&gt;But there were no changes in sfc or main netconf recently, the change which introduced failures was in fact &lt;a href=&quot;https://git.opendaylight.org/gerrit/28985&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/28985&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So this seem to be a bug in config persister implementation.&lt;/p&gt;</comment>
                            <comment id="39074" author="vrpolak" created="Thu, 12 Nov 2015 15:58:36 +0000"  >&lt;p&gt;&amp;gt; the change which introduced failures was in fact &lt;a href=&quot;https://git.opendaylight.org/gerrit/28985&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/28985&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Not true. I looked at wrong job, sorry.&lt;br/&gt;
This Lithium Bug occurred way earlier than that.&lt;/p&gt;</comment>
                            <comment id="39075" author="vrpolak" created="Thu, 12 Nov 2015 16:56:56 +0000"  >&lt;p&gt;&amp;gt; etc/opendaylight/karaf/sfc-netconf-initial.xml&lt;/p&gt;

&lt;p&gt;And also this is not a real signal, just a coincidence due to my uneven patience.&lt;br/&gt;
Both with and without this file ODL stabilizes at around the same time (12 and half minutes since started, in my environment).&lt;br/&gt;
I still have to verify controller-netconf is mounted after that time.&lt;/p&gt;

&lt;p&gt;If this really turns out to be merely a bootup performance bug, perhaps this e-mail would be relevant for the fix: &lt;a href=&quot;https://lists.opendaylight.org/pipermail/controller-dev/2015-September/010305.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://lists.opendaylight.org/pipermail/controller-dev/2015-September/010305.html&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="39076" author="vrpolak" created="Thu, 12 Nov 2015 18:41:59 +0000"  >&lt;p&gt;Turns out my first binary search was focused on the wrong symptom. CPU stability always eventually happen, the critical symptom is whether there are data mounted on controller-config afterwards.&lt;/p&gt;</comment>
                            <comment id="39077" author="vrpolak" created="Fri, 13 Nov 2015 17:42:53 +0000"  >&lt;p&gt;My examination found a single culprit:&lt;br/&gt;
&amp;lt;bundle&amp;gt;mvn:org.opendaylight.snmp4sdn/md-model/0.2.3-SNAPSHOT&amp;lt;/bundle&amp;gt;&lt;br/&gt;
in other words this Bug is a consequence of &lt;a href=&quot;https://jira.opendaylight.org/browse/SNMP4SDN-9&quot; title=&quot;config.yang file conflict between snmp4sdn feature and controller config subsytem.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SNMP4SDN-9&quot;&gt;&lt;del&gt;SNMP4SDN-9&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Workaround to unblock testing without actually fixing &lt;a href=&quot;https://jira.opendaylight.org/browse/SNMP4SDN-9&quot; title=&quot;config.yang file conflict between snmp4sdn feature and controller config subsytem.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SNMP4SDN-9&quot;&gt;&lt;del&gt;SNMP4SDN-9&lt;/del&gt;&lt;/a&gt; is to move snmp4sdn from odl-integration-compatble-with-all:&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/29671&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/29671&lt;/a&gt; (integration/distribution Lithium)&lt;/p&gt;</comment>
                            <comment id="39078" author="ylhsieh@itri.org.tw" created="Mon, 4 Jan 2016 02:26:54 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/browse/SNMP4SDN-9&quot; title=&quot;config.yang file conflict between snmp4sdn feature and controller config subsytem.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SNMP4SDN-9&quot;&gt;&lt;del&gt;SNMP4SDN-9&lt;/del&gt;&lt;/a&gt; was just fixed, thanks.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                                                <inwardlinks description="is blocked by">
                                        <issuelink>
            <issuekey id="26748">SNMP4SDN-9</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <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>4583</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=4583]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10204" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>ODL SR Target Milestone</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10356"><![CDATA[Lithium-4]]></customfieldvalue>

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

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