<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:13:31 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>[BGPCEP-587] NPE when configuring BGP peer using OpenConfig API twice</title>
                <link>https://jira.opendaylight.org/browse/BGPCEP-587</link>
                <project id="10108" key="BGPCEP">bgpcep</project>
                    <description>&lt;p&gt;URL: http://&lt;tt&gt;controller-ip&lt;/tt&gt;:&lt;tt&gt;restconf-port&lt;/tt&gt;/restconf/config/openconfig-network-instance:network-instances/network-instance/global-bgp/openconfig-network-instance:protocols/protocol/openconfig-policy-types:BGP/&lt;tt&gt;rib-id&lt;/tt&gt;/bgp/neighbors/neighbor/&lt;tt&gt;bgp-peer-ip&lt;/tt&gt;&lt;br/&gt;
Op: PUT&lt;br/&gt;
Payload:&lt;br/&gt;
&amp;lt;neighbor xmlns=&quot;urn:opendaylight:params:xml:ns:yang:bgp:openconfig-extensions&quot;&amp;gt;&lt;br/&gt;
    &amp;lt;neighbor-address&amp;gt;&lt;tt&gt;bgp-peer-ip&lt;/tt&gt;&amp;lt;/neighbor-address&amp;gt;&lt;br/&gt;
    &amp;lt;timers&amp;gt;&lt;br/&gt;
        &amp;lt;config&amp;gt;&lt;br/&gt;
            &amp;lt;hold-time&amp;gt;90&amp;lt;/hold-time&amp;gt;&lt;br/&gt;
            &amp;lt;connect-retry&amp;gt;60&amp;lt;/connect-retry&amp;gt;&lt;br/&gt;
        &amp;lt;/config&amp;gt;&lt;br/&gt;
    &amp;lt;/timers&amp;gt;&lt;br/&gt;
    &amp;lt;transport&amp;gt;&lt;br/&gt;
        &amp;lt;config&amp;gt;&lt;br/&gt;
            &amp;lt;remote-port&amp;gt;179&amp;lt;/remote-port&amp;gt;&lt;br/&gt;
            &amp;lt;passive-mode&amp;gt;false&amp;lt;/passive-mode&amp;gt;&lt;br/&gt;
        &amp;lt;/config&amp;gt;&lt;br/&gt;
    &amp;lt;/transport&amp;gt;&lt;br/&gt;
    &amp;lt;!-- uncomment this block to configure bgp peer to be external --&amp;gt;&lt;br/&gt;
    &amp;lt;!--&lt;br/&gt;
    &amp;lt;config&amp;gt;&lt;br/&gt;
        &amp;lt;peer-type&amp;gt;EXTERNAL&amp;lt;/peer-type&amp;gt;&lt;br/&gt;
    	&amp;lt;peer-as&amp;gt;&lt;tt&gt;bgp-peer-as&lt;/tt&gt;&amp;lt;/peer-as&amp;gt;&lt;br/&gt;
    &amp;lt;/config&amp;gt;&lt;br/&gt;
    --&amp;gt;&lt;br/&gt;
    &amp;lt;config&amp;gt;&lt;br/&gt;
        &amp;lt;peer-type&amp;gt;INTERNAL&amp;lt;/peer-type&amp;gt;&lt;br/&gt;
    &amp;lt;/config&amp;gt;&lt;br/&gt;
    &amp;lt;route-reflector&amp;gt;&lt;br/&gt;
        &amp;lt;config&amp;gt;&lt;br/&gt;
            &amp;lt;route-reflector-client&amp;gt;false&amp;lt;/route-reflector-client&amp;gt;&lt;br/&gt;
        &amp;lt;/config&amp;gt;&lt;br/&gt;
    &amp;lt;/route-reflector&amp;gt;&lt;br/&gt;
&amp;lt;/neighbor&amp;gt;&lt;/p&gt;


&lt;p&gt;NPE seen in the log:&lt;/p&gt;

&lt;p&gt;2016-10-20 19:09:46,815 | ERROR | on-dispatcher-82 | DataTreeChangeListenerActor      | 199 - org.opendaylight.controller.sal-distributed-datastore - 1.4.1.SNAPSHOT | Error notifying listener org.opendaylight.controller.md.sal.binding.impl.BindingClusteredDOMDataTreeChangeListenerAdapter@ab6a0ca&lt;br/&gt;
java.lang.NullPointerException&lt;br/&gt;
        at org.opendaylight.protocol.bgp.rib.impl.config.BgpPeer.containsEqualConfiguration(BgpPeer.java:115)&lt;span class=&quot;error&quot;&gt;&amp;#91;288:org.opendaylight.bgpcep.bgp-rib-impl:0.6.1.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.protocol.bgp.rib.impl.config.BgpDeployerImpl.onNeighborModified(BgpDeployerImpl.java:246)&lt;span class=&quot;error&quot;&gt;&amp;#91;288:org.opendaylight.bgpcep.bgp-rib-impl:0.6.1.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.protocol.bgp.rib.impl.config.BgpDeployerImpl.onNeighborsChanged(BgpDeployerImpl.java:231)&lt;span class=&quot;error&quot;&gt;&amp;#91;288:org.opendaylight.bgpcep.bgp-rib-impl:0.6.1.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.protocol.bgp.rib.impl.config.BgpDeployerImpl.onDataTreeChanged(BgpDeployerImpl.java:114)&lt;span class=&quot;error&quot;&gt;&amp;#91;288:org.opendaylight.bgpcep.bgp-rib-impl:0.6.1.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.controller.md.sal.binding.impl.BindingDOMDataTreeChangeListenerAdapter.onDataTreeChanged(BindingDOMDataTreeChangeListenerAdapter.java:41)&lt;span class=&quot;error&quot;&gt;&amp;#91;169:org.opendaylight.controller.sal-binding-broker-impl:1.4.1.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.controller.cluster.datastore.DataTreeChangeListenerActor.dataChanged(DataTreeChangeListenerActor.java:55)&lt;span class=&quot;error&quot;&gt;&amp;#91;199:org.opendaylight.controller.sal-distributed-datastore:1.4.1.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.controller.cluster.datastore.DataTreeChangeListenerActor.handleReceive(DataTreeChangeListenerActor.java:37)&lt;span class=&quot;error&quot;&gt;&amp;#91;199:org.opendaylight.controller.sal-distributed-datastore:1.4.1.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.controller.cluster.common.actor.AbstractUntypedActor.onReceive(AbstractUntypedActor.java:26)&lt;span class=&quot;error&quot;&gt;&amp;#91;193:org.opendaylight.controller.sal-clustering-commons:1.4.1.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at akka.actor.UntypedActor$$anonfun$receive$1.applyOrElse(UntypedActor.scala:165)&lt;span class=&quot;error&quot;&gt;&amp;#91;181:com.typesafe.akka.actor:2.4.7&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at akka.actor.Actor$class.aroundReceive(Actor.scala:484)&lt;span class=&quot;error&quot;&gt;&amp;#91;181:com.typesafe.akka.actor:2.4.7&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at akka.actor.UntypedActor.aroundReceive(UntypedActor.scala:95)&lt;span class=&quot;error&quot;&gt;&amp;#91;181:com.typesafe.akka.actor:2.4.7&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at akka.actor.ActorCell.receiveMessage(ActorCell.scala:526)&lt;span class=&quot;error&quot;&gt;&amp;#91;181:com.typesafe.akka.actor:2.4.7&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at akka.actor.ActorCell.invoke(ActorCell.scala:495)&lt;span class=&quot;error&quot;&gt;&amp;#91;181:com.typesafe.akka.actor:2.4.7&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:257)&lt;span class=&quot;error&quot;&gt;&amp;#91;181:com.typesafe.akka.actor:2.4.7&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at akka.dispatch.Mailbox.run(Mailbox.scala:224)&lt;span class=&quot;error&quot;&gt;&amp;#91;181:com.typesafe.akka.actor:2.4.7&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at akka.dispatch.Mailbox.exec(Mailbox.scala:234)&lt;span class=&quot;error&quot;&gt;&amp;#91;181:com.typesafe.akka.actor:2.4.7&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)&lt;span class=&quot;error&quot;&gt;&amp;#91;177:org.scala-lang.scala-library:2.11.8.v20160304-115712-1706a37eb8&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)&lt;span class=&quot;error&quot;&gt;&amp;#91;177:org.scala-lang.scala-library:2.11.8.v20160304-115712-1706a37eb8&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)&lt;span class=&quot;error&quot;&gt;&amp;#91;177:org.scala-lang.scala-library:2.11.8.v20160304-115712-1706a37eb8&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)&lt;span class=&quot;error&quot;&gt;&amp;#91;177:org.scala-lang.scala-library:2.11.8.v20160304-115712-1706a37eb8&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="23827">BGPCEP-587</key>
            <summary>NPE when configuring BGP peer using OpenConfig API twice</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="ajayl.bro@gmail.com">Ajay L</assignee>
                                    <reporter username="ajayl.bro@gmail.com">Ajay L</reporter>
                        <labels>
                    </labels>
                <created>Thu, 20 Oct 2016 20:03:31 +0000</created>
                <updated>Sun, 3 Mar 2019 11:49:56 +0000</updated>
                            <resolved>Fri, 21 Oct 2016 17:06:58 +0000</resolved>
                                    <version>Bugzilla Migration</version>
                                    <fixVersion>Bugzilla Migration</fixVersion>
                                    <component>BGP</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="46013" author="ajayl.bro@gmail.com" created="Fri, 21 Oct 2016 17:06:41 +0000"  >&lt;p&gt;stable/boron: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/47228/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/47228/&lt;/a&gt;&lt;br/&gt;
master: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/47343/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/47343/&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_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>7004</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=7004]]></customfieldvalue>

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

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