Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to Install ArcGIS notebook server version 10.9.1 on ubuntu Linux 20.04 LTS #337

Open
Prathameshdabeakr opened this issue Dec 27, 2022 · 1 comment

Comments

@Prathameshdabeakr
Copy link

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.

@cameronkroeker
Copy link
Contributor

Hi @Prathameshdabeakr,

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": { }.

Thanks,
Cameron K.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants