1

次のコマンドを実行しました。

git remote add mdd2 git@heroku.com:dmstaffing.git
git push mdd2 master

しかし、私が今走ろうとすると

heroku run rake db:migrate --app mdd2

私は得る

rake aborted!
could not connect to server: Connection refused
        Is the server running on host "ec2-184-73-250-226.compute-1.amazonaws.com" and accepting
        TCP/IP connections on port 5632?

Tasks: TOP => db:migrate => environment
(See full trace by running task with --trace)

私も見る:

g$ heroku open --app mdd2
Opening mdd2... done
durrantm.../mdd$ libprotobuf ERROR third_party/protobuf/src/google/protobuf/message_lite.cc:123] Can't parse message of type "in_memory_url_index.InMemoryURLIndexCacheItem" because it is missing required fields: (cannot determine missing fields for lite message)
^C
durrantm.../mdd$ 

サーバーに接続できませんでした:接続が拒否されましたサーバーはホスト「ec2-184-73-250-226.compute-1.amazonaws.com」で実行されており、ポート5632でTCP / IP接続を受け入れていますか?

4

1 に答える 1

1

データベースアドオンはありますか? https://addons.heroku.com/

于 2013-01-04T23:26:15.913 に答える