Hello, I tried to install the latest version 4.0.2. When I installed the master node, the installation was completed normally, but an error occurred when I started to start [root@login02 bin]# ./cryosparcm start
, I don’t know how to deal with the current problem, very grateful
[root@login02 bin]# ./cryosparcm restart
CryoSPARC is running.
Stopping cryoSPARC
Shut down
Starting cryoSPARC System master process..
CryoSPARC is not already running.
configuring database
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/nzx-cluster/apps/cryosparc/cryosparc_master/cryosparc_compute/database_management.py", line 41, in configure_mongo
initializeReplicaSet()
File "/usr/nzx-cluster/apps/cryosparc/cryosparc_master/cryosparc_compute/database_management.py", line 82, in initializeReplicaS
et admin_db.command(({'serverStatus': 1}))
File "/usr/nzx-cluster/apps/cryosparc/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/site-packages/pymon
go/database.py", line 737, in command read_preference, session) as (sock_info, slave_ok):
File "/usr/nzx-cluster/apps/cryosparc/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/contextlib.py", lin
e 112, in __enter__ return next(self.gen)
File "/usr/nzx-cluster/apps/cryosparc/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/site-packages/pymon
go/mongo_client.py", line 1325, in _socket_for_reads server = self._select_server(read_preference, session)
File "/usr/nzx-cluster/apps/cryosparc/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/site-packages/pymon
go/mongo_client.py", line 1278, in _select_server server = topology.select_server(server_selector)
File "/usr/nzx-cluster/apps/cryosparc/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/site-packages/pymon
go/topology.py", line 243, in select_server address))
File "/usr/nzx-cluster/apps/cryosparc/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/site-packages/pymon
go/topology.py", line 200, in select_servers selector, server_timeout, address)
File "/usr/nzx-cluster/apps/cryosparc/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/site-packages/pymon
go/topology.py", line 217, in _select_servers_loop (self._error_message(selector), timeout, self.description))
pymongo.errors.ServerSelectionTimeoutError: localhost:45001: [Errno 111] Connection refused, Timeout: 20.0s, Topology Description:
<TopologyDescription id: 6358e43519d0c4fbe07363d7, topology_type: Single, servers: [<ServerDescription ('localhost', 45001) server_type: Unknown, rtt: None, error=AutoReconnect('localhost:45001: [Errno 111] Connection refused')>]>