Hello all!
Enterprise Specs:
Windows Server 2022 (Disconnected - Local Intranet)
Enterprise 11.3 (Notebook 11.3)
Mirantis Container Runtime 23.0.15
We are trying to configure ArcGIS Notebooks and have been successful all up until the point of creating a notebook. I am unclear if there are any additional configurations that need to happen for Docker/Notebook server in order for a Notebook to be created. Port 2375 is open. Notebook Server has been federated with Portal. Dockerd.exe is configured to run with tcp://localhost:2375. No firewalls are configured on the system yet so we have unfettered access.
Things I have tried so far:
- Changing Admin API System/Properties setting to reflect machine's IP and fqdn as the dockerConnectionHost
- Changing daemon.json to include host 'IP':2375
- Opening the communication to 0.0.0.0:2375 on both
- Ensured permissions for the service account are applied to Notebook directories and Docker
- The C:\ProgramData\docker folder refused to allow permissions changed on it, so this one was left alone.
Symptoms
- When trying to open a notebook, a new tab opens and begins the process of opening a notebook
- Starts at 20%, then 50%, and hangs at 60% eventually leading to a timeout
- A container is created, but the following errors are revealed in the logs
- Attempting to access https://127.0.0.1:30001/nbs/notebooks/*containerid*/ api sessions/ using httpClient from Notebook Server to the container is not yet successful.
- ArcGIS Notebook Server is not yet ready to receive requests for 'https://127.0.0.1:30001/nbs/notebooks/*containerid*/api/sessions/". Retrying...
- Docker container did not reach a ready state in the allocated amount of time when trying to access /api/sessions
- A Docker container '' exists in the configuration store but no longer exists in the Docker environment. This Docker container should be cleaned up from the configuration store.
- This error goes away once the container that was created is deleted...
If this could please get pushed up to the Product Owners of ArcGIS Notebooks.... that would be a life saver.