[SERVER-31815] Win10 cannot start mongoDB with WiredTiger error (-31802) Created: 03/Nov/17  Updated: 27/Jul/18  Resolved: 09/Nov/17

Status: Closed
Project: Core Server
Component/s: WiredTiger
Affects Version/s: 3.4.2
Fix Version/s: None

Type: Bug Priority: Major - P3
Reporter: Lizhen Ji [X] Assignee: Mark Agarunov
Resolution: Done Votes: 0
Labels: envh, rns, rpu, trcf, wtc
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: HTML File WiredTiger     File WiredTiger.turtle     File _mdb_catalog.wt     JPEG File mongoDBerror.jpg     File mongod.2017-11-04T23-58-38.mdmp     File repair-SERVER-31815.tar.gz     File sizeStorer.wt     File storage.bson     File wiredTiger.wt.7z    
Operating System: Windows
Participants:

 Description   

Mongodb works fine yesterday by collectting live stock data.
And this morning, I cannot connect to mongodb. deleting the mongod.lock file, net start mongodb, restart mongodb does not work. Then I reset mongodb path, then it gives the error as in attached picture. It seems that one collection.wt has some error and I don't know the reason. Since the ram and hard disk for this computer is enough. There is one post for solve this problem under linux system so it seems does not work here.
I do not have a copy of my data base. Can you give me some advise on how to solve this problem ?
I appreciate your help very much



 Comments   
Comment by Mark Agarunov [ 09/Nov/17 ]

Hello Sirius083,

Unfortunately, this error indicates that there was corruption on the disk. In this situation, my best recommendation would be to resync the affected node or restore from a backup if possible.

Thanks,
Mark

Comment by Lizhen Ji [X] [ 08/Nov/17 ]

Is this the file corruption or the whole database corruption? If this is the file corruption, can I just delete the wrong file and restore other collection back, which can cause the minimum loss. Thanks a lot.

Comment by Lizhen Ji [X] [ 08/Nov/17 ]

Thanks, Mark. Thanks for your suggestion on backup of the database, we will surely abide by these rules in the future. As for the problem, I have replaced the WiredTiger.wt and WiredTiger.tutle file you provided in the dbpath. After reset the dbpath. It gives out the following message:
We temporarily move the database(with problem) to another machine(win7) to hope to restore the database
Therefore all the log information is based on the new machine

D:\MongoDB\MongoDB\bin>mongo
MongoDB shell version v3.4.2
connecting to: mongodb://127.0.0.1:27017
2017-11-08T09:04:21.095+0800 W NETWORK  [thread1] Failed to connect to 127.0.0.1
:27017 after 5000ms milliseconds, giving up.
2017-11-08T09:04:21.095+0800 E QUERY    [thread1] Error: couldn't connect to ser
ver 127.0.0.1:27017, connection attempt failed :
connect@src/mongo/shell/mongo.js:237:13
@(connect):1:6
exception: connect failed
 
D:\MongoDB\MongoDB\bin>mongod -dbpath "D:\MongoDB\MongoDB\Data\db"
2017-11-08T09:04:26.647+0800 I CONTROL  [initandlisten] MongoDB starting : pid=8
352 port=27017 dbpath=D:\MongoDB\MongoDB\Data\db 64-bit host=cpj150
2017-11-08T09:04:26.648+0800 I CONTROL  [initandlisten] targetMinOS: Windows 7/W
indows Server 2008 R2
2017-11-08T09:04:26.648+0800 I CONTROL  [initandlisten] db version v3.4.2
2017-11-08T09:04:26.648+0800 I CONTROL  [initandlisten] git version: 3f76e40c105
fc223b3e5aac3e20dcd026b83b38b
2017-11-08T09:04:26.648+0800 I CONTROL  [initandlisten] OpenSSL version: OpenSSL
 1.0.1u-fips  22 Sep 2016
2017-11-08T09:04:26.649+0800 I CONTROL  [initandlisten] allocator: tcmalloc
2017-11-08T09:04:26.649+0800 I CONTROL  [initandlisten] modules: none
2017-11-08T09:04:26.649+0800 I CONTROL  [initandlisten] build environment:
2017-11-08T09:04:26.649+0800 I CONTROL  [initandlisten]     distmod: 2008plus-ss
l
2017-11-08T09:04:26.650+0800 I CONTROL  [initandlisten]     distarch: x86_64
2017-11-08T09:04:26.650+0800 I CONTROL  [initandlisten]     target_arch: x86_64
2017-11-08T09:04:26.650+0800 I CONTROL  [initandlisten] options: { storage: { db
Path: "D:\MongoDB\MongoDB\Data\db" } }
2017-11-08T09:04:26.652+0800 I -        [initandlisten] Detected data files in D
:\MongoDB\MongoDB\Data\db created by the 'wiredTiger' storage engine, so setting
 the active storage engine to 'wiredTiger'.
2017-11-08T09:04:26.652+0800 I STORAGE  [initandlisten] wiredtiger_open config:
create,cache_size=3563M,session_max=20000,eviction=(threads_max=4),config_base=f
alse,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=sn
appy),file_manager=(close_idle_time=100000),checkpoint=(wait=60,log_size=2GB),st
atistics_log=(wait=0),
2017-11-08T09:04:26.740+0800 E STORAGE  [initandlisten] WiredTiger error (0) [15
10103066:740084][8352:2000630656], txn-recover: D:\MongoDB\MongoDB\Data\db\journ
al/WiredTigerLog.0000009125: handle-open: CreateFileW: ?????????????????
2017-11-08T09:04:26.741+0800 E STORAGE  [initandlisten] WiredTiger error (0) [15
10103066:741084][8352:2000630656], txn-recover: WiredTiger is unable to read the
 recovery log.
2017-11-08T09:04:26.741+0800 E STORAGE  [initandlisten] WiredTiger error (0) [15
10103066:741084][8352:2000630656], txn-recover: This may be due to the log files
 being encrypted, being from an older version or due to corruption on disk
2017-11-08T09:04:26.741+0800 E STORAGE  [initandlisten] WiredTiger error (0) [15
10103066:741084][8352:2000630656], txn-recover: You should confirm that you have
 opened the database with the correct options including all encryption and compr
ession options
2017-11-08T09:04:26.924+0800 E STORAGE  [initandlisten] WiredTiger error (0) [15
10103066:924095][8352:2000630656], WT_CURSOR.search: D:\MongoDB\MongoDB\Data\db\
journal/WiredTigerLog.0000009125: handle-open: CreateFileW: ?????????????????
2017-11-08T09:04:26.924+0800 E STORAGE  [initandlisten] WiredTiger error (0) [15
10103066:924095][8352:2000630656], WT_CURSOR.search: WiredTiger is unable to rea
d the recovery log.
2017-11-08T09:04:26.924+0800 E STORAGE  [initandlisten] WiredTiger error (0) [15
10103066:924095][8352:2000630656], WT_CURSOR.search: This may be due to the log
files being encrypted, being from an older version or due to corruption on disk
2017-11-08T09:04:26.925+0800 E STORAGE  [initandlisten] WiredTiger error (0) [15
10103066:925095][8352:2000630656], WT_CURSOR.search: You should confirm that you
 have opened the database with the correct options including all encryption and
compression options
2017-11-08T09:04:26.926+0800 E STORAGE  [initandlisten] WiredTiger error (0) [15
10103066:926095][8352:2000630656], txn-recover: D:\MongoDB\MongoDB\Data\db\journ
al/WiredTigerLog.0000009125: handle-open: CreateFileW: ?????????????????
2017-11-08T09:04:26.926+0800 E STORAGE  [initandlisten] WiredTiger error (0) [15
10103066:926095][8352:2000630656], txn-recover: WiredTiger is unable to read the
 recovery log.
2017-11-08T09:04:26.926+0800 E STORAGE  [initandlisten] WiredTiger error (0) [15
10103066:926095][8352:2000630656], txn-recover: This may be due to the log files
 being encrypted, being from an older version or due to corruption on disk
2017-11-08T09:04:26.927+0800 E STORAGE  [initandlisten] WiredTiger error (0) [15
10103066:927095][8352:2000630656], txn-recover: You should confirm that you have
 opened the database with the correct options including all encryption and compr
ession options
2017-11-08T09:04:27.124+0800 E STORAGE  [initandlisten] WiredTiger error (0) [15
10103067:124106][8352:2000630656], file:sizeStorer.wt, WT_SESSION.open_cursor: r
ead checksum error for 4096B block at offset 360448: block header checksum of 19
57232640 doesn't match expected checksum of 2008084689
2017-11-08T09:04:27.125+0800 E STORAGE  [initandlisten] WiredTiger error (0) [15
10103067:125106][8352:2000630656], file:sizeStorer.wt, WT_SESSION.open_cursor: s
izeStorer.wt: encountered an illegal file format or internal value
2017-11-08T09:04:27.125+0800 E STORAGE  [initandlisten] WiredTiger error (-31804
) [1510103067:125106][8352:2000630656], file:sizeStorer.wt, WT_SESSION.open_curs
or: the process must exit and restart: WT_PANIC: WiredTiger library panic
2017-11-08T09:04:27.126+0800 I -        [initandlisten] Fatal Assertion 28558 at
 src\mongo\db\storage\wiredtiger\wiredtiger_util.cpp 361
2017-11-08T09:04:27.126+0800 I -        [initandlisten]
 
***aborting after fassert() failure
 
 
2017-11-08T09:04:27.223+0800 I -        [WTJournalFlusher] Fatal Assertion 28559
 at src\mongo\db\storage\wiredtiger\wiredtiger_util.cpp 64
2017-11-08T09:04:27.223+0800 I -        [WTJournalFlusher]
 
***aborting after fassert() failure

As the above issue you meationed:
1. os: win7 64bit, the storage device is attached locally. The disk is HDDs. We are using the RAID system.
2. The integrity disk is good.
3.Yes, the database is under version 3.4.2. And not been upgraded.
4. I did not copied or moved the underlying database files
5.No, all these files are real-time data collected from Internet and we did not perform a backup
6.Normally we use mongodump to create back up, but we did not dump the data from the database
7. The filesystem is OK.

Comment by Mark Agarunov [ 07/Nov/17 ]

Hello Sirius083,

Thank you for providing these files. This error is can be caused by unclear shutdowns of the server, or corruption on the underlying storage. To prevent this type of problem in the future, we recommend implementing regular backups and/or replication to mitigate any issues related to unreliable storage layers or server failures.

I've attached a repair attempt of the files you've provided. Would you please extract these files and replace them in your $dbpath and let us know if it resolves the issue? If you are still seeing errors after replacing these files, please provide the complete logs from mongod so that we can further investigate. Additionally, if this issue persists, please provide the following information:

  1. What kind of underlying storage mechanism are you using? Are the storage devices attached locally or over the network? Are the disks SSDs or HDDs? What kind of RAID and/or volume management system are you using?
  2. Would you please check the integrity of your disks?
  3. Has the database always been running this version of MongoDB? If not please describe the upgrade/downgrade cycles the database has been through.
  4. Have you manipulated (copied or moved) the underlying database files? If so, was mongod running?
  5. Have you ever restored this instance from backups?
  6. What method do you use to create backups?
  7. When was the underlying filesystem last checked and is it currently marked clean?

Thanks,
Mark

Comment by Lizhen Ji [X] [ 07/Nov/17 ]

Mark, I cannot upload wiredTiger.wt to this site ,so I upload a zip file, Is this OK?

Comment by Lizhen Ji [X] [ 07/Nov/17 ]

Thanks a lot, Mark. I upload the WiredTiger.wt file in the attachment. And could you tell me what is the possible cause of this problem? so we can avoid it in the future

Comment by Mark Agarunov [ 06/Nov/17 ]

Hello Sirius083,

Thank you for the report. Please provide the WiredTiger.wt file so that we can attempt a repair of the database. However, please keep in mind that this is not a guaranteed fix.

Thanks,
Mark

Comment by Lizhen Ji [X] [ 06/Nov/17 ]

I tried the command below but it still gives the same error.
mongod --dbpath "E:\Work_App\MongoDB\Data\db" --repair
What kind of possible reason may cause this problem?
os: Windows10
mongoDB version: 3.4.2

Comment by Lizhen Ji [X] [ 05/Nov/17 ]

E:\Work_App\MongoDB\bin>mongod -dbpath "E:\Work_App\MongoDB\Data\db"
2017-11-05T07:58:31.107+0800 I CONTROL  [initandlisten] MongoDB starting : pid=9048 port=27017 dbpath=E:\Work_App\MongoDB\Data\db 64-bit host=DESKTOP-L32SK0R
2017-11-05T07:58:31.109+0800 I CONTROL  [initandlisten] targetMinOS: Windows 7/Windows Server 2008 R2
2017-11-05T07:58:31.109+0800 I CONTROL  [initandlisten] db version v3.4.2
2017-11-05T07:58:31.110+0800 I CONTROL  [initandlisten] git version: 3f76e40c105fc223b3e5aac3e20dcd026b83b38b
2017-11-05T07:58:31.111+0800 I CONTROL  [initandlisten] OpenSSL version: OpenSSL 1.0.1u-fips  22 Sep 2016
2017-11-05T07:58:31.111+0800 I CONTROL  [initandlisten] allocator: tcmalloc
2017-11-05T07:58:31.112+0800 I CONTROL  [initandlisten] modules: none
2017-11-05T07:58:31.112+0800 I CONTROL  [initandlisten] build environment:
2017-11-05T07:58:31.113+0800 I CONTROL  [initandlisten]     distmod: 2008plus-ssl
2017-11-05T07:58:31.114+0800 I CONTROL  [initandlisten]     distarch: x86_64
2017-11-05T07:58:31.114+0800 I CONTROL  [initandlisten]     target_arch: x86_64
2017-11-05T07:58:31.115+0800 I CONTROL  [initandlisten] options: { storage: { dbPath: "E:\Work_App\MongoDB\Data\db" } }
2017-11-05T07:58:31.117+0800 I -        [initandlisten] Detected data files in E:\Work_App\MongoDB\Data\db created by the 'wiredTiger' storage engine, so setting the active storage engine to 'wiredTiger'.
2017-11-05T07:58:31.118+0800 I STORAGE  [initandlisten] wiredtiger_open config: create,cache_size=7640M,session_max=20000,eviction=(threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=60,log_size=2GB),statistics_log=(wait=0),
2017-11-05T07:58:38.403+0800 E STORAGE  [initandlisten] WiredTiger error (-31802) [1509839918:403201][9048:140730711716960], file:collection-266-119866837155461842.wt, WT_SESSION.open_cursor: collection-266-119866837155461842.wt does not appear to be a WiredTiger file: WT_ERROR: non-specific WiredTiger error
2017-11-05T07:58:38.405+0800 I -        [initandlisten] Invariant failure: ret resulted in status UnknownError: -31802: WT_ERROR: non-specific WiredTiger error at src\mongo\db\storage\wiredtiger\wiredtiger_session_cache.cpp 95
2017-11-05T07:58:38.406+0800 I -        [initandlisten]
 
***aborting after invariant() failure
 
 
2017-11-05T07:58:38.493+0800 I CONTROL  [initandlisten] mongod.exe    ...\src\mongo\util\stacktrace_windows.cpp(239)                               mongo::printStackTrace+0x43
2017-11-05T07:58:38.494+0800 I CONTROL  [initandlisten] mongod.exe    ...\src\mongo\util\signal_handlers_synchronous.cpp(180)                      mongo::`anonymous namespace'::printSignalAndBacktrace+0x74
2017-11-05T07:58:38.497+0800 I CONTROL  [initandlisten] mongod.exe    ...\src\mongo\util\signal_handlers_synchronous.cpp(236)                      mongo::`anonymous namespace'::abruptQuit+0x85
2017-11-05T07:58:38.499+0800 I CONTROL  [initandlisten] ucrtbase.dll                                                                               raise+0x1e8
2017-11-05T07:58:38.517+0800 I CONTROL  [initandlisten] ucrtbase.dll                                                                               abort+0x31
2017-11-05T07:58:38.518+0800 I CONTROL  [initandlisten] mongod.exe    ...\src\mongo\util\assert_util.cpp(165)                                      mongo::invariantOKFailed+0x1e9
2017-11-05T07:58:38.519+0800 I CONTROL  [initandlisten] mongod.exe    ...\src\mongo\db\storage\wiredtiger\wiredtiger_session_cache.cpp(95)         mongo::WiredTigerSession::getCursor+0xf1
2017-11-05T07:58:38.528+0800 I CONTROL  [initandlisten] mongod.exe    ...\src\mongo\db\storage\wiredtiger\wiredtiger_recovery_unit.cpp(261)        mongo::WiredTigerCursor::WiredTigerCursor+0x6e
2017-11-05T07:58:38.530+0800 I CONTROL  [initandlisten] mongod.exe    ...\src\mongo\db\storage\wiredtiger\wiredtiger_record_store.cpp(438)         mongo::WiredTigerRecordStore::Cursor::Cursor+0x97
2017-11-05T07:58:38.532+0800 I CONTROL  [initandlisten] mongod.exe    ...\src\mongo\db\storage\wiredtiger\wiredtiger_record_store.cpp(806)         mongo::WiredTigerRecordStore::WiredTigerRecordStore+0x467
2017-11-05T07:58:38.535+0800 I CONTROL  [initandlisten] mongod.exe    c:\program files (x86)\microsoft visual studio 14.0\vc\include\memory(1630)  std::make_unique<mongo::WiredTigerRecordStore,mongo::OperationContext * __ptr64 & __ptr64,mongo::StringData & __ptr64,std::basic_string<char,std::char_traits<char>,std::allocator<char> >,std::basic_string<char,std::char_traits<char>,std::allocator<char> > & __ptr64,bool,bool & __ptr64,int,int,std::nullptr_t,mongo::WiredTigerSizeStorer * __ptr64>+0x141
2017-11-05T07:58:38.546+0800 I CONTROL  [initandlisten] mongod.exe    ...\src\mongo\db\storage\wiredtiger\wiredtiger_kv_engine.cpp(490)            mongo::WiredTigerKVEngine::getRecordStore+0x188
2017-11-05T07:58:38.548+0800 I CONTROL  [initandlisten] mongod.exe    ...\src\mongo\db\storage\kv\kv_database_catalog_entry.cpp(256)               mongo::KVDatabaseCatalogEntry::initCollection+0x1f7
2017-11-05T07:58:38.550+0800 I CONTROL  [initandlisten] mongod.exe    ...\src\mongo\db\storage\kv\kv_storage_engine.cpp(122)                       mongo::KVStorageEngine::KVStorageEngine+0x74b
2017-11-05T07:58:38.551+0800 I CONTROL  [initandlisten] mongod.exe    ...\src\mongo\db\storage\wiredtiger\wiredtiger_init.cpp(110)                 mongo::`anonymous namespace'::WiredTigerFactory::create+0x211
2017-11-05T07:58:38.553+0800 I CONTROL  [initandlisten] mongod.exe    ...\src\mongo\db\service_context_d.cpp(202)                                  mongo::ServiceContextMongoD::initializeGlobalStorageEngine+0x5cb
2017-11-05T07:58:38.555+0800 I CONTROL  [initandlisten] mongod.exe    ...\src\mongo\db\db.cpp(590)                                                 mongo::`anonymous namespace'::_initAndListen+0x714
2017-11-05T07:58:38.563+0800 I CONTROL  [initandlisten] mongod.exe    ...\src\mongo\db\db.cpp(830)                                                 mongo::`anonymous namespace'::initAndListen+0x27
2017-11-05T07:58:38.564+0800 I CONTROL  [initandlisten] mongod.exe    ...\src\mongo\db\db.cpp(1180)                                                mongoDbMain+0x25d
2017-11-05T07:58:38.565+0800 I CONTROL  [initandlisten] mongod.exe    ...\src\mongo\db\db.cpp(868)                                                 wmain+0x35
2017-11-05T07:58:38.566+0800 I CONTROL  [initandlisten] mongod.exe    f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl(255)                  __scrt_common_main_seh+0x124
2017-11-05T07:58:38.568+0800 I CONTROL  [initandlisten] KERNEL32.DLL                                                                               BaseThreadInitThunk+0x22
2017-11-05T07:58:38.569+0800 F -        [initandlisten] Got signal: 22 (SIGABRT).
2017-11-05T07:58:38.576+0800 I CONTROL  [initandlisten] *** unhandled exception 0x0000000E at 0x00007FFE68961F28, terminating
2017-11-05T07:58:38.577+0800 I CONTROL  [initandlisten] *** stack trace for unhandled exception:
2017-11-05T07:58:38.601+0800 I CONTROL  [initandlisten] KERNELBASE.dll                                                                               RaiseException+0x68
2017-11-05T07:58:38.602+0800 I CONTROL  [initandlisten] mongod.exe      ...\src\mongo\util\signal_handlers_synchronous.cpp(237)                      mongo::`anonymous namespace'::abruptQuit+0x9d
2017-11-05T07:58:38.604+0800 I CONTROL  [initandlisten] ucrtbase.dll                                                                                 raise+0x1e8
2017-11-05T07:58:38.605+0800 I CONTROL  [initandlisten] ucrtbase.dll                                                                                 abort+0x31
2017-11-05T07:58:38.608+0800 I CONTROL  [initandlisten] mongod.exe      ...\src\mongo\util\assert_util.cpp(165)                                      mongo::invariantOKFailed+0x1e9
2017-11-05T07:58:38.609+0800 I CONTROL  [initandlisten] mongod.exe      ...\src\mongo\db\storage\wiredtiger\wiredtiger_session_cache.cpp(95)         mongo::WiredTigerSession::getCursor+0xf1
2017-11-05T07:58:38.610+0800 I CONTROL  [initandlisten] mongod.exe      ...\src\mongo\db\storage\wiredtiger\wiredtiger_recovery_unit.cpp(261)        mongo::WiredTigerCursor::WiredTigerCursor+0x6e
2017-11-05T07:58:38.612+0800 I CONTROL  [initandlisten] mongod.exe      ...\src\mongo\db\storage\wiredtiger\wiredtiger_record_store.cpp(438)         mongo::WiredTigerRecordStore::Cursor::Cursor+0x97
2017-11-05T07:58:38.613+0800 I CONTROL  [initandlisten] mongod.exe      ...\src\mongo\db\storage\wiredtiger\wiredtiger_record_store.cpp(806)         mongo::WiredTigerRecordStore::WiredTigerRecordStore+0x467
2017-11-05T07:58:38.620+0800 I CONTROL  [initandlisten] mongod.exe      c:\program files (x86)\microsoft visual studio 14.0\vc\include\memory(1630)  std::make_unique<mongo::WiredTigerRecordStore,mongo::OperationContext * __ptr64 & __ptr64,mongo::StringData & __ptr64,std::basic_string<char,std::char_traits<char>,std::allocator<char> >,std::basic_string<char,std::char_traits<char>,std::allocator<char> > & __ptr64,bool,bool & __ptr64,int,int,std::nullptr_t,mongo::WiredTigerSizeStorer * __ptr64>+0x141
2017-11-05T07:58:38.625+0800 I CONTROL  [initandlisten] mongod.exe      ...\src\mongo\db\storage\wiredtiger\wiredtiger_kv_engine.cpp(490)            mongo::WiredTigerKVEngine::getRecordStore+0x188
2017-11-05T07:58:38.627+0800 I CONTROL  [initandlisten] mongod.exe      ...\src\mongo\db\storage\kv\kv_database_catalog_entry.cpp(256)               mongo::KVDatabaseCatalogEntry::initCollection+0x1f7
2017-11-05T07:58:38.629+0800 I CONTROL  [initandlisten] mongod.exe      ...\src\mongo\db\storage\kv\kv_storage_engine.cpp(122)                       mongo::KVStorageEngine::KVStorageEngine+0x74b
2017-11-05T07:58:38.630+0800 I CONTROL  [initandlisten] mongod.exe      ...\src\mongo\db\storage\wiredtiger\wiredtiger_init.cpp(110)                 mongo::`anonymous namespace'::WiredTigerFactory::create+0x211
2017-11-05T07:58:38.632+0800 I CONTROL  [initandlisten] mongod.exe      ...\src\mongo\db\service_context_d.cpp(202)                                  mongo::ServiceContextMongoD::initializeGlobalStorageEngine+0x5cb
2017-11-05T07:58:38.634+0800 I CONTROL  [initandlisten] mongod.exe      ...\src\mongo\db\db.cpp(590)                                                 mongo::`anonymous namespace'::_initAndListen+0x714
2017-11-05T07:58:38.635+0800 I CONTROL  [initandlisten] mongod.exe      ...\src\mongo\db\db.cpp(830)                                                 mongo::`anonymous namespace'::initAndListen+0x27
2017-11-05T07:58:38.639+0800 I CONTROL  [initandlisten] mongod.exe      ...\src\mongo\db\db.cpp(1180)                                                mongoDbMain+0x25d
2017-11-05T07:58:38.640+0800 I CONTROL  [initandlisten] mongod.exe      ...\src\mongo\db\db.cpp(868)                                                 wmain+0x35
2017-11-05T07:58:38.646+0800 I CONTROL  [initandlisten] mongod.exe      f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl(255)                  __scrt_common_main_seh+0x124
2017-11-05T07:58:38.647+0800 I CONTROL  [initandlisten] KERNEL32.DLL                                                                                 BaseThreadInitThunk+0x22
2017-11-05T07:58:38.648+0800 I -        [initandlisten]
2017-11-05T07:58:38.650+0800 I CONTROL  [initandlisten] writing minidump diagnostic file E:\Work_App\MongoDB\bin\mongod.2017-11-04T23-58-38.mdmp
2017-11-05T07:58:38.736+0800 I CONTROL  [initandlisten] *** immediate exit due to unhandled exception

Generated at Thu Feb 08 04:28:16 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.