I am having a problem getting Capistrano to deploy on my server. I
think the error has to do with this message:

/usr/local/lib/ruby/gems/1.8/gems/net-ssh-2.0.2/lib/net/ssh/service/
forward.rb:262:in `auth_agent_channel': uninitialized constant
Net::SSH::Service::Forward::ChannelOpenFailure (NameError)

Incase its helpful here is the entire output:

  * executing `deploy'
  * executing `deploy:update'
 ** transaction: start
  * executing `deploy:update_code'
    updating the cached checkout on all servers
  * executing "if [ -d /var/www/vhosts/mysite.com/www/shared/cached-
copy ]; then cd /var/www/vhosts/mysite.com/www/shared/cached-copy &&
git fetch --tags origin && git reset --hard
b8e9703bc81834d9242d8b29badaefc1c81a8d73; else git clone
[EMAIL PROTECTED]:mysite.git /var/www/vhosts/mysite.com/www/shared/
cached-copy && cd /var/www/vhosts/mysite.com/www/shared/cached-copy &&
git checkout -b deploy b8e9703bc81834d9242d8b29badaefc1c81a8d73; fi"
    servers: ["74.200.87.203"]
    [74.200.87.203] executing command
*** [deploy:update_code] rolling back
  * executing "rm -rf /var/www/vhosts/mysite.com/www/releases/
20080613143453; true"
    servers: ["74.200.87.203"]
    [74.200.87.203] executing command
    command finished
/usr/local/lib/ruby/gems/1.8/gems/net-ssh-2.0.2/lib/net/ssh/service/
forward.rb:262:in `auth_agent_channel': uninitialized constant
Net::SSH::Service::Forward::ChannelOpenFailure (NameError)
        from /usr/local/lib/ruby/site_ruby/1.8/rubygems/
custom_require.rb:27:in `to_proc'
        from /usr/local/lib/ruby/gems/1.8/gems/net-ssh-2.0.2/lib/net/
ssh/connection/session.rb:485:in `[]'
        from /usr/local/lib/ruby/gems/1.8/gems/net-ssh-2.0.2/lib/net/
ssh/connection/session.rb:485:in `channel_open'
        from /usr/local/lib/ruby/gems/1.8/gems/net-ssh-2.0.2/lib/net/
ssh/connection/session.rb:428:in `send'
        from /usr/local/lib/ruby/gems/1.8/gems/net-ssh-2.0.2/lib/net/
ssh/connection/session.rb:428:in `dispatch_incoming_packets'
        from /usr/local/lib/ruby/gems/1.8/gems/net-ssh-2.0.2/lib/net/
ssh/connection/session.rb:185:in `preprocess'
        from /usr/local/lib/ruby/gems/1.8/gems/capistrano-2.3.0/lib/
capistrano/processable.rb:17:in `process_iteration'
        from /usr/local/lib/ruby/gems/1.8/gems/capistrano-2.3.0/lib/
capistrano/processable.rb:43:in `ensure_each_session'
         ... 47 levels...
        from /usr/local/lib/ruby/gems/1.8/gems/capistrano-2.3.0/lib/
capistrano/cli/execute.rb:14:in `execute'
        from /usr/local/lib/ruby/gems/1.8/gems/capistrano-2.3.0/bin/
cap:4
        from /usr/local/bin/cap:19:in `load'
        from /usr/local/bin/cap:19

I appreciate any help you can provide.

Thanks
Ryan

--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to