最近运行在服务器的mongodb(widows版本)突然停止了,重新启动也无法运行,试了不少办法也运行不了,请问大家是什么问题
2021-07-27T22:57:10.999+0800 I CONTROL [main] Trying to start Windows service 'MongoDB'
2021-07-27T22:57:11.001+0800 I CONTROL [initandlisten] MongoDB starting : pid=6560 port=27017 dbpath=D:\wwwroot\mongodb\data 64-bit host=WIN-GM3HS8BIKIN
2021-07-27T22:57:11.001+0800 I CONTROL [initandlisten] targetMinOS: Windows 7/Windows Server 2008 R2
2021-07-27T22:57:11.001+0800 I CONTROL [initandlisten] db version v3.6.1
2021-07-27T22:57:11.001+0800 I CONTROL [initandlisten] git version: 025d4f4fe61efd1fb6f0005be20cb45a004093d1
2021-07-27T22:57:11.001+0800 I CONTROL [initandlisten] OpenSSL version: OpenSSL 1.0.1u-fips 22 Sep 2016
2021-07-27T22:57:11.001+0800 I CONTROL [initandlisten] allocator: tcmalloc
2021-07-27T22:57:11.001+0800 I CONTROL [initandlisten] modules: enterprise
2021-07-27T22:57:11.001+0800 I CONTROL [initandlisten] build environment:
2021-07-27T22:57:11.001+0800 I CONTROL [initandlisten] distmod: windows-64
2021-07-27T22:57:11.001+0800 I CONTROL [initandlisten] distarch: x86_64
2021-07-27T22:57:11.001+0800 I CONTROL [initandlisten] target_arch: x86_64
2021-07-27T22:57:11.001+0800 I CONTROL [initandlisten] options: { config: "D:\wwwroot\mongodb\conf\mongodb.config", net: { port: 27017 }, service: true, storage: { dbPath: "D:\wwwroot\mongodb\data", journal: { enabled: true } }, systemLog: { destination: "file", logAppend: true, path: "D:\wwwroot\mongodb\logs\mongodb.log", quiet: true } }
2021-07-27T22:57:11.002+0800 W - [initandlisten] Detected unclean shutdown - D:\wwwroot\mongodb\data\mongod.lock is not empty.
2021-07-27T22:57:11.002+0800 I - [initandlisten] Detected data files in D:\wwwroot\mongodb\data created by the 'wiredTiger' storage engine, so setting the active storage engine to 'wiredTiger'.
2021-07-27T22:57:11.002+0800 W STORAGE [initandlisten] Recovering data from the last clean checkpoint.
2021-07-27T22:57:11.002+0800 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=32047M,session_max=20000,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),statistics_log=(wait=0),verbose=(recovery_progress),
2021-07-27T22:57:11.043+0800 E STORAGE [initandlisten] WiredTiger error (-31802) [1627397831:42132][6560:140708112700224], file:WiredTiger.wt, connection: unable to read root page from file:WiredTiger.wt: WT_ERROR: non-specific WiredTiger error
2021-07-27T22:57:11.043+0800 E STORAGE [initandlisten] WiredTiger error (0) [1627397831:43135][6560:140708112700224], file:WiredTiger.wt, connection: WiredTiger has failed to open its metadata
2021-07-27T22:57:11.043+0800 E STORAGE [initandlisten] WiredTiger error (0) [1627397831:43135][6560:140708112700224], file:WiredTiger.wt, connection: This may be due to the database files being encrypted, being from an older version or due to corruption on disk
2021-07-27T22:57:11.043+0800 E STORAGE [initandlisten] WiredTiger error (0) [1627397831:43135][6560:140708112700224], file:WiredTiger.wt, connection: You should confirm that you have opened the database with the correct options including all encryption and compression options
2021-07-27T22:57:11.044+0800 E - [initandlisten] Assertion: 28595:-31802: WT_ERROR: non-specific WiredTiger error src\mongo\db\storage\wiredtiger\wiredtiger_kv_engine.cpp 413
2021-07-27T22:57:11.044+0800 I STORAGE [initandlisten] exception in initAndListen: Location28595: -31802: WT_ERROR: non-specific WiredTiger error, terminating
2021-07-27T22:57:11.044+0800 I NETWORK [serviceStopWorker] shutdown: going to close listening sockets...
2021-07-27T22:57:11.044+0800 I CONTROL [serviceStopWorker] now exiting
自己顶一下
你好,我是有问必答小助手。为了技术专家团更好地为您解答问题,烦请您补充下(1)问题背景详情,(2)您想解决的具体问题,(3)问题相关代码图片或者报错信息。便于技术专家团更好地理解问题,并给出解决方案。
您可以点击问题下方的【编辑】,进行补充修改问题。