03-27-2024 09:35 AM
Hello everybody.
Whenever I am trying to run a simple cell I receive the following error message now:
Notebook detached. Exception when creating expectation context:
java.net.SocketTimeoutException: Connect Timeout.
After that error message the cluster is disconnected from the notebook. When I reconnect (apparently successfully) and run a cell again the same error appears after some time of waiting. Also when I navigate to my profile the values of "Display Name" and "Groups" are infinitely loading and they are never shown.
Where is the problem? I have tried many things like using multiple different browsers and creating many new clusters with different runtime versions (instead of only focusing on 12.2LTS).
I appreciate every help. Thank you very much. It did work for some time.
03-27-2024 09:44 AM
I have the same problem this whole day. Maybe it is a databricks issue?
03-27-2024 11:07 AM
Same thing. Even just a simple %fs ls times out. Tried new notebooks and computes. Any idea what is going on?
03-27-2024 11:28 AM
I have no ideia what's happening.
Exception when creating execution context:
java.net.SocketTimeoutException: Connect Timeout
03-27-2024 01:28 PM
I am also facing same issue from yesterday. not sure what's going on
03-28-2024 07:11 AM
today is ok
a month ago - last edited a month ago
The error you are facing is due to not detaching the old cluster, which is terminated/auto-terminated and when you run a cluster that connected to new cluster with same name and config. Which notebook tries to connect to old cluster which is still not deleted and just terminated with new cluster under same name, which makes the notebook run under work cluster which is terminated.
Solution: detach old cluster from notebook and reload the web_page, you can see only new cluster but not both at a time as below. Now attach the new cluster and run your notebook.
detach old cluster
reload the page, you can see only new cluster
Now attach the new cluster and run your notebook.
Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!
Sign Up Now