nathanmarz / storm-deploy

One click deploy for Storm clusters on AWS
Other
516 stars 148 forks source link

Windows Cygwin #38

Closed pherris closed 11 years ago

pherris commented 11 years ago

Ran into a couple of issues using Cygwin. I had to run:

eval `ssh-agent`

to enable ssh to the instances that were started.

Had to install pageant.exe:

http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

to get past the error:

Could not initialize class com.jcraft.jsch.agentproxy.usocket.JNAUSocketFactory$CLibrary

thx to: http://logs.lazybot.org/irc.freenode.net/%23pallet/2013-04-11.txt

I also ran into the "Security Group Does Not Exist" error but haven't worked through that one yet.

Hope this helps someone else...

guarly commented 11 years ago

Hi,

There is a pull request from my email to solve the security error. You may give it a try. El 23/07/2013 05:15, "pherris" notifications@github.com escribió:

Ran into a couple of issues using Cygwin. I had to run:

eval ssh-agent

to enable ssh to the instances that were started.

Had to install pageant.exe:

http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

to get past the error:

Could not initialize class com.jcraft.jsch.agentproxy.usocket.JNAUSocketFactory$CLibrary

thx to: http://logs.lazybot.org/irc.freenode.net/%23pallet/2013-04-11.txt

I also ran into the "Security Group Does Not Exist" error but haven't worked through that one yet.

Hope this helps someone else...

— Reply to this email directly or view it on GitHubhttps://github.com/nathanmarz/storm-deploy/issues/38 .

pherris commented 11 years ago

Thanks, that solved it for me.