You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @cameronkroeker ,
I am installing notebook server version 10.9.1 on ubuntu Linux 20.04 LTS. I am facing issues during the installation, the chef throws an error " FATAL: RuntimeError: arcgis_notebooks_server[Setup ArcGIS Notebook Server] (arcgis-notebooks::install_server line 53) had an error: RuntimeError: File '/opt/arcgis/11.0/NotebookServer_Linux/Setup' not found."
As mentioned in the error ArcGIS notebook server searching for a version 11.0 setup, we are installing version 10.9.1.
I am attaching the chef script and the log file for reference NB.log NB.txt
Any help would be much appreciated
Thanks,
Prathamesh Dabekar.
The text was updated successfully, but these errors were encountered:
Are you using Cinc Server or Cinc client (cinc-solo/cinc-client)? Based on the json it looks like Cinc Server since it has "default_attributes": { }. If you are running Cinc Server then I believe you will want to ensure the arcgis.version attribute is defined in your environment json, and/or use "override_attributes": { } in your role json.
However, if you are using Cinc client then try removing "default_attributes": { }.
Hi @cameronkroeker ,
I am installing notebook server version 10.9.1 on ubuntu Linux 20.04 LTS. I am facing issues during the installation, the chef throws an error " FATAL: RuntimeError: arcgis_notebooks_server[Setup ArcGIS Notebook Server] (arcgis-notebooks::install_server line 53) had an error: RuntimeError: File '/opt/arcgis/11.0/NotebookServer_Linux/Setup' not found."
As mentioned in the error ArcGIS notebook server searching for a version 11.0 setup, we are installing version 10.9.1.
I am attaching the chef script and the log file for reference
NB.log
NB.txt
Any help would be much appreciated
Thanks,
Prathamesh Dabekar.
The text was updated successfully, but these errors were encountered: