How to resolve mongodb suddenly close issue

0

I have started mongodb using this(mongod) command.Then i have opened mongodb compass community.Then if do anything suddenly mongodb closed and getting below the error.I did not use any close script for mongodb in my code.But i am getting below the error.How to resolve this issue. I am using 4.2.8 current version.If anyone facing same issue please let me know the solution.

Error:

***aborting after fassert() failure 
2020-07-07T22:26:06.280+0530 F  -        [WTCheckpointThread] Got signal: 22 (SIGABRT).
mongod.exe    ...\src\mongo\util\stacktrace_windows.cpp(246)                                                                       mongo::printStackTrace+0x43
mongod.exe    ...\src\mongo\util\signal_handlers_synchronous.cpp(241)                                                              mongo::`anonymous namespace'::abruptQuit+0x81
ucrtbase.dll                                                                                                                       raise+0x1dd
ucrtbase.dll                                                                                                                       abort+0x31
mongod.exe    ...\src\mongo\util\assert_util.cpp(145)                                                                              mongo::fassertFailedWithLocation+0xd6
mongod.exe    ...\src\mongo\db\storage\wiredtiger\wiredtiger_util.cpp(414)                                                         mongo::`anonymous namespace'::mdb_handle_error_with_startup_suppression+0x2d1
mongod.exe    ...\src\third_party\wiredtiger\src\support\err.c(263)                                                                __eventv+0x38d
mongod.exe    ...\src\third_party\wiredtiger\src\support\err.c(312)                                                                __wt_err_func+0x2a
mongod.exe    ...\src\third_party\wiredtiger\src\support\err.c(507)                                                                __wt_panic+0x40
mongod.exe    ...\src\third_party\wiredtiger\src\meta\meta_turtle.c(395)                                                           __wt_turtle_update+0x38b
mongod.exe    ...\src\third_party\wiredtiger\src\meta\meta_table.c(211)                                                            __wt_metadata_update+0x35b
mongod.exe    ...\src\third_party\wiredtiger\src\meta\meta_ckpt.c(208)                                                             __ckpt_set+0xf1
mongod.exe    ...\src\third_party\wiredtiger\src\meta\meta_ckpt.c(814)                                                             __wt_meta_ckptlist_set+0x3fa
mongod.exe    ...\src\third_party\wiredtiger\src\txn\txn_ckpt.c(1605)                                                              __checkpoint_tree+0x1e0
mongod.exe    ...\src\third_party\wiredtiger\src\txn\txn_ckpt.c(1738)                                                              __wt_checkpoint+0x94
mongod.exe    ...\src\third_party\wiredtiger\src\txn\txn_ckpt.c(911)                                                               __txn_checkpoint+0x70a
mongod.exe    ...\src\third_party\wiredtiger\src\txn\txn_ckpt.c(1043)                                                              __txn_checkpoint_wrapper+0x189
mongod.exe    ...\src\third_party\wiredtiger\src\txn\txn_ckpt.c(1101)                                                              __wt_txn_checkpoint+0x112
mongod.exe    ...\src\third_party\wiredtiger\src\session\session_api.c(1962)                                                       __session_checkpoint+0x3bc
mongod.exe    ...\src\mongo\db\storage\wiredtiger\wiredtiger_kv_engine.cpp(359)                                                    mongo::WiredTigerKVEngine::WiredTigerCheckpointThread::run+0x3f6
mongod.exe    ...\src\mongo\util\background.cpp(154)                                                                               mongo::BackgroundJob::jobBody+0x145
mongod.exe    c:\program files (x86)\microsoft visual studio\2017\professional\vc\tools\msvc\14.16.27023\include\thr\xthread(230)  std::_LaunchPad<std::unique_ptr<std::tuple<<lambda_e94772a372767cbd7bebbcdd24044cf3> >,std::default_delete<std::tuple<<lambda_e94772a372767cbd7bebbcdd24044cf3> > > > >::_Go+0x6d
mongod.exe    c:\program files (x86)\microsoft visual studio\2017\professional\vc\tools\msvc\14.16.27023\include\thr\xthread(209)  std::_Pad::_Call_func+0x9
ucrtbase.dll                                                                                                                       beginthreadex+0x142
KERNEL32.DLL                                                                                                                       BaseThreadInitThunk+0x14
2020-07-07T22:26:06.281+0530 F  CONTROL  [WTCheckpointThread] *** unhandled exception 0x0000000E at 0x00007FFBD776A799, terminating
2020-07-07T22:26:06.281+0530 F  CONTROL  [WTCheckpointThread] *** stack trace for unhandled exception:
2020-07-07T22:26:06.283+0530 I  -        [WTCheckpointThread] KERNELBASE.dll                                                                                                                       RaiseException+0x69
mongod.exe      ...\src\mongo\util\signal_handlers_synchronous.cpp(243)                                                              mongo::`anonymous namespace'::abruptQuit+0x9e
ucrtbase.dll                                                                                                                         raise+0x1dd
ucrtbase.dll                                                                                                                         abort+0x31
mongod.exe      ...\src\mongo\util\assert_util.cpp(145)                                                                              mongo::fassertFailedWithLocation+0xd6
mongod.exe      ...\src\mongo\db\storage\wiredtiger\wiredtiger_util.cpp(414)                                                         mongo::`anonymous namespace'::mdb_handle_error_with_startup_suppression+0x2d1
mongod.exe      ...\src\third_party\wiredtiger\src\support\err.c(263)                                                                __eventv+0x38d
mongod.exe      ...\src\third_party\wiredtiger\src\support\err.c(312)                                                                __wt_err_func+0x2a
mongod.exe      ...\src\third_party\wiredtiger\src\support\err.c(507)                                                                __wt_panic+0x40
mongod.exe      ...\src\third_party\wiredtiger\src\meta\meta_turtle.c(395)                                                           __wt_turtle_update+0x38b
mongod.exe      ...\src\third_party\wiredtiger\src\meta\meta_table.c(211)                                                            __wt_metadata_update+0x35b
mongod.exe      ...\src\third_party\wiredtiger\src\meta\meta_ckpt.c(208)                                                             __ckpt_set+0xf1
mongod.exe      ...\src\third_party\wiredtiger\src\meta\meta_ckpt.c(814)                                                             __wt_meta_ckptlist_set+0x3fa
mongod.exe      ...\src\third_party\wiredtiger\src\txn\txn_ckpt.c(1605)                                                              __checkpoint_tree+0x1e0
mongod.exe      ...\src\third_party\wiredtiger\src\txn\txn_ckpt.c(1738)                                                              __wt_checkpoint+0x94
mongod.exe      ...\src\third_party\wiredtiger\src\txn\txn_ckpt.c(911)                                                               __txn_checkpoint+0x70a
mongod.exe      ...\src\third_party\wiredtiger\src\txn\txn_ckpt.c(1043)                                                              __txn_checkpoint_wrapper+0x189
mongod.exe      ...\src\third_party\wiredtiger\src\txn\txn_ckpt.c(1101)                                                              __wt_txn_checkpoint+0x112
mongod.exe      ...\src\third_party\wiredtiger\src\session\session_api.c(1962)                                                       __session_checkpoint+0x3bc
mongod.exe      ...\src\mongo\db\storage\wiredtiger\wiredtiger_kv_engine.cpp(359)                                                    mongo::WiredTigerKVEngine::WiredTigerCheckpointThread::run+0x3f6
mongod.exe      ...\src\mongo\util\background.cpp(154)                                                                               mongo::BackgroundJob::jobBody+0x145
mongod.exe      c:\program files (x86)\microsoft visual studio\2017\professional\vc\tools\msvc\14.16.27023\include\thr\xthread(230)  std::_LaunchPad<std::unique_ptr<std::tuple<<lambda_e94772a372767cbd7bebbcdd24044cf3> >,std::default_delete<std::tuple<<lambda_e94772a372767cbd7bebbcdd24044cf3> > > > >::_Go+0x6d
mongod.exe      c:\program files (x86)\microsoft visual studio\2017\professional\vc\tools\msvc\14.16.27023\include\thr\xthread(209)  std::_Pad::_Call_func+0x9
ucrtbase.dll                                                                                                                         beginthreadex+0x142
KERNEL32.DLL                                                                                                                         BaseThreadInitThunk+0x14
2020-07-07T22:26:06.284+0530 I  CONTROL  [WTCheckpointThread] failed to open minidump file C:\Program Files\MongoDB\Server\4.2\bin\mongod.2020-07-07T16-56-06.mdmp : Access is denied.
2020-07-07T22:26:06.284+0530 F  CONTROL  [WTCheckpointThread] *** immediate exit due to unhandled exception
mongodb
mongoose
mongodb-query
asked on Stack Overflow Jul 7, 2020 by Pappa S • edited Jul 8, 2020 by Pappa S

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0