cancel
Showing results for 
Search instead for 
Did you mean: 
Get Started Discussions
Start your journey with Databricks by joining discussions on getting started guides, tutorials, and introductory topics. Connect with beginners and experts alike to kickstart your Databricks experience.
cancel
Showing results for 
Search instead for 
Did you mean: 

Getting java.util.concurrent.TimeoutException: Timed out after 15 seconds on community edition

stevieg95
New Contributor III

Im using databricks communtiy edition for learning purpose and im whenever im running notebook, im getting:

Exception when creating execution context: java.util.concurrent.TimeoutException: Timed out after 15 seconds databricks.

I have deleted cluster multiple times and created new cluster but still facing the same issue:

stevieg95_0-1711552230784.png

 

3 REPLIES 3

Prastuti
New Contributor III

I am facing the same issue, Can anyone help with this?

VenuG
New Contributor III

Hello, Databricks Team,

My students are reporting none of them are able to use DBCE, and are running into this same error when they spin up an instance with defaults (DBR 12.2 LTS). Some have reported seeing this error since last night (3/26 ET). Could you please advice if there is a workaround or an ETA for fix? I rely on DBCE for pedagogy, so it is a major hurdle not to be able to use it. Thanks for your help.

Best,
Venu

LokeshManne
New Contributor II

@stevieg95 

The issue is that, you've run the notebook with old connector connected to your old deleted cluster with same names, when you ran a terminated cluster, you see the error. First delete existing cluster and logout and detach old cluster as below and wait for 90+ minutes and create a new cluster and attached the new one. And every time you run a notebook always make sure to Detach the old terminated cluster and attach the new one if it's community edition. If it's a premium or free trail, and cluster is re-started then detach and re-attach the cluster.

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.

LokeshManne_6-1747214790400.png

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. 

LokeshManne_1-1747214736536.png

 

detach old cluster

LokeshManne_2-1747214736156.jpeg

 

reload the page, you can see only new cluster

LokeshManne_3-1747214736004.png

 

Now attach the new cluster and run your notebook.

LokeshManne_4-1747214736150.png

 

LokeshManne_5-1747214736046.png

Lokesh Manne

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!

Sign Up Now