0

の使用で問題が発生しています。ステージング インスタンスを使用rubberしようcap rubber:bootstrapとすると、常にこのエラーが発生します。

* executing "sudo -p 'sudo password: '  bash -l -c 'cd /mnt/localstore-production/releases/20120519213905 && RUBBER_ENV=production RAILS_ENV=production ./script/rubber config  --force --file=\"role/graphite_server\"'"
    servers: ["production.localstore.com"]
    [production.localstore.com] executing command
 ** [out :: production.localstore.com] Instance not found for host: ip-10-2-118-252
 ** [out :: production.localstore.com] 
    command finished in 5849ms
failed: "/bin/bash -l -c 'sudo -p '\\''sudo password: '\\''  bash -l -c '\\''cd /mnt/localstore-production/releases/20120519213905 && RUBBER_ENV=production RAILS_ENV=production ./script/rubber config  --force --file=\"role/graphite_server\"'\\'''" on production.localstore.com
4

1 に答える 1

0

実際の問題は、AWS コンソールからインスタンスの静的 IP を変更したため、インスタンスのホスト情報が何らかの方法で変更された理由です。

したがって、このコマンドを使用してcap rubber:refereshすべてを更新し、インスタンスをブートストラップして問題を解決しました。

于 2012-05-22T08:32:24.907 に答える