You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "karthik (Jira)" <ji...@apache.org> on 2020/10/08 10:42:00 UTC

[jira] [Created] (ZEPPELIN-5083) Unable to run notebook for an interpreter created by rest api

karthik created ZEPPELIN-5083:
---------------------------------

             Summary: Unable to run notebook for an interpreter created by rest api
                 Key: ZEPPELIN-5083
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5083
             Project: Zeppelin
          Issue Type: Bug
          Components: rest-api
            Reporter: karthik


Unable to run a notebook for an interpreter which is created through rest API. If the zeppelin service is restarted then i am able to run it

Getting below exception

Unexpected exception: java.lang.NullPointerException at org.apache.zeppelin.interpreter.InterpreterSetting.getInterpreterGroupId(InterpreterSetting.java:427) at org.apache.zeppelin.interpreter.InterpreterSetting.getOrCreateInterpreterGroup(InterpreterSetting.java:462) at org.apache.zeppelin.interpreter.InterpreterSetting.getOrCreateSession(InterpreterSetting.java:853) at org.apache.zeppelin.interpreter.InterpreterSetting.getDefaultInterpreter(InterpreterSetting.java:861) at org.apache.zeppelin.interpreter.InterpreterFactory.getInterpreter(InterpreterFactory.java:86) at org.apache.zeppelin.notebook.Paragraph.getBindedInterpreter(Paragraph.java:278) at org.apache.zeppelin.notebook.Paragraph.execute(Paragraph.java:350) at org.apache.zeppelin.notebook.Note.run(Note.java:796) at org.apache.zeppelin.service.NotebookService.runParagraph(NotebookService.java:337) at org.apache.zeppelin.socket.NotebookServer.runParagraph(NotebookServer.java:1513) at org.apache.zeppelin.socket.NotebookServer.onMessage(NotebookServer.java:352) at org.apache.zeppelin.socket.NotebookSocket.onWebSocketText(NotebookSocket.java:58) at org.eclipse.jetty.websocket.common.events.JettyListenerEventDriver.onTextMessage(JettyListenerEventDriver.java:189) at org.eclipse.jetty.websocket.common.message.SimpleTextMessage.messageComplete(SimpleTextMessage.java:69) at org.eclipse.jetty.websocket.common.events.AbstractEventDriver.appendMessage(AbstractEventDriver.java:65) at org.eclipse.jetty.websocket.common.events.JettyListenerEventDriver.onTextFrame(JettyListenerEventDriver.java:158) at org.eclipse.jetty.websocket.common.events.AbstractEventDriver.incomingFrame(AbstractEventDriver.java:150)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)