heroku / legacy-cli

Heroku CLI
https://cli.heroku.com
MIT License
1.37k stars 380 forks source link

rake db:migrate randezvous fails #767

Open hakunin opened 11 years ago

hakunin commented 11 years ago

milkly (master) $ heroku run rake db:migrate --app XXXXXX Running rake db:migrate attached to terminal... up, run.7273 ! Heroku client internal error. ! Search for help at: https://help.heroku.com ! Or report a bug at: https://github.com/heroku/heroku/issues/new

Error:       Operation timed out - connect(2) (Errno::ETIMEDOUT)
Backtrace:   /Users/michalhantl/.rvm/gems/ruby-1.9.3-p374/gems/heroku-2.33.5/lib/heroku/client/rendezvous.rb:39:in `initialize'
             /Users/michalhantl/.rvm/gems/ruby-1.9.3-p374/gems/heroku-2.33.5/lib/heroku/client/rendezvous.rb:39:in `open'
             /Users/michalhantl/.rvm/gems/ruby-1.9.3-p374/gems/heroku-2.33.5/lib/heroku/client/rendezvous.rb:39:in `block in start'
             /Users/michalhantl/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/timeout.rb:68:in `timeout'
             /Users/michalhantl/.rvm/gems/ruby-1.9.3-p374/gems/heroku-2.33.5/lib/heroku/client/rendezvous.rb:31:in `start'
             /Users/michalhantl/.rvm/gems/ruby-1.9.3-p374/gems/heroku-2.33.5/lib/heroku/command/run.rb:125:in `rendezvous_session'
             /Users/michalhantl/.rvm/gems/ruby-1.9.3-p374/gems/heroku-2.33.5/lib/heroku/command/run.rb:112:in `run_attached'
             /Users/michalhantl/.rvm/gems/ruby-1.9.3-p374/gems/heroku-2.33.5/lib/heroku/command/run.rb:21:in `index'
             /Users/michalhantl/.rvm/gems/ruby-1.9.3-p374/gems/heroku-2.33.5/lib/heroku/command.rb:207:in `run'
             /Users/michalhantl/.rvm/gems/ruby-1.9.3-p374/gems/heroku-2.33.5/lib/heroku/cli.rb:28:in `start'
             /Users/michalhantl/.rvm/gems/ruby-1.9.3-p374/gems/heroku-2.33.5/bin/heroku:17:in `<top (required)>'
             /Users/michalhantl/.rvm/gems/ruby-1.9.3-p374/bin/heroku:19:in `load'
             /Users/michalhantl/.rvm/gems/ruby-1.9.3-p374/bin/heroku:19:in `<main>'
             /Users/michalhantl/.rvm/gems/ruby-1.9.3-p374/bin/ruby_noexec_wrapper:14:in `eval'
             /Users/michalhantl/.rvm/gems/ruby-1.9.3-p374/bin/ruby_noexec_wrapper:14:in `<main>'

Command:     heroku run rake db:migrate --app XXXXXX
Version:     heroku-gem/2.33.5 (x86_64-darwin12.2.1) ruby/1.9.3
hakunin commented 11 years ago

Running rake detached works, but up until now (22 months) there were no issues like this for me..

figolu commented 11 years ago

Check that nothing is blocking port 5000 used by Heroku client.