<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:53:38 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-687] Error when installing netconf feature targets on ODL-Karaf</title>
                <link>https://jira.opendaylight.org/browse/CONTROLLER-687</link>
                <project id="10113" key="CONTROLLER">controller</project>
                    <description>&lt;p&gt;Install netconf feature to ODL-Karaf:&lt;/p&gt;

&lt;p&gt;feature:repo-add mvn:org.opendaylight.controller/netconf-features/0.2.5-SNAPSHOT/xml/features&lt;/p&gt;

&lt;p&gt;Install feature target:&lt;/p&gt;

&lt;p&gt;opendaylight-user@root&amp;gt;feature:install odl-netconf-api&lt;br/&gt;
Error executing command: Error resolving artifact org.opendaylight.controller:features-netconf:xml:features:0.2.5-SNAPSHOT: Could not find artifact org.opendaylight.controller:features-netconf:xml:features:0.2.5-SNAPSHOT in defaultlocal (&lt;a href=&quot;file:/Users/jgoodyear/.m2/repository/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;file:/Users/jgoodyear/.m2/repository/&lt;/a&gt;)&lt;/p&gt;


&lt;p&gt;Note: I&apos;ve built controller project locally, so my m2 repo should be fully populated.&lt;/p&gt;

&lt;p&gt;The feature file name is &quot;netconf-features&quot; yet the target appears to be looking for &quot;features-netconf&quot; - this needs to be investigated.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Mac OS&lt;br/&gt;
Platform: PC&lt;/p&gt;</environment>
        <key id="25241">CONTROLLER-687</key>
            <summary>Error when installing netconf feature targets on ODL-Karaf</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="mmarsale@cisco.com">Maros Marsalek</assignee>
                                    <reporter username="jgoodyear@savoirtech.com">Jamie Goodyear</reporter>
                        <labels>
                    </labels>
                <created>Wed, 13 Aug 2014 13:47:53 +0000</created>
                <updated>Tue, 25 Jul 2023 08:24:05 +0000</updated>
                            <resolved>Mon, 20 Oct 2014 09:16:32 +0000</resolved>
                                                                    <component>netconf</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                                                                <comments>
                            <comment id="48853" author="mmarsale@cisco.com" created="Mon, 8 Sep 2014 16:00:24 +0000"  >&lt;p&gt;Unable to reproduce:&lt;/p&gt;

&lt;p&gt;1. Latest ODL controller code&lt;br/&gt;
2. Cleaned .m2/repository/org/opendaylight/controller/*&lt;br/&gt;
3. Run mvn clean install whole controller&lt;br/&gt;
4. No netconf-features present in .m2&lt;br/&gt;
5. Trying to invoke repo-add mvn:org.opendaylight.controller/netconf-features/0.2.5-SNAPSHOT/xml/features fails:&lt;/p&gt;

&lt;p&gt;Error executing command: Error resolving artifact org.opendaylight.controller:netconf-features:xml:features:0.2.5-SNAPSHOT: Could not find artifact org.opendaylight.controller:netconf-features:xml:features:0.2.5-SNAPSHOT in defaultlocal (&lt;a href=&quot;file:/home/mmarsale/.m2/repository/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;file:/home/mmarsale/.m2/repository/&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;The features for netconf are called features-netconf and installing those works fine.&lt;/p&gt;

&lt;p&gt;Tested on ubuntu, can you verify with latest code ?&lt;/p&gt;</comment>
                            <comment id="48854" author="jgoodyear@savoirtech.com" created="Tue, 9 Sep 2014 16:13:43 +0000"  >
&lt;p&gt;I tried the new feature target name, and could install the repo.&lt;/p&gt;

&lt;p&gt;I tried to install the target odl-netconf-all and got the following:&lt;/p&gt;

&lt;p&gt;opendaylight-user@root&amp;gt;feature:install odl-netconf-all&lt;br/&gt;
Error executing command: No feature named &apos;odl-netconf-tcp&apos; with version &apos;0.2.5-SNAPSHOT&apos; available&lt;/p&gt;</comment>
                            <comment id="48855" author="mmarsale@cisco.com" created="Wed, 10 Sep 2014 07:57:10 +0000"  >&lt;p&gt;I see. After recent change to features, the netconf-tcp feature was moved from features-netconf into features-netconf-connector repo. However, it was still referenced in the netconf-all feature from features-netconf.&lt;/p&gt;

&lt;p&gt;Fix:&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/10977/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/10977/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now when I run karaf:&lt;br/&gt;
0. Optional add features-netconf repo:repo-add mvn:org.opendaylight.controller/features-netconf/0.2.5-SNAPSHOT/xml/features&lt;br/&gt;
1. feature:install odl-netconf-all&lt;br/&gt;
2. Add repo features-netconf-connector: repo-add mvn:org.opendaylight.controller/features-netconf-connector/1.1-SNAPSHOT/xml/features&lt;br/&gt;
3. feature:install odl-netconf-connector-all&lt;/p&gt;

&lt;p&gt;You should then see similar log(log:tail): &lt;/p&gt;

&lt;p&gt;2014-09-10 09:54:39,541 | INFO  | ssing-executor-3 | NetconfDevice                    | 203 - org.opendaylight.controller.sal-netconf-connector - 1.1.0.SNAPSHOT | RemoteDevice&lt;/p&gt;
{controller-config}
&lt;p&gt;: Netconf connector initialized successfully&lt;/p&gt;


&lt;p&gt;Which means that the netconf server along with netconf connector (with loopback netconf connection) were initialized successfully.&lt;/p&gt;</comment>
                            <comment id="48856" author="carolsand@gmail.com" created="Wed, 24 Sep 2014 02:07:10 +0000"  >
&lt;p&gt;I downloaded the latest karaf bundle today and was not able to install feature odl-netconf-connector-all&lt;/p&gt;

&lt;p&gt;Here&apos;s what and how I did.&lt;/p&gt;

&lt;p&gt;Steps:&lt;br/&gt;
1. Downloaded latest distro&lt;br/&gt;
wget &lt;a href=&quot;https://jenkins.opendaylight.org/integration/job/integration-master-project-centralized-integration/lastSuccessfulBuild/artifact/distributions/extra/karaf/target/distribution-karaf-0.2.0-SNAPSHOT.zip&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/integration/job/integration-master-project-centralized-integration/lastSuccessfulBuild/artifact/distributions/extra/karaf/target/distribution-karaf-0.2.0-SNAPSHOT.zip&lt;/a&gt;&lt;br/&gt;
-&lt;del&gt;2014-09-23 18:44:55&lt;/del&gt;-  &lt;a href=&quot;https://jenkins.opendaylight.org/integration/job/integration-master-project-centralized-integration/lastSuccessfulBuild/artifact/distributions/extra/karaf/target/distribution-karaf-0.2.0-SNAPSHOT.zip&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/integration/job/integration-master-project-centralized-integration/lastSuccessfulBuild/artifact/distributions/extra/karaf/target/distribution-karaf-0.2.0-SNAPSHOT.zip&lt;/a&gt;&lt;br/&gt;
Resolving jenkins.opendaylight.org (jenkins.opendaylight.org)... 140.211.169.9&lt;br/&gt;
Connecting to jenkins.opendaylight.org (jenkins.opendaylight.org)|140.211.169.9|:443... connected.&lt;br/&gt;
HTTP request sent, awaiting response... 200 OK&lt;br/&gt;
Length: 230918549 (220M) &lt;span class=&quot;error&quot;&gt;&amp;#91;application/zip&amp;#93;&lt;/span&gt;&lt;br/&gt;
Saving to: &#8216;distribution-karaf-0.2.0-SNAPSHOT.zip&#8217;&lt;/p&gt;

&lt;p&gt;100%&lt;span class=&quot;error&quot;&gt;&amp;#91;=========================================================================================================================================================================================&amp;gt;&amp;#93;&lt;/span&gt; 230,918,549 2.22MB/s   in 2m 35s &lt;/p&gt;

&lt;p&gt;2014-09-23 18:47:30 (1.42 MB/s) - &#8216;distribution-karaf-0.2.0-SNAPSHOT.zip&#8217; saved &lt;span class=&quot;error&quot;&gt;&amp;#91;230918549/230918549&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;2. Unzipped file&lt;br/&gt;
    unzip distribution-karaf-0.2.0-SNAPSHOT.zip &lt;/p&gt;

&lt;p&gt;3. Started the controller&lt;/p&gt;

&lt;p&gt;carolsand@devstack-R210-II:~/distribution-karaf-0.2.0-SNAPSHOT$ bin/karaf &lt;br/&gt;
karaf: JAVA_HOME not set; results may vary&lt;/p&gt;

&lt;p&gt;    ________                       ________                .__  .__       .__     __       &lt;br/&gt;
    &amp;#95;____  \ ______   ____   ____ &amp;#95;_____ \ _____  __&lt;em&gt;.&lt;/em&gt;&lt;em&gt;.|  | |&lt;/em&gt;&lt;em&gt;| ____ |  |&lt;/em&gt;_&lt;em&gt;/  |&lt;/em&gt;     &lt;br/&gt;
     /   |   &lt;br class=&quot;atl-forced-newline&quot; /&gt;____ &amp;#95;/ __ \ /    \ |    |  &lt;br class=&quot;atl-forced-newline&quot; /&gt;__  \&amp;lt;   |  ||  | |  |/ ___&amp;#124;  |  \   __\    &lt;br/&gt;
    /    |    \  |&lt;em&gt;&amp;gt; &amp;gt;  ___/|   |  &amp;#124;    `   \/ __ &lt;br class=&quot;atl-forced-newline&quot; /&gt;___  ||  |&lt;/em&gt;|  / /_/  &amp;gt;   Y  \  |      &lt;br/&gt;
    &amp;#95;______  /   _&lt;em&gt;/ &amp;#95;&lt;/em&gt;_  &amp;gt;__&lt;em&gt;|  /&lt;/em&gt;______  (____  / ___&lt;em&gt;||&lt;/em&gt;__&lt;em&gt;/&lt;/em&gt;&lt;em&gt;&amp;#95;&lt;/em&gt;_  /|__&lt;em&gt;|  /&lt;/em&gt;_|      &lt;br/&gt;
            \/|_&lt;em&gt;|        \/     \/        \/     \/\/            /&lt;/em&gt;____/      \/          &lt;/p&gt;


&lt;p&gt;Hit &apos;&amp;lt;tab&amp;gt;&apos; for a list of available commands&lt;br/&gt;
and &apos;&lt;span class=&quot;error&quot;&gt;&amp;#91;cmd&amp;#93;&lt;/span&gt; --help&apos; for help on a specific command.&lt;br/&gt;
Hit &apos;&amp;lt;ctrl-d&amp;gt;&apos; or type &apos;system:shutdown&apos; or &apos;logout&apos; to shutdown OpenDaylight.&lt;/p&gt;

&lt;p&gt;4.Attempted to install netconf feature&lt;/p&gt;

&lt;p&gt;opendaylight-user@root&amp;gt;feature:install odl-netconf-connector-all&lt;br/&gt;
Error executing command: Could not start bundle mvn:org.opendaylight.controller/netconf-ssh/0.2.5-SNAPSHOT in feature(s) odl-netconf-ssh-0.2.5-SNAPSHOT: Exception in org.opendaylight.controller.netconf.ssh.osgi.NetconfSSHActivator.start() of bundle org.opendaylight.controller.netconf-ssh.&lt;/p&gt;

&lt;p&gt;Is there a feature dependency needed before installing netconf-connector-all?&lt;/p&gt;</comment>
                            <comment id="48857" author="mmarsale@cisco.com" created="Wed, 24 Sep 2014 07:23:40 +0000"  >&lt;p&gt;(In reply to Carol Sanders from comment #4)&lt;/p&gt;

&lt;p&gt;Hello Carol,&lt;/p&gt;

&lt;p&gt;I have tried to test this by performing all the steps on my machine, but I didnt see the issue, the feature started as expected. So could you please attach the logs from karaf ? (You can view them using log:display or log:tail in karaf) And also information about your environment: OS, Java version?&lt;/p&gt;

&lt;p&gt;Thanks&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>1542</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=1542]]></customfieldvalue>

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

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

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