hey everyone,
here is the error that i am getting, can anyone help? This is a fresh standalone installation:
************ CRYOSPARC MASTER INSTALLATION COMPLETE **************
CryoSPARC System master has now been installed.
Add bin directory to your ~/.bashrc ?
- Yes
- No
#? 1
cryosparc bin directory already in PATH, skipped.
************ CRYOSPARC SYSTEM: STANDALONE INSTALLER **************
The installer will now download, install and connect the worker
package on this machine. The worker package will allow CryoSPARC
to run compute jobs.
Starting CryoSPARC…
Starting cryoSPARC System master process…
CryoSPARC is not already running.
configuring database
Warning: Could not get database status (attempt 1/3)
Warning: Could not get database status (attempt 2/3)
Warning: Could not get database status (attempt 3/3)
Traceback (most recent call last):
File “”, line 1, in
File “/spshared/apps/cryosparc24/cryosparc_master/cryosparc_compute/database_management.py”, line 49, in configure_mongo
initialize_replica_set()
File “/spshared/apps/cryosparc24/cryosparc_master/cryosparc_compute/database_management.py”, line 88, in initialize_replica_set
admin_db = try_get_pymongo_db(mongo_client)
File “/spshared/apps/cryosparc24/cryosparc_master/cryosparc_compute/database_management.py”, line 251, in try_get_pymongo_db
admin_db.command(({‘serverStatus’: 1}))
File “/spshared/apps/cryosparc24/cryosparc_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 “/spshared/apps/cryosparc24/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.8/contextlib.py”, line 113, in enter
return next(self.gen)
File “/spshared/apps/cryosparc24/cryosparc_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 “/spshared/apps/cryosparc24/cryosparc_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 “/spshared/apps/cryosparc24/cryosparc_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 “/spshared/apps/cryosparc24/cryosparc_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 “/spshared/apps/cryosparc24/cryosparc_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: 65cce1172cfd750b89b2bc64, topology_type: Single, servers: [<ServerDescription (‘localhost’, 39001) server_type: Unknown, rtt: None, error=AutoReconnect(‘localhost:39001: [Errno 111] Connection refused’)>]>
[2024-02-14T09:50:53-06:00] Error configuring database. Most recent database log lines:
2024-02-14T09:49:40.302-0600 I CONTROL [initandlisten] git version: d352e6a4764659e0d0350ce77279de3c1f243e5c
2024-02-14T09:49:40.302-0600 I CONTROL [initandlisten] allocator: tcmalloc
2024-02-14T09:49:40.302-0600 I CONTROL [initandlisten] modules: none
2024-02-14T09:49:40.302-0600 I CONTROL [initandlisten] build environment:
2024-02-14T09:49:40.302-0600 I CONTROL [initandlisten] distarch: x86_64
2024-02-14T09:49:40.302-0600 I CONTROL [initandlisten] target_arch: x86_64
2024-02-14T09:49:40.302-0600 I CONTROL [initandlisten] options: { net: { port: 39001 }, replication: { oplogSizeMB: 64, replSet: “meteor” }, storage: { dbPath: “/spshared/apps/cryosparc24/cryosparc_database” } }
2024-02-14T09:49:40.302-0600 I STORAGE [initandlisten] exception in initAndListen: IllegalOperation: Attempted to create a lock file on a read-only directory: /spshared/apps/cryosparc24/cryosparc_database, terminating
2024-02-14T09:49:40.302-0600 I CONTROL [initandlisten] now exiting
2024-02-14T09:49:40.302-0600 I CONTROL [initandlisten] shutting down with code:100