You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Peter Berkman (JIRA)" <ji...@apache.org> on 2015/07/08 23:58:06 UTC

[jira] [Created] (KARAF-3840) console hangs when accessing via script (like ANT)

Peter Berkman created KARAF-3840:
------------------------------------

             Summary: console hangs when accessing via script (like ANT)
                 Key: KARAF-3840
                 URL: https://issues.apache.org/jira/browse/KARAF-3840
             Project: Karaf
          Issue Type: Bug
          Components: karaf-core
    Affects Versions: 3.0.4
         Environment: Windows 2008r2 server, CentOS, Ubuntu
            Reporter: Peter Berkman


we upgraded to 3.0.4 and now are ant tasks (for product installation) hang.
here is the macro we are using in ant:
<presetdef name="ngsexec">
<sshexec host="localhost"
port="$
{ngs.port.ssh}
"
username="karaf"
password="xxxxxx"
trust="true"
timeout="60000" />
</presetdef>
<ngsexec command="list" />
Basically, Karaf never returns and the ant task times out....
when I set it to verbose, here is the output from a command 'list':
[ngsexec] Connecting to localhost:8101
[ngsexec] Connecting to localhost port 8101
[ngsexec] Connection established
[ngsexec] Remote version string: SSH-2.0-SSHD-CORE-0.14.0
[ngsexec] Local version string: SSH-2.0-JSCH-0.1.51
[ngsexec] CheckCiphers: aes256-ctr,aes192-ctr,aes128-ctr,aes256-cbc,aes192-cbc,aes128-cbc,3des-ctr,arcfour,arcfour128,arcfour256
[ngsexec] aes256-cbc is not available.
[ngsexec] aes192-cbc is not available.
[ngsexec] CheckKexes: diffie-hellman-group14-sha1
[ngsexec] diffie-hellman-group14-sha1 is not available.
[ngsexec] SSH_MSG_KEXINIT sent
[ngsexec] SSH_MSG_KEXINIT received
[ngsexec] kex: server: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group1-sha1
[ngsexec] kex: server: ssh-rsa
[ngsexec] kex: server: aes128-ctr
[ngsexec] kex: server: aes128-ctr
[ngsexec] kex: server: hmac-sha1
[ngsexec] kex: server: hmac-sha1
[ngsexec] kex: server: none
[ngsexec] kex: server: none
[ngsexec] kex: server:
[ngsexec] kex: server:
[ngsexec] kex: client: diffie-hellman-group1-sha1,diffie-hellman-group-exchange-sha1
[ngsexec] kex: client: ssh-rsa,ssh-dss
[ngsexec] kex: client: aes128-ctr,aes128-cbc,3des-ctr,3des-cbc,blowfish-cbc
[ngsexec] kex: client: aes128-ctr,aes128-cbc,3des-ctr,3des-cbc,blowfish-cbc
[ngsexec] kex: client: hmac-md5,hmac-sha1,hmac-sha2-256,hmac-sha1-96,hmac-md5-96
[ngsexec] kex: client: hmac-md5,hmac-sha1,hmac-sha2-256,hmac-sha1-96,hmac-md5-96
[ngsexec] kex: client: none
[ngsexec] kex: client: none
[ngsexec] kex: client:
[ngsexec] kex: client:
[ngsexec] kex: server->client aes128-ctr hmac-sha1 none
[ngsexec] kex: client->server aes128-ctr hmac-sha1 none
[ngsexec] SSH_MSG_KEXDH_INIT sent
[ngsexec] expecting SSH_MSG_KEXDH_REPLY
[ngsexec] ssh_rsa_verify: signature true
[ngsexec] Permanently added 'localhost' (RSA) to the list of known hosts.
[ngsexec] SSH_MSG_NEWKEYS sent
[ngsexec] SSH_MSG_NEWKEYS received
[ngsexec] SSH_MSG_SERVICE_REQUEST sent
[ngsexec] SSH_MSG_SERVICE_ACCEPT received
[ngsexec] Authentications that can continue: publickey,keyboard-interactive,password
[ngsexec] Next authentication method: publickey
[ngsexec] Authentications that can continue: keyboard-interactive,password
[ngsexec] Next authentication method: keyboard-interactive
[ngsexec] Authentication succeeded (keyboard-interactive).
[ngsexec] cmd : http:list
[ngsexec] ID | Servlet | Servlet-Name | State | Alias | Url
[ngsexec]
[ngsexec] –
[ngsexec] ----------------
[ngsexec] --------------
[ngsexec] -----------
[ngsexec] -------------------
[ngsexec] -----------------------
[ngsexec] ---------------
[ngsexec]
[ngsexec] 82 | ResourceServlet | /res | Deployed | /system/console/res | [/system/console/res/*]
[ngsexec]
[ngsexec] 82 | KarafOsgiManager | ServletModel-2 | Undeployed | /system/console | [/system/console/*]
[ngsexec]
[ngsexec] 82 | KarafOsgiManager | ServletModel-5 | Deployed | /system/console | [/system/console/*]
[ngsexec]
[ngsexec] Disconnecting from localhost port 8101
[ngsexec] Caught an exception, leaving main loop due to Socket Closed
BUILD FAILED
C:\nextgate\install\ngs\1.0.0-SNAPSHOT_rev17813\ngs_install.xml:459: Timeout period exceeded, connection dropped.


Please see Karaf-3656 comments for details.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)