Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. [voorhees@login2 ~]$ cryosparcm start
  2. Starting cryoSPARC System master process..
  3. CryoSPARC is not already running.
  4. database: ERROR (spawn error)
  5. Traceback (most recent call last):
  6. File "<string>", line 1, in <module>
  7. File "/central/groups/voorheeslab/voorhees/software/cryosparc/cryosparc2_master/deps/anaconda/lib/python2.7/site-packages/pymongo/mongo_client.py", line 1149, in database_names
  8. "listDatabases")["databases"]]
  9. File "/central/groups/voorheeslab/voorhees/software/cryosparc/cryosparc2_master/deps/anaconda/lib/python2.7/site-packages/pymongo/database.py", line 491, in command
  10. with client._socket_for_reads(read_preference) as (sock_info, slave_ok):
  11. File "/central/groups/voorheeslab/voorhees/software/cryosparc/cryosparc2_master/deps/anaconda/lib/python2.7/contextlib.py", line 17, in __enter__
  12. return self.gen.next()
  13. File "/central/groups/voorheeslab/voorhees/software/cryosparc/cryosparc2_master/deps/anaconda/lib/python2.7/site-packages/pymongo/mongo_client.py", line 859, in _socket_for_reads
  14. with self._get_socket(read_preference) as sock_info:
  15. File "/central/groups/voorheeslab/voorhees/software/cryosparc/cryosparc2_master/deps/anaconda/lib/python2.7/contextlib.py", line 17, in __enter__
  16. return self.gen.next()
  17. File "/central/groups/voorheeslab/voorhees/software/cryosparc/cryosparc2_master/deps/anaconda/lib/python2.7/site-packages/pymongo/mongo_client.py", line 823, in _get_socket
  18. server = self._get_topology().select_server(selector)
  19. File "/central/groups/voorheeslab/voorhees/software/cryosparc/cryosparc2_master/deps/anaconda/lib/python2.7/site-packages/pymongo/topology.py", line 214, in select_server
  20. address))
  21. File "/central/groups/voorheeslab/voorhees/software/cryosparc/cryosparc2_master/deps/anaconda/lib/python2.7/site-packages/pymongo/topology.py", line 189, in select_servers
  22. self._error_message(selector))
  23. pymongo.errors.ServerSelectionTimeoutError: No servers found yet
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement