GitHub user neykov opened a pull request:
https://github.com/apache/incubator-brooklyn/pull/105
Move test to Integration group.
The test is a no go on Windows and fails on builds.apache.org (connects to
localhost)
---
Cannot establish ssh connection to jenkins @
SshMachineLocation[SshMachineLocation:MNYu:localhost/127.0.0.1] (Exhausted
available authentication methods).
Ensure that passwordless and passphraseless ssh access is enabled using
standard keys from ~/.ssh or as configured in brooklyn.properties. Check that
the target host is accessible, that credentials are correct (location and
permissions if using a key), that the SFTP subsystem is available on the remote
side, and that there is sufficient random noise in /dev/random on
Caused by: net.schmizz.sshj.userauth.UserAuthException: Exhausted available
authentication methods
at
net.schmizz.sshj.userauth.UserAuthImpl.authenticate(UserAuthImpl.java:114)
at net.schmizz.sshj.SSHClient.auth(SSHClient.java:205)
at net.schmizz.sshj.SSHClient.authPublickey(SSHClient.java:305)
at net.schmizz.sshj.SSHClient.authPublickey(SSHClient.java:353)
at net.schmizz.sshj.SSHClient.authPublickey(SSHClient.java:283)
at
brooklyn.util.internal.ssh.sshj.SshjClientConnection.create(SshjClientConnection.java:209)
at
brooklyn.util.internal.ssh.sshj.SshjClientConnection.create(SshjClientConnection.java:1)
at brooklyn.util.internal.ssh.sshj.SshjTool.acquire(SshjTool.java:381)
... 19 more
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/neykov/incubator-brooklyn test-fixes-140802
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-brooklyn/pull/105.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #105
----
commit 0cd519d9dc5e9135dbb4dff8ca8c45ebd4769858
Author: Svetoslav Neykov <[email protected]>
Date: 2014-08-01T21:53:16Z
Move test to Integration group.
The test is a no go on Windows and fails on builds.apache.org (connects to
localhost)
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---