Fail to start cryosparc with the error:Could not get database status

Hello, I tried to start my cryosparc using the command “cryosparcm start”, but I got an error that the system could not get database status (after 3 attempts) .It reported the problem was induced by pymongo.errors.OperationFailure: there are no users authenticated. could you give some advices to solve this problem.

[1901110494@sk1-cryoem cryosparc_master]$ cryosparcm restart
CryoSPARC is running.
Stopping cryoSPARC 
Shut down
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 "<string>", line 1, in <module>
  File "/gpfs/share/home/1901110494/cryosparc_lastest/cryosparc_master/cryosparc_compute/database_management.py", line 48, in configure_mongo
    initialize_replica_set()
  File "/gpfs/share/home/1901110494/cryosparc_lastest/cryosparc_master/cryosparc_compute/database_management.py", line 87, in initialize_replica_set
    admin_db = try_get_pymongo_db(mongo_client)
  File "/gpfs/share/home/1901110494/cryosparc_lastest/cryosparc_master/cryosparc_compute/database_management.py", line 250, in try_get_pymongo_db
    admin_db.command(({'serverStatus': 1}))
  File "/gpfs/share/home/1901110494/cryosparc_lastest/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.8/site-packages/pymongo/database.py", line 828, in command
    return self._command(
  File "/gpfs/share/home/1901110494/cryosparc_lastest/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.8/site-packages/pymongo/database.py", line 703, in _command
    return sock_info.command(
  File "/gpfs/share/home/1901110494/cryosparc_lastest/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.8/site-packages/pymongo/pool.py", line 740, in command
    return command(
  File "/gpfs/share/home/1901110494/cryosparc_lastest/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.8/site-packages/pymongo/network.py", line 177, in command
    helpers._check_command_response(
  File "/gpfs/share/home/1901110494/cryosparc_lastest/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.8/site-packages/pymongo/helpers.py", line 180, in _check_command_response
    raise OperationFailure(errmsg, code, response, max_wire_version)
pymongo.errors.OperationFailure: there are no users authenticated, full error: {'operationTime': Timestamp(1705381056, 1), 'ok': 0.0, 'errmsg': 'there are no users authenticated', 'code': 13, 'codeName': 'Unauthorized', '$clusterTime': {'clusterTime': Timestamp(1705381056, 1), 'signature': {'hash': b'5M\xeb\xb6\xeeU\x9b5M\xd9\xfc\x11\x932\xfe6Y\xdc\xccJ', 'keyId': 7286404029024829442}}}
[2024-01-16T12:57:46+0800] Error configuring database. Most recent database log lines:
2024-01-16T12:57:33.353+0800 I STORAGE  [initandlisten] exception in initAndListen: DBPathInUse: Unable to lock the lock file: /gpfs/share/home/1901110494/cryosparc_lastest/cryosparc_database/mongod.lock (Resource temporarily unavailable). Another mongod instance is already running on the /gpfs/share/home/1901110494/cryosparc_lastest/cryosparc_database directory, terminating
2024-01-16T12:57:33.354+0800 I CONTROL  [initandlisten] now exiting
2024-01-16T12:57:33.354+0800 I CONTROL  [initandlisten] shutting down with code:100
2024-01-16T12:57:36.336+0800 I NETWORK  [listener] connection accepted from 127.0.0.1:45508 #967 (135 connections now open)
2024-01-16T12:57:36.336+0800 I NETWORK  [conn967] received client metadata from 127.0.0.1:45508 conn967: { driver: { name: "PyMongo", version: "3.13.0" }, os: { type: "Linux", name: "Linux", architecture: "x86_64", version: "3.10.0-693.el7.x86_64" }, platform: "CPython 3.8.15.final.0" }
2024-01-16T12:57:36.337+0800 I NETWORK  [listener] connection accepted from 127.0.0.1:45510 #968 (136 connections now open)
2024-01-16T12:57:36.338+0800 I NETWORK  [conn968] received client metadata from 127.0.0.1:45510 conn968: { driver: { name: "PyMongo", version: "3.13.0" }, os: { type: "Linux", name: "Linux", architecture: "x86_64", version: "3.10.0-693.el7.x86_64" }, platform: "CPython 3.8.15.final.0" }
2024-01-16T12:57:46.351+0800 I ACCESS   [conn968] Unauthorized: not authorized on admin to execute command { endSessions: [ { id: UUID("195147ae-f60a-42d8-9c43-c505bd4f3a43") } ], $clusterTime: { clusterTime: Timestamp(1705381056, 1), signature: { hash: BinData(0, 354DEBB6EE559B354DD9FC119332FE3659DCCC4A), keyId: 7286404029024829442 } }, $db: "admin", $readPreference: { mode: "primaryPreferred" } }
2024-01-16T12:57:46.351+0800 I NETWORK  [conn968] end connection 127.0.0.1:45510 (135 connections now open)
2024-01-16T12:57:46.351+0800 I NETWORK  [conn967] end connection 127.0.0.1:45508 (134 connections now open)

Welcome to the forum @chen1.
It is possible that a previous CryoSPARC shutdown failed to terminate all CryoSPARC-related processes.
Please can you attempt the complete shutdown procedure and let us know whether you succeed in starting CryoSPARC thereafter.

I followed the guide and use the command “ps -weo pid,ppid,start,cmd | grep -e cryosparc -e mongo | grep -v grep”. The output is shown. I have no idea which job should I killed. And which one is correspond to the job ID.

[1901110494@sk1-cryoem cryosparc_master]$  ps -weo pid,ppid,start,cmd | grep -e cryosparc -e mongo | grep -v grep
 11730      1   Jan 09 python /gpfs/share/home/1901110140/cryoSPARC2/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/bin/supervisord -c /gpfs/share/home/1901110140/cryoSPARC2/cryosparc_master/supervisord.conf
 11732  11730   Jan 09 mongod --dbpath /gpfs/share/home/1901110140/cryoSPARC2/cryosparc_master/cryosparc_database/ --port 59061 --oplogSize 64 --replSet meteor --nojournal --wiredTigerCacheSizeGB 4
 11915  11730   Jan 09 python -c import cryosparc_command.command_core as serv; serv.start(port=59062)
 12011  11730   Jan 09 python -c import cryosparc_command.command_vis as serv; serv.start(port=59063)
 12033  11730   Jan 09 python -c import cryosparc_command.command_rtp as serv; serv.start(port=59065)

Job <17421>: Invalid job id specified

As the processes listed belong to a CryoSPARC instance installed

/gpfs/share/home/1901110140/cryoSPARC2/

which differs from the path you posted earlier

you should probably not terminate any of these processes. These processes seem to belong to another CryoSPARC instance running on the same computer. Running multiple CryoSPARC instances on the same computer is possible, but requires careful coordination. For example, the network port ranges used by the various CryoSPARC instances on a given computer must not overlap.
Please can you post the outputs of these commands

ls -al /gpfs/share/home/1901110494/cryosparc_lastest/cryosparc_database/
grep -v LICENSE /gpfs/share/home/1901110494/cryosparc_lastest/cryosparc_master/config.sh

Here are the outputs.

[1901110494@sk1-cryoem ~]$ ls -al /gpfs/share/home/1901110494/cryosparc_lastest/cryosparc_database/

total 7374880
drwxrwxrwx 3 1901110494 1901110494      32768 Jan 18 12:52 .
drwxrwxrwx 5 1901110494 1901110494       4096 Jan 16 15:19 ..
-rwxrwxrwx 1 1901110494 1901110494      36864 Dec 29 12:31 collection-0-2715706456585517549.wt
-rwxrwxrwx 1 1901110494 1901110494      16384 Dec 29 12:31 collection-0--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494     114688 Dec 29 12:31 collection-0--8250662730938066124.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 18 12:51 collection-101--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494   36077568 Jan 18 12:52 collection-10-2715706456585517549.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 16 21:08 collection-104--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494 7216324608 Jan 15 14:35 collection-107--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      16384 Dec 29 12:31 collection-11-2715706456585517549.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 16 11:10 collection-12--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      32768 Dec 29 12:31 collection-13-2715706456585517549.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 16 21:51 collection-15-2715706456585517549.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 18 12:31 collection-17-2715706456585517549.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Dec 29 12:31 collection-19-2715706456585517549.wt
-rwxrwxrwx 1 1901110494 1901110494      16384 Dec 29 12:31 collection-2-2715706456585517549.wt
-rwxrwxrwx 1 1901110494 1901110494     229376 Jan 15 09:44 collection-2--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494   18219008 Jan 15 14:48 collection-23--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      45056 Dec 13 13:34 collection-2--6096432450927539293.wt
-rwxrwxrwx 1 1901110494 1901110494   45371392 Jan 15 15:18 collection-39--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494    4759552 Jan 15 14:35 collection-42--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      16384 Dec 29 12:31 collection-4-2715706456585517549.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Dec 29 12:31 collection-4--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494    3858432 Jan 14 00:16 collection-45--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494       4096 Oct  5 17:29 collection-52--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494       4096 Oct  5 17:29 collection-58--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494       4096 Dec 29 12:31 collection-61--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Dec 29 12:31 collection-6-2715706456585517549.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 16 11:10 collection-6--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494       4096 Oct  5 17:29 collection-64--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494       4096 Dec 29 12:31 collection-67--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494       4096 Oct  5 17:29 collection-73--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494     110592 Jan 15 09:44 collection-81--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      16384 Dec 29 12:31 collection-8-2715706456585517549.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 16 21:12 collection-85--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 16 21:08 collection-88--3053696653301624435.wt
drwxrwxrwx 2 1901110494 1901110494       4096 Jan 18 12:52 diagnostic.data
-rwxrwxrwx 1 1901110494 1901110494       4096 Dec 29 12:29 index-100--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 18 12:36 index-102--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 15 14:36 index-10--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 18 12:51 index-103--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan  1 11:38 index-105--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494    1449984 Jan 15 14:35 index-106--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494     888832 Jan 15 14:35 index-108--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494     983040 Jan 15 14:35 index-109--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 15 14:36 index-11--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      16384 Oct  5 17:29 index-12-2715706456585517549.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Dec 29 12:31 index-1-2715706456585517549.wt
-rwxrwxrwx 1 1901110494 1901110494      16384 Dec 29 12:31 index-1--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 15 14:36 index-13--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      32768 Dec 29 12:31 index-14-2715706456585517549.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 15 14:36 index-14--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 15 14:36 index-15--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 16 21:51 index-16-2715706456585517549.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 15 14:36 index-16--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 15 14:36 index-17--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      16384 Dec 29 12:31 index-1--8250662730938066124.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 18 12:31 index-18-2715706456585517549.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 15 14:36 index-18--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 15 14:36 index-19--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      16384 Oct  5 17:29 index-20-2715706456585517549.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 15 14:36 index-20--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      16384 Dec 29 12:31 index-21-2715706456585517549.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 15 14:36 index-21--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 15 14:36 index-22--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      45056 Jan 15 14:41 index-24--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 15 14:41 index-25--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 15 14:41 index-26--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 15 14:41 index-27--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 15 14:41 index-28--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      45056 Jan 15 14:41 index-29--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 15 14:41 index-30--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 15 14:41 index-31--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 15 14:41 index-32--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      16384 Oct  5 17:29 index-3-2715706456585517549.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Oct  5 17:52 index-3--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 15 14:41 index-33--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 15 14:41 index-34--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 15 14:41 index-35--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Dec 13 13:34 index-3--6096432450927539293.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 15 14:41 index-36--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      45056 Jan 15 14:41 index-37--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 15 14:41 index-38--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494    7389184 Jan 15 14:36 index-40--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494    5390336 Jan 15 14:36 index-41--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494     868352 Jan 15 14:35 index-43--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494     294912 Jan 15 14:35 index-44--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Dec 13 13:34 index-4--6096432450927539293.wt
-rwxrwxrwx 1 1901110494 1901110494     544768 Jan 14 00:16 index-46--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494    2547712 Jan 14 00:16 index-47--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494     385024 Jan 14 00:16 index-48--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494     253952 Jan 14 00:16 index-49--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494     270336 Jan 14 00:16 index-50--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494     151552 Dec 29 23:17 index-51--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      16384 Oct  5 17:29 index-5-2715706456585517549.wt
-rwxrwxrwx 1 1901110494 1901110494      16384 Oct  5 17:29 index-5--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494       4096 Oct  5 17:29 index-53--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494       4096 Oct  5 17:29 index-54--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494       4096 Oct  5 17:29 index-55--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Dec 13 13:34 index-5--6096432450927539293.wt
-rwxrwxrwx 1 1901110494 1901110494       4096 Oct  5 17:29 index-56--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494       4096 Oct  5 17:29 index-57--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494       4096 Oct  5 17:29 index-59--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494       4096 Oct  5 17:29 index-60--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494       4096 Oct  5 17:29 index-62--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494       4096 Oct  5 17:29 index-63--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494       4096 Oct  5 17:29 index-65--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494       4096 Oct  5 17:29 index-66--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494       4096 Oct  5 17:29 index-68--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494       4096 Oct  5 17:29 index-69--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494       4096 Oct  5 17:29 index-70--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494       4096 Oct  5 17:29 index-71--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494       4096 Oct  5 17:29 index-72--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      16384 Oct  5 17:29 index-7-2715706456585517549.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 15 14:36 index-7--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494       4096 Oct  5 17:29 index-74--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494       4096 Oct  5 17:29 index-75--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494       4096 Oct  5 17:29 index-76--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494       4096 Oct  5 17:29 index-77--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494       4096 Oct  5 17:29 index-78--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494       4096 Oct  5 17:29 index-79--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494       4096 Oct  5 17:29 index-80--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      61440 Jan 15 09:44 index-82--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 15 14:36 index-8--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 16 21:08 index-86--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 16 21:12 index-87--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      16384 Dec 29 12:31 index-89--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      16384 Oct  5 17:30 index-90--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 16 21:08 index-91--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494       4096 Dec 29 12:29 index-92--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      16384 Dec 29 12:31 index-9-2715706456585517549.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 15 14:36 index-9--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494       4096 Oct  5 17:29 index-93--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 16 21:08 index-94--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494       4096 Oct  5 17:29 index-95--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494       4096 Dec 29 12:32 index-96--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494       4096 Oct  5 17:30 index-97--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494       4096 Oct  5 17:30 index-98--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494       4096 Oct  5 17:30 index-99--3053696653301624435.wt
-rwxrwxrwx 1 1901110494 1901110494      53248 Dec 29 12:31 _mdb_catalog.wt
-rwxrwxrwx 1 1901110494 1901110494          6 Dec 29 12:31 mongod.lock
-rwxrwxrwx 1 1901110494 1901110494      36864 Jan 18 12:52 sizeStorer.wt
-rwxrwxrwx 1 1901110494 1901110494        114 Oct  5 17:28 storage.bson
-rwxrwxrwx 1 1901110494 1901110494         45 Oct  5 17:28 WiredTiger
-rwxrwxrwx 1 1901110494 1901110494       4096 Dec 29 12:31 WiredTigerLAS.wt
-rwxrwxrwx 1 1901110494 1901110494         21 Oct  5 17:28 WiredTiger.lock
-rw------- 1 1901110494 1901110494       1141 Jan 18 12:52 WiredTiger.turtle
-rwxrwxrwx 1 1901110494 1901110494     430080 Jan 18 12:52 WiredTiger.wt
[1901110494@sk1-cryoem ~]$ grep -v XXXXXXXXXX /gpfs/share/home/1901110494/cryosparc_lastest/cryosparc_master/config.sh
#Instance Configuration
export CRYOSPARC_MASTER_HOSTNAME="sk1-cryoem"
export CRYOSPARC_DB_PATH="/gpfs/share/home/1901110494/cryosparc_lastest/cryosparc_database"
export CRYOSPARC_BASE_PORT=59111
export CRYOSPARC_DB_CONNECTION_TIMEOUT_MS=20000

#Security
export CRYOSPARC_INSECURE=true
export CRYOSPARC_DB_ENABLE_AUTH=true

#Cluster Integration
export CRYOSPARC_CLUSTER_JOB_MONITOR_INTERVAL=10
export CRYOSPARC_CLUSTER_JOB_MONITOR_MAX_RETRIES=1000000

#Project Configuration
export CRYOSPARC_PROJECT_DIR_PREFIX='CS-'

#Development
export CRYOSPARC_DEVELOP=false

#Other
export CRYOSPARC_CLICK_WRAP=true
export CRYOSPARC_MONGO_EXTRA_FLAGS=""
CRYOSPARC_FORCE_HOSTNAME=true

Thanks for posting the information.
What happens when you run
cryosparcm start
now?
If CryoSPARC startup still fails, please can you run these commands and post their outputs:

ps -weo pid,ppid,start,cmd | grep -e cryosparc -e mongo | grep -v grep
lsof /gpfs/share/home/1901110494/cryosparc_lastest/cryosparc_database/mongod.lock
tail -40 /gpfs/share/home/1901110494/cryosparc_lastest/cryosparc_master/run/database.log

A few comments related to your CryoSPARC instance’s cryosparc_master/config.sh that may or may not contribute to the problem you posted about.

If you use CryoSPARC v4.3 and wish to enable database journaling (recommended), please insert a space inside the quotes.

export CRYOSPARC_MONGO_EXTRA_FLAGS=" "

The setting

export CRYOSPARC_FORCE_HOSTNAME=true

should only be used under narrow circumstances, as it disables a safeguard against running cryosparcm on the incorrect computer, in case CryoSPARC was installed on a shared filesystem. Running cryosparcm commands on the incorrect computer may result in data corruption and/or hard-to-debug software malfunction.

Thanks for your advises. I have started the cryosparc successfully. Indeed, CryosSPARC was installed on a shared filesystem. So I insert CRYOSPARC_FORCE_HOSTNAME=true on the config.sh.Thanks for your help.