<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:33: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>[OPNFLWPLUG-701] NullPointerException in FlowRemovedTranslator</title>
                <link>https://jira.opendaylight.org/browse/OPNFLWPLUG-701</link>
                <project id="10155" key="OPNFLWPLUG">OpenFlowPlugin</project>
                    <description>&lt;p&gt;Version:&lt;br/&gt;
  master (db2760aa10bad041a6357b4af855b0a48bb1ea48)&lt;/p&gt;

&lt;p&gt;Steps to reproduce:&lt;/p&gt;

&lt;p&gt;  1. Start controller and OF10 switch.&lt;br/&gt;
  2. Disable statistics manager.&lt;/p&gt;

&lt;p&gt;     POST /restconf/operations/statistics-manager-control:change-statistics-work-mode&lt;br/&gt;
     Body: {&quot;input&quot;: {&quot;mode&quot;: FULLY_DISABLED}}&lt;/p&gt;

&lt;p&gt;  3. Install a flow entry into OF10 switch with specifying timeout and SEND_FLOW_REM flag.&lt;/p&gt;

&lt;p&gt;     POST /restconf/operations/sal-flow:add-flow&lt;br/&gt;
     Body:&lt;br/&gt;
       {&lt;br/&gt;
         &quot;input&quot;: {&lt;br/&gt;
           &quot;node&quot;: &quot;/opendaylight-inventory:nodes/opendaylight-inventory:node&lt;span class=&quot;error&quot;&gt;&amp;#91;opendaylight-inventory:id=\&amp;quot;openflow:1\&amp;quot;&amp;#93;&lt;/span&gt;&quot;,&lt;br/&gt;
           &quot;table_id&quot;: 0,&lt;br/&gt;
           &quot;idle-timeout&quot;: 10,&lt;br/&gt;
           &quot;hard-timeout&quot;: 0,&lt;br/&gt;
           &quot;priority&quot;: 10,&lt;br/&gt;
           &quot;match&quot;: {&lt;br/&gt;
             &quot;ethernet-match&quot;: { &quot;ethernet-type&quot;: &lt;/p&gt;
{ &quot;type&quot;: 2048 }
&lt;p&gt; },&lt;br/&gt;
             &quot;ip-match&quot;: &lt;/p&gt;
{ &quot;ip-protocol&quot;: 1 }
&lt;p&gt;,&lt;br/&gt;
             &quot;icmpv4-match&quot;: &lt;/p&gt;
{ &quot;icmpv4-type&quot;: 8, &quot;icmpv4-code&quot;: 0 }
&lt;p&gt;           },&lt;br/&gt;
           &quot;flags&quot;: &quot;SEND_FLOW_REM&quot;&lt;br/&gt;
         }&lt;br/&gt;
       }&lt;/p&gt;

&lt;p&gt;   4. Wait for the OF10 switch to send FLOW_REMOVED message.&lt;/p&gt;

&lt;p&gt;NPE is caused when FLOW_REMOVED message is received.&lt;/p&gt;

&lt;p&gt;2016-05-24 21:44:30,713 | WARN  | entLoopGroup-5-8 | DefaultChannelPipeline           | 132 - io.netty.common - 4.0.36.Final | An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.&lt;br/&gt;
java.lang.NullPointerException&lt;br/&gt;
	at org.opendaylight.openflowplugin.impl.translator.FlowRemovedTranslator.translate(FlowRemovedTranslator.java:33)&lt;span class=&quot;error&quot;&gt;&amp;#91;196:org.opendaylight.openflowplugin.impl:0.3.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.openflowplugin.impl.translator.FlowRemovedTranslator.translate(FlowRemovedTranslator.java:24)&lt;span class=&quot;error&quot;&gt;&amp;#91;196:org.opendaylight.openflowplugin.impl:0.3.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.openflowplugin.impl.device.DeviceContextImpl.processFlowRemovedMessage(DeviceContextImpl.java:401)&lt;span class=&quot;error&quot;&gt;&amp;#91;196:org.opendaylight.openflowplugin.impl:0.3.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.openflowplugin.impl.device.listener.OpenflowProtocolListenerFullImpl.onFlowRemovedMessage(OpenflowProtocolListenerFullImpl.java:70)&lt;span class=&quot;error&quot;&gt;&amp;#91;196:org.opendaylight.openflowplugin.impl:0.3.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.openflowjava.protocol.impl.core.connection.ConnectionAdapterImpl.consumeDeviceMessage(ConnectionAdapterImpl.java:117)&lt;span class=&quot;error&quot;&gt;&amp;#91;192:org.opendaylight.openflowjava.openflow-protocol-impl:0.8.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.openflowjava.protocol.impl.core.connection.AbstractConnectionAdapterStatistics.consume(AbstractConnectionAdapterStatistics.java:66)&lt;span class=&quot;error&quot;&gt;&amp;#91;192:org.opendaylight.openflowjava.openflow-protocol-impl:0.8.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.openflowjava.protocol.impl.core.connection.ConnectionAdapterImpl.consume(ConnectionAdapterImpl.java:43)&lt;span class=&quot;error&quot;&gt;&amp;#91;192:org.opendaylight.openflowjava.openflow-protocol-impl:0.8.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.openflowjava.protocol.impl.core.DelegatingInboundHandler.channelRead(DelegatingInboundHandler.java:46)&lt;span class=&quot;error&quot;&gt;&amp;#91;192:org.opendaylight.openflowjava.openflow-protocol-impl:0.8.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:292)&lt;span class=&quot;error&quot;&gt;&amp;#91;133:io.netty.transport:4.0.36.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:278)&lt;span class=&quot;error&quot;&gt;&amp;#91;133:io.netty.transport:4.0.36.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:86)&lt;span class=&quot;error&quot;&gt;&amp;#91;133:io.netty.transport:4.0.36.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.openflowjava.protocol.impl.core.connection.AbstractOutboundQueueManager.channelRead(AbstractOutboundQueueManager.java:195)&lt;span class=&quot;error&quot;&gt;&amp;#91;192:org.opendaylight.openflowjava.openflow-protocol-impl:0.8.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:292)&lt;span class=&quot;error&quot;&gt;&amp;#91;133:io.netty.transport:4.0.36.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:278)&lt;span class=&quot;error&quot;&gt;&amp;#91;133:io.netty.transport:4.0.36.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)&lt;span class=&quot;error&quot;&gt;&amp;#91;134:io.netty.codec:4.0.36.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:292)&lt;span class=&quot;error&quot;&gt;&amp;#91;133:io.netty.transport:4.0.36.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:278)&lt;span class=&quot;error&quot;&gt;&amp;#91;133:io.netty.transport:4.0.36.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:277)&lt;span class=&quot;error&quot;&gt;&amp;#91;134:io.netty.codec:4.0.36.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:264)&lt;span class=&quot;error&quot;&gt;&amp;#91;134:io.netty.codec:4.0.36.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:292)&lt;span class=&quot;error&quot;&gt;&amp;#91;133:io.netty.transport:4.0.36.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:278)&lt;span class=&quot;error&quot;&gt;&amp;#91;133:io.netty.transport:4.0.36.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:277)&lt;span class=&quot;error&quot;&gt;&amp;#91;134:io.netty.codec:4.0.36.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:264)&lt;span class=&quot;error&quot;&gt;&amp;#91;134:io.netty.codec:4.0.36.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:292)&lt;span class=&quot;error&quot;&gt;&amp;#91;133:io.netty.transport:4.0.36.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:278)&lt;span class=&quot;error&quot;&gt;&amp;#91;133:io.netty.transport:4.0.36.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:152)&lt;span class=&quot;error&quot;&gt;&amp;#91;136:io.netty.handler:4.0.36.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.openflowjava.protocol.impl.core.IdleHandler.channelRead(IdleHandler.java:39)&lt;span class=&quot;error&quot;&gt;&amp;#91;192:org.opendaylight.openflowjava.openflow-protocol-impl:0.8.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:292)&lt;span class=&quot;error&quot;&gt;&amp;#91;133:io.netty.transport:4.0.36.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:278)&lt;span class=&quot;error&quot;&gt;&amp;#91;133:io.netty.transport:4.0.36.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:962)&lt;span class=&quot;error&quot;&gt;&amp;#91;133:io.netty.transport:4.0.36.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;133:io.netty.transport:4.0.36.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:528)&lt;span class=&quot;error&quot;&gt;&amp;#91;133:io.netty.transport:4.0.36.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:485)&lt;span class=&quot;error&quot;&gt;&amp;#91;133:io.netty.transport:4.0.36.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:399)&lt;span class=&quot;error&quot;&gt;&amp;#91;133:io.netty.transport:4.0.36.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:366)&lt;span class=&quot;error&quot;&gt;&amp;#91;133:io.netty.transport:4.0.36.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;132:io.netty.common:4.0.36.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;132:io.netty.common:4.0.36.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.8.0_92&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="27969">OPNFLWPLUG-701</key>
            <summary>NullPointerException in FlowRemovedTranslator</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="-1">Unassigned</assignee>
                                    <reporter username="yasuda">Shigeru Yasuda</reporter>
                        <labels>
                    </labels>
                <created>Tue, 24 May 2016 12:56:35 +0000</created>
                <updated>Mon, 27 Sep 2021 09:01:49 +0000</updated>
                            <resolved>Wed, 8 Jun 2016 07:31:48 +0000</resolved>
                                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="57905" author="yasuda" created="Tue, 24 May 2016 12:57:40 +0000"  >&lt;p&gt;openflowplugin should not see table-id in OF10 FLOW_REMOVED message because it doesn&apos;t contain table ID.&lt;/p&gt;</comment>
                            <comment id="57906" author="yasuda" created="Tue, 24 May 2016 13:04:24 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/39345&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/39345&lt;/a&gt;  (master)&lt;/p&gt;</comment>
                            <comment id="57907" author="yasuda" created="Wed, 8 Jun 2016 00:42:27 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/39985&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/39985&lt;/a&gt;  (stable/beryllium)&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>5953</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=5953]]></customfieldvalue>

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

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