-
Type: Bug
-
Resolution: Duplicate
-
Priority: Minor - P4
-
None
-
Affects Version/s: 3.2.0-rc2, 3.2.0-rc3
-
Component/s: Admin
-
None
-
ALL
Hi MongoDB team,
having mongod server v 3.2.rc3 running on windows 2012R2
>> mongod_320rc3 --dbpath . --port 55555
Connection try via
>> mongo_320rc2 --port 55555
fails with:
2015-11-24T13:51:02.940+0100 E QUERY [thread1] Error: error doing query: fail ed : DB.prototype.runCommand@src/mongo/shell/db.js:132:1 DB.prototype.adminCommand@src/mongo/shell/db.js:149:12 shellHelper.show@src/mongo/shell/utils.js:772:23 shellHelper@src/mongo/shell/utils.js:591:15 @(shellwarnings:1:1 2015-11-24T13:51:02.943+0100 I NETWORK [thread1] trying reconnect to 127.0.0.1: 55555 (127.0.0.1) failed
Mongod log says:
2015-11-24T13:51:02.485+0100 I - [conn4] Assertion: 34348:cannot translat e opcode 2008 2015-11-24T13:51:02.933+0100 I CONTROL [conn4] mongod_320rc3.exe index_colla tor_extension+0x1981c3 2015-11-24T13:51:02.934+0100 I CONTROL [conn4] mongod_320rc3.exe index_colla tor_extension+0x14cfec 2015-11-24T13:51:02.934+0100 I CONTROL [conn4] mongod_320rc3.exe index_colla tor_extension+0x1414aa 2015-11-24T13:51:02.935+0100 I CONTROL [conn4] mongod_320rc3.exe index_colla tor_extension+0x1413a3 2015-11-24T13:51:02.935+0100 I CONTROL [conn4] mongod_320rc3.exe ??? 2015-11-24T13:51:02.935+0100 I CONTROL [conn4] mongod_320rc3.exe ??? 2015-11-24T13:51:02.936+0100 I CONTROL [conn4] mongod_320rc3.exe index_colla tor_extension+0x67d8de 2015-11-24T13:51:02.936+0100 I CONTROL [conn4] mongod_320rc3.exe index_colla tor_extension+0x1561e7 2015-11-24T13:51:02.937+0100 I CONTROL [conn4] mongod_320rc3.exe ??? 2015-11-24T13:51:02.937+0100 I CONTROL [conn4] MSVCP120.dll std::_Pad:: _Release+0x6c 2015-11-24T13:51:02.937+0100 I CONTROL [conn4] MSVCR120.dll beginthread ex+0x107 2015-11-24T13:51:02.937+0100 I CONTROL [conn4] MSVCR120.dll endthreadex +0x192 2015-11-24T13:51:02.938+0100 I CONTROL [conn4] KERNEL32.DLL BaseThreadI nitThunk+0x22 2015-11-24T13:51:02.938+0100 I CONTROL [conn4] 2015-11-24T13:51:02.939+0100 I NETWORK [conn4] AssertionException handling requ est, closing client connection: 34348 cannot translate opcode 2008 2015-11-24T13:51:02.944+0100 I NETWORK [initandlisten] connection accepted from 127.0.0.1:54040 #5 (4 connections now open) 2015-11-24T13:51:02.946+0100 I - [conn5] Assertion: 34348:cannot translat e opcode 2008 2015-11-24T13:51:03.058+0100 I CONTROL [conn5] mongod_320rc3.exe index_colla tor_extension+0x1981c3 2015-11-24T13:51:03.058+0100 I CONTROL [conn5] mongod_320rc3.exe index_colla tor_extension+0x14cfec 2015-11-24T13:51:03.059+0100 I CONTROL [conn5] mongod_320rc3.exe index_colla tor_extension+0x1414aa 2015-11-24T13:51:03.059+0100 I CONTROL [conn5] mongod_320rc3.exe index_colla tor_extension+0x1413a3 2015-11-24T13:51:03.060+0100 I CONTROL [conn5] mongod_320rc3.exe ??? 2015-11-24T13:51:03.060+0100 I CONTROL [conn5] mongod_320rc3.exe ??? 2015-11-24T13:51:03.060+0100 I CONTROL [conn5] mongod_320rc3.exe index_colla tor_extension+0x67d8de 2015-11-24T13:51:03.060+0100 I CONTROL [conn5] mongod_320rc3.exe index_colla tor_extension+0x1561e7 2015-11-24T13:51:03.061+0100 I CONTROL [conn5] mongod_320rc3.exe ??? 2015-11-24T13:51:03.061+0100 I CONTROL [conn5] MSVCP120.dll std::_Pad:: _Release+0x6c 2015-11-24T13:51:03.062+0100 I CONTROL [conn5] MSVCR120.dll beginthread ex+0x107 2015-11-24T13:51:03.062+0100 I CONTROL [conn5] MSVCR120.dll endthreadex +0x192 2015-11-24T13:51:03.062+0100 I CONTROL [conn5] KERNEL32.DLL BaseThreadI nitThunk+0x22 2015-11-24T13:51:03.063+0100 I CONTROL [conn5] 2015-11-24T13:51:03.064+0100 I NETWORK [conn5] AssertionException handling requ est, closing client connection: 34348 cannot translate opcode 2008
- duplicates
-
SERVER-20884 ReplyBuilderInterface should have a way to expose the builder's buffer to Command::run()
- Closed