<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:31:55 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-233] RESTCONF POST fails with java.lang.IllegalArgumentException (Child is not present in tree)</title>
                <link>https://jira.opendaylight.org/browse/OPNFLWPLUG-233</link>
                <project id="10155" key="OPNFLWPLUG">OpenFlowPlugin</project>
                    <description>&lt;p&gt;While trying to install a Flow using RESTCONF with the following &lt;br/&gt;
POST data : &lt;a href=&quot;https://gist.github.com/mavenugo/cec685c166ffa695dded&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://gist.github.com/mavenugo/cec685c166ffa695dded&lt;/a&gt;&lt;br/&gt;
POST URL : &lt;a href=&quot;http://localhost:8080/restconf/config/opendaylight-inventory:nodes/node/openflow:165173587440207/table/0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8080/restconf/config/opendaylight-inventory:nodes/node/openflow:165173587440207/table/0&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Error : &lt;a href=&quot;https://gist.github.com/e474e0374e6b0e285a11&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://gist.github.com/e474e0374e6b0e285a11&lt;/a&gt;&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Mac OS&lt;br/&gt;
Platform: PC&lt;/p&gt;</environment>
        <key id="27501">OPNFLWPLUG-233</key>
            <summary>RESTCONF POST fails with java.lang.IllegalArgumentException (Child is not present in tree)</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="mavenugo@gmail.com">Madhu Venugopal</assignee>
                                    <reporter username="mavenugo@gmail.com">Madhu Venugopal</reporter>
                        <labels>
                    </labels>
                <created>Tue, 12 Aug 2014 05:32:20 +0000</created>
                <updated>Mon, 27 Sep 2021 09:01:16 +0000</updated>
                            <resolved>Mon, 15 Jun 2015 16:28:48 +0000</resolved>
                                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                                                                <comments>
                            <comment id="55977" author="jgloncak" created="Tue, 12 Aug 2014 10:52:14 +0000"  >&lt;p&gt;I think that this problem was solved with patch set&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/9684/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/9684/&lt;/a&gt; which was merged on 11AUG2014&lt;/p&gt;

&lt;p&gt;I downloaded latest ODL distribution and tried to replicate your problem. Because models openflowplugin-extension-nicira-action and openflowplugin-extension-general are missing in ODL I got error&lt;/p&gt;

&lt;p&gt;&amp;lt;errors xmlns=&quot;urn:ietf:params:xml:ns:yang:ietf-restconf&quot;&amp;gt;&lt;br/&gt;
&amp;lt;error&amp;gt;&lt;br/&gt;
&amp;lt;error-type&amp;gt;application&amp;lt;/error-type&amp;gt;&lt;br/&gt;
&amp;lt;error-tag&amp;gt;unknown-element&amp;lt;/error-tag&amp;gt;&lt;br/&gt;
&amp;lt;error-message&amp;gt;Schema node &quot;nx-reg-load&quot; was not found in module.&amp;lt;/error-message&amp;gt;&lt;br/&gt;
&amp;lt;/error&amp;gt;&lt;br/&gt;
&amp;lt;/errors&amp;gt;&lt;/p&gt;

&lt;p&gt;therefore I deleted subtrees&lt;/p&gt;

&lt;p&gt;&amp;lt;nx-reg-load xmlns=&quot;urn:opendaylight:openflowplugin:extension:nicira:action&quot;&amp;gt;&lt;br/&gt;
&amp;lt;dst&amp;gt;&lt;br/&gt;
&amp;lt;nx-reg xmlns:nxSB=&quot;urn:opendaylight:openflowjava:nx:match&quot;&amp;gt;nxSB:nxm-nx-reg0&amp;lt;/nx-reg&amp;gt;&lt;br/&gt;
&amp;lt;start&amp;gt;0&amp;lt;/start&amp;gt;&lt;br/&gt;
&amp;lt;end&amp;gt;5&amp;lt;/end&amp;gt;&lt;br/&gt;
&amp;lt;/dst&amp;gt;&lt;br/&gt;
&amp;lt;value&amp;gt;55&amp;lt;/value&amp;gt;&lt;br/&gt;
&amp;lt;/nx-reg-load&amp;gt;&lt;/p&gt;

&lt;p&gt;and &lt;/p&gt;

&lt;p&gt;&amp;lt;extension-list xmlns=&quot;urn:opendaylight:openflowplugin:extension:general&quot;&amp;gt;&lt;br/&gt;
&amp;lt;extension-key xmlns:nxNB=&quot;urn:opendaylight:openflowplugin:extension:nicira:match&quot;&amp;gt;nxNB:nxm-nx-reg0-key&amp;lt;/extension-key&amp;gt;&lt;br/&gt;
&amp;lt;extension&amp;gt;&lt;br/&gt;
&amp;lt;nxm-nx-reg xmlns=&quot;urn:opendaylight:openflowplugin:extension:nicira:match&quot;&amp;gt;&lt;br/&gt;
&amp;lt;reg xmlns:nxSB=&quot;urn:opendaylight:openflowjava:nx:match&quot;&amp;gt;nxSB:nxm-nx-reg0&amp;lt;/reg&amp;gt;&lt;br/&gt;
&amp;lt;value&amp;gt;42&amp;lt;/value&amp;gt;&lt;br/&gt;
&amp;lt;/nxm-nx-reg&amp;gt;&lt;br/&gt;
&amp;lt;/extension&amp;gt;&lt;br/&gt;
&amp;lt;/extension-list&amp;gt;&lt;/p&gt;

&lt;p&gt;and post finished successfuly.&lt;/p&gt;

&lt;p&gt;Please try to with ODL distribution which contains commit &lt;br/&gt;
&lt;a href=&quot;https://jira.opendaylight.org/browse/CONTROLLER-547&quot; title=&quot;Test migrated sal-rest-connector to not break REST APIs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CONTROLLER-547&quot;&gt;&lt;del&gt;CONTROLLER-547&lt;/del&gt;&lt;/a&gt; - problem to post list data (mentioned above)&lt;/p&gt;</comment>
                            <comment id="55978" author="abhijit2511" created="Mon, 18 Aug 2014 14:43:28 +0000"  >&lt;p&gt;Jozef - can u mark it as fixed?&lt;/p&gt;</comment>
                            <comment id="55979" author="jgloncak" created="Tue, 19 Aug 2014 05:16:07 +0000"  >&lt;p&gt;(In reply to Abhijit Kumbhare from comment #2)&lt;br/&gt;
&amp;gt; Jozef - can u mark it as fixed?&lt;/p&gt;

&lt;p&gt;I am waiting for response from Madhu. I do not know if his problem still persists or if it was solved by steps which I described.&lt;/p&gt;</comment>
                            <comment id="55980" author="abhijit2511" created="Wed, 20 Aug 2014 14:55:19 +0000"  >&lt;p&gt;Madhu,&lt;/p&gt;

&lt;p&gt;Can you please respond on whether your problem persists or is solved after trying with the steps Jozef provided?&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Abhijit&lt;/p&gt;</comment>
                            <comment id="55981" author="abhijit2511" created="Tue, 2 Sep 2014 14:12:00 +0000"  >&lt;p&gt;Any update Madhu?&lt;/p&gt;</comment>
                            <comment id="55982" author="mavenugo@gmail.com" created="Tue, 2 Sep 2014 16:15:38 +0000"  >&lt;p&gt;Havent got a chance to test it out guys. Will do it today and update this bug.&lt;/p&gt;</comment>
                            <comment id="55983" author="abhijit2511" created="Mon, 22 Sep 2014 15:34:54 +0000"  >&lt;p&gt;Since Madhu has not had a chance to retest this for some time - assume this is not blocking for Helium September release &amp;amp; hence moving to Helium-1.&lt;/p&gt;</comment>
                            <comment id="55984" author="george.y.zhao@huawei.com" created="Mon, 19 Jan 2015 23:16:40 +0000"  >&lt;p&gt;move out of Helium-2&lt;/p&gt;</comment>
                            <comment id="55985" author="jluhrsen" created="Tue, 9 Jun 2015 21:29:46 +0000"  >&lt;p&gt;I&apos;m not really up to speed on how to use these extensions, but I do know that the same error reported here in the bug originally is no longer there.&lt;/p&gt;

&lt;p&gt;there is a malformed-message error though:&lt;/p&gt;

&lt;p&gt;{&lt;br/&gt;
    &quot;errors&quot;: {&lt;br/&gt;
        &quot;error&quot;: [&lt;/p&gt;
            {
                &quot;error-type&quot;: &quot;protocol&quot;,
                &quot;error-tag&quot;: &quot;malformed-message&quot;,
                &quot;error-message&quot;: &quot;Error parsing input: Unknown child(ren) node(s) detected, identified by: (urn:opendaylight:flow:inventory)barrier, in: list table&quot;
            }
&lt;p&gt;        ]&lt;br/&gt;
    }&lt;br/&gt;
}&lt;/p&gt;


&lt;p&gt;I&apos;m connecting with an OVS switch and using the same exact flow as given in this bug.&lt;/p&gt;

&lt;p&gt;I do see that the plugin now does have the models for openflowplugin-extension-nicira-action and openflowplugin-extension-general in the code base.&lt;/p&gt;

&lt;p&gt;that&apos;s all I can provide for now.&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>1526</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=1526]]></customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10202" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Priority</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10312"><![CDATA[High]]></customfieldvalue>

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

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