Jason, It looks like your server is closing the connection while the SSH version is being negotiated at the protocol level. Please make sure that (1) you are connecting on the correct port, and (2) that your SSH server understands the SSH2 protocol (the Net::SSH library that Capistrano depends on does not understand the earlier SSH1 protocol).
- Jamis On May 22, 2007, at 1:57 AM, [EMAIL PROTECTED] wrote: > > Hi Jamis > > This is where the error message starts after running cap deploy: > ** [update_code] exception while rolling back: EOFError, end of file > reached > c:/ruby/lib/ruby/gems/1.8/gems/net-ssh-1.0.10/lib/net/ssh/transport/ > version-nego > tiator.rb:51:in `readline': end of file reached (EOFError) > from c:/ruby/lib/ruby/gems/1.8/gems/net-ssh-1.0.10/lib/net/ > ssh/ > transport > /version-negotiator.rb:51:in `negotiate' > from c:/ruby/lib/ruby/gems/1.8/gems/net-ssh-1.0.10/lib/net/ > ssh/ > transport > /version-negotiator.rb:50:in `negotiate' > from c:/ruby/lib/ruby/gems/1.8/gems/net-ssh-1.0.10/lib/net/ > ssh/ > transport > /session.rb:97:in `initialize' > from c:/ruby/lib/ruby/gems/1.8/gems/net-ssh-1.0.10/lib/net/ > ssh/ > transport > /services.rb:121:in `register_services' > from c:/ruby/lib/ruby/gems/1.8/gems/needle-1.3.0/lib/needle/ > lifecycle/si > ngleton.rb:42:in `call' > from c:/ruby/lib/ruby/1.8/thread.rb:135:in `synchronize' > from c:/ruby/lib/ruby/gems/1.8/gems/needle-1.3.0/lib/needle/ > lifecycle/si > ngleton.rb:40:in `call' > from c:/ruby/lib/ruby/gems/1.8/gems/needle-1.3.0/lib/needle/ > service-poin > t.rb:122:in `instance' > ... 38 levels... > from c:/ruby/lib/ruby/gems/1.8/gems/capistrano-1.2.0/lib/ > capistrano/cli. > rb:233:in `execute!' > from c:/ruby/lib/ruby/gems/1.8/gems/capistrano-1.2.0/lib/ > capistrano/cli. > rb:12:in `execute!' > from c:/ruby/lib/ruby/gems/1.8/gems/capistrano-1.2.0/bin/cap: > 11 > from c:/ruby/bin/cap:18 > > > On May 22, 5:36 am, Jamis Buck <[EMAIL PROTECTED]> wrote: >> Jason, >> >> Try using the 'cap' command, instead of the 'rake' command to invoke >> Capistrano tasks: >> >> cap deploy >> >> That should give you a more verbose error message when things go >> wrong. Go ahead and try that, and then post the more verbose output. >> >> (Just FYI, I'm actually vacationing until next week, so my response >> time to messages posted here will vary wildly. Hopefully, though, >> others on the list will have some ideas if you post a more verbose >> error.) >> >> - Jamis >> >> On May 21, 2007, at 8:08 AM, [EMAIL PROTECTED] wrote: >> >> >> >>> Ok...I have a problem. Two really. >> >>> First up I use subversion to maintain a Rails web site that a third >>> party developer created for us. Up until now the subversion set up >>> that was put in place to deploy changes has worked perfectly. He's >>> not available to look at the following problem right now, and I am >>> going to have to try to solve it myself >> >>> Problem two...i am not a developer so don't understand the error. >> >>> I am getting the following error message: >> >>> exception while rolling back : EOFError , end of file reached. >>> rake aborted >>> end of file reached >> >>> I am running subversion on a desk top PC. >> >>> Any help much appreciated. >> >>> J > > > > --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
