-
Type: Bug
-
Resolution: Duplicate
-
Priority: Minor - P4
-
None
-
Affects Version/s: 2.3.1
-
Component/s: Shell
-
None
-
Environment:ubuntu 12 64bit
-
ALL
-
MongoDB shell version: 2.3.2-pre- connecting to: test Mon Jan 7 12:06:38.011 javascript execution failed src/mongo/shell/utils.js:1595 don't know how to show [startupWarnings] throw "don't know how to show [" + what + "]"; ^
The shell session will still continue, but the error can be confusing. This is what showed up in the server logs:
Mon Jan 7 12:06:38.010 [conn1] command denied: { getLog: "startupWarnings" }
Mon Jan 7 12:06:38.011 [conn1] command denied: { replSetGetStatus: 1.0, forShell: 1.0 }
- duplicates
-
SERVER-8056 Shell exception when printing startup warnings with auth enabled.
- Closed