<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:59:58 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>[GENIUS-127] odl-genius-api feature does not install</title>
                <link>https://jira.opendaylight.org/browse/GENIUS-127</link>
                <project id="10126" key="GENIUS">genius</project>
                    <description>&lt;p&gt;Installing feature odl-genius-api fails:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;opendaylight-user@root&amp;gt;feature:install odl-genius-api&lt;br/&gt;
Error executing command: Can&apos;t install feature odl-genius-api/0.0.0: &lt;br/&gt;
Could not start bundle mvn:org.opendaylight.genius/mdsalutil-api/0.2.3-Carbon in feature(s) odl-genius-api-0.2.3-Carbon: The bundle &quot;org.opendaylight.genius.mdsalutil-api_0.2.3.Carbon &lt;span class=&quot;error&quot;&gt;&amp;#91;234&amp;#93;&lt;/span&gt;&quot; could not be resolved. Reason: Missing Constraint: Import-Package: javax.inject; version=&quot;0.0.0&quot;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;This affects basic SFC features that rely in&#160;odl-genius-api as the only genius feature. The problem prevents using SFC in for stand alone use cases that don&apos;t integrate with openstack.&lt;/p&gt;

&lt;p&gt;Issue is present since Carbon SR3 included. Is not an issue in other branches.&lt;/p&gt;</description>
                <environment></environment>
        <key id="29869">GENIUS-127</key>
            <summary>odl-genius-api feature does not install</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.opendaylight.org/images/icons/priorities/major.svg">Medium</priority>
                        <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="jaicaa">Jaime Caama&#241;o Ruiz</reporter>
                        <labels>
                    </labels>
                <created>Thu, 26 Apr 2018 16:44:20 +0000</created>
                <updated>Tue, 22 May 2018 11:14:33 +0000</updated>
                            <resolved>Tue, 22 May 2018 11:14:33 +0000</resolved>
                                    <version>Carbon</version>
                                    <fixVersion>Carbon</fixVersion>
                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="62647" author="vorburger" created="Thu, 26 Apr 2018 17:53:59 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=jaicaa&quot; class=&quot;user-hover&quot; rel=&quot;jaicaa&quot;&gt;jaicaa&lt;/a&gt; I&apos;ve just attempted to locally reproduce this, but cannot, here&apos;s what I&apos;ve done:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;$ cd genius; git checkout stable/carbon; git pull
$ git log ==&amp;gt; 9c9d9a2516359df85ece0b257fed9233f7aba867
$ cd karaf
$ mvn clean package
$ ./target/assembly/bin/karaf
opendaylight-user@root&amp;gt;feature:install odl-genius-api
opendaylight-user@root&amp;gt;diag&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;seems to work just fine?&lt;/p&gt;</comment>
                            <comment id="62648" author="jaicaa" created="Thu, 26 Apr 2018 17:57:58 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=vorburger&quot; class=&quot;user-hover&quot; rel=&quot;vorburger&quot;&gt;vorburger&lt;/a&gt; the only difference is that I am using builds available on nexus, for example for SR3 I used&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/integration/distribution-karaf/0.6.3-Carbon/distribution-karaf-0.6.3-Carbon.tar.gz&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/integration/distribution-karaf/0.6.3-Carbon/distribution-karaf-0.6.3-Carbon.tar.gz&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="62650" author="vorburger" created="Thu, 26 Apr 2018 18:04:03 +0000"  >&lt;p&gt;Erm, but then doesn&apos;t that mean that it&apos;s actually already fixed at source and will work in the upcoming last Carbon SR?&lt;/p&gt;</comment>
                            <comment id="62652" author="jaicaa" created="Thu, 26 Apr 2018 18:11:49 +0000"  >&lt;p&gt;Well, I also tested on the latest autorelease build or the build that ran the lastest SFC CSIT, same result.&lt;/p&gt;</comment>
                            <comment id="62653" author="jaicaa" created="Thu, 26 Apr 2018 18:13:09 +0000"  >&lt;p&gt;Like&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://nexus.opendaylight.org/content/repositories//autorelease-2142/org/opendaylight/integration/distribution-karaf/0.6.4-Carbon/distribution-karaf-0.6.4-Carbon.zip&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://nexus.opendaylight.org/content/repositories//autorelease-2142/org/opendaylight/integration/distribution-karaf/0.6.4-Carbon/distribution-karaf-0.6.4-Carbon.zip&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;or&lt;/p&gt;

&lt;p&gt;&#160;&lt;a href=&quot;https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/distribution-karaf/0.6.4-SNAPSHOT/distribution-karaf-0.6.4-20180424.225744-322.zip&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/distribution-karaf/0.6.4-SNAPSHOT/distribution-karaf-0.6.4-20180424.225744-322.zip&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="62656" author="vorburger" created="Thu, 26 Apr 2018 18:29:47 +0000"  >&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;edited to reflect your edit; you originally above linked (twice, same) to the 0.6.3 = Carbon SR3 and then edited to now mention the 0.6.4&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;If it does still happen with a 0.6.4-SNAPSHOT, then this means that this is something that for some weird reason affects only a Karaf built in distribution, not a project local karaf like genius/karaf. So if anyone wants to dig further (I won&apos;t be able to unfortunately; sorry), try building an&#160;integration/distribution/karaf on&#160;stable/carbon and see if it reproduces there, and then go investigate from that.&lt;/p&gt;</comment>
                            <comment id="62657" author="jaicaa" created="Thu, 26 Apr 2018 18:39:50 +0000"  >&lt;p&gt;Yeah, sorry for the edits, bogus copy paste. I though I was quick enough on amending but I guess not &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.opendaylight.org/images/icons/emoticons/wink.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="62666" author="faseela.k@ericsson.com" created="Fri, 27 Apr 2018 17:55:40 +0000"  >&lt;p&gt;Experiencing the same thing as what &lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=vorburger&quot; class=&quot;user-hover&quot; rel=&quot;vorburger&quot;&gt;vorburger&lt;/a&gt; is seeing.&lt;/p&gt;

&lt;p&gt;Local build does not hit the issue.&#160;&lt;/p&gt;

&lt;p&gt;When I download the above mentioned distribution, I am getting the error, but more errors on top of it, if you open the karaf log&lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/attachment/14632/14632_karaf.log&quot; title=&quot;karaf.log attached to GENIUS-127&quot;&gt;karaf.log&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.opendaylight.org/images/icons/link_attachment_7.gif&quot; height=&quot;7&quot; width=&quot;7&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</comment>
                            <comment id="62908" author="faseela.k@ericsson.com" created="Thu, 10 May 2018 06:18:54 +0000"  >&lt;p&gt;What should we do with this bug now?&#160;&lt;/p&gt;</comment>
                            <comment id="63039" author="faseela.k@ericsson.com" created="Tue, 22 May 2018 09:34:52 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=jaicaa&quot; class=&quot;user-hover&quot; rel=&quot;jaicaa&quot;&gt;jaicaa&lt;/a&gt; : I will close this bug as I am not able to reproduce the issue locally. Let me know your thoughts&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="14632" name="karaf.log" size="1017345" author="k.faseela" created="Fri, 27 Apr 2018 17:56:04 +0000"/>
                    </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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03dyf:</customfieldvalue>

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