Hi,
I recently updated to version 4.0.1. For a while, everything was fine. However, recently the master process stopped. When I try to restart it, however, I get the following error:
Starting cryoSPARC System master process..
CryoSPARC is not already running.
configuring database
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/apps/cryosparc/cryosparc_master/cryosparc_compute/database_management.py", line 41, in configure_mongo
initializeReplicaSet()
File "/apps/cryosparc/cryosparc_master/cryosparc_compute/database_management.py", line 82, in initializeReplicaSet
admin_db.command(({'serverStatus': 1}))
File "/apps/cryosparc/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/site-packages/pymongo/database.py", line 761, in command
codec_options, session=session, **kwargs)
File "/apps/cryosparc/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/site-packages/pymongo/database.py", line 652, in _command
client=self.__client)
File "/apps/cryosparc/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/site-packages/pymongo/pool.py", line 721, in command
exhaust_allowed=exhaust_allowed)
File "/apps/cryosparc/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/site-packages/pymongo/network.py", line 163, in command
parse_write_concern_error=parse_write_concern_error)
File "/apps/cryosparc/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/site-packages/pymongo/helpers.py", line 167, in _check_command_response
raise OperationFailure(errmsg, code, response, max_wire_version)
pymongo.errors.OperationFailure: there are no users authenticated, full error: {'operationTime': Timestamp(1666580760, 1), 'ok': 0.0, 'errmsg': 'there are no users authenticated', 'code': 13, 'codeName': 'Unauthorized', '$clusterTime': {'clusterTime': Timestamp(1666580760, 1), 'signature': {'hash': b'\xd2\xb4\x12|\xa4\xa7\x9b\xf4\t\xac8K\x82\xee\xb1\xd0\xa1\tR\xfa', 'keyId': 7153128110043430913}}}
Any idea what is going on? It seems that a similar error was reported here for version 4.0: https://discuss.cryosparc.com/t/fixdbport-is-erroring/9456
But I have verified that I have 4.0.1 on both master and worker.
Thanks a lot in advance