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
demandé il y a 6 mois298 vues
2 réponses
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
EXPERT
répondu il y a 6 mois
0

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

AWS
répondu il y a 6 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions