Error opening notebook container

538
2
01-27-2022 11:25 AM
Labels (1)
DiegoLlamasOlivares
Occasional Contributor

Hello,

I have an Azure deployment multimachine 10.9 enterprise and when I try to open notebook it gave me this error. 

notebook.PNG

 

In notebook logs I get this

log.PNG

I checked Dockers and i notice that container is created but it stops after a second or two. In docker container log I found this certfile error. 

notecer.PNG

But in notebook manager I have all my certs in place, cloudbuilder automatically set appgateway in place

cert.PNG

I also import my root and intermediate cert 

cer2.PNG

 

I do not understand what could be wrong.

 

Thanks,

 

DLL

0 Kudos
2 Replies
DiegoLlamasOlivares
Occasional Contributor

I was able get the error. In Docker error said something regarding Certificate. You need to know that certificate has a limitation of 64 Characters. In azure, VM fullname can be more than that, I had 67 characters for computer name plus domain name. So I had to redeploy and reduce VM Name in order to not pass 64 Characters, 

After redeploy, reconfiguring Docker everything worked. 

 

RaviNarayanan
Esri Contributor

Thanks @DiegoLlamasOlivares  for reporting this. We will look into this to see if notebook server can handle this better.