<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:32:39 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-498] ava.lang.NullPointerException on Openflow plugin</title>
                <link>https://jira.opendaylight.org/browse/OPNFLWPLUG-498</link>
                <project id="10155" key="OPNFLWPLUG">OpenFlowPlugin</project>
                    <description>&lt;p&gt;Environment:&lt;br/&gt;
Build#Lithium-RC0&lt;br/&gt;
Switch -Ovsk 2.3.0/Cpqd&lt;/p&gt;

&lt;p&gt;Problem:&lt;br/&gt;
TicketFinisherImpl   failed and thrown with NullpointerException.&lt;/p&gt;

&lt;p&gt;Exception snip&lt;br/&gt;
==========&lt;br/&gt;
light.inventory.rev130819.nodes.Node, path=[org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.Nodes, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node[key=NodeKey [_id=Uri &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=openflow:3&amp;#93;&lt;/span&gt;]]]}&lt;br/&gt;
2015-06-09 15:03:29,624 | WARN  | OFmsgProcessor-3 | TicketProcessorFactoryImpl       | 230 - org.opendaylight.openflowplugin - 0.1.0.Lithium-RC0 | translation problem: null&lt;br/&gt;
2015-06-09 15:03:29,624 | WARN  | OFmsgFinisher-0  | TicketFinisherImpl               | 230 - org.opendaylight.openflowplugin - 0.1.0.Lithium-RC0 | processing (translate, publish) of ticket failed&lt;br/&gt;
java.util.concurrent.ExecutionException: java.lang.NullPointerException&lt;br/&gt;
        at com.google.common.util.concurrent.AbstractFuture$Sync.getValue(AbstractFuture.java:299)&lt;span class=&quot;error&quot;&gt;&amp;#91;37:com.google.guava:18.0.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at com.google.common.util.concurrent.AbstractFuture$Sync.get(AbstractFuture.java:286)&lt;span class=&quot;error&quot;&gt;&amp;#91;37:com.google.guava:18.0.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:116)&lt;span class=&quot;error&quot;&gt;&amp;#91;37:com.google.guava:18.0.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.openflowplugin.openflow.md.queue.TicketFinisherImpl.run(TicketFinisherImpl.java:50)&lt;span class=&quot;error&quot;&gt;&amp;#91;230:org.opendaylight.openflowplugin:0.1.0.Lithium-RC0&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_75&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_75&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_75&amp;#93;&lt;/span&gt;&lt;br/&gt;
Caused by: java.lang.NullPointerException&lt;br/&gt;
        at org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.ActionConvertor.toMDSalActions(ActionConvertor.java:944)&lt;span class=&quot;error&quot;&gt;&amp;#91;230:org.opendaylight.openflowplugin:0.1.0.Lithium-RC0&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.OFToMDSalFlowConvertor.toSALInstruction(OFToMDSalFlowConvertor.java:71)&lt;span class=&quot;error&quot;&gt;&amp;#91;230:org.opendaylight.openflowplugin:0.1.0.Lithium-RC0&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.FlowStatsResponseConvertor.toSALFlowStats(FlowStatsResponseConvertor.java:103)&lt;span class=&quot;error&quot;&gt;&amp;#91;230:org.opendaylight.openflowplugin:0.1.0.Lithium-RC0&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.FlowStatsResponseConvertor.toSALFlowStatsList(FlowStatsResponseConvertor.java:49)&lt;span class=&quot;error&quot;&gt;&amp;#91;230:org.opendaylight.openflowplugin:0.1.0.Lithium-RC0&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.openflowplugin.openflow.md.core.translator.MultipartReplyTranslator.translate(MultipartReplyTranslator.java:134)&lt;span class=&quot;error&quot;&gt;&amp;#91;230:org.opendaylight.openflowplugin:0.1.0.Lithium-RC0&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.openflowplugin.openflow.md.core.translator.MultipartReplyTranslator.translate(MultipartReplyTranslator.java:105)&lt;span class=&quot;error&quot;&gt;&amp;#91;230:org.opendaylight.openflowplugin:0.1.0.Lithium-RC0&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.openflowplugin.openflow.md.queue.TicketProcessorFactoryImpl.translate(TicketProcessorFactoryImpl.java:164)&lt;span class=&quot;error&quot;&gt;&amp;#91;230:org.opendaylight.openflowplugin:0.1.0.Lithium-RC0&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.openflowplugin.openflow.md.queue.TicketProcessorFactoryImpl$1.run(TicketProcessorFactoryImpl.java:76)&lt;span class=&quot;error&quot;&gt;&amp;#91;230:org.opendaylight.openflowplugin:0.1.0.Lithium-RC0&amp;#93;&lt;/span&gt;&lt;br/&gt;
        ... 3 more&lt;br/&gt;
2015-06-09 15:03:32,662 | WARN  | OFmsgProcessor-2 | TicketProcessorFactoryImpl       | 230 - org.opendaylight.openflowplugin - 0.1.0.Lithium-RC0 | translation problem: null&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="27766">OPNFLWPLUG-498</key>
            <summary>ava.lang.NullPointerException on Openflow plugin</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="10003">Cannot Reproduce</resolution>
                                        <assignee username="hariharan_sethuraman@dell.com">Hariharan Sethuraman</assignee>
                                    <reporter username="vasanthan_balasubram@dell.com">Vasanthan Balasubramaniyan</reporter>
                        <labels>
                    </labels>
                <created>Tue, 9 Jun 2015 10:02:14 +0000</created>
                <updated>Mon, 27 Sep 2021 09:01:35 +0000</updated>
                            <resolved>Mon, 3 Oct 2016 14:19:55 +0000</resolved>
                                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                                                                <comments>
                            <comment id="57071" author="mirehak@cisco.com" created="Tue, 9 Jun 2015 11:59:14 +0000"  >&lt;p&gt;Hi,&lt;br/&gt;
could you provide more info? What messages were received from device at that time?&lt;/p&gt;

&lt;p&gt;Thank you.&lt;/p&gt;</comment>
                            <comment id="57072" author="vasanthan_balasubram@dell.com" created="Tue, 9 Jun 2015 12:16:17 +0000"  >&lt;p&gt;(In reply to michal rehak from comment #1)&lt;br/&gt;
&amp;gt; Hi,&lt;br/&gt;
&amp;gt; could you provide more info? What messages were received from device at that&lt;br/&gt;
&amp;gt; time?&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; Thank you.&lt;/p&gt;


&lt;p&gt;This is exception generated during tsdr automation execution.&lt;/p&gt;

&lt;p&gt;Automation steps are,&lt;br/&gt;
1.Start the mininet topology&lt;br/&gt;
2.Waiting for tsdr metrics collection (basically it will poll data from mdsal-stats)&lt;br/&gt;
3.Stop the mininet topology&lt;br/&gt;
This above 3 step executed continous 5 times without stopping the controller.&lt;/p&gt;

&lt;p&gt;Whenever stop and start mininet topology,this NPE started to thrown.&lt;/p&gt;</comment>
                            <comment id="57073" author="jgloncak" created="Thu, 11 Jun 2015 07:42:09 +0000"  >&lt;p&gt;Can you also specify what are tsdr metrics?&lt;/p&gt;

&lt;p&gt;Just to be sure. &lt;/p&gt;

&lt;p&gt;Are you using feature odl-openflowplugin-flow-services-ui?&lt;/p&gt;

&lt;p&gt;I started odl-openflowplugin-flow-services-ui.&lt;br/&gt;
Then I started mininet with cpqd.&lt;br/&gt;
I let it run (without no interaction, no data puting, posting) for a while (approximately 1 minute).&lt;br/&gt;
After shutdown I couldn&apos;t see error reported by you - &amp;gt;&amp;gt;processing (translate, publish) of ticket failed&amp;lt;&amp;lt;&lt;/p&gt;</comment>
                            <comment id="57074" author="abhijit2511" created="Tue, 10 Nov 2015 19:50:59 +0000"  >&lt;p&gt;Hari - can you look at this when you get free? Can be after M5 if you are pressed for time.&lt;/p&gt;</comment>
                            <comment id="57075" author="miroslav.macko" created="Mon, 3 Oct 2016 14:19:55 +0000"  >&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;Closing because of no activity for the long time. Please reopen if it still valid and needed.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Miro&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>3637</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=3637]]></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|i031iv:</customfieldvalue>

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