visual studio 2010 - Mongodb error: 18 getnonce failed: { ok:0.0 , errmsg: "no such cmd: getnonce" } 0 -
i setting cluster 2 shards, 1 config server , 1 mongos. however, on using authentication localhost exception i'm facing error:
18 getnonce failed: { ok:0.0 , errmsg: "no such cmd: getnonce" } 0
on debugging mongodb source code found out command::findcommand(commandname)
in commands_public.cpp
not returning "getnonce" command authentication commands list.
i'm using mongodb 2.4.6 , windows 8 64bit vs2010.
ps: issue happening in visual studio build of mongodb , not in scons one.
visual-studio-2010 mongodb sharding scons
No comments:
Post a Comment