I'm currently trying to run any capistrano command - cap deploy:check,
for example - and I am getting nowhere. When I run deploy:check, I
get:
* executing `deploy:check'
* executing "test -d /users/home/nwtconline/apps/admin/releases"
servers: ["admin.online.nwtc.edu"]
Unfortunately that is it. It just hangs there without providing any
feedback. So I eventually ctrl C out and I get the following trace:
/usr/local/lib/ruby/gems/1.8/gems/capistrano-2.0.0/lib/capistrano/
configuration/connections.rb:87:in `join': Interrupt
from /usr/local/lib/ruby/gems/1.8/gems/capistrano-2.0.0/lib/
capistrano/configuration/connections.rb:87:in
`establish_connections_to'
from /usr/local/lib/ruby/gems/1.8/gems/capistrano-2.0.0/lib/
capistrano/configuration/connections.rb:87:in `each'
from /usr/local/lib/ruby/gems/1.8/gems/capistrano-2.0.0/lib/
capistrano/configuration/connections.rb:87:in
`establish_connections_to'
from /usr/local/lib/ruby/gems/1.8/gems/capistrano-2.0.0/lib/
capistrano/configuration/connections.rb:125:in `execute_on_servers'
from /usr/local/lib/ruby/gems/1.8/gems/capistrano-2.0.0/lib/
capistrano/configuration/actions/invocation.rb:50:in `run'
from /usr/local/lib/ruby/gems/1.8/gems/capistrano-2.0.0/lib/
capistrano/recipes/deploy/remote_dependency.rb:56:in `try'
from /usr/local/lib/ruby/gems/1.8/gems/capistrano-2.0.0/lib/
capistrano/recipes/deploy/remote_dependency.rb:14:in `directory'
from /usr/local/lib/ruby/gems/1.8/gems/capistrano-2.0.0/lib/
capistrano/recipes/deploy/strategy/base.rb:31:in `check!'
... 14 levels...
from /usr/local/lib/ruby/gems/1.8/gems/capistrano-2.0.0/lib/
capistrano/cli/execute.rb:14:in `execute'
from /usr/local/lib/ruby/gems/1.8/gems/capistrano-2.0.0/bin/
cap:4
from /usr/local/bin/cap:16:in `load'
from /usr/local/bin/cap:16
I am using Capistrano 2.0, trying to deploy to TextDrive. My
applications have been deployed for sometime but I figured it was time
to employ Capistrano. If anyone has a suggestion as to why my system
might hang and then spit out the trace above, I would love to hear.
Thank you.
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---