Standalone installation fail connection error

Please advise. Everything for a standalone install appears to be smooth until:

Creating the initial cryoSPARC user…

Creating user Adam Frost with email: adam.frost@ucsf.edu password: Password123
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
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 512, 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 622, in send
r = adapter.send(request, **kwargs)
File “/home/cryosparc_user/cryosparc2_master/deps/anaconda/lib/python2.7/site-packages/requests/adapters.py”, line 513, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPConnectionPool(host=‘localhost’, port=39002): Max retries exceeded with url: /api (Caused by NewConnectionError(’<urllib3.connection.HTTPConnection object at 0x7fd2aaa00990>: Failed to establish a new connection: [Errno 111] Connection refused’,))

thanks!

Hi, an update. I purged all the old files and directories and started fresh. This time I crashed with an only slightly different error:

mongodb 3.4.10 installation successful.
Completed.
Completed dependency check.

************ CRYOSPARC MASTER INSTALLATION COMPLETE **************

CryoSPARC System master has now been installed.
Add bin directory to your ~/.bashrc ?

  1. Yes
  2. No
    #? 1

The following lines were appended to your ~/.bashrc:
export PATH=/home/cryosparc_user/software/cryosparc2_master/bin:$PATH

************ 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 already running.
If you would like to restart, use cryosparcm restart


Creating the initial cryoSPARC user…

Creating user Adam Frost with email: adam.frost@ucsf.edu password: Password123
/home/cryosparc_user/software/cryosparc2_master/deps/anaconda/lib/python2.7/site-packages/requests/init.py:80: RequestsDependencyWarning: urllib3 (1.23) or chardet (3.0.4) doesn’t match a supported version!
RequestsDependencyWarning)
Traceback (most recent call last):
File “/home/cryosparc_user/software/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/software/cryosparc2_master/deps/anaconda/lib/python2.7/runpy.py”, line 72, in _run_code
exec code in run_globals
File “/home/cryosparc_user/software/cryosparc2_master/cryosparc2_compute/client.py”, line 57, in
print eval(“cli.”+command)
File “”, line 1, in
File “/home/cryosparc_user/software/cryosparc2_master/cryosparc2_compute/client.py”, line 31, in func
assert False, res[‘error’]
AssertionError: {u’message’: u’OtherError: localhost:39001: [Errno 111] Connection refused’, u’code’: 500, u’data’: None, u’name’: u’OtherError’}

Hi @frostythebiochemist,

Can you try following the post I’ve linked to below, and then reinstall cryoSPARC?