Advertisement
Guest User

Untitled

a guest
Nov 11th, 2019
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.75 KB | None | 0 0
  1. PS C:\Users\user\Desktop\node_js-kurs> C:/MongoDB/mongoDB/bin/mongod.exe --dbpath=C:\MongoDB-data
  2. 2019-11-12T00:09:34.118+0100 I CONTROL [main] Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify --sslDisabledProtocols 'none'
  3. 2019-11-12T00:09:34.937+0100 I CONTROL [initandlisten] MongoDB starting : pid=14816 port=27017 dbpath=C:\MongoDB-data 64-bit host=DESKTOP-UB3OLVC
  4. 2019-11-12T00:09:34.937+0100 I CONTROL [initandlisten] targetMinOS: Windows 7/Windows Server 2008 R2
  5. 2019-11-12T00:09:34.938+0100 I CONTROL [initandlisten] db version v4.2.1
  6. 2019-11-12T00:09:34.938+0100 I CONTROL [initandlisten] git version: edf6d45851c0b9ee15548f0f847df141764a317e
  7. 2019-11-12T00:09:34.938+0100 I CONTROL [initandlisten] allocator: tcmalloc
  8. 2019-11-12T00:09:34.939+0100 I CONTROL [initandlisten] modules: none
  9. 2019-11-12T00:09:34.939+0100 I CONTROL [initandlisten] build environment:
  10. 2019-11-12T00:09:34.960+0100 I CONTROL [initandlisten] distmod: 2012plus
  11. 2019-11-12T00:09:34.961+0100 I CONTROL [initandlisten] distarch: x86_64
  12. 2019-11-12T00:09:34.962+0100 I CONTROL [initandlisten] target_arch: x86_64
  13. 2019-11-12T00:09:34.963+0100 I CONTROL [initandlisten] options: { storage: { dbPath: "C:\MongoDB-data" } }
  14. 2019-11-12T00:09:34.968+0100 W STORAGE [initandlisten] Detected unclean shutdown - C:\MongoDB-data\mongod.lock is not empty.
  15. 2019-11-12T00:09:34.969+0100 I STORAGE [initandlisten] Detected data files in C:\MongoDB-data created by the 'wiredTiger' storage engine, so setting the active storage engine
  16. to 'wiredTiger'.
  17. 2019-11-12T00:09:35.001+0100 W STORAGE [initandlisten] Recovering data from the last clean checkpoint.
  18. 2019-11-12T00:09:35.001+0100 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=3525M,cache_overflow=(file_max=0M),session_max=33000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000,close_scan_interval=10,close_handle_minimum=250),statistics_log=(wait=0),verbose=[recovery_progress,checkpoint_progress],
  19. 2019-11-12T00:09:35.062+0100 I STORAGE [initandlisten] WiredTiger message [1573513775:61904][14816:140717654367824], txn-recover: Recovering log 2 through 3
  20. 2019-11-12T00:09:35.177+0100 I STORAGE [initandlisten] WiredTiger message [1573513775:176598][14816:140717654367824], txn-recover: Recovering log 3 through 3
  21. 2019-11-12T00:09:35.310+0100 I STORAGE [initandlisten] WiredTiger message [1573513775:309245][14816:140717654367824], txn-recover: Main recovery loop: starting at 2/57728 to 3/256
  22. 2019-11-12T00:09:35.318+0100 I STORAGE [initandlisten] WiredTiger message [1573513775:318219][14816:140717654367824], txn-recover: Recovering log 2 through 3
  23. 2019-11-12T00:09:35.442+0100 I STORAGE [initandlisten] WiredTiger message [1573513775:442884][14816:140717654367824], txn-recover: Recovering log 3 through 3
  24. 2019-11-12T00:09:35.513+0100 I STORAGE [initandlisten] WiredTiger message [1573513775:513701][14816:140717654367824], txn-recover: Set global recovery timestamp: (0,0)
  25. 2019-11-12T00:09:35.529+0100 I RECOVERY [initandlisten] WiredTiger recoveryTimestamp. Ts: Timestamp(0, 0)
  26. 2019-11-12T00:09:35.542+0100 I STORAGE [initandlisten] Timestamp monitor starting
  27. 2019-11-12T00:09:35.560+0100 I CONTROL [initandlisten]
  28. 2019-11-12T00:09:35.560+0100 I CONTROL [initandlisten] ** WARNING: Access control is not enabled for the database.
  29. 2019-11-12T00:09:35.561+0100 I CONTROL [initandlisten] ** Read and write access to data and configuration is unrestricted.
  30. 2019-11-12T00:09:35.561+0100 I CONTROL [initandlisten]
  31. 2019-11-12T00:09:35.561+0100 I CONTROL [initandlisten] ** WARNING: This server is bound to localhost.
  32. 2019-11-12T00:09:35.562+0100 I CONTROL [initandlisten] ** Remote systems will be unable to connect to this server.
  33. 2019-11-12T00:09:35.562+0100 I CONTROL [initandlisten] ** Start the server with --bind_ip <address> to specify which IP
  34. 2019-11-12T00:09:35.562+0100 I CONTROL [initandlisten] ** addresses it should serve responses from, or with --bind_ip_all to
  35. 2019-11-12T00:09:35.563+0100 I CONTROL [initandlisten] ** bind to all interfaces. If this behavior is desired, start the
  36. 2019-11-12T00:09:35.563+0100 I CONTROL [initandlisten] ** server with --bind_ip 127.0.0.1 to disable this warning.
  37. 2019-11-12T00:09:35.563+0100 I CONTROL [initandlisten]
  38. 2019-11-12T00:09:35.569+0100 I SHARDING [initandlisten] Marking collection local.system.replset as collection version: <unsharded>
  39. 2019-11-12T00:09:35.583+0100 I STORAGE [initandlisten] Flow Control is enabled on this deployment.
  40. 2019-11-12T00:09:35.584+0100 I SHARDING [initandlisten] Marking collection admin.system.roles as collection version: <unsharded>
  41. 2019-11-12T00:09:35.584+0100 I SHARDING [initandlisten] Marking collection admin.system.version as collection version: <unsharded>
  42. 2019-11-12T00:09:35.589+0100 I SHARDING [initandlisten] Marking collection local.startup_log as collection version: <unsharded>
  43. 2019-11-12T00:09:36.194+0100 W FTDC [initandlisten] Failed to initialize Performance Counters for FTDC: WindowsPdhError: PdhExpandCounterPathW failed with 'The specified object was not found on the computer.' for counter '\Memory\Available Bytes'
  44. 2019-11-12T00:09:36.195+0100 I FTDC [initandlisten] Initializing full-time diagnostic data capture with directory 'C:/MongoDB-data/diagnostic.data'
  45. 2019-11-12T00:09:36.197+0100 I SHARDING [LogicalSessionCacheRefresh] Marking collection config.system.sessions as collection version: <unsharded>
  46. 2019-11-12T00:09:36.198+0100 I NETWORK [initandlisten] Listening on 127.0.0.1
  47. 2019-11-12T00:09:36.209+0100 I SHARDING [LogicalSessionCacheReap] Marking collection config.transactions as collection version: <unsharded>
  48. 2019-11-12T00:09:36.211+0100 I NETWORK [initandlisten] waiting for connections on port 27017
  49. 2019-11-12T00:09:37.027+0100 I FTDC [ftdc] Unclean full-time diagnostic data capture shutdown detected, found interim file, some metrics may have been lost. OK
  50. 2019-11-12T00:09:37.066+0100 I SHARDING [ftdc] Marking collection local.oplog.rs as collection version: <unsharded>
  51. 2019-11-12T00:09:52.284+0100 I NETWORK [listener] connection accepted from 127.0.0.1:52549 #1 (1 connection now open)
  52. 2019-11-12T00:09:52.302+0100 I NETWORK [conn1] received client metadata from 127.0.0.1:52549 conn1: { application: { name: "robo3t" }, driver: { name: "MongoDB Internal Client", version: "4.0.5-17-gd808df2233" }, os: { type: "Windows", name: "Microsoft Windows 8", architecture: "x86_64", version: "6.2 (build 9200)" } }
  53. 2019-11-12T00:10:01.321+0100 I NETWORK [listener] connection accepted from 127.0.0.1:52555 #2 (2 connections now open)
  54. 2019-11-12T00:10:01.322+0100 I NETWORK [conn2] received client metadata from 127.0.0.1:52555 conn2: { application: { name: "robo3t" }, driver: { name: "MongoDB Internal Client", version: "4.0.5-17-gd808df2233" }, os: { type: "Windows", name: "Microsoft Windows 8", architecture: "x86_64", version: "6.2 (build 9200)" } }
  55. 2019-11-12T00:10:01.460+0100 I NETWORK [listener] connection accepted from 127.0.0.1:52556 #3 (3 connections now open)
  56. 2019-11-12T00:10:01.471+0100 I NETWORK [conn3] received client metadata from 127.0.0.1:52556 conn3: { application: { name: "MongoDB Shell" }, driver: { name: "MongoDB Internal Client", version: "4.0.5-17-gd808df2233" }, os: { type: "Windows", name: "Microsoft Windows 8", architecture: "x86_64", version: "6.2 (build 9200)" } }
  57. 2019-11-12T00:10:01.499+0100 I SHARDING [conn3] Marking collection task-manager.user as collection version: <unsharded>
  58. 2019-11-12T00:11:27.526+0100 I NETWORK [listener] connection accepted from 127.0.0.1:52607 #4 (4 connections now open)
  59. 2019-11-12T00:11:27.527+0100 I NETWORK [conn4] received client metadata from 127.0.0.1:52607 conn4: { application: { name: "MongoDB Shell" }, driver: { name: "MongoDB Internal Client", version: "4.0.5-17-gd808df2233" }, os: { type: "Windows", name: "Microsoft Windows 8", architecture: "x86_64", version: "6.2 (build 9200)" } }
  60. 2019-11-12T00:11:53.597+0100 I NETWORK [listener] connection accepted from 127.0.0.1:52623 #5 (5 connections now open)
  61. 2019-11-12T00:11:53.606+0100 I NETWORK [conn5] received client metadata from 127.0.0.1:52623 conn5: { driver: { name: "nodejs-core", version: "3.3.3" }, os: { type: "Windows_NT", name: "win32", architecture: "x64", version: "10.0.18362" }, platform: "Node.js v10.16.3, LE" }
  62. 2019-11-12T00:12:32.773+0100 I NETWORK [conn5] end connection 127.0.0.1:52623 (4 connections now open)
  63. 2019-11-12T00:12:35.219+0100 I NETWORK [listener] connection accepted from 127.0.0.1:52647 #6 (5 connections now open)
  64. 2019-11-12T00:12:35.225+0100 I NETWORK [conn6] received client metadata from 127.0.0.1:52647 conn6: { driver: { name: "nodejs-core", version: "3.3.3" }, os: { type: "Windows_NT", name: "win32", architecture: "x64", version: "10.0.18362" }, platform: "Node.js v10.16.3, LE" }
  65. 2019-11-12T00:12:46.702+0100 I NETWORK [listener] connection accepted from 127.0.0.1:52657 #7 (6 connections now open)
  66. 2019-11-12T00:12:46.707+0100 I NETWORK [conn7] received client metadata from 127.0.0.1:52657 conn7: { application: { name: "robo3t" }, driver: { name: "MongoDB Internal Client", version: "4.0.5-17-gd808df2233" }, os: { type: "Windows", name: "Microsoft Windows 8", architecture: "x86_64", version: "6.2 (build 9200)" } }
  67. 2019-11-12T00:12:46.767+0100 I NETWORK [listener] connection accepted from 127.0.0.1:52658 #8 (7 connections now open)
  68. 2019-11-12T00:12:46.768+0100 I NETWORK [conn8] received client metadata from 127.0.0.1:52658 conn8: { application: { name: "MongoDB Shell" }, driver: { name: "MongoDB Internal Client", version: "4.0.5-17-gd808df2233" }, os: { type: "Windows", name: "Microsoft Windows 8", architecture: "x86_64", version: "6.2 (build 9200)" } }
  69. 2019-11-12T00:21:35.771+0100 E STORAGE [WTCheckpointThread] WiredTiger error (16) [1573514495:770879][14816:140717654367824], file:WiredTiger.wt, WT_SESSION.checkpoint: __win_fs_rename, 125: C:\MongoDB-data\WiredTiger.turtle.set to C:\MongoDB-data\WiredTiger.turtle: file-rename: MoveFileExW: Proces nie mo�e uzyska� dost�pu do pliku, poniewa� jest on
  70. u�ywany przez inny proces.
  71. : Resource device Raw: [1573514495:770879][14816:140717654367824], file:WiredTiger.wt, WT_SESSION.checkpoint: __win_fs_rename, 125: C:\MongoDB-data\WiredTiger.turtle.set to C:\MongoDB-data\WiredTiger.turtle: file-rename: MoveFileExW: Proces nie mo�e uzyska� dost�pu do pliku, poniewa� jest on u�ywany przez inny proces.
  72. : Resource device
  73. 2019-11-12T00:21:35.776+0100 E STORAGE [WTCheckpointThread] WiredTiger error (16) [1573514495:775867][14816:140717654367824], file:WiredTiger.wt, WT_SESSION.checkpoint: __wt_turtle_update, 397: WiredTiger.turtle: fatal turtle file update error: Resource device Raw: [1573514495:775867][14816:140717654367824], file:WiredTiger.wt, WT_SESSION.checkpoint: __wt_turtle_update, 397: WiredTiger.turtle: fatal turtle file update error: Resource device
  74. 2019-11-12T00:21:35.777+0100 E STORAGE [WTCheckpointThread] WiredTiger error (-31804) [1573514495:776864][14816:140717654367824], file:WiredTiger.wt, WT_SESSION.checkpoint: __wt_panic, 494: the process must exit and restart: WT_PANIC: WiredTiger library panic Raw: [1573514495:776864][14816:140717654367824], file:WiredTiger.wt, WT_SESSION.checkpoint:
  75. __wt_panic, 494: the process must exit and restart: WT_PANIC: WiredTiger library panic
  76. 2019-11-12T00:21:35.778+0100 F - [WTCheckpointThread] Fatal Assertion 50853 at src\mongo\db\storage\wiredtiger\wiredtiger_util.cpp 414
  77. 2019-11-12T00:21:35.779+0100 F - [WTCheckpointThread]
  78.  
  79. ***aborting after fassert() failure
  80.  
  81.  
  82. 2019-11-12T00:21:36.220+0100 F - [WTCheckpointThread] Got signal: 22 (SIGABRT).
  83. mongod.exe ...\src\mongo\util\stacktrace_windows.cpp(246) mongo::printStackTrace+0x43
  84. mongod.exe ...\src\mongo\util\signal_handlers_synchronous.cpp(239) mongo::`anonymous namespace'::abruptQuit+0x81
  85. ucrtbase.dll raise+0x1dd
  86. ucrtbase.dll abort+0x31
  87. mongod.exe ...\src\mongo\util\assert_util.cpp(145) mongo::fassertFailedWithLocation+0xd6
  88. mongod.exe ...\src\mongo\db\storage\wiredtiger\wiredtiger_util.cpp(414) mongo::`anonymous namespace'::mdb_handle_error_with_startup_suppression+0x2d1
  89. mongod.exe ...\src\third_party\wiredtiger\src\support\err.c(267) __eventv+0x38d
  90. mongod.exe ...\src\third_party\wiredtiger\src\support\err.c(316) __wt_err_func+0x2a
  91. mongod.exe ...\src\third_party\wiredtiger\src\support\err.c(511) __wt_panic+0x40
  92. mongod.exe ...\src\third_party\wiredtiger\src\meta\meta_turtle.c(397) __wt_turtle_update+0x38b
  93. mongod.exe ...\src\third_party\wiredtiger\src\meta\meta_table.c(212) __wt_metadata_update+0x23d
  94. mongod.exe ...\src\third_party\wiredtiger\src\meta\meta_ckpt.c(124) __ckpt_set+0x94
  95. mongod.exe ...\src\third_party\wiredtiger\src\meta\meta_ckpt.c(603) __wt_meta_ckptlist_set+0x229
  96. mongod.exe ...\src\third_party\wiredtiger\src\txn\txn_ckpt.c(1606) __checkpoint_tree+0x1d0
  97. mongod.exe ...\src\third_party\wiredtiger\src\txn\txn_ckpt.c(1739) __wt_checkpoint+0x94
  98. mongod.exe ...\src\third_party\wiredtiger\src\txn\txn_ckpt.c(928) __txn_checkpoint+0x661
  99. mongod.exe ...\src\third_party\wiredtiger\src\txn\txn_ckpt.c(1050) __txn_checkpoint_wrapper+0x189
  100. mongod.exe ...\src\mongo\db\storage\wiredtiger\wiredtiger_kv_engine.cpp(344) mongo::WiredTigerKVEngine::WiredTigerCheckpointThread::run+0x411
  101. mongod.exe ...\src\mongo\util\background.cpp(151) mongo::BackgroundJob::jobBody+0x145
  102. 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_8929d5e2502e4de5883694c1a7a329eb> >,std::default_delete<std::tuple<<lambda_8929d5e2502e4de5883694c1a7a329eb> > > > >::_Go+0x6b
  103. 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
  104. ucrtbase.dll beginthreadex+0x142
  105. KERNEL32.DLL BaseThreadInitThunk+0x14
  106. 2019-11-12T00:21:36.250+0100 I CONTROL [WTCheckpointThread] writing minidump diagnostic file C:\MongoDB\mongoDB\bin\mongod.2019-11-11T23-21-36.mdmp
  107. 2019-11-12T00:21:36.467+0100 F CONTROL [WTCheckpointThread] *** immediate exit due to unhandled exception
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement