JClouds is unable to do SSH on automatically selected images
------------------------------------------------------------

                 Key: WHIRR-264
                 URL: https://issues.apache.org/jira/browse/WHIRR-264
             Project: Whirr
          Issue Type: Bug
            Reporter: Andrei Savu
            Priority: Blocker
             Fix For: 0.4.0


I'm seeing the following exception when trying to start a cluster and when 
running integration tests without specifying an AMI and an instance type:

{code}
org.jclouds.ssh.SshException: [email protected]:22: Error connecting to 
session.
        at org.jclouds.ssh.jsch.JschSshClient.propagate(JschSshClient.java:252)
        at org.jclouds.ssh.jsch.JschSshClient.connect(JschSshClient.java:206)
        at 
org.jclouds.compute.callables.RunScriptOnNodeAsInitScriptUsingSsh.call(RunScriptOnNodeAsInitScriptUsingSsh.java:90)
        at 
org.jclouds.compute.strategy.RunScriptOnNodeAndAddToGoodMapOrPutExceptionIntoBadMap.call(RunScriptOnNodeAndAddToGoodMapOrPutExceptionIntoBadMap.java:70)
        at 
org.jclouds.compute.strategy.RunScriptOnNodeAndAddToGoodMapOrPutExceptionIntoBadMap.call(RunScriptOnNodeAndAddToGoodMapOrPutExceptionIntoBadMap.java:45)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:662)
Caused by: com.jcraft.jsch.JSchException: Auth fail
        at com.jcraft.jsch.Session.connect(Session.java:461)
        at com.jcraft.jsch.Session.connect(Session.java:154)
        at org.jclouds.ssh.jsch.JschSshClient.newSession(JschSshClient.java:247)
        at org.jclouds.ssh.jsch.JschSshClient.connect(JschSshClient.java:186)
        ... 8 more
{code}

I have been able to run the entire test suite when I changed the properties 
files and specified an image and a instance type (ubuntu 10.4 on machine with 
2GB or more).

You can reproduce the problem by trying to run the ZooKeeper recipe:
{{$ ./bin/whirr launch-cluster --config recipes/zookeeper-ec2.properties}}

I've experienced this problem with the following ami: 
{{us-east-1/ami-8e1fece7}} running on a {{t1.micro}} instance type. 


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to