<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:54: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>[CONTROLLER-958] Helium distro: Error executing command: No feature named &apos;transaction&apos; with version &apos;0.0.0&apos; available</title>
                <link>https://jira.opendaylight.org/browse/CONTROLLER-958</link>
                <project id="10113" key="CONTROLLER">controller</project>
                    <description>&lt;p&gt;I downloaded the distribution-karaf-0.2.0-Helium.zip and unzipped it to run ./bin/karaf and am getting error while installing some features.&lt;/p&gt;

&lt;p&gt;opendaylight-user@root&amp;gt;feature:install odl-ovsdb-openstack odl-ovsdb-northbound odl-restconf odl-mdsal-apidocs odl-adsal-all odl-adsal-northbound odl-dlux-core Error executing command: No feature named &apos;transaction&apos; with version &apos;0.0.0&apos; available&lt;/p&gt;

&lt;p&gt;While debugging : Observed that transaction feature is depending on odl-adsal-clustering&lt;/p&gt;

&lt;p&gt;opendaylight-user@root&amp;gt;feature:info odl-adsal-clustering&lt;br/&gt;
Feature odl-adsal-clustering 0.5.1-Helium&lt;br/&gt;
Description:&lt;br/&gt;
  OpenDaylight :: AD-SAL :: Clustering&lt;br/&gt;
Feature has no configuration&lt;br/&gt;
Feature has no configuration files&lt;br/&gt;
Feature depends on:&lt;br/&gt;
  transaction 0.0.0&lt;br/&gt;
  odl-base-felix-dm 0.0.0&lt;br/&gt;
  odl-base-eclipselink-persistence 0.0.0&lt;br/&gt;
  odl-adsal-core 0.8.1-Helium&lt;br/&gt;
Feature contains followed bundles:&lt;br/&gt;
  mvn:org.opendaylight.controller/clustering.services/0.5.1-Helium&lt;br/&gt;
  mvn:org.opendaylight.controller/clustering.services-implementation/0.4.3-Helium&lt;br/&gt;
Feature has no conditionals.&lt;/p&gt;


&lt;p&gt;Environment: Ubuntu version: 14.04; Java version: 1.7 &lt;/p&gt;


&lt;p&gt;Workaround: &lt;br/&gt;
1. Downloaded the controller(master branch) source code and performed mvn clean install. &lt;br/&gt;
2. Download jta-1.0.1B.jar &lt;a href=&quot;http://download.java.net/maven/2/javax/transaction/jta/1.0.1B/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://download.java.net/maven/2/javax/transaction/jta/1.0.1B/&lt;/a&gt; &lt;br/&gt;
mvn install:install-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=jta-1.0.1B.jar&lt;/p&gt;

&lt;p&gt;The issue was gone on performing the above two steps in an another Ubuntu 14.04 system. &lt;/p&gt;

&lt;p&gt;It is really bad that everytime i have to do these two steps to make helium-karaf up and working.&lt;/p&gt;

&lt;p&gt;Kindly suggest a solution&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Chandralekha&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Linux&lt;br/&gt;
Platform: PC&lt;/p&gt;</environment>
        <key id="25512">CONTROLLER-958</key>
            <summary>Helium distro: Error executing command: No feature named &apos;transaction&apos; with version &apos;0.0.0&apos; available</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="-1">Unassigned</assignee>
                                    <reporter username="chandralekha.ponraj@veryxtech.com">chandralekha</reporter>
                        <labels>
                    </labels>
                <created>Mon, 27 Oct 2014 12:27:41 +0000</created>
                <updated>Thu, 19 Oct 2017 22:33:51 +0000</updated>
                            <resolved>Wed, 11 Nov 2015 17:29:31 +0000</resolved>
                                    <version>Helium</version>
                                                    <component>clustering</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                                                                <comments>
                            <comment id="49616" author="george.boda@gmail.com" created="Thu, 30 Oct 2014 10:30:10 +0000"  >&lt;p&gt;I successfully ran the same set of commands on:&lt;/p&gt;

&lt;p&gt; -Windows 7&lt;br/&gt;
 -Java 1.8&lt;br/&gt;
 -distribution-karaf-0.2.0-Helium.zip&lt;/p&gt;




&lt;p&gt;###################################################&lt;br/&gt;
C:\Users\xyz&amp;gt;java -version&lt;br/&gt;
java version &quot;1.8.0_25&quot;&lt;br/&gt;
Java(TM) SE Runtime Environment (build 1.8.0_25-b18)&lt;br/&gt;
Java HotSpot(TM) Client VM (build 25.25-b02, mixed mode, sharing)&lt;/p&gt;

&lt;p&gt;####################################################&lt;/p&gt;

&lt;p&gt;Karaf console output:&lt;/p&gt;

&lt;p&gt;opendaylight-user@root&amp;gt;feature:install odl-ovsdb-openstack odl-ovsdb-northbound odl-restconf odl-mdsal-apidocs odl-adsal-all odl-adsal-northbound odl-dlux-core&lt;br/&gt;
Refreshing bundles org.apache.aries.util (13)&lt;br/&gt;
GossipRouter started at Thu Oct 30 10:19:09 GMT 2014&lt;br/&gt;
Listening on port 12001 bound on address 0.0.0.0/0.0.0.0&lt;br/&gt;
Backlog is 1000, linger timeout is 2000, and read timeout is 0&lt;br/&gt;
SLF4J: Class path contains multiple SLF4J bindings.&lt;br/&gt;
SLF4J: Found binding in &lt;span class=&quot;error&quot;&gt;&amp;#91;bundleresource://126.fwk2063372814:1/org/slf4j/impl/StaticLoggerBinder.class&amp;#93;&lt;/span&gt;&lt;br/&gt;
SLF4J: Found binding in &lt;span class=&quot;error&quot;&gt;&amp;#91;bundleresource://126.fwk2063372814:2/org/slf4j/impl/StaticLoggerBinder.class&amp;#93;&lt;/span&gt;&lt;br/&gt;
SLF4J: Found binding in &lt;span class=&quot;error&quot;&gt;&amp;#91;bundleresource://126.fwk2063372814:3/org/slf4j/impl/StaticLoggerBinder.class&amp;#93;&lt;/span&gt;&lt;br/&gt;
SLF4J: See &lt;a href=&quot;http://www.slf4j.org/codes.html#multiple_bindings&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://www.slf4j.org/codes.html#multiple_bindings&lt;/a&gt; for an explanation.&lt;br/&gt;
SLF4J: Actual binding is of type &lt;span class=&quot;error&quot;&gt;&amp;#91;org.slf4j.impl.JDK14LoggerFactory&amp;#93;&lt;/span&gt;&lt;br/&gt;
Refreshing bundles org.ops4j.pax.web.pax-web-runtime (112), org.ops4j.pax.web.pax-web-jetty (113), com.sun.jersey.servlet (176)&lt;br/&gt;
opendaylight-user@root&amp;gt;&lt;br/&gt;
##################################################&lt;/p&gt;

&lt;p&gt;Regs,&lt;/p&gt;

&lt;p&gt;George&lt;/p&gt;</comment>
                            <comment id="49617" author="tbachman@yahoo.com" created="Wed, 5 Nov 2014 01:07:45 +0000"  >&lt;p&gt;I think the critical piece of information here is that the environment that was used had never had an ODL build on it before. Once an ODL build had been performed, things worked. Maybe it&apos;s possible that it&apos;s pulling something from a local .m2?&lt;/p&gt;</comment>
                            <comment id="49618" author="sharad.d.mishra@intel.com" created="Wed, 12 Nov 2014 19:37:04 +0000"  >&lt;p&gt;I am still seeing this error with latest helium nightly snapshot builds (#35 dated Nov 12).&lt;/p&gt;</comment>
                            <comment id="49619" author="sharad.d.mishra@intel.com" created="Fri, 14 Nov 2014 03:40:47 +0000"  >&lt;p&gt;I built controller from source on this machine and still see the same error. Do I need to build something else - ovsdb, plugin ?&lt;/p&gt;</comment>
                            <comment id="49620" author="chandralekha.ponraj@veryxtech.com" created="Mon, 17 Nov 2014 05:18:54 +0000"  >&lt;p&gt;Sharad Mishra,&lt;/p&gt;

&lt;p&gt;I fixed the same issue in two of my fresh Ubuntu 14.04 following the same workaround. Was the compilation of source code is successful?&lt;/p&gt;</comment>
                            <comment id="49621" author="chandralekha.ponraj@veryxtech.com" created="Mon, 17 Nov 2014 05:23:24 +0000"  >&lt;p&gt;(In reply to Sharad Mishra from comment #4)&lt;br/&gt;
&amp;gt; I built controller from source on this machine and still see the same error.&lt;br/&gt;
&amp;gt; Do I need to build something else - ovsdb, plugin ?&lt;/p&gt;

&lt;p&gt;No we dont have to install ovsdb. The problem is when we run a pre-built package. It comes up with all the necessary maven projects. If any of the mavan project is missing locally in the system then we come across this issue. If you compiled the source code successfully which means all essential maven projects are built in your local system.&lt;/p&gt;</comment>
                            <comment id="49622" author="sharad.d.mishra@intel.com" created="Wed, 3 Dec 2014 22:17:09 +0000"  >&lt;p&gt;Rootcause of this issue is that karaf does not have access to network. Most likely it is caused by incorrect proxy settings. fixing proxy should resolve this issue.&lt;/p&gt;

&lt;p&gt;Chandralekha, can you please confirm ?&lt;/p&gt;</comment>
                            <comment id="49623" author="chandralekha.ponraj@veryxtech.com" created="Fri, 23 Jan 2015 06:58:17 +0000"  >&lt;p&gt;(In reply to Sharad Mishra from comment #7)&lt;br/&gt;
&amp;gt; Rootcause of this issue is that karaf does not have access to network. Most&lt;br/&gt;
&amp;gt; likely it is caused by incorrect proxy settings. fixing proxy should resolve&lt;br/&gt;
&amp;gt; this issue.&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; Chandralekha, can you please confirm ?&lt;/p&gt;

&lt;p&gt;Problem is still the same even when there is proper proxy settings&lt;/p&gt;</comment>
                            <comment id="49624" author="chandralekha.ponraj@veryxtech.com" created="Wed, 25 Feb 2015 13:40:20 +0000"  >&lt;p&gt;Second Workaround:&lt;br/&gt;
If the mentioned workaround didn&apos;t help. This workaround will surely crack the problem.&lt;/p&gt;

&lt;p&gt;Download the opendaylight integration source code as directed in wiki page and perform &quot;mvn clean install&quot;&lt;/p&gt;</comment>
                            <comment id="49625" author="ecelgp" created="Fri, 19 Jun 2015 20:28:34 +0000"  >&lt;p&gt;This has been finally fixed. Retry with Lithium Release.&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>2257</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=2257]]></customfieldvalue>

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

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

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