Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Getting error : "Error making SSH connection to instance" on vshpere infrasturuture #305

Open
msavlani opened this issue Aug 31, 2017 · 0 comments

Comments

@msavlani
Copy link

Hi,

I have defined below properties in my client.properties

simianarmy.chaos.ssh.user=root
simianarmy.chaos.ssh.key=~/.ssh/id_rsa

But i am still getting below error

WARN ChaosInstance - [ChaosInstance.java:105] Error making SSH connection to instance
java.lang.NullPointerException
at com.netflix.simianarmy.client.aws.AWSClient.getJcloudsComputeService(AWSClient.java:863)
at com.netflix.simianarmy.client.aws.AWSClient.connectSsh(AWSClient.java:885)
at com.netflix.simianarmy.chaos.ChaosInstance.connectSsh(ChaosInstance.java:125)
at com.netflix.simianarmy.chaos.ChaosInstance.canConnectSsh(ChaosInstance.java:101)
at com.netflix.simianarmy.chaos.ScriptChaosType.canApply(ScriptChaosType.java:60)
at com.netflix.simianarmy.basic.chaos.BasicChaosMonkey.pickChaosType(BasicChaosMonkey.java:141)
at com.netflix.simianarmy.basic.chaos.BasicChaosMonkey.doMonkeyBusiness(BasicChaosMonkey.java:121)
at com.netflix.simianarmy.Monkey.run(Monkey.java:134)
at com.netflix.simianarmy.Monkey$1.run(Monkey.java:155)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)

Why does it go to AWSClient.java when i am using vshpere infrastrucure ?

Thanks,
Manish Sawlani

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant