<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:12:33 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-275] unable to update or remove LSPs in ODL master</title>
                <link>https://jira.opendaylight.org/browse/BGPCEP-275</link>
                <project id="10108" key="BGPCEP">bgpcep</project>
                    <description>&lt;p&gt;I&apos;m unable to update or remove LSPs in ODL master.  The same RESTCONF calls work fine in Lithium.&lt;/p&gt;

&lt;p&gt;e.g if I post to /restconf/operations/network-topology-pcep:remove-lsp with a body of:&lt;/p&gt;

&lt;p&gt;{&lt;br/&gt;
    &quot;input&quot; : &lt;/p&gt;
{ 
        &quot;node&quot; : &quot;pcc://192.168.100.1&quot;,
        &quot;name&quot; : &quot;foo&quot;,
        &quot;network-topology-ref&quot;: &quot;/network-topology:network-topology/network-topology:topology[network-topology:topology-id=\&quot;pcep-topology\&quot;]&quot;
    }
&lt;p&gt;}    &lt;/p&gt;


&lt;p&gt;I get &quot;unsent&quot;.&lt;/p&gt;

&lt;p&gt;The logs I see are:&lt;/p&gt;

&lt;p&gt;2015-09-01 13:45:16,063 | TRACE | tp1031798145-695 | tateful07TopologySessionListener | 230 - org.opendaylight.bgpcep.pcep-topology-provider - 0.5.0.SNAPSHOT | RemoveLspArgs RemoveLspInput{getName=foo, getNetworkTopologyRef=NetworkTopologyRef [_value=KeyedInstanceIdentifier&lt;/p&gt;
{targetType=interface org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.Topology, 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=pcep-topology]]]]}
&lt;p&gt;], getNode=Uri &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=pcc://192.168.100.1&amp;#93;&lt;/span&gt;, augmentations={}}&lt;br/&gt;
2015-09-01 13:45:16,065 | DEBUG | tp1031798145-695 | PCEPSessionImpl                  | 216 - org.opendaylight.bgpcep.pcep-impl - 0.5.0.SNAPSHOT | PCEP Message enqueued: Pcinitiate [_pcinitiateMessage=PcinitiateMessage [_requests=[Requests [_lsp=Lsp [_plspId=PlspId &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=110&amp;#93;&lt;/span&gt;, _delegate=true, _remove=false, augmentation=[]], _srp=Srp [_operationId=SrpIdNumber &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=6&amp;#93;&lt;/span&gt;, _processingRule=true, augmentation=[Srp1 &lt;span class=&quot;error&quot;&gt;&amp;#91;_remove=true&amp;#93;&lt;/span&gt;]], augmentation=[]]], _version=ProtocolVersion &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=1&amp;#93;&lt;/span&gt;, augmentation=[]], augmentation=[]]&lt;br/&gt;
2015-09-01 13:45:16,066 | DEBUG | oupCloseable-6-5 | PCEPSessionImpl                  | 216 - org.opendaylight.bgpcep.pcep-impl - 0.5.0.SNAPSHOT | Message not sent: Pcinitiate [_pcinitiateMessage=PcinitiateMessage [_requests=[Requests [_lsp=Lsp [_plspId=PlspId &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=110&amp;#93;&lt;/span&gt;, _delegate=true, _remove=false, augmentation=[]], _srp=Srp [_operationId=SrpIdNumber &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=6&amp;#93;&lt;/span&gt;, _processingRule=true, augmentation=[Srp1 &lt;span class=&quot;error&quot;&gt;&amp;#91;_remove=true&amp;#93;&lt;/span&gt;]], augmentation=[]]], _version=ProtocolVersion &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=1&amp;#93;&lt;/span&gt;, augmentation=[]], augmentation=[]]&lt;br/&gt;
io.netty.handler.codec.EncoderException: java.lang.NullPointerException&lt;br/&gt;
	at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:125)&lt;span class=&quot;error&quot;&gt;&amp;#91;119:io.netty.codec:4.0.26.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:705)&lt;span class=&quot;error&quot;&gt;&amp;#91;93:io.netty.transport:4.0.26.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.access$1900(AbstractChannelHandlerContext.java:32)&lt;span class=&quot;error&quot;&gt;&amp;#91;93:io.netty.transport:4.0.26.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.write(AbstractChannelHandlerContext.java:980)&lt;span class=&quot;error&quot;&gt;&amp;#91;93:io.netty.transport:4.0.26.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext$WriteAndFlushTask.write(AbstractChannelHandlerContext.java:1032)&lt;span class=&quot;error&quot;&gt;&amp;#91;93:io.netty.transport:4.0.26.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.run(AbstractChannelHandlerContext.java:965)&lt;span class=&quot;error&quot;&gt;&amp;#91;93:io.netty.transport:4.0.26.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:357)&lt;span class=&quot;error&quot;&gt;&amp;#91;94:io.netty.common:4.0.26.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357)&lt;span class=&quot;error&quot;&gt;&amp;#91;93:io.netty.transport:4.0.26.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:111)&lt;span class=&quot;error&quot;&gt;&amp;#91;94:io.netty.common:4.0.26.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137)&lt;span class=&quot;error&quot;&gt;&amp;#91;94:io.netty.common:4.0.26.Final&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.7.0_60&amp;#93;&lt;/span&gt;&lt;br/&gt;
Caused by: java.lang.NullPointerException&lt;br/&gt;
	at org.opendaylight.protocol.pcep.sync.optimizations.SyncOptimizationsLspObjectParser.serializeTlvs(SyncOptimizationsLspObjectParser.java:32)&lt;span class=&quot;error&quot;&gt;&amp;#91;227:org.opendaylight.bgpcep.pcep-ietf-stateful07:0.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.protocol.pcep.ietf.stateful07.Stateful07LspObjectParser.serializeObject(Stateful07LspObjectParser.java:125)&lt;span class=&quot;error&quot;&gt;&amp;#91;227:org.opendaylight.bgpcep.pcep-ietf-stateful07:0.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.protocol.pcep.spi.pojo.SimpleObjectRegistry.serializeObject(SimpleObjectRegistry.java:77)&lt;span class=&quot;error&quot;&gt;&amp;#91;215:org.opendaylight.bgpcep.pcep-spi:0.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.protocol.pcep.spi.AbstractMessageParser.serializeObject(AbstractMessageParser.java:73)&lt;span class=&quot;error&quot;&gt;&amp;#91;215:org.opendaylight.bgpcep.pcep-spi:0.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.protocol.pcep.ietf.initiated00.CInitiated00PCInitiateMessageParser.serializeRequest(CInitiated00PCInitiateMessageParser.java:61)&lt;span class=&quot;error&quot;&gt;&amp;#91;227:org.opendaylight.bgpcep.pcep-ietf-stateful07:0.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.protocol.pcep.ietf.initiated00.CInitiated00PCInitiateMessageParser.serializeMessage(CInitiated00PCInitiateMessageParser.java:54)&lt;span class=&quot;error&quot;&gt;&amp;#91;227:org.opendaylight.bgpcep.pcep-ietf-stateful07:0.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.protocol.pcep.spi.pojo.SimpleMessageRegistry.serializeMessage(SimpleMessageRegistry.java:60)&lt;span class=&quot;error&quot;&gt;&amp;#91;215:org.opendaylight.bgpcep.pcep-spi:0.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.protocol.pcep.impl.PCEPMessageToByteEncoder.encode(PCEPMessageToByteEncoder.java:38)&lt;span class=&quot;error&quot;&gt;&amp;#91;216:org.opendaylight.bgpcep.pcep-impl:0.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.protocol.pcep.impl.PCEPMessageToByteEncoder.encode(PCEPMessageToByteEncoder.java:24)&lt;span class=&quot;error&quot;&gt;&amp;#91;216:org.opendaylight.bgpcep.pcep-impl:0.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107)&lt;span class=&quot;error&quot;&gt;&amp;#91;119:io.netty.codec:4.0.26.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	... 10 more&lt;br/&gt;
2015-09-01 13:45:16,067 | DEBUG | oupCloseable-6-5 | PCEPRequest                      | 230 - org.opendaylight.bgpcep.pcep-topology-provider - 0.5.0.SNAPSHOT | Request went from UNSENT to DONE&lt;br/&gt;
2015-09-01 13:45:16,067 | INFO  | oupCloseable-6-5 | AbstractTopologySessionListener  | 230 - org.opendaylight.bgpcep.pcep-topology-provider - 0.5.0.SNAPSHOT | Failed to send request SrpIdNumber &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=6&amp;#93;&lt;/span&gt;, instruction cancelled&lt;br/&gt;
io.netty.handler.codec.EncoderException: java.lang.NullPointerException&lt;br/&gt;
	at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:125)&lt;span class=&quot;error&quot;&gt;&amp;#91;119:io.netty.codec:4.0.26.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:705)&lt;span class=&quot;error&quot;&gt;&amp;#91;93:io.netty.transport:4.0.26.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.access$1900(AbstractChannelHandlerContext.java:32)&lt;span class=&quot;error&quot;&gt;&amp;#91;93:io.netty.transport:4.0.26.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.write(AbstractChannelHandlerContext.java:980)&lt;span class=&quot;error&quot;&gt;&amp;#91;93:io.netty.transport:4.0.26.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext$WriteAndFlushTask.write(AbstractChannelHandlerContext.java:1032)&lt;span class=&quot;error&quot;&gt;&amp;#91;93:io.netty.transport:4.0.26.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.run(AbstractChannelHandlerContext.java:965)&lt;span class=&quot;error&quot;&gt;&amp;#91;93:io.netty.transport:4.0.26.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:357)&lt;span class=&quot;error&quot;&gt;&amp;#91;94:io.netty.common:4.0.26.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357)&lt;span class=&quot;error&quot;&gt;&amp;#91;93:io.netty.transport:4.0.26.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:111)&lt;span class=&quot;error&quot;&gt;&amp;#91;94:io.netty.common:4.0.26.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137)&lt;span class=&quot;error&quot;&gt;&amp;#91;94:io.netty.common:4.0.26.Final&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.7.0_60&amp;#93;&lt;/span&gt;&lt;br/&gt;
Caused by: java.lang.NullPointerException&lt;br/&gt;
	at org.opendaylight.protocol.pcep.sync.optimizations.SyncOptimizationsLspObjectParser.serializeTlvs(SyncOptimizationsLspObjectParser.java:32)&lt;span class=&quot;error&quot;&gt;&amp;#91;227:org.opendaylight.bgpcep.pcep-ietf-stateful07:0.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.protocol.pcep.ietf.stateful07.Stateful07LspObjectParser.serializeObject(Stateful07LspObjectParser.java:125)&lt;span class=&quot;error&quot;&gt;&amp;#91;227:org.opendaylight.bgpcep.pcep-ietf-stateful07:0.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.protocol.pcep.spi.pojo.SimpleObjectRegistry.serializeObject(SimpleObjectRegistry.java:77)&lt;span class=&quot;error&quot;&gt;&amp;#91;215:org.opendaylight.bgpcep.pcep-spi:0.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.protocol.pcep.spi.AbstractMessageParser.serializeObject(AbstractMessageParser.java:73)&lt;span class=&quot;error&quot;&gt;&amp;#91;215:org.opendaylight.bgpcep.pcep-spi:0.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.protocol.pcep.ietf.initiated00.CInitiated00PCInitiateMessageParser.serializeRequest(CInitiated00PCInitiateMessageParser.java:61)&lt;span class=&quot;error&quot;&gt;&amp;#91;227:org.opendaylight.bgpcep.pcep-ietf-stateful07:0.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.protocol.pcep.ietf.initiated00.CInitiated00PCInitiateMessageParser.serializeMessage(CInitiated00PCInitiateMessageParser.java:54)&lt;span class=&quot;error&quot;&gt;&amp;#91;227:org.opendaylight.bgpcep.pcep-ietf-stateful07:0.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.protocol.pcep.spi.pojo.SimpleMessageRegistry.serializeMessage(SimpleMessageRegistry.java:60)&lt;span class=&quot;error&quot;&gt;&amp;#91;215:org.opendaylight.bgpcep.pcep-spi:0.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.protocol.pcep.impl.PCEPMessageToByteEncoder.encode(PCEPMessageToByteEncoder.java:38)&lt;span class=&quot;error&quot;&gt;&amp;#91;216:org.opendaylight.bgpcep.pcep-impl:0.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.protocol.pcep.impl.PCEPMessageToByteEncoder.encode(PCEPMessageToByteEncoder.java:24)&lt;span class=&quot;error&quot;&gt;&amp;#91;216:org.opendaylight.bgpcep.pcep-impl:0.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107)&lt;span class=&quot;error&quot;&gt;&amp;#91;119:io.netty.codec:4.0.26.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	... 10 more&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="23515">BGPCEP-275</key>
            <summary>unable to update or remove LSPs in ODL master</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="milos.fabian@pantheon.tech">Milos Fabian</assignee>
                                    <reporter username="giheron@cisco.com">Giles Heron</reporter>
                        <labels>
                    </labels>
                <created>Tue, 1 Sep 2015 20:46:25 +0000</created>
                <updated>Sun, 3 Mar 2019 11:50:30 +0000</updated>
                            <resolved>Thu, 3 Sep 2015 08:24:47 +0000</resolved>
                                    <version>Bugzilla Migration</version>
                                    <fixVersion>Bugzilla Migration</fixVersion>
                                    <component>PCEP</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="45133" author="milos.fabian@pantheon.tech" created="Wed, 2 Sep 2015 08:38:39 +0000"  >&lt;p&gt;Proposed fix:&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/26316/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/26316/&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>4230</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=4230]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10206" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Issue Type</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10300"><![CDATA[Bug]]></customfieldvalue>

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

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

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