Glue Jupyter Notebook Issue - Session failed to reach READY instead reaching terminal state FAILED

0

Hi, I am not able to run the cells . Whenever I start a notebook it fails with the below error

"Session failed to reach READY instead reaching terminal state FAILED. Current session is in an unhealthy terminal state. If you wish to create a new session use %stop_session before executing any further statements."

Below are the actions I have taken

  1. have listed all sessions and I could see few sessions are in stopped state and few are in Failed
  2. Have tried attempting %stop_session and shows no active session
  3. Have restarted the terminal
AWS
已提問 6 個月前檢視次數 300 次
2 個答案
0

Stopping and restarting won't help unless you solve the underlying issue.
Normally that means, something in the configuration magics is broken, normally a library path, connection with invalid VPC or similar. Try to remove any magics you have until it starts, if it still doesn't start, it's likely you are using a role that cannot start sessions.

profile pictureAWS
專家
已回答 6 個月前
0

Thanks Gonzalo. It was a Library path which was not configured correctly.

AWS
已回答 6 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南