<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:23:30 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-1206] NPE in startArpMonitoring for dual-stack network</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-1206</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;In a dual-stack network where ipv6 subnet alone is associated to the neutron router, the following NPE is seen when spawning a new VM.&lt;/p&gt;

&lt;p&gt;java.lang.NullPointerException: null&lt;br/&gt;
        at org.opendaylight.netvirt.vpnmanager.VpnUtil.getGWMacAddressFromInterface(VpnUtil.java:1373) &lt;span class=&quot;error&quot;&gt;&amp;#91;362:org.opendaylight.netvirt.vpnmanager-impl:0.7.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netvirt.vpnmanager.AlivenessMonitorUtils.startArpMonitoring(AlivenessMonitorUtils.java:73) &lt;span class=&quot;error&quot;&gt;&amp;#91;362:org.opendaylight.netvirt.vpnmanager-impl:0.7.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netvirt.vpnmanager.ArpMonitorStartTask.call(ArpMonitorStartTask.java:39) &lt;span class=&quot;error&quot;&gt;&amp;#91;362:org.opendaylight.netvirt.vpnmanager-impl:0.7.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netvirt.vpnmanager.ArpMonitorStartTask.call(ArpMonitorStartTask.java:18) &lt;span class=&quot;error&quot;&gt;&amp;#91;362:org.opendaylight.netvirt.vpnmanager-impl:0.7.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.infrautils.jobcoordinator.internal.JobCoordinatorImpl$MainTask.runWithUncheckedExceptionLogging(JobCoordinatorImpl.java:401) &lt;span class=&quot;error&quot;&gt;&amp;#91;275:org.opendaylight.infrautils.jobcoordinator-impl:1.4.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.infrautils.utils.concurrent.LoggingUncaughtThreadDeathContextRunnable.run(LoggingUncaughtThreadDeathContextRunnable.java:60) &lt;span class=&quot;error&quot;&gt;&amp;#91;280:org.opendaylight.infrautils.util:1.4.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1402) &lt;span class=&quot;error&quot;&gt;&amp;#91;?:?&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) &lt;span class=&quot;error&quot;&gt;&amp;#91;?:?&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) &lt;span class=&quot;error&quot;&gt;&amp;#91;?:?&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) &lt;span class=&quot;error&quot;&gt;&amp;#91;?:?&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) &lt;span class=&quot;error&quot;&gt;&amp;#91;?:?&amp;#93;&lt;/span&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="29727">NETVIRT-1206</key>
            <summary>NPE in startArpMonitoring for dual-stack network</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="10000">Done</resolution>
                                        <assignee username="SridharG">Sridhar Gaddam</assignee>
                                    <reporter username="SridharG">Sridhar Gaddam</reporter>
                        <labels>
                    </labels>
                <created>Tue, 10 Apr 2018 17:46:55 +0000</created>
                <updated>Thu, 21 Jun 2018 13:05:47 +0000</updated>
                            <resolved>Thu, 21 Jun 2018 13:05:47 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="63599" author="sgaddam@redhat.com" created="Thu, 21 Jun 2018 13:05:37 +0000"  >&lt;p&gt;Fixed via the following patch: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/70732/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/70732/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="63600" author="sgaddam@redhat.com" created="Thu, 21 Jun 2018 13:05:47 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/70732/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/70732/&lt;/a&gt;&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|i03d33:</customfieldvalue>

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