mongo クライアントを使用して Mongo サーバーに接続しようとすると、次の警告が表示されます。
Error while trying to show server startup warnings: no such cmd
それでもアクセスでき、データベースにアクセスできます。問題は、C# から DB にアクセスしようとしたときです。その警告によって例外がスローされ、アプリケーションが終了します。
使用されたmongodコマンドは
mongod --port 30000
私が知る限り、起動スクリプトはありません。
mongo サーバーは、別のマシンの Debian で実行されています。
アップデート
.NET によってスローされるエラーは次のとおりです。
Unable to connect to server xxx.xxx.xxx.xx:30000: Command 'ping' failed: no such cmd (response: { "errmsg" : "no such cmd", "bad cmd" : { "ping" : 1 }, "ok" : 0.0 }).