<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:15: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>[NETCONF-552] Controller can not establish netconf connection with testtool</title>
                <link>https://jira.opendaylight.org/browse/NETCONF-552</link>
                <project id="10142" key="NETCONF">netconf</project>
                    <description>&lt;p&gt;I built the netconf connection in this way as before,&#160;but it suddenly failed:&lt;/p&gt;

&lt;p&gt;PUT&#160; &#160; &lt;a href=&quot;http://10.10.19.15:8181/restconf/config/network-topology:network-topology/topology/topology-netconf/node/node1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://10.10.19.15:8181/restconf/config/network-topology:network-topology/topology/topology-netconf/node/node1&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;node xmlns=&quot;urn:TBD:params:xml:ns:yang:network-topology&quot;&amp;gt;&lt;br/&gt;
 &amp;lt;node-id&amp;gt;node1&amp;lt;/node-id&amp;gt;&lt;br/&gt;
 &amp;lt;host xmlns=&quot;urn:opendaylight:netconf-node-topology&quot;&amp;gt;&lt;a href=&quot;http://10.10.19.15:8181/restconf/config/network-topology:network-topology/topology/topology-netconf/node/node1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;10.10.19.15&lt;/a&gt;&amp;lt;/host&amp;gt;&lt;br/&gt;
 &amp;lt;port xmlns=&quot;urn:opendaylight:netconf-node-topology&quot;&amp;gt;17830&amp;lt;/port&amp;gt;&lt;br/&gt;
 &amp;lt;username xmlns=&quot;urn:opendaylight:netconf-node-topology&quot;&amp;gt;admin&amp;lt;/username&amp;gt;&lt;br/&gt;
 &amp;lt;password xmlns=&quot;urn:opendaylight:netconf-node-topology&quot;&amp;gt;admin&amp;lt;/password&amp;gt;&lt;br/&gt;
 &amp;lt;tcp-only xmlns=&quot;urn:opendaylight:netconf-node-topology&quot;&amp;gt;false&amp;lt;/tcp-only&amp;gt;&lt;br/&gt;
 &amp;lt;keepalive-delay xmlns=&quot;urn:opendaylight:netconf-node-topology&quot;&amp;gt;0&amp;lt;/keepalive-delay&amp;gt;&lt;br/&gt;
 &amp;lt;/node&amp;gt;&lt;/p&gt;

&lt;p&gt;I think it is a bug. I use the testtool with version 1.4.3-SNAPSHOT in Netconf master branch and controller with feature odl-netconf-console 1.5.0-SNAPSHOT, the karaf log shows:&lt;/p&gt;

&lt;p&gt;2018-08-01T09:34:49,377 | DEBUG | nioEventLoopGroupCloseable-4-1 | AsyncSshHandler | 281 - org.opendaylight.netconf.netty-util - 1.5.0.SNAPSHOT | Starting SSH to /10.96.33.30:17830 on channel: &lt;span class=&quot;error&quot;&gt;&amp;#91;id: 0x7024df42&amp;#93;&lt;/span&gt;&lt;br/&gt;
2018-08-01T09:34:49,377 | DEBUG | nioEventLoopGroupCloseable-4-1 | DefaultConfigFileHostEntryResolver | 54 - org.apache.sshd.core - 1.6.0 | resolveEffectiveHost(admin@10.96.33.30:17830) =&amp;gt; null&lt;br/&gt;
2018-08-01T09:34:49,378 | DEBUG | nioEventLoopGroupCloseable-4-1 | SshClient | 54 - org.apache.sshd.core - 1.6.0 | connect(admin@10.96.33.30:17830) no overrides&lt;br/&gt;
2018-08-01T09:34:49,381 | DEBUG | nioEventLoopGroupCloseable-4-1 | Nio2Connector | 54 - org.apache.sshd.core - 1.6.0 | Connecting to /10.96.33.30:17830&lt;br/&gt;
2018-08-01T09:34:49,385 | DEBUG | nioEventLoopGroupCloseable-4-1 | Nio2Connector | 54 - org.apache.sshd.core - 1.6.0 | setOption(SO_REUSEADDR)&lt;span class=&quot;error&quot;&gt;&amp;#91;true&amp;#93;&lt;/span&gt; from property=socket-reuseaddr&lt;br/&gt;
2018-08-01T09:34:49,397 | DEBUG | sshd-SshClient&lt;span class=&quot;error&quot;&gt;&amp;#91;675d4333&amp;#93;&lt;/span&gt;-nio2-thread-1 | Nio2Session | 54 - org.apache.sshd.core - 1.6.0 | Creating IoSession on /172.20.68.20:49994 from /10.96.33.30:17830&lt;br/&gt;
2018-08-01T09:34:49,430 | DEBUG | sshd-SshClient&lt;span class=&quot;error&quot;&gt;&amp;#91;675d4333&amp;#93;&lt;/span&gt;-nio2-thread-1 | ClientSessionImpl | 54 - org.apache.sshd.core - 1.6.0 | Client session created: Nio2Session&lt;span class=&quot;error&quot;&gt;&amp;#91;local=/172.20.68.20:49994, remote=/10.96.33.30:17830&amp;#93;&lt;/span&gt;&lt;br/&gt;
2018-08-01T09:34:49,434 | DEBUG | sshd-SshClient&lt;span class=&quot;error&quot;&gt;&amp;#91;675d4333&amp;#93;&lt;/span&gt;-nio2-thread-1 | ClientUserAuthService | 54 - org.apache.sshd.core - 1.6.0 | ClientUserAuthService(ClientSessionImpl&lt;span class=&quot;error&quot;&gt;&amp;#91;null@/10.96.33.30:17830&amp;#93;&lt;/span&gt;) client methods: &lt;span class=&quot;error&quot;&gt;&amp;#91;publickey, keyboard-interactive, password&amp;#93;&lt;/span&gt;&lt;br/&gt;
2018-08-01T09:34:49,454 | DEBUG | sshd-SshClient&lt;span class=&quot;error&quot;&gt;&amp;#91;675d4333&amp;#93;&lt;/span&gt;-nio2-thread-1 | ClientSessionImpl | 54 - org.apache.sshd.core - 1.6.0 | sendIdentification(ClientSessionImpl&lt;span class=&quot;error&quot;&gt;&amp;#91;null@/10.96.33.30:17830&amp;#93;&lt;/span&gt;): SSH-2.0-SSHD-CORE-1.6.0&lt;br/&gt;
2018-08-01T09:34:49,454 | DEBUG | sshd-SshClient&lt;span class=&quot;error&quot;&gt;&amp;#91;675d4333&amp;#93;&lt;/span&gt;-nio2-thread-1 | Nio2Session | 54 - org.apache.sshd.core - 1.6.0 | Writing 25 bytes&lt;br/&gt;
2018-08-01T09:34:49,457 | DEBUG | sshd-SshClient&lt;span class=&quot;error&quot;&gt;&amp;#91;675d4333&amp;#93;&lt;/span&gt;-nio2-thread-1 | Nio2Session | 54 - org.apache.sshd.core - 1.6.0 | handleCompletedWriteCycle(Nio2Session&lt;span class=&quot;error&quot;&gt;&amp;#91;local=/172.20.68.20:49994, remote=/10.96.33.30:17830&amp;#93;&lt;/span&gt;) finished writing len=25&lt;br/&gt;
2018-08-01T09:34:49,458 | DEBUG | sshd-SshClient&lt;span class=&quot;error&quot;&gt;&amp;#91;675d4333&amp;#93;&lt;/span&gt;-nio2-thread-1 | ClientSessionImpl | 54 - org.apache.sshd.core - 1.6.0 | sendKexInit(ClientSessionImpl&lt;span class=&quot;error&quot;&gt;&amp;#91;null@/10.96.33.30:17830&amp;#93;&lt;/span&gt;) Send SSH_MSG_KEXINIT&lt;br/&gt;
2018-08-01T09:34:49,459 | DEBUG | sshd-SshClient&lt;span class=&quot;error&quot;&gt;&amp;#91;675d4333&amp;#93;&lt;/span&gt;-nio2-thread-1 | Nio2Session | 54 - org.apache.sshd.core - 1.6.0 | Writing 592 bytes&lt;br/&gt;
2018-08-01T09:34:49,460 | DEBUG | sshd-SshClient&lt;span class=&quot;error&quot;&gt;&amp;#91;675d4333&amp;#93;&lt;/span&gt;-nio2-thread-1 | Nio2Session | 54 - org.apache.sshd.core - 1.6.0 | handleCompletedWriteCycle(Nio2Session&lt;span class=&quot;error&quot;&gt;&amp;#91;local=/172.20.68.20:49994, remote=/10.96.33.30:17830&amp;#93;&lt;/span&gt;) finished writing len=592&lt;br/&gt;
2018-08-01T09:34:49,484 | DEBUG | sshd-SshClient&lt;span class=&quot;error&quot;&gt;&amp;#91;675d4333&amp;#93;&lt;/span&gt;-nio2-thread-1 | ClientSessionImpl | 54 - org.apache.sshd.core - 1.6.0 | addPasswordIdentity(ClientSessionImpl&lt;span class=&quot;error&quot;&gt;&amp;#91;admin@/10.96.33.30:17830&amp;#93;&lt;/span&gt;) SHA256:jGl25bVBBBW96Qi9Te4V37Fnqchz/Eu4qB9vKrRIqRg&lt;br/&gt;
2018-08-01T09:34:49,486 | DEBUG | sshd-SshClient&lt;span class=&quot;error&quot;&gt;&amp;#91;675d4333&amp;#93;&lt;/span&gt;-nio2-thread-1 | ClientUserAuthService | 54 - org.apache.sshd.core - 1.6.0 | auth(ClientSessionImpl&lt;span class=&quot;error&quot;&gt;&amp;#91;admin@/10.96.33.30:17830&amp;#93;&lt;/span&gt;)&lt;span class=&quot;error&quot;&gt;&amp;#91;ssh-connection&amp;#93;&lt;/span&gt; send SSH_MSG_USERAUTH_REQUEST for &apos;none&apos;&lt;br/&gt;
2018-08-01T09:34:49,496 | DEBUG | sshd-SshClient&lt;span class=&quot;error&quot;&gt;&amp;#91;675d4333&amp;#93;&lt;/span&gt;-nio2-thread-1 | ClientSessionImpl | 54 - org.apache.sshd.core - 1.6.0 | writePacket(ClientSessionImpl&lt;span class=&quot;error&quot;&gt;&amp;#91;admin@/10.96.33.30:17830&amp;#93;&lt;/span&gt;)&lt;span class=&quot;error&quot;&gt;&amp;#91;SSH_MSG_USERAUTH_REQUEST&amp;#93;&lt;/span&gt; Start flagging packets as pending until key exchange is done&lt;br/&gt;
2018-08-01T09:34:49,502 | DEBUG | sshd-SshClient&lt;span class=&quot;error&quot;&gt;&amp;#91;675d4333&amp;#93;&lt;/span&gt;-nio2-thread-1 | Nio2Session | 54 - org.apache.sshd.core - 1.6.0 | handleReadCycleCompletion(Nio2Session&lt;span class=&quot;error&quot;&gt;&amp;#91;local=/172.20.68.20:49994, remote=/10.96.33.30:17830&amp;#93;&lt;/span&gt;) read 25 bytes&lt;br/&gt;
2018-08-01T09:34:49,502 | DEBUG | sshd-SshClient&lt;span class=&quot;error&quot;&gt;&amp;#91;675d4333&amp;#93;&lt;/span&gt;-nio2-thread-1 | ClientSessionImpl | 54 - org.apache.sshd.core - 1.6.0 | doReadIdentification(ClientSessionImpl&lt;span class=&quot;error&quot;&gt;&amp;#91;admin@/10.96.33.30:17830&amp;#93;&lt;/span&gt;) line=&apos;SSH-2.0-SSHD-CORE-1.6.0&apos;&lt;br/&gt;
2018-08-01T09:34:49,503 | DEBUG | sshd-SshClient&lt;span class=&quot;error&quot;&gt;&amp;#91;675d4333&amp;#93;&lt;/span&gt;-nio2-thread-1 | ClientSessionImpl | 54 - org.apache.sshd.core - 1.6.0 | readIdentification(ClientSessionImpl&lt;span class=&quot;error&quot;&gt;&amp;#91;admin@/10.96.33.30:17830&amp;#93;&lt;/span&gt;) Server version string: SSH-2.0-SSHD-CORE-1.6.0&lt;br/&gt;
2018-08-01T09:34:49,902 | DEBUG | sshd-SshClient&lt;span class=&quot;error&quot;&gt;&amp;#91;675d4333&amp;#93;&lt;/span&gt;-nio2-thread-2 | Nio2Session | 54 - org.apache.sshd.core - 1.6.0 | handleReadCycleCompletion(Nio2Session&lt;span class=&quot;error&quot;&gt;&amp;#91;local=/172.20.68.20:49994, remote=/10.96.33.30:17830&amp;#93;&lt;/span&gt;) read 552 bytes&lt;br/&gt;
2018-08-01T09:34:49,902 | DEBUG | sshd-SshClient&lt;span class=&quot;error&quot;&gt;&amp;#91;675d4333&amp;#93;&lt;/span&gt;-nio2-thread-2 | ClientSessionImpl | 54 - org.apache.sshd.core - 1.6.0 | handleKexInit(ClientSessionImpl&lt;span class=&quot;error&quot;&gt;&amp;#91;admin@/10.96.33.30:17830&amp;#93;&lt;/span&gt;) SSH_MSG_KEXINIT&lt;br/&gt;
2018-08-01T09:34:49,905 | DEBUG | sshd-SshClient&lt;span class=&quot;error&quot;&gt;&amp;#91;675d4333&amp;#93;&lt;/span&gt;&lt;del&gt;nio2-thread-2 | ClientSessionImpl | 54 - org.apache.sshd.core - 1.6.0 | setNegotiationResult(ClientSessionImpl&lt;span class=&quot;error&quot;&gt;&amp;#91;admin@/10.96.33.30:17830&amp;#93;&lt;/span&gt;) Kex: server&lt;/del&gt;&amp;gt;client aes128-ctr hmac-md5 none&lt;br/&gt;
2018-08-01T09:34:49,905 | DEBUG | sshd-SshClient&lt;span class=&quot;error&quot;&gt;&amp;#91;675d4333&amp;#93;&lt;/span&gt;&lt;del&gt;nio2-thread-2 | ClientSessionImpl | 54 - org.apache.sshd.core - 1.6.0 | setNegotiationResult(ClientSessionImpl&lt;span class=&quot;error&quot;&gt;&amp;#91;admin@/10.96.33.30:17830&amp;#93;&lt;/span&gt;) Kex: client&lt;/del&gt;&amp;gt;server aes128-ctr hmac-md5 none&lt;br/&gt;
2018-08-01T09:34:50,775 | DEBUG | sshd-SshClient&lt;span class=&quot;error&quot;&gt;&amp;#91;675d4333&amp;#93;&lt;/span&gt;-nio2-thread-2 | DHGClient | 54 - org.apache.sshd.core - 1.6.0 | init(DHGClient&lt;span class=&quot;error&quot;&gt;&amp;#91;ecdh-sha2-nistp521&amp;#93;&lt;/span&gt;)[ClientSessionImpl&lt;span class=&quot;error&quot;&gt;&amp;#91;admin@/10.96.33.30:17830&amp;#93;&lt;/span&gt;] Send SSH_MSG_KEXDH_INIT&lt;br/&gt;
2018-08-01T09:34:50,777 | DEBUG | sshd-SshClient&lt;span class=&quot;error&quot;&gt;&amp;#91;675d4333&amp;#93;&lt;/span&gt;-nio2-thread-2 | Nio2Session | 54 - org.apache.sshd.core - 1.6.0 | Writing 152 bytes&lt;br/&gt;
2018-08-01T09:34:50,777 | DEBUG | sshd-SshClient&lt;span class=&quot;error&quot;&gt;&amp;#91;675d4333&amp;#93;&lt;/span&gt;-nio2-thread-2 | Nio2Session | 54 - org.apache.sshd.core - 1.6.0 | handleCompletedWriteCycle(Nio2Session&lt;span class=&quot;error&quot;&gt;&amp;#91;local=/172.20.68.20:49994, remote=/10.96.33.30:17830&amp;#93;&lt;/span&gt;) finished writing len=152&lt;br/&gt;
2018-08-01T09:34:50,779 | DEBUG | sshd-SshClient&lt;span class=&quot;error&quot;&gt;&amp;#91;675d4333&amp;#93;&lt;/span&gt;-nio2-thread-2 | Nio2Session | 54 - org.apache.sshd.core - 1.6.0 | handleReadCycleCompletion(Nio2Session&lt;span class=&quot;error&quot;&gt;&amp;#91;local=/172.20.68.20:49994, remote=/10.96.33.30:17830&amp;#93;&lt;/span&gt;) Socket has been disconnected (result=-1), closing IoSession now&lt;br/&gt;
2018-08-01T09:34:50,779 | DEBUG | sshd-SshClient&lt;span class=&quot;error&quot;&gt;&amp;#91;675d4333&amp;#93;&lt;/span&gt;-nio2-thread-2 | Nio2Session | 54 - org.apache.sshd.core - 1.6.0 | close(Nio2Session&lt;span class=&quot;error&quot;&gt;&amp;#91;local=/172.20.68.20:49994, remote=/10.96.33.30:17830&amp;#93;&lt;/span&gt;) Closing immediately&lt;br/&gt;
2018-08-01T09:34:50,780 | DEBUG | sshd-SshClient&lt;span class=&quot;error&quot;&gt;&amp;#91;675d4333&amp;#93;&lt;/span&gt;-nio2-thread-2 | ClientSessionImpl | 54 - org.apache.sshd.core - 1.6.0 | close(ClientSessionImpl&lt;span class=&quot;error&quot;&gt;&amp;#91;admin@/10.96.33.30:17830&amp;#93;&lt;/span&gt;) Closing immediately&lt;br/&gt;
2018-08-01T09:34:50,780 | WARN | sshd-SshClient&lt;span class=&quot;error&quot;&gt;&amp;#91;675d4333&amp;#93;&lt;/span&gt;-nio2-thread-2 | AsyncSshHandler | 281 - org.opendaylight.netconf.netty-util - 1.5.0.SNAPSHOT | Unable to setup SSH connection on channel: &lt;span class=&quot;error&quot;&gt;&amp;#91;id: 0x7024df42&amp;#93;&lt;/span&gt;&lt;br/&gt;
org.apache.sshd.common.SshException: Session is being closed&lt;br/&gt;
 at org.apache.sshd.client.session.ClientSessionImpl.preClose(ClientSessionImpl.java:126) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;54:org.apache.sshd.core:1.6.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 at org.apache.sshd.common.util.closeable.AbstractCloseable.close(AbstractCloseable.java:80) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;54:org.apache.sshd.core:1.6.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 at org.apache.sshd.common.session.helpers.AbstractSessionIoHandler.sessionClosed(AbstractSessionIoHandler.java:48) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;54:org.apache.sshd.core:1.6.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 at org.apache.sshd.common.io.nio2.Nio2Session.doCloseImmediately(Nio2Session.java:216) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;54:org.apache.sshd.core:1.6.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 at org.apache.sshd.common.util.closeable.AbstractCloseable.close(AbstractCloseable.java:81) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;54:org.apache.sshd.core:1.6.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 at org.apache.sshd.common.io.nio2.Nio2Session.handleReadCycleCompletion(Nio2Session.java:298) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;54:org.apache.sshd.core:1.6.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 at org.apache.sshd.common.io.nio2.Nio2Session$1.onCompleted(Nio2Session.java:264) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;54:org.apache.sshd.core:1.6.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 at org.apache.sshd.common.io.nio2.Nio2Session$1.onCompleted(Nio2Session.java:261) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;54:org.apache.sshd.core:1.6.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 at org.apache.sshd.common.io.nio2.Nio2CompletionHandler.lambda$completed$0(Nio2CompletionHandler.java:38) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;54:org.apache.sshd.core:1.6.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 at java.security.AccessController.doPrivileged(Native Method) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;?:?&amp;#93;&lt;/span&gt;&lt;br/&gt;
 at org.apache.sshd.common.io.nio2.Nio2CompletionHandler.completed(Nio2CompletionHandler.java:37) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;54:org.apache.sshd.core:1.6.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;?:?&amp;#93;&lt;/span&gt;&lt;br/&gt;
 at sun.nio.ch.Invoker.invokeDirect(Invoker.java:157) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;?:?&amp;#93;&lt;/span&gt;&lt;br/&gt;
 at sun.nio.ch.UnixAsynchronousSocketChannelImpl.implRead(UnixAsynchronousSocketChannelImpl.java:553) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;?:?&amp;#93;&lt;/span&gt;&lt;br/&gt;
 at sun.nio.ch.AsynchronousSocketChannelImpl.read(AsynchronousSocketChannelImpl.java:276) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;?:?&amp;#93;&lt;/span&gt;&lt;br/&gt;
 at sun.nio.ch.AsynchronousSocketChannelImpl.read(AsynchronousSocketChannelImpl.java:297) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;?:?&amp;#93;&lt;/span&gt;&lt;br/&gt;
 at org.apache.sshd.common.io.nio2.Nio2Session.doReadCycle(Nio2Session.java:312) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;54:org.apache.sshd.core:1.6.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 at org.apache.sshd.common.io.nio2.Nio2Session.handleReadCycleCompletion(Nio2Session.java:288) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;54:org.apache.sshd.core:1.6.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 at org.apache.sshd.common.io.nio2.Nio2Session$1.onCompleted(Nio2Session.java:264) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;54:org.apache.sshd.core:1.6.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 at org.apache.sshd.common.io.nio2.Nio2Session$1.onCompleted(Nio2Session.java:261) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;54:org.apache.sshd.core:1.6.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 at org.apache.sshd.common.io.nio2.Nio2CompletionHandler.lambda$completed$0(Nio2CompletionHandler.java:38) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;54:org.apache.sshd.core:1.6.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 at java.security.AccessController.doPrivileged(Native Method) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;?:?&amp;#93;&lt;/span&gt;&lt;br/&gt;
 at org.apache.sshd.common.io.nio2.Nio2CompletionHandler.completed(Nio2CompletionHandler.java:37) &lt;span class=&quot;error&quot;&gt;&amp;#91;54:org.apache.sshd.core:1.6.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;?:?&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;?:?&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;?:?&amp;#93;&lt;/span&gt;&lt;br/&gt;
 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) &lt;span class=&quot;error&quot;&gt;&amp;#91;?:?&amp;#93;&lt;/span&gt;&lt;br/&gt;
 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) &lt;span class=&quot;error&quot;&gt;&amp;#91;?:?&amp;#93;&lt;/span&gt;&lt;br/&gt;
 at java.lang.Thread.run(Thread.java:748) &lt;span class=&quot;error&quot;&gt;&amp;#91;?:?&amp;#93;&lt;/span&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="30543">NETCONF-552</key>
            <summary>Controller can not establish netconf connection with testtool</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="wsx25289">wang senxiao</assignee>
                                    <reporter username="wsx25289">wang senxiao</reporter>
                        <labels>
                    </labels>
                <created>Wed, 1 Aug 2018 02:35:52 +0000</created>
                <updated>Tue, 20 Nov 2018 13:23:55 +0000</updated>
                            <resolved>Tue, 20 Nov 2018 13:23:55 +0000</resolved>
                                    <version>Fluorine</version>
                                    <fixVersion>Fluorine</fixVersion>
                                    <component>netconf</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="64560" author="jmorvay" created="Mon, 6 Aug 2018 13:22:28 +0000"  >&lt;p&gt;Hi Wang,&lt;/p&gt;

&lt;p&gt;Can you be please more specific about your setting? How do you start a netconf test-tool, how exactly do you mount it afterwards, if you can create ssh connection to it manually etc.&lt;/p&gt;

&lt;p&gt;Also please try to use master (Fluorine) version of the test-tool as there are currently interoperability issues between Oxygen test-tool and master (fluorine) netconf southbound plugin.&lt;/p&gt;</comment>
                            <comment id="64909" author="jmorvay" created="Thu, 6 Sep 2018 18:17:27 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=wsx25289&quot; class=&quot;user-hover&quot; rel=&quot;wsx25289&quot;&gt;wsx25289&lt;/a&gt; any update on this issue?&lt;/p&gt;</comment>
                            <comment id="64911" author="wsx25289" created="Fri, 7 Sep 2018 02:00:34 +0000"  >&lt;p&gt;Hi Jakub&lt;br/&gt;
Sorry for the late reply. I tried with the master version of test-tool(1.6.0), it also failed. By the way I start test-tool with command:java -jar netconf-testtool-1.2.2-SNAPSHOT-executable.jar --device-count 3 --debug true --schemas-dir ${filepath}.&lt;/p&gt;</comment>
                            <comment id="65157" author="jmorvay" created="Tue, 2 Oct 2018 14:50:52 +0000"  >&lt;p&gt;Sorry for late reply,&lt;/p&gt;

&lt;p&gt;Can you please provide us with karaf log and testtool logs?&lt;/p&gt;</comment>
                            <comment id="65717" author="jmorvay" created="Tue, 20 Nov 2018 13:23:55 +0000"  >&lt;p&gt;Resolving this as &quot;Cannot Reproduce&quot;. There is not enough reported information to be able for us to reproduce the issue.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=wsx25289&quot; class=&quot;user-hover&quot; rel=&quot;wsx25289&quot;&gt;wsx25289&lt;/a&gt; Once you can provide us with additional karaf.log, setup and enviroment information, please feel free to reopen this issue again.&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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03hjr:</customfieldvalue>

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