<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:13:10 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-473] PCErr generated while parsing of received PCRpt message is not sent out</title>
                <link>https://jira.opendaylight.org/browse/BGPCEP-473</link>
                <project id="10108" key="BGPCEP">bgpcep</project>
                    <description>&lt;p&gt;While trying to verify fix for &lt;a href=&quot;https://bugs.opendaylight.org/show_bug.cgi?id=5731&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://bugs.opendaylight.org/show_bug.cgi?id=5731&lt;/a&gt;, noticed that when PCRpt with missing LSP-IDENTIFIERS TLV is received, error message with type=6 value=11 is generated now, but it is not getting sent out (i.e. not seem in wireshark capture)&lt;/p&gt;

&lt;p&gt;On further debugging by adding more log messages etc., it is seen that below exception is received when trying to send the message out, because of which it fails&lt;/p&gt;

&lt;p&gt;2016-06-03 21:29:37,437 | INFO  | oupCloseable-6-3 | Stateful07PCReportMessageParser  | 298 - org.opendaylight.bgpcep.pcep-ietf-stateful07 - 0.5.2.Beryllium-SR2 | &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; validateLsp: creating error message...&lt;br/&gt;
2016-06-03 21:29:37,443 | INFO  | oupCloseable-6-3 | Stateful07PCReportMessageParser  | 298 - org.opendaylight.bgpcep.pcep-ietf-stateful07 - 0.5.2.Beryllium-SR2 | &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; getValidReports: object is Ero [_subobject=[Subobject [_subobjectType=IpPrefixCase [_ipPrefix=IpPrefix [_ipPrefix=IpPrefix [_ipv4Prefix=Ipv4Prefix &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=1.1.1.1/32&amp;#93;&lt;/span&gt;, _value=&lt;span class=&quot;error&quot;&gt;&amp;#91;1, ., 1, ., 1, ., 1, /, 3, 2&amp;#93;&lt;/span&gt;], augmentation=[]], augmentation=[]], _loose=false, augmentation=[]]], _ignore=false, _processingRule=false, augmentation=[]]&lt;br/&gt;
2016-06-03 21:29:37,443 | INFO  | oupCloseable-6-3 | Stateful07PCReportMessageParser  | 298 - org.opendaylight.bgpcep.pcep-ietf-stateful07 - 0.5.2.Beryllium-SR2 | &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; validateLsp: here1&lt;br/&gt;
2016-06-03 21:29:37,443 | INFO  | oupCloseable-6-3 | Stateful07PCReportMessageParser  | 298 - org.opendaylight.bgpcep.pcep-ietf-stateful07 - 0.5.2.Beryllium-SR2 | &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; validateLsp: here3&lt;br/&gt;
2016-06-03 21:29:37,444 | INFO  | oupCloseable-6-3 | PCEPByteToMessageDecoder         | 289 - org.opendaylight.bgpcep.pcep-impl - 0.5.2.Beryllium-SR2 | &amp;gt;&amp;gt;&amp;gt; errors: [Pcerr [_pcerrMessage=PcerrMessage [_errors=[Errors [_errorObject=ErrorObject [_type=6, _value=11, augmentation=[]], augmentation=[]]], augmentation=[]], augmentation=[]], Pcerr [_pcerrMessage=PcerrMessage [_errors=[Errors [_errorObject=ErrorObject [_type=6, _value=8, augmentation=[]], augmentation=[]]], augmentation=[]], augmentation=[]]]&lt;br/&gt;
2016-06-03 21:29:37,444 | INFO  | oupCloseable-6-3 | PCEPByteToMessageDecoder         | 289 - org.opendaylight.bgpcep.pcep-impl - 0.5.2.Beryllium-SR2 | &amp;gt;&amp;gt;&amp;gt; handling error messages...&lt;br/&gt;
2016-06-03 21:29:37,444 | INFO  | oupCloseable-6-3 | PCEPByteToMessageDecoder         | 289 - org.opendaylight.bgpcep.pcep-impl - 0.5.2.Beryllium-SR2 | &amp;gt;&amp;gt;&amp;gt; handling error message Pcerr [_pcerrMessage=PcerrMessage [_errors=[Errors [_errorObject=ErrorObject [_type=6, _value=11, augmentation=[]], augmentation=[]]], augmentation=[]], augmentation=[]]&lt;br/&gt;
2016-06-03 21:29:37,445 | INFO  | oupCloseable-6-3 | PCEPByteToMessageDecoder         | 289 - org.opendaylight.bgpcep.pcep-impl - 0.5.2.Beryllium-SR2 | Failed to send message&lt;br/&gt;
java.lang.UnsupportedOperationException: unsupported message type: PcerrBuilder$PcerrImpl (expected: ByteBuf, FileRegion)&lt;br/&gt;
        at io.netty.channel.nio.AbstractNioByteChannel.filterOutboundMessage(AbstractNioByteChannel.java:282)&lt;span class=&quot;error&quot;&gt;&amp;#91;53:io.netty.transport:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannel$AbstractUnsafe.write(AbstractChannel.java:711)&lt;span class=&quot;error&quot;&gt;&amp;#91;53:io.netty.transport:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.DefaultChannelPipeline$HeadContext.write(DefaultChannelPipeline.java:1122)&lt;span class=&quot;error&quot;&gt;&amp;#91;53:io.netty.transport:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:643)&lt;span class=&quot;error&quot;&gt;&amp;#91;53:io.netty.transport:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:700)&lt;span class=&quot;error&quot;&gt;&amp;#91;53:io.netty.transport:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:636)&lt;span class=&quot;error&quot;&gt;&amp;#91;53:io.netty.transport:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:622)&lt;span class=&quot;error&quot;&gt;&amp;#91;53:io.netty.transport:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.protocol.pcep.impl.PCEPByteToMessageDecoder.decode(PCEPByteToMessageDecoder.java:66)&lt;span class=&quot;error&quot;&gt;&amp;#91;289:org.opendaylight.bgpcep.pcep-impl:0.5.2.Beryllium-SR2&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:360)&lt;span class=&quot;error&quot;&gt;&amp;#91;54:io.netty.codec:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:244)&lt;span class=&quot;error&quot;&gt;&amp;#91;54:io.netty.codec:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:318)&lt;span class=&quot;error&quot;&gt;&amp;#91;53:io.netty.transport:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:304)&lt;span class=&quot;error&quot;&gt;&amp;#91;53:io.netty.transport:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:276)&lt;span class=&quot;error&quot;&gt;&amp;#91;54:io.netty.codec:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:263)&lt;span class=&quot;error&quot;&gt;&amp;#91;54:io.netty.codec:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:318)&lt;span class=&quot;error&quot;&gt;&amp;#91;53:io.netty.transport:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:304)&lt;span class=&quot;error&quot;&gt;&amp;#91;53:io.netty.transport:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)&lt;span class=&quot;error&quot;&gt;&amp;#91;53:io.netty.transport:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)&lt;span class=&quot;error&quot;&gt;&amp;#91;53:io.netty.transport:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)&lt;span class=&quot;error&quot;&gt;&amp;#91;53:io.netty.transport:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)&lt;span class=&quot;error&quot;&gt;&amp;#91;53:io.netty.transport:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)&lt;span class=&quot;error&quot;&gt;&amp;#91;53:io.netty.transport:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)&lt;span class=&quot;error&quot;&gt;&amp;#91;53:io.netty.transport:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)&lt;span class=&quot;error&quot;&gt;&amp;#91;52:io.netty.common:4.0.33.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;52:io.netty.common:4.0.33.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_95&amp;#93;&lt;/span&gt;&lt;br/&gt;
2016-06-03 21:29:37,446 | INFO  | oupCloseable-6-3 | PCEPByteToMessageDecoder         | 289 - org.opendaylight.bgpcep.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="23713">BGPCEP-473</key>
            <summary>PCErr generated while parsing of received PCRpt message is not sent out</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>Fri, 3 Jun 2016 22:43:47 +0000</created>
                <updated>Sun, 3 Mar 2019 11:49:46 +0000</updated>
                            <resolved>Wed, 8 Jun 2016 09:46:19 +0000</resolved>
                                    <version>Bugzilla Migration</version>
                                    <fixVersion>Bugzilla Migration</fixVersion>
                                    <component>PCEP</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="45667" author="ajayl.bro@gmail.com" created="Tue, 7 Jun 2016 18:13:13 +0000"  >&lt;p&gt;master = &lt;a href=&quot;https://git.opendaylight.org/gerrit/39969&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/39969&lt;/a&gt;&lt;br/&gt;
stable/beryllium = &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/39970&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/39970&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>6005</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=6005]]></customfieldvalue>

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

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