Select to view content in your preferred language

Refresh ArcGIS Notebook Token

589
2
02-16-2024 01:23 PM
Labels (1)
CodyPatterson
Frequent Contributor

Hey all,

Enterprise 11.2, Linux Containers Notebooks

Recently, I've been getting this when starting a new Notebook, it will happen for all users:

CodyPatterson_0-1708118534519.png

 

If I press Jupyter Notebook, I get this:

CodyPatterson_1-1708118547694.png

 

Any way to change the token to the correct one? Just looking to change the token itself, maybe there's a config file somewhere? I've found some tokens before but haven't been able to find if they're the right ones!

Thanks in advance!

Cody

2 Replies
GeoNomad
Occasional Contributor

Following..We're having the same issue with the Notebook Server (Linux) on 11.2. Our issue started while migrating to a new server. @CodyPatterson I'll relay any updates we get on our end. Please, please let me know if you found a resolution as well! Thank you.

error.JPG

CodyPatterson
Frequent Contributor

Hey @GeoNomad 

I was able to get most of the Notebook issues resolved by changing a WebContextURL on the Notebook server itself. If you have a reverse proxy or are redirecting the traffic in any way, it seems to be the solution if we change the URL. Example:

Portal is https://arcgis.reverse-proxy.com/portal

Notebook was https://arcgis.notebook.local/notebook

Changed to https://arcgis.reverse-proxy/notebook

That had seemingly fixed the issue, now we are at a point where it immediately fails connecting to the kernel, so we're reaching out to professional services to get this checked out, I also have a ticket open, so I can let you know what happens!

Cody