MongoDB database error

When I restart the server, I try to start CryoSPARC, it prompts the following error:

Traceback (most recent call last):

File "<string>", line 1, in <module>

File "/cm/shared/apps/cryosparc2/cryosparc2_master/cryosparc_compute/database_management.py", line 41, in configure_mongo

initialize_replica_set()

File "/cm/shared/apps/cryosparc2/cryosparc2_master/cryosparc_compute/database_management.py", line 80, in initialize_replica_set

admin_db = try_get_pymongo_admin_db(mongo_client)

File "/cm/shared/apps/cryosparc2/cryosparc2_master/cryosparc_compute/database_management.py", line 242, in try_get_pymongo_admin_db

admin_db.command(({'serverStatus': 1}))

File "/cm/shared/apps/cryosparc2/cryosparc2_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.8/site-packages/pymongo/database.py", line 827, in command

with self.__client._socket_for_reads(read_preference, session) as (sock_info, secondary_ok):

File "/cm/shared/apps/cryosparc2/cryosparc2_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.8/contextlib.py", line 113, in __enter__

return next(self.gen)

File "/cm/shared/apps/cryosparc2/cryosparc2_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.8/site-packages/pymongo/mongo_client.py", line 1478, in _socket_for_reads

server = self._select_server(read_preference, session)

File "/cm/shared/apps/cryosparc2/cryosparc2_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.8/site-packages/pymongo/mongo_client.py", line 1436, in _select_server

server = topology.select_server(server_selector)

File "/cm/shared/apps/cryosparc2/cryosparc2_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.8/site-packages/pymongo/topology.py", line 250, in select_server

return random.choice(self.select_servers(selector, server_selection_timeout, address))

File "/cm/shared/apps/cryosparc2/cryosparc2_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.8/site-packages/pymongo/topology.py", line 211, in select_servers

server_descriptions = self._select_servers_loop(selector, server_timeout, address)

File "/cm/shared/apps/cryosparc2/cryosparc2_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.8/site-packages/pymongo/topology.py", line 226, in _select_servers_loop

raise ServerSelectionTimeoutError(

pymongo.errors.ServerSelectionTimeoutError: localhost:39001: [Errno 111] Connection refused, Timeout: 20.0s, Topology Description: <TopologyDescription id: 63ee8543004cc6833702a431, topology_type: Single, servers: [<ServerDescription ('localhost', 39001) server_type: Unknown, rtt: None, error=AutoReconnect('localhost:39001: [Errno 111] Connection refused')>]>

[2023-02-16T11:35:38-0800] Error configuring database. Most recent database log lines:

mongod(wiredtiger_open+0x1BD3) [0x555555fcaca3]

mongod(_ZN5mongo18WiredTigerKVEngineC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_PNS_11ClockSourceES8_mmbbbb+0x8D6) [0x555555f97cf6]

mongod(+0xA25AEC) [0x555555f79aec]

mongod(_ZN5mongo20ServiceContextMongoD29initializeGlobalStorageEngineEv+0x266) [0x555556189fb6]

mongod(+0xA025B8) [0x555555f565b8]

mongod(_ZN5mongo11mongoDbMainEiPPcS1_+0x26C) [0x555555f5963c]

mongod(main+0x9) [0x555555edfbc9]

libc.so.6(__libc_start_main+0xF5) [0x2aaaabda4505]

mongod(+0x9ED741) [0x555555f41741]

----- END BACKTRACE -----

I wonder whether the database is functioning normally. Please can you inspect line at the bottom of the database log, to include at least one line beginning with the the date (2023-02-) and all the following lines.
The database log can be accessed with the ocmmand
cryosparcm log database