<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:54:27 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-1011] Ssh related error while accessing configSubsystem mountpoint</title>
                <link>https://jira.opendaylight.org/browse/CONTROLLER-1011</link>
                <project id="10113" key="CONTROLLER">controller</project>
                    <description>&lt;p&gt;Steps to replicate:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;start integration/distributions/extra/karaf distro&lt;/li&gt;
	&lt;li&gt;feature:install odl-restconf&lt;/li&gt;
	&lt;li&gt;feature:install odl-netconf-connector-all&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;GET from url: &lt;br/&gt;
&lt;a href=&quot;http://localhost:8181/restconf/config/opendaylight-inventory:nodes/node/controller-config/yang-ext:mount&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/restconf/config/opendaylight-inventory:nodes/node/controller-config/yang-ext:mount&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;result:&lt;br/&gt;
&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&amp;gt;&lt;br/&gt;
&amp;lt;errors xmlns=&quot;urn:ietf:params:xml:ns:yang:ietf-restconf&quot;&amp;gt;&lt;br/&gt;
    &amp;lt;error&amp;gt;&lt;br/&gt;
        &amp;lt;error-type&amp;gt;protocol&amp;lt;/error-type&amp;gt;&lt;br/&gt;
        &amp;lt;error-tag&amp;gt;unknown-element&amp;lt;/error-tag&amp;gt;&lt;br/&gt;
        &amp;lt;error-message&amp;gt;Mount point does not exist.&amp;lt;/error-message&amp;gt;&lt;br/&gt;
    &amp;lt;/error&amp;gt;&lt;br/&gt;
&amp;lt;/errors&amp;gt;&lt;/p&gt;

&lt;p&gt;In karaf log there is:&lt;br/&gt;
2014-11-11 11:10:41,423 | WARN  | o-group-thread-1 | Nio2Acceptor                     | 208 - org.apache.sshd.core - 0.12.0 | Caught exception while accepting incoming connection&lt;br/&gt;
java.lang.NoClassDefFoundError: org/bouncycastle/openssl/PEMParser&lt;br/&gt;
        at org.apache.sshd.server.keyprovider.PEMGeneratorHostKeyProvider.doReadKeyPair(PEMGeneratorHostKeyProvider.java:58)&lt;span class=&quot;error&quot;&gt;&amp;#91;208:org.apache.sshd.core:0.12.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider.readKeyPair(AbstractGeneratorHostKeyProvider.java:128)&lt;span class=&quot;error&quot;&gt;&amp;#91;208:org.apache.sshd.core:0.12.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider.loadKeys(AbstractGeneratorHostKeyProvider.java:108)&lt;span class=&quot;error&quot;&gt;&amp;#91;208:org.apache.sshd.core:0.12.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.apache.sshd.common.keyprovider.AbstractKeyPairProvider.getKeyTypes(AbstractKeyPairProvider.java:53)&lt;span class=&quot;error&quot;&gt;&amp;#91;208:org.apache.sshd.core:0.12.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.apache.sshd.server.session.ServerSession.sendKexInit(ServerSession.java:127)&lt;span class=&quot;error&quot;&gt;&amp;#91;208:org.apache.sshd.core:0.12.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.apache.sshd.server.session.ServerSession.&amp;lt;init&amp;gt;(ServerSession.java:60)&lt;span class=&quot;error&quot;&gt;&amp;#91;208:org.apache.sshd.core:0.12.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.apache.sshd.server.session.SessionFactory.doCreateSession(SessionFactory.java:43)&lt;span class=&quot;error&quot;&gt;&amp;#91;208:org.apache.sshd.core:0.12.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.apache.sshd.common.session.AbstractSessionFactory.createSession(AbstractSessionFactory.java:38)&lt;span class=&quot;error&quot;&gt;&amp;#91;208:org.apache.sshd.core:0.12.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.apache.sshd.common.AbstractSessionIoHandler.sessionCreated(AbstractSessionIoHandler.java:36)&lt;span class=&quot;error&quot;&gt;&amp;#91;208:org.apache.sshd.core:0.12.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.apache.sshd.common.io.nio2.Nio2Acceptor$AcceptCompletionHandler.onCompleted(Nio2Acceptor.java:127)&lt;span class=&quot;error&quot;&gt;&amp;#91;208:org.apache.sshd.core:0.12.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.apache.sshd.common.io.nio2.Nio2Acceptor$AcceptCompletionHandler.onCompleted(Nio2Acceptor.java:108)&lt;span class=&quot;error&quot;&gt;&amp;#91;208:org.apache.sshd.core:0.12.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.apache.sshd.common.io.nio2.Nio2CompletionHandler$1.run(Nio2CompletionHandler.java:32)&lt;br/&gt;
        at java.security.AccessController.doPrivileged(Native Method)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_65&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.apache.sshd.common.io.nio2.Nio2CompletionHandler.completed(Nio2CompletionHandler.java:30)&lt;span class=&quot;error&quot;&gt;&amp;#91;208:org.apache.sshd.core:0.12.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_65&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at sun.nio.ch.Invoker$2.run(Invoker.java:218)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_65&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_65&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_65&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_65&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.lang.Thread.run(Thread.java:745)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_65&amp;#93;&lt;/span&gt;&lt;br/&gt;
Caused by: java.lang.ClassNotFoundException: org.bouncycastle.openssl.PEMParser&lt;br/&gt;
        at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)&lt;span class=&quot;error&quot;&gt;&amp;#91;org.eclipse.osgi-3.8.2.v20130124-134944.jar:&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)&lt;span class=&quot;error&quot;&gt;&amp;#91;org.eclipse.osgi-3.8.2.v20130124-134944.jar:&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)&lt;span class=&quot;error&quot;&gt;&amp;#91;org.eclipse.osgi-3.8.2.v20130124-134944.jar:&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)&lt;br/&gt;
        at java.lang.ClassLoader.loadClass(ClassLoader.java:358)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_65&amp;#93;&lt;/span&gt;&lt;br/&gt;
        ... 20 more&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="25565">CONTROLLER-1011</key>
            <summary>Ssh related error while accessing configSubsystem mountpoint</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="michal.rehak">Michal Rehak</reporter>
                        <labels>
                    </labels>
                <created>Tue, 11 Nov 2014 10:19:19 +0000</created>
                <updated>Fri, 14 Nov 2014 10:08:24 +0000</updated>
                            <resolved>Fri, 14 Nov 2014 10:08:24 +0000</resolved>
                                    <version>Helium</version>
                                                    <component>netconf</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="49766" author="mmarsale@cisco.com" created="Thu, 13 Nov 2014 15:34:58 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/12817/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/12817/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The problem was in the Apache Mina sshd bundle. It has a direct dependency on bouncycastle bundles but marks this dependency as optional even though it cannot work without them.&lt;/p&gt;

&lt;p&gt;Fixed by moving bouncycastle bundles from odl-netconf-connector-all to odl-netconf-netty-util so they are in the same feature as mina sshd.&lt;/p&gt;

&lt;p&gt;Created issue for Apache Mina sshd project:&lt;br/&gt;
&lt;a href=&quot;https://issues.apache.org/jira/browse/SSHD-370&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://issues.apache.org/jira/browse/SSHD-370&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>2345</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=2345]]></customfieldvalue>

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

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

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