<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:25:22 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-32] feature:install odl-neutorn-service binds to the wrong eclipse.persistence bundle</title>
                <link>https://jira.opendaylight.org/browse/NEUTRON-32</link>
                <project id="10145" key="NEUTRON">neutron</project>
                    <description>&lt;p&gt;This issue only occurs if you feature:install odl-neutron-service on a running controller where some other feature has loaded an earlier version of org.eclipse.persistence.  If you load all features from featuresBoot this problem doesn&apos;t occur.&lt;/p&gt;

&lt;p&gt;To be clear, we package a controller which leverages feature:install so we are broken by this issue.&lt;/p&gt;

&lt;p&gt;See that northbound-api/pom.xml has an explicit Import-Package without a version specification.  We need the version specification added.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="26594">NEUTRON-32</key>
            <summary>feature:install odl-neutorn-service binds to the wrong eclipse.persistence bundle</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="jameshall03885@gmail.com">James Gregory Hall</assignee>
                                    <reporter username="jameshall03885@gmail.com">James Gregory Hall</reporter>
                        <labels>
                    </labels>
                <created>Fri, 24 Apr 2015 16:25:07 +0000</created>
                <updated>Mon, 8 Jun 2015 18:08:45 +0000</updated>
                            <resolved>Mon, 8 Jun 2015 18:08:45 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="53312" author="jameshall03885@gmail.com" created="Fri, 24 Apr 2015 16:36:13 +0000"  >&lt;p&gt;Reproduction:&lt;/p&gt;

&lt;p&gt;Remove odl-neutron-service from the featuresBoot in org.ops4j.apache.features.cfg as well as any features which depends on neutron such as ovsdb.&lt;/p&gt;

&lt;p&gt;Remove the data directory to force a rewiring on restart.&lt;/p&gt;

&lt;p&gt;Restart the controller, and make sure odl-neutron-service is not installed yet.&lt;/p&gt;

&lt;p&gt;POST to &lt;a href=&quot;http://localhost:8181/controller/nb/v2/neutron/networks&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/controller/nb/v2/neutron/networks&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;{&lt;br/&gt;
    &quot;network&quot;: &lt;/p&gt;
{
        &quot;id&quot;: &quot;4e8e5957-648e-477b-9e5b-f1f75b21c03c&quot;,
        &quot;name&quot;: &quot;net1&quot;,
        &quot;admin_state_up&quot;: true,
        &quot;shared&quot;: false,
        &quot;tenant_id&quot;: &quot;9bacb3c5d39d41a79512987f338cf177&quot;,
        &quot;router:external&quot;: false,
        &quot;provider:network_type&quot;: &quot;flat&quot;,
        &quot;status&quot;: &quot;ACTIVE&quot;,
        &quot;subnets&quot;: [],
        &quot;segments&quot;: []
    }

&lt;p&gt;You get a http 500 error:&lt;/p&gt;

&lt;p&gt;&amp;lt;html&amp;gt;&lt;br/&gt;
&amp;lt;head&amp;gt;&lt;br/&gt;
&amp;lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=ISO-8859-1&quot;/&amp;gt;&lt;br/&gt;
&amp;lt;title&amp;gt;Error 500 Server Error&amp;lt;/title&amp;gt;&lt;br/&gt;
&amp;lt;/head&amp;gt;&lt;br/&gt;
&amp;lt;body&amp;gt;&amp;lt;h2&amp;gt;HTTP ERROR 500&amp;lt;/h2&amp;gt;&lt;br/&gt;
&amp;lt;p&amp;gt;Problem accessing /controller/nb/v2/neutron/networks. Reason:&lt;br/&gt;
&amp;lt;pre&amp;gt;    Server Error&amp;lt;/pre&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;h3&amp;gt;Caused by:&amp;lt;/h3&amp;gt;&amp;lt;pre&amp;gt;java.lang.NoClassDefFoundError: org/eclipse/persistence/internal/libraries/antlr/runtime/tree/Tree&lt;br/&gt;
	at org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller.getNewXMLReader(SAXUnmarshaller.java:200)&lt;br/&gt;
	at org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller.getXMLReader(SAXUnmarshaller.java:188)&lt;br/&gt;
	at org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller.unmarshal(SAXUnmarshaller.java:425)&lt;br/&gt;
	at org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller.unmarshal(SAXUnmarshaller.java:375)&lt;br/&gt;
	at org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller.unmarshal(SAXUnmarshaller.java:705)&lt;br/&gt;
	at org.eclipse.persistence.oxm.XMLUnmarshaller.unmarshal(XMLUnmarshaller.java:655)&lt;br/&gt;
	at org.eclipse.persistence.jaxb.JAXBUnmarshaller.unmarshal(JAXBUnmarshaller.java:301)&lt;br/&gt;
	at org.eclipse.persistence.jaxb.rs.MOXyJsonProvider.readFrom(MOXyJsonProvider.java:580)&lt;br/&gt;
}&lt;/p&gt;</comment>
                            <comment id="53313" author="jameshall03885@gmail.com" created="Fri, 24 Apr 2015 16:43:44 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/19025/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/19025/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="53314" author="rmoats@us.ibm.com" created="Mon, 8 Jun 2015 18:08:45 +0000"  >&lt;p&gt;Fixed by &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/19037/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/19037/&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>3058</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=3058]]></customfieldvalue>

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

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