I am trying to install cryosparc v2 as a single workstation following the instructions provided. After installing the master without issues, when I first try to start it it hangs as follows:
cryosparc_user@bs-zorro01:~/cryosparc2_master$ cryosparcm start
Starting cryoSPARC System master process..
CryoSPARC is not already running.
database: started
command_core: started
And nothing happens after that for… ever. if I hit Ctrl+C and try to proceed with the installation instructions (create user), I get this error:
Traceback (most recent call last):
File "/home/cryosparc_user/cryosparc2_master/deps/anaconda/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/home/cryosparc_user/cryosparc2_master/deps/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/home/cryosparc_user/cryosparc2_master/cryosparc2_compute/client.py", line 56, in <module>
cli = CommandClient(host, int(port))
File "/home/cryosparc_user/cryosparc2_master/cryosparc2_compute/client.py", line 17, in __init__
self._reload()
File "/home/cryosparc_user/cryosparc2_master/cryosparc2_compute/client.py", line 35, in _reload
system = self._get_callable('system.describe')()
File "/home/cryosparc_user/cryosparc2_master/cryosparc2_compute/client.py", line 28, in func
r = requests.post(self.url, json = data, headers = header, timeout=self.timeout)
File "/home/cryosparc_user/cryosparc2_master/deps/anaconda/lib/python2.7/site-packages/requests/api.py", line 112, in post
return request('post', url, data=data, json=json, **kwargs)
File "/home/cryosparc_user/cryosparc2_master/deps/anaconda/lib/python2.7/site-packages/requests/api.py", line 58, in request
return session.request(method=method, url=url, **kwargs)
File "/home/cryosparc_user/cryosparc2_master/deps/anaconda/lib/python2.7/site-packages/requests/sessions.py", line 508, in request
resp = self.send(prep, **send_kwargs)
File "/home/cryosparc_user/cryosparc2_master/deps/anaconda/lib/python2.7/site-packages/requests/sessions.py", line 618, in send
r = adapter.send(request, **kwargs)
File "/home/cryosparc_user/cryosparc2_master/deps/anaconda/lib/python2.7/site-packages/requests/adapters.py", line 508, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPConnectionPool(host='bs-zorro01', port=39002): Max retries exceeded with url: /api (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f5eb7a70050>: Failed to establish a new connection: [Errno 111] Connection refused',))
The OS is Ubuntu 16.04.2 LTS. How can I get cryosparc V2 to start?
Thank you!