Hi,
I tried to install the latest version of Cryosparc, and failed at the last step when the program launched itself. The error message is similar to what I got with “cryosparm install test”, pasted below. I can still launch the program with “cryosparm start” afterwards and see the login interface on a web browser, but when I tried to log in, it said user doesn’t exist. I opened the ports 39000:39010 with ufw (the OS is is Ubuntu 20.04) prior to the installation. I also tried to install version 3, which failed and program doesn’t even lanunch, saying something like “failed to spawn”.
Running installation tests…
✓ Running as cryoSPARC owner
✓ Running on master node
✓ CryoSPARC is running
*** CommandClient: (http://OldGPU:39002/api) HTTP Error 403 notresolvable; please check cryosparcm log command_core for additional information.
Response from server: b’\n\n\n\n\n \n \n McAfee Web Gateway - Notification\n \n \n\n\n\n\n\n <table class='bodyTable'>\n \n <td class='bodyData' background='/mwg-internal/de5fs23hu73ds/files/utsw/img/bg_body.gif'>\n\n<table class='logoTable'>\n \n <td class='logoData'>\n <img src='/mwg-internal/de5fs23hu73ds/files/utsw/img/utswLogo.jpg'>\n \n \n\n\n\n\n\n\n<table class='titleTable'>\n \n <td class='titleData'>\n Host Not Resolvable\n \n \n\n\n\n\n\n \n \n \n
| \n The Host is not resolvable. \n This website is down. Please contact the site owner if you believe this is an error.\n |
| \n URL: \n |
\n Python-urllib/3.8\n
\n Give Not Resolvable for NXDOMAIN Web Sites\n
\n Client IP [192.168.11.1]\n \n \n\n\n\n \n \n \n\n\n’
Traceback (most recent call last):
File “/home/xuewu_cryosparc/cryosparc/cryosparc_master/cryosparc_tools/cryosparc/command.py”, line 104, in func
with make_json_request(self, “/api”, data=data) as request:
File “/home/xuewu_cryosparc/cryosparc/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.8/contextlib.py”, line 113, in enter
return next(self.gen)
File “/home/xuewu_cryosparc/cryosparc/cryosparc_master/cryosparc_tools/cryosparc/command.py”, line 191, in make_request
raise CommandClient.Error(client, error_reason, url=url)
cryosparc_tools.cryosparc.command.Error: *** CommandClient: (http://OldGPU:39002/api) HTTP Error 403 notresolvable; please check cryosparcm log command_core for additional information.
Response from server: b’\n\n\n\n\n \n \n McAfee Web Gateway - Notification\n \n \n\n\n\n\n\n <table class='bodyTable'>\n \n <td class='bodyData' background='/mwg-internal/de5fs23hu73ds/files/utsw/img/bg_body.gif'>\n\n<table class='logoTable'>\n \n <td class='logoData'>\n <img src='/mwg-internal/de5fs23hu73ds/files/utsw/img/utswLogo.jpg'>\n \n \n\n\n\n\n\n\n<table class='titleTable'>\n \n <td class='titleData'>\n Host Not Resolvable\n \n \n\n\n\n\n\n \n \n \n
| \n The Host is not resolvable. \n This website is down. Please contact the site owner if you believe this is an error.\n |
| \n URL: \n |
\n Python-urllib/3.8\n
\n Give Not Resolvable for NXDOMAIN Web Sites\n
\n Client IP [192.168.11.1]\n \n \n\n\n\n \n \n \n\n\n’
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “/home/xuewu_cryosparc/cryosparc/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.8/runpy.py”, line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File “/home/xuewu_cryosparc/cryosparc/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.8/runpy.py”, line 87, in _run_code
exec(code, run_globals)
File “/home/xuewu_cryosparc/cryosparc/cryosparc_master/cryosparc_command/instance_tests/installation_test.py”, line 10, in
import patch
File “/home/xuewu_cryosparc/cryosparc/cryosparc_master/patch.py”, line 34, in
CLI = client.CommandClient(
File “/home/xuewu_cryosparc/cryosparc/cryosparc_master/cryosparc_compute/client.py”, line 36, in init
super().init(service, host, port, url, timeout, headers, cls=NumpyEncoder)
File “/home/xuewu_cryosparc/cryosparc/cryosparc_master/cryosparc_tools/cryosparc/command.py”, line 91, in init
self._reload() # attempt connection immediately to gather methods
File “/home/xuewu_cryosparc/cryosparc/cryosparc_master/cryosparc_tools/cryosparc/command.py”, line 118, in _reload
system = self._get_callable(“system.describe”)()
File “/home/xuewu_cryosparc/cryosparc/cryosparc_master/cryosparc_tools/cryosparc/command.py”, line 107, in func
raise CommandClient.Error(
cryosparc_tools.cryosparc.command.Error: *** CommandClient: (http://OldGPU:39002) Did not receive a JSON response from method “system.describe” with params ()
Xuewu