<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:25:19 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>[NEUTRON-14] Failed to use Neutron northbound interface.</title>
                <link>https://jira.opendaylight.org/browse/NEUTRON-14</link>
                <project id="10145" key="NEUTRON">neutron</project>
                    <description>&lt;p&gt;I failed to use Neutron northbound interface when I installed &quot;odl-adsal-compatibility&quot; before installed &quot;odl-adsal-northbound&quot;.&lt;br/&gt;
For example, GET requests for neutron/networks returned the response code 500 (Internal Server Error) and an error message, although it should return the response code 200 and network information.&lt;/p&gt;

&lt;p&gt;curl --user &quot;admin&quot;:&quot;admin&quot; -H &quot;Accept: application/json&quot; -H \&lt;br/&gt;
    &quot;Content-type: application/json&quot; -X GET \&lt;br/&gt;
    &lt;a href=&quot;http://localhost:8080/controller/nb/v2/neutron/networks&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8080/controller/nb/v2/neutron/networks&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I observed this issue on both Helium and Helium SU1.&lt;/p&gt;


&lt;p&gt;When I sent a GET request to Neutron interface, Helium output the following ERROR message into karaf.log.&lt;/p&gt;

&lt;p&gt;ERROR | -bio-8080-exec-1 | &lt;span class=&quot;error&quot;&gt;&amp;#91;/controller/nb/v2/neutron&amp;#93;&lt;/span&gt;      | 309 - org.apache.juli.extras - 7.0.53.v201406060720 | StandardWrapper.Throwable&lt;br/&gt;
java.lang.NoClassDefFoundError: org/eclipse/persistence/jaxb/rs/MOXyJsonProvider&lt;/p&gt;


&lt;p&gt;How to reproduce the issue&lt;br/&gt;
==========================&lt;/p&gt;

&lt;p&gt; 1. Run Karaf.&lt;/p&gt;

&lt;p&gt;    $ bin/karaf&lt;/p&gt;

&lt;p&gt; 2. Install VTN features.&lt;/p&gt;

&lt;p&gt;    feature:install odl-adsal-compatibility&lt;br/&gt;
    feature:install odl-adsal-northbound&lt;/p&gt;


&lt;p&gt; 3. Send a GET request to Neutron interface.&lt;br/&gt;
    curl --user &quot;admin&quot;:&quot;admin&quot; -H &quot;Accept: application/json&quot; -H \&lt;br/&gt;
        &quot;Content-type: application/json&quot; -X GET \&lt;br/&gt;
        &lt;a href=&quot;http://localhost:8080/controller/nb/v2/neutron/networks&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8080/controller/nb/v2/neutron/networks&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The expected response message of the GET request is as follows:&lt;/p&gt;

    {
       &quot;networks&quot; : [ ]
    }


&lt;p&gt;The odd thing is that if I install just &quot;odl-adsal-northbound&quot;, I successfully access the Neutron northbound interface.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="26576">NEUTRON-14</key>
            <summary>Failed to use Neutron northbound interface.</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="-1">Unassigned</assignee>
                                    <reporter username="Hideyuki1985">Hideyuki Tai</reporter>
                        <labels>
                    </labels>
                <created>Tue, 25 Nov 2014 22:05:51 +0000</created>
                <updated>Thu, 19 Oct 2017 21:25:29 +0000</updated>
                            <resolved>Tue, 19 May 2015 19:53:42 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="53271" author="bhaveshsingh.hsp@gmail.com" created="Fri, 5 Dec 2014 06:02:15 +0000"  >&lt;p&gt;Hi Hideyuki,&lt;/p&gt;

&lt;p&gt;I tried to reproduce the error as per your steps on my linux machine(Ubuntu12.04), but I am getting the result as per expected.&lt;/p&gt;

&lt;p&gt;root@tcs-ThinkCentre-M91P:~# curl --user &quot;admin&quot;:&quot;admin&quot; -H &quot;Accept: application/json&quot; -H &quot;Content-type: application/json&quot; -X GET &lt;a href=&quot;http://localhost:8080/controller/nb/v2/neutron/networks&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8080/controller/nb/v2/neutron/networks&lt;/a&gt;&lt;br/&gt;
{&lt;br/&gt;
   &quot;networks&quot; : [ ]&lt;br/&gt;
}root@tcs-ThinkCentre-M91P:~#&lt;/p&gt;</comment>
                            <comment id="53272" author="rmoats@us.ibm.com" created="Tue, 17 Feb 2015 15:35:21 +0000"  >&lt;p&gt;Moving from current project to neutron&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="26430">VTN-50</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <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>2441</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=2441]]></customfieldvalue>

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

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