1

vmc を使用して mongodb にトンネリングしようとすると、次のエラーが表示されます

vmc tunnel
1: mongodb-XY
2: redis-XY
Which service instance?> 1

1: none
2: mongorestore
3: mongo
4: mongodump
Which client would you like to start?> 3

Opening tunnel on port 10000... FAILED
RuntimeError: Remote tunnel helper is unaware of mongodb-XY!
For more information, see ~/.vmc/crash

ここにエラーログがあります.. cat ~/.vmc/crash

Time of crash:
  Tue Jan 01 23:09:58 -0600 2013

RuntimeError: Remote tunnel helper is unaware of mongodb-XY!

tunnel-vmc-plugin-0.1.10/lib/tunnel-vmc-plugin/tunnel.rb:233:in `get_connection_info'
tunnel-vmc-plugin-0.1.10/lib/tunnel-vmc-plugin/tunnel.rb:35:in `open!'
tunnel-vmc-plugin-0.1.10/lib/tunnel-vmc-plugin/plugin.rb:41:in `tunnel'
interact-0.5.1/lib/interact/progress.rb:98:in `with_progress'
tunnel-vmc-plugin-0.1.10/lib/tunnel-vmc-plugin/plugin.rb:40:in `tunnel'
mothership-0.3.5/lib/mothership/base.rb:61:in `send'
mothership-0.3.5/lib/mothership/base.rb:61:in `run'
mothership-0.3.5/lib/mothership/command.rb:68:in `invoke'
mothership-0.3.5/lib/mothership/command.rb:82:in `instance_exec'
mothership-0.3.5/lib/mothership/command.rb:82:in `invoke'
mothership-0.3.5/lib/mothership/base.rb:50:in `execute'
vmc-0.4.7/lib/vmc/cli.rb:106:in `execute'
mothership-0.3.5/lib/mothership.rb:45:in `start'
vmc-0.4.7/bin/vmc:11
/usr/bin/vmc:19:in `load'
/usr/bin/vmc:19

--

サービスが実行されており、サービスを使用しているアプリも実行されています。何か案は?

VMC サービス

Getting services... OK

name           service   version
mongodb-XY   mongodb   2.0    
redis-XY     redis     2.6  
4

1 に答える 1

3

このエラーが表示されたときに行う最も簡単な方法は、caldecott アプリケーションを削除して、トンネルを再試行することです。コールデコットを削除するには、次のようにします。

vmc delete caldecott
于 2013-01-02T09:24:01.167 に答える