<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:21:44 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>[NETVIRT-507] NullPointerException on handleInterfaceUpdate for br-ex</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-507</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;Version: stable/boron&lt;/p&gt;

&lt;p&gt;Synoptic: Not sure what triggers the issue, I was defining some VMs and SGs, suddenly all existing flows wereremoved from OVS and replaced with brand-new pipeline flow entries.&lt;/p&gt;

&lt;p&gt;The karaf log shows NullPointerException as below, notice the strange node URI in the log&lt;/p&gt;

&lt;p&gt;Uri [_value=ovsdb://uuid/85dddd00-5125-4aa1-835f-fa332b2ca7d1/bridge/br-ex/bridge/br-int&lt;/p&gt;


&lt;p&gt;-------------------------------&lt;/p&gt;

&lt;p&gt;2017-03-01 12:08:12,966 | WARN  | ntDispatcherImpl | OF13Provider                     | 319 - org.opendaylight.netvirt.openstack.net-virt-providers - 1.3.3.SNAPSHOT | Trigger Interface update for OvsdbTerminationPointAugmentation{getIfindex=0, getIngressPolicingBurst=0, getIngressPolicingRate=0, getInterfaceExternalIds=&lt;span class=&quot;error&quot;&gt;&amp;#91;InterfaceExternalIds{getExternalIdKey=iface-id, getExternalIdValue=9bd59c7e-b674-45d2-9f54-767f4ccd1715, augmentations={}}, InterfaceExternalIds{getExternalIdKey=attached-mac, getExternalIdValue=fa:16:3e:46:c4:df, augmentations={}}, InterfaceExternalIds{getExternalIdKey=iface-status, getExternalIdValue=active, augmentations={}}&amp;#93;&lt;/span&gt;, getInterfaceType=class org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.InterfaceTypeInternal, getInterfaceUuid=Uuid &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=61de3bda-03ec-414b-a122-591046aa7a75&amp;#93;&lt;/span&gt;, getName=qg-9bd59c7e-b6, getOfport=1, getPortUuid=Uuid &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=ae8e9ec9-555e-4fed-b1d9-ac357f4586e0&amp;#93;&lt;/span&gt;}&lt;br/&gt;
2017-03-01 12:08:12,966 | DEBUG | ntDispatcherImpl | OF13Provider                     | 319 - org.opendaylight.netvirt.openstack.net-virt-providers - 1.3.3.SNAPSHOT | handleInterfaceUpdate: network: 1080 srcNode: Uri &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=ovsdb://uuid/85dddd00-5125-4aa1-835f-fa332b2ca7d1/bridge/br-ex&amp;#93;&lt;/span&gt;, intf: qg-9bd59c7e-b6&lt;br/&gt;
2017-03-01 12:08:12,966 | DEBUG | ntDispatcherImpl | MdsalUtils                       | 315 - org.opendaylight.netvirt.utils.mdsal-utils - 1.3.3.SNAPSHOT | org.opendaylight.netvirt.utils.mdsal.utils.MdsalUtils.read(MdsalUtils.java:124): Failed to read KeyedInstanceIdentifier&lt;/p&gt;
{targetType=interface org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node, path=[org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NetworkTopology, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.Topology[key=TopologyKey [_topologyId=Uri [_value=ovsdb:1]]], org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node[key=NodeKey [_nodeId=Uri [_value=ovsdb://uuid/85dddd00-5125-4aa1-835f-fa332b2ca7d1/bridge/br-ex/bridge/br-int]]]]}
&lt;p&gt;2017-03-01 12:08:12,966 | ERROR | ntDispatcherImpl | NodeCacheManagerImpl             | 318 - org.opendaylight.netvirt.openstack.net-virt - 1.3.3.SNAPSHOT | Failed notifying node add event&lt;br/&gt;
java.lang.NullPointerException&lt;br/&gt;
        at org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.OF13Provider.programLocalRules(OF13Provider.java:744)&lt;br/&gt;
        at org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.OF13Provider.handleInterfaceUpdate(OF13Provider.java:1152)&lt;br/&gt;
        at org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.OF13Provider.triggerInterfaceUpdates(OF13Provider.java:1224)&lt;br/&gt;
        at org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.OF13Provider.initializeOFFlowRules(OF13Provider.java:2011)&lt;br/&gt;
        at org.opendaylight.netvirt.openstack.netvirt.SouthboundHandler.notifyNode(SouthboundHandler.java:292)&lt;span class=&quot;error&quot;&gt;&amp;#91;318:org.opendaylight.netvirt.openstack.net-virt:1.3.3.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netvirt.openstack.netvirt.impl.NodeCacheManagerImpl.processNodeUpdate(NodeCacheManagerImpl.java:91)&lt;span class=&quot;error&quot;&gt;&amp;#91;318:org.opendaylight.netvirt.openstack.net-virt:1.3.3.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netvirt.openstack.netvirt.impl.NodeCacheManagerImpl.processEvent(NodeCacheManagerImpl.java:130)&lt;span class=&quot;error&quot;&gt;&amp;#91;318:org.opendaylight.netvirt.openstack.net-virt:1.3.3.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netvirt.openstack.netvirt.impl.EventDispatcherImpl.dispatchEvent(EventDispatcherImpl.java:96)&lt;span class=&quot;error&quot;&gt;&amp;#91;318:org.opendaylight.netvirt.openstack.net-virt:1.3.3.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netvirt.openstack.netvirt.impl.EventDispatcherImpl.lambda$start$0(EventDispatcherImpl.java:58)&lt;span class=&quot;error&quot;&gt;&amp;#91;318:org.opendaylight.netvirt.openstack.net-virt:1.3.3.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_101&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_101&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_101&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_101&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.8.0_101&amp;#93;&lt;/span&gt;&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="20428">NETVIRT-507</key>
            <summary>NullPointerException on handleInterfaceUpdate for br-ex</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="vinh.nguyen@hcl.com">Vinh Nguyen</reporter>
                        <labels>
                    </labels>
                <created>Wed, 1 Mar 2017 21:29:14 +0000</created>
                <updated>Fri, 9 Mar 2018 18:21:33 +0000</updated>
                            <resolved>Tue, 4 Jul 2017 21:38:36 +0000</resolved>
                                    <version>Boron</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="37339" author="vinh.nguyen@hcl.com" created="Wed, 1 Mar 2017 21:32:26 +0000"  >&lt;p&gt;Attachment karaf.log has been added with description: karaf.log&lt;/p&gt;</comment>
                            <comment id="37338" author="vinh.nguyen@hcl.com" created="Tue, 4 Jul 2017 21:38:36 +0000"  >&lt;p&gt;Not reproduced any more&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="12452" name="karaf.log" size="975140" author="vinh.nguyen@hcl.com" created="Wed, 1 Mar 2017 21:32:26 +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_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>7886</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=7886]]></customfieldvalue>

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

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