<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:23:18 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-1131] NPE: Thread terminated due to uncaught exception: Router_AsyncDataTreeChangeListenerBase-DataTreeChangeHandler-0 null at org.opendaylight.netvirt.neutronvpn.NeutronvpnNatManager.externalFixedIpsChanged(NeutronvpnNatManager.java:208)</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-1131</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;&lt;a href=&quot;https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/netvirt-csit-1node-openstack-queens-upstream-stateful-oxygen/191/odl_1/odl1_karaf.log.gz&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/netvirt-csit-1node-openstack-queens-upstream-stateful-oxygen/191/odl_1/odl1_karaf.log.gz&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/netvirt-csit-1node-openstack-queens-gate-stateful-fluorine/17/odl_1/odl1_karaf.log.gz&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/netvirt-csit-1node-openstack-queens-gate-stateful-fluorine/17/odl_1/odl1_karaf.log.gz&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;2018-03-06T05:23:24,282 | INFO  | ForkJoinPool-1-worker-5 | NeutronvpnManager                | 359 - org.opendaylight.netvirt.neutronvpn-impl - 0.6.0.SNAPSHOT | Creating vpn interface VpnInterface [_key=VpnInterfaceKey [_name=650384fa-58b7-40bd-a1a2-9acecb57c04d], _name=650384fa-58b7-40bd-a1a2-9acecb57c04d, _vpnInstanceNames=[VpnInstanceNames [_associatedSubnetType=V4AndV6Subnets, _key=VpnInstanceNamesKey [_vpnName=03d023cb-2540-461f-871c-ba68a7a00332], _vpnName=03d023cb-2540-461f-871c-ba68a7a00332, augmentation=[]]], _routerInterface=false, augmentation=[Adjacencies [_adjacency=[Adjacency [_adjacencyType=PrimaryAdjacency, _ipAddress=172.24.4.9/32, _key=AdjacencyKey [_ipAddress=172.24.4.9/32], _macAddress=fa:16:3e:1d:14:49, _subnetId=Uuid [_value=152059bb-64a3-4c73-8d6e-efb793c074dc], augmentation=[]], Adjacency [_adjacencyType=PrimaryAdjacency, _ipAddress=2001:db8::c/128, _key=AdjacencyKey [_ipAddress=2001:db8::c/128], _macAddress=fa:16:3e:1d:14:49, _subnetId=Uuid [_value=03d023cb-2540-461f-871c-ba68a7a00332], augmentation=[]]]]]]
2018-03-06T05:23:24,401 | ERROR | org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.l3.rev150712.routers.attributes.routers.Router_AsyncDataTreeChangeListenerBase-DataTreeChangeHandler-0 | AsyncDataTreeChangeListenerBase  | 260 - org.opendaylight.genius.mdsalutil-api - 0.4.0.SNAPSHOT | Thread terminated due to uncaught exception: org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.l3.rev150712.routers.attributes.routers.Router_AsyncDataTreeChangeListenerBase-DataTreeChangeHandler-0
java.lang.NullPointerException: null
	at org.opendaylight.netvirt.neutronvpn.NeutronvpnNatManager.externalFixedIpsChanged(NeutronvpnNatManager.java:208) [359:org.opendaylight.netvirt.neutronvpn-impl:0.6.0.SNAPSHOT]
	at org.opendaylight.netvirt.neutronvpn.NeutronvpnNatManager.handleExternalNetworkForRouter(NeutronvpnNatManager.java:121) [359:org.opendaylight.netvirt.neutronvpn-impl:0.6.0.SNAPSHOT]
	at org.opendaylight.netvirt.neutronvpn.NeutronRouterChangeListener.update(NeutronRouterChangeListener.java:126) [359:org.opendaylight.netvirt.neutronvpn-impl:0.6.0.SNAPSHOT]
	at org.opendaylight.netvirt.neutronvpn.NeutronRouterChangeListener.update(NeutronRouterChangeListener.java:33) [359:org.opendaylight.netvirt.neutronvpn-impl:0.6.0.SNAPSHOT]
	at org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase$DataTreeChangeHandler.run(AsyncDataTreeChangeListenerBase.java:172) [260:org.opendaylight.genius.mdsalutil-api:0.4.0.SNAPSHOT]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:?]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:?]
	at java.lang.Thread.run(Thread.java:748) [?:?]&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="29345">NETVIRT-1131</key>
            <summary>NPE: Thread terminated due to uncaught exception: Router_AsyncDataTreeChangeListenerBase-DataTreeChangeHandler-0 null at org.opendaylight.netvirt.neutronvpn.NeutronvpnNatManager.externalFixedIpsChanged(NeutronvpnNatManager.java:208)</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="shague">Sam Hague</reporter>
                        <labels>
                            <label>csit:exception</label>
                    </labels>
                <created>Tue, 6 Mar 2018 13:14:53 +0000</created>
                <updated>Fri, 6 Apr 2018 20:39:07 +0000</updated>
                            <resolved>Fri, 6 Apr 2018 20:39:07 +0000</resolved>
                                    <version>Oxygen</version>
                    <version>Fluorine</version>
                                    <fixVersion>Oxygen</fixVersion>
                    <fixVersion>Fluorine</fixVersion>
                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                        <attachments>
                            <attachment id="14449" name="odl_karaf.fluorine.log.tar.xz" size="623016" author="shague" created="Tue, 6 Mar 2018 14:21:01 +0000"/>
                            <attachment id="14447" name="odl_karaf.log.tar.xz" size="627172" author="shague" created="Tue, 6 Mar 2018 13:16:40 +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|i03b6v:</customfieldvalue>

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